diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index c817da471a..55703cb331 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/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/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index 8117222e1f..d2f0bbb1d0 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/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/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index c817da471a..55703cb331 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/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/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 8117222e1f..d2f0bbb1d0 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/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/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 9626a321bf..47c48788f9 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/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/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 3cde3a9a52..5042f86dc8 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/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 - - &39 + - &40 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 - - &40 + - &41 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 - - &38 + - &39 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: @@ -593,24 +595,7 @@ paths: type: object nullable: true properties: - ecosystem: &205 - 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 description: The unique package name within its ecosystem. @@ -682,11 +667,11 @@ paths: items: type: object properties: - user: &18 + user: &19 title: Simple User description: A GitHub user. type: object - properties: &3 + properties: &4 name: nullable: true type: string @@ -758,7 +743,7 @@ paths: starred_at: type: string example: '"2020-07-09T00:17:55Z"' - required: &4 + required: &5 - avatar_url - events_url - followers_url @@ -883,7 +868,7 @@ paths: description: Too many requests content: application/json: - schema: &2 + schema: &3 title: Basic Error description: Basic Error type: object @@ -896,11 +881,11 @@ paths: type: string status: type: string - '422': &7 + '422': &8 description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &89 + schema: &90 title: Validation Error Simple description: Validation Error Simple type: object @@ -945,7 +930,7 @@ paths: description: Response content: application/json: - schema: *1 + schema: *2 examples: default: value: @@ -1006,11 +991,11 @@ paths: type: User site_admin: false type: analyst - '404': &6 + '404': &7 description: Resource not found content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -1035,7 +1020,7 @@ paths: description: Response content: application/json: - schema: &5 + schema: &6 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 @@ -1043,7 +1028,7 @@ paths: and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: &52 + properties: &53 id: description: Unique identifier of the GitHub app example: 37 @@ -1059,8 +1044,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true name: description: The name of the GitHub app @@ -1132,7 +1117,7 @@ paths: type: string example: '"-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\n-----END RSA PRIVATE KEY-----\n"' - required: &53 + required: &54 - id - node_id - owner @@ -1145,7 +1130,7 @@ paths: - permissions - events examples: - default: &29 + default: &30 value: id: 1 slug: octoapp @@ -1214,7 +1199,7 @@ paths: application/json: schema: allOf: - - *5 + - *6 - type: object properties: client_id: @@ -1302,8 +1287,8 @@ paths: fgtriltLSSD6rTA9hUAsL/X62rY0wdXuNdijjBb/qvrx7CAV6i37NK1CjABNjsfG ZM372Ac6zc1EqSrid2IjET1YqyIW2KGLI1R2xbQc98UGlt48OdWu -----END RSA PRIVATE KEY----- - '404': *6 - '422': *7 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1327,28 +1312,28 @@ paths: description: Response content: application/json: - schema: &12 + schema: &13 title: Webhook Configuration description: Configuration object of the webhook type: object properties: - url: &8 + url: &9 type: string description: The URL to which the payloads will be delivered. example: https://example.com/webhook format: uri - content_type: &9 + content_type: &10 type: string description: The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`. example: '"json"' - secret: &10 + secret: &11 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). example: '"********"' - insecure_ssl: &11 + insecure_ssl: &12 oneOf: - type: string description: Determines whether the SSL certificate of the host @@ -1360,7 +1345,7 @@ paths: example: '"0"' - type: number examples: - default: &13 + default: &14 value: content_type: json insecure_ssl: '0' @@ -1390,10 +1375,10 @@ paths: schema: type: object properties: - url: *8 - content_type: *9 - secret: *10 - insecure_ssl: *11 + url: *9 + content_type: *10 + secret: *11 + insecure_ssl: *12 examples: default: value: @@ -1406,9 +1391,9 @@ paths: description: Response content: application/json: - schema: *12 + schema: *13 examples: - default: *13 + default: *14 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1428,7 +1413,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/webhooks#list-deliveries-for-an-app-webhook parameters: - - &17 + - &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)." @@ -1436,7 +1421,7 @@ paths: schema: type: integer default: 30 - - &139 + - &140 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 @@ -1457,7 +1442,7 @@ paths: application/json: schema: type: array - items: &140 + items: &141 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1528,7 +1513,7 @@ paths: - installation_id - repository_id examples: - default: &141 + default: &142 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1552,11 +1537,11 @@ paths: action: opened installation_id: 123 repository_id: 456 - '400': &14 + '400': &15 description: Bad Request content: application/json: - schema: *2 + schema: *3 application/scim+json: schema: title: Scim Error @@ -1581,11 +1566,11 @@ paths: type: array items: type: string - '422': &15 + '422': &16 description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &88 + schema: &89 title: Validation Error description: Validation Error type: object @@ -1643,7 +1628,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/webhooks#get-a-delivery-for-an-app-webhook parameters: - - &16 + - &17 name: delivery_id in: path required: true @@ -1654,7 +1639,7 @@ paths: description: Response content: application/json: - schema: &142 + schema: &143 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1762,7 +1747,7 @@ paths: - request - response examples: - default: &143 + default: &144 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1798,8 +1783,8 @@ paths: headers: Content-Type: text/html;charset=utf-8 payload: ok - '400': *14 - '422': *15 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1819,9 +1804,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/webhooks#redeliver-a-delivery-for-an-app-webhook parameters: - - *16 + - *17 responses: - '202': &90 + '202': &91 description: Accepted content: application/json: @@ -1830,8 +1815,8 @@ paths: examples: default: value: - '400': *14 - '422': *15 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1849,8 +1834,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#list-installation-requests-for-the-authenticated-app parameters: - - *17 - - &19 + - *18 + - &20 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)." @@ -1879,8 +1864,8 @@ paths: example: MDExOkludGVncmF0aW9uMQ== account: anyOf: - - *18 - - &20 + - *19 + - &21 title: Enterprise description: An enterprise on GitHub. type: object @@ -1935,7 +1920,7 @@ paths: - created_at - updated_at - avatar_url - requester: *18 + requester: *19 created_at: type: string format: date-time @@ -1988,13 +1973,13 @@ paths: type: User site_admin: false created_at: '2022-07-08T16:18:44-04:00' - '304': &36 + '304': &37 description: Not modified - '401': &24 + '401': &25 description: Requires authentication content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -2014,9 +1999,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#list-installations-for-the-authenticated-app parameters: - - *17 - - *19 - - &58 + - *18 + - *20 + - &59 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) @@ -2039,7 +2024,7 @@ paths: application/json: schema: type: array - items: &21 + items: &22 title: Installation description: Installation type: object @@ -2051,8 +2036,8 @@ paths: account: nullable: true anyOf: - - *18 - - *20 + - *19 + - *21 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -2082,7 +2067,7 @@ paths: target_type: type: string example: Organization - permissions: &23 + permissions: &24 title: App Permissions type: object description: The permissions granted to the user access token. @@ -2472,8 +2457,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true suspended_at: type: string @@ -2549,7 +2534,7 @@ paths: suspended_at: suspended_by: headers: - Link: &49 + Link: &50 example: ; rel="next", ; rel="last" schema: @@ -2573,7 +2558,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-an-installation-for-the-authenticated-app parameters: - - &22 + - &23 name: installation_id description: The unique identifier of the installation. in: path @@ -2588,7 +2573,7 @@ paths: description: Response content: application/json: - schema: *21 + schema: *22 examples: default: value: @@ -2636,7 +2621,7 @@ paths: app_slug: github-actions suspended_at: suspended_by: - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -2655,11 +2640,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#delete-an-installation-for-the-authenticated-app parameters: - - *22 + - *23 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -2702,7 +2687,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#create-an-installation-access-token-for-an-app parameters: - - *22 + - *23 requestBody: required: false content: @@ -2725,7 +2710,7 @@ paths: type: array items: type: integer - permissions: *23 + permissions: *24 examples: default: value: @@ -2749,7 +2734,7 @@ paths: type: string expires_at: type: string - permissions: *23 + permissions: *24 repository_selection: type: string enum: @@ -2757,11 +2742,11 @@ paths: - selected repositories: type: array - items: &51 + items: &52 title: Repository description: A repository on GitHub. type: object - properties: &187 + properties: &188 id: description: Unique identifier of the repository example: 42 @@ -2780,7 +2765,7 @@ paths: title: License Simple description: License Simple type: object - properties: &69 + properties: &70 key: type: string example: mit @@ -2802,7 +2787,7 @@ paths: html_url: type: string format: uri - required: &70 + required: &71 - key - name - url @@ -2828,7 +2813,7 @@ paths: - admin - pull - push - owner: *18 + owner: *19 private: description: Whether the repository is private or public. default: false @@ -3189,7 +3174,7 @@ paths: type: boolean description: Whether anonymous git access is enabled for this repository - required: &188 + required: &189 - archive_url - assignees_url - blobs_url @@ -3406,14 +3391,14 @@ paths: forks: 1 open_issues: 1 watchers: 1 - '403': &28 + '403': &29 description: Forbidden content: application/json: - schema: *2 - '401': *24 - '404': *6 - '422': *15 + schema: *3 + '401': *25 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -3433,11 +3418,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#suspend-an-app-installation parameters: - - *22 + - *23 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3456,11 +3441,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#unsuspend-an-app-installation parameters: - - *22 + - *23 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3479,7 +3464,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/oauth-applications#delete-an-app-authorization parameters: - - &25 + - &26 name: client_id in: path required: true @@ -3509,7 +3494,7 @@ paths: responses: '204': description: Response - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3531,7 +3516,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/oauth-applications#check-a-token parameters: - - *25 + - *26 requestBody: required: true content: @@ -3553,7 +3538,7 @@ paths: description: Response content: application/json: - schema: &26 + schema: &27 title: Authorization description: The authorization for an OAuth app, GitHub App, or a Personal Access Token. @@ -3612,14 +3597,14 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true installation: title: Scoped Installation type: object properties: - permissions: *23 + permissions: *24 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -3645,7 +3630,7 @@ paths: type: string format: uri example: https://api.github.com/users/octocat/repos - account: *18 + account: *19 required: - permissions - repository_selection @@ -3672,7 +3657,7 @@ paths: - updated_at - expires_at examples: - default: &27 + default: &28 value: id: 1 url: https://api.github.com/authorizations/1 @@ -3711,8 +3696,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3733,7 +3718,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/oauth-applications#reset-a-token parameters: - - *25 + - *26 requestBody: required: true content: @@ -3755,10 +3740,10 @@ paths: description: Response content: application/json: - schema: *26 + schema: *27 examples: - default: *27 - '422': *15 + default: *28 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3778,7 +3763,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/oauth-applications#delete-an-app-token parameters: - - *25 + - *26 requestBody: required: true content: @@ -3799,7 +3784,7 @@ paths: responses: '204': description: Response - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3825,7 +3810,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#create-a-scoped-access-token parameters: - - *25 + - *26 requestBody: required: true content: @@ -3865,7 +3850,7 @@ paths: type: array items: type: integer - permissions: *23 + permissions: *24 required: - access_token examples: @@ -3882,7 +3867,7 @@ paths: description: Response content: application/json: - schema: *26 + schema: *27 examples: default: value: @@ -3950,10 +3935,10 @@ paths: site_admin: false has_multiple_single_files: false single_file_paths: [] - '401': *24 - '403': *28 - '404': *6 - '422': *15 + '401': *25 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3982,11 +3967,11 @@ paths: description: Response content: application/json: - schema: *5 + schema: *6 examples: - default: *29 - '403': *28 - '404': *6 + default: *30 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -4004,7 +3989,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/classroom/classroom#get-an-assignment parameters: - - &30 + - &31 name: assignment_id description: The unique identifier of the classroom assignment. in: path @@ -4099,7 +4084,7 @@ paths: format: date-time example: '2011-01-26T19:06:43Z' nullable: true - starter_code_repository: &31 + starter_code_repository: &32 title: Simple Classroom Repository description: A GitHub repository view for Classroom type: object @@ -4135,7 +4120,7 @@ paths: - node_id - private - default_branch - classroom: &33 + classroom: &34 title: Classroom description: A GitHub Classroom classroom type: object @@ -4246,7 +4231,7 @@ paths: name: Programming Elixir archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir - '404': *6 + '404': *7 x-github: enabledForGitHubApps: true category: classroom @@ -4265,9 +4250,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/classroom/classroom#list-accepted-assignments-for-an-assignment parameters: - - *30 - - *19 - - *17 + - *31 + - *20 + - *18 responses: '200': description: Response @@ -4326,8 +4311,8 @@ paths: - login - avatar_url - html_url - repository: *31 - assignment: &35 + repository: *32 + assignment: &36 title: Simple Classroom Assignment description: A GitHub Classroom assignment type: object @@ -4416,7 +4401,7 @@ paths: format: date-time example: '2011-01-26T19:06:43Z' nullable: true - classroom: &32 + classroom: &33 title: Simple Classroom description: A GitHub Classroom classroom type: object @@ -4528,7 +4513,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/classroom/classroom#get-assignment-grades parameters: - - *30 + - *31 responses: '200': description: Response @@ -4611,7 +4596,7 @@ paths: points_awarded: 15 points_available: 15 group_name: monalisa-and-friends - '404': *6 + '404': *7 x-github: enabledForGitHubApps: true category: classroom @@ -4629,8 +4614,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/classroom/classroom#list-classrooms parameters: - - *19 - - *17 + - *20 + - *18 responses: '200': description: Response @@ -4638,7 +4623,7 @@ paths: application/json: schema: type: array - items: *32 + items: *33 examples: default: value: @@ -4663,7 +4648,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/classroom/classroom#get-a-classroom parameters: - - &34 + - &35 name: classroom_id description: The unique identifier of the classroom. in: path @@ -4675,7 +4660,7 @@ paths: description: Response content: application/json: - schema: *33 + schema: *34 examples: default: value: @@ -4690,7 +4675,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': *6 + '404': *7 x-github: enabledForGitHubApps: true category: classroom @@ -4708,9 +4693,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/classroom/classroom#list-assignments-for-a-classroom parameters: - - *34 - - *19 - - *17 + - *35 + - *20 + - *18 responses: '200': description: Response @@ -4718,7 +4703,7 @@ paths: application/json: schema: type: array - items: *35 + items: *36 examples: default: value: @@ -4766,7 +4751,7 @@ paths: application/json: schema: type: array - items: &37 + items: &38 title: Code Of Conduct description: Code Of Conduct type: object @@ -4849,7 +4834,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': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -4876,7 +4861,7 @@ paths: description: Response content: application/json: - schema: *37 + schema: *38 examples: default: value: @@ -4930,8 +4915,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': *6 - '304': *36 + '404': *7 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -6835,7 +6820,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': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -6859,7 +6844,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - - &43 + - &44 name: enterprise description: The slug version of the enterprise name. You can also substitute this value with the enterprise id. @@ -6867,7 +6852,7 @@ paths: required: true schema: type: string - - &123 + - &124 name: state in: query description: |- @@ -6876,7 +6861,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &124 + - &125 name: severity in: query description: |- @@ -6885,7 +6870,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &125 + - &126 name: ecosystem in: query description: |- @@ -6894,14 +6879,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &126 + - &127 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 - - &127 + - &128 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -6911,7 +6896,7 @@ paths: enum: - development - runtime - - &128 + - &129 name: sort in: query description: |- @@ -6924,10 +6909,10 @@ paths: - created - updated default: created - - *38 - *39 - *40 - - &129 + - *41 + - &130 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -6940,7 +6925,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &130 + - &131 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -6952,7 +6937,7 @@ paths: type: integer minimum: 1 maximum: 100 - - *17 + - *18 responses: '200': description: Response @@ -6960,11 +6945,11 @@ paths: application/json: schema: type: array - items: &131 + items: &132 type: object description: A Dependabot alert. properties: - number: &44 + number: &45 type: integer description: The security alert number. readOnly: true @@ -6982,7 +6967,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: &41 + package: &42 type: object description: Details for the vulnerable package. readOnly: true @@ -7043,13 +7028,13 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &42 + items: &43 type: object description: Details pertaining to one vulnerable version range for the advisory. readOnly: true properties: - package: *41 + package: *42 severity: type: string description: The severity of the vulnerability. @@ -7213,30 +7198,30 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *42 - url: &46 + security_vulnerability: *43 + url: &47 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &47 + html_url: &48 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - created_at: &45 + created_at: &46 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: &114 + updated_at: &115 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: &116 + dismissed_at: &117 type: string description: 'The time that the alert was dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -7247,8 +7232,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true dismissed_reason: type: string @@ -7266,7 +7251,7 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: &115 + fixed_at: &116 type: string description: 'The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -7280,7 +7265,7 @@ paths: format: date-time readOnly: true nullable: true - repository: &48 + repository: &49 title: Simple Repository description: A GitHub repository. type: object @@ -7301,7 +7286,7 @@ paths: type: string example: octocat/Hello-World description: The full, globally unique, name of the repository. - owner: *18 + owner: *19 private: type: boolean description: Whether the repository is private. @@ -7575,7 +7560,7 @@ paths: - repository additionalProperties: false examples: - default: &132 + default: &133 value: - number: 2 state: dismissed @@ -7876,10 +7861,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': *36 - '403': *28 - '404': *6 - '422': *7 + '304': *37 + '403': *29 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -7904,8 +7889,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - - *43 - - &198 + - *44 + - &199 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -7916,7 +7901,7 @@ paths: enum: - open - resolved - - &199 + - &200 name: secret_type in: query description: |- @@ -7926,7 +7911,7 @@ paths: required: false schema: type: string - - &200 + - &201 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -7935,7 +7920,7 @@ paths: required: false schema: type: string - - &201 + - &202 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. @@ -7947,11 +7932,11 @@ paths: - created - updated default: created - - *38 - - *17 - *39 + - *18 - *40 - - &202 + - *41 + - &203 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -7967,11 +7952,11 @@ paths: application/json: schema: type: array - items: &203 + items: &204 type: object properties: - number: *44 - created_at: *45 + number: *45 + created_at: *46 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -7979,8 +7964,8 @@ paths: format: date-time readOnly: true nullable: true - url: *46 - html_url: *47 + url: *47 + html_url: *48 locations_url: type: string format: uri @@ -8013,8 +7998,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true secret_type: type: string @@ -8027,7 +8012,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *48 + repository: *49 push_protection_bypassed: type: boolean description: Whether push protection was bypassed for the detected @@ -8037,8 +8022,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true push_protection_bypassed_at: type: string @@ -8059,7 +8044,7 @@ paths: - inactive - unknown examples: - default: &204 + default: &205 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -8262,9 +8247,9 @@ paths: resolution_comment: validity: unknown headers: - Link: *49 - '404': *6 - '503': &56 + Link: *50 + '404': *7 + '503': &57 description: Service unavailable content: application/json: @@ -8295,8 +8280,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -8304,7 +8289,7 @@ paths: application/json: schema: type: array - items: &80 + items: &81 title: Event description: Event type: object @@ -8314,7 +8299,7 @@ paths: type: type: string nullable: true - actor: &50 + actor: &51 title: Actor description: Actor type: object @@ -8354,13 +8339,13 @@ paths: - id - name - url - org: *50 + org: *51 payload: type: object properties: action: type: string - issue: &68 + issue: &69 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. @@ -8424,8 +8409,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true labels: description: Labels to associate with this issue; pass @@ -8464,12 +8449,12 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true assignees: type: array - items: *18 + items: *19 nullable: true milestone: title: Milestone @@ -8519,8 +8504,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true open_issues: type: integer @@ -8615,8 +8600,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true body_html: type: string @@ -8625,7 +8610,7 @@ paths: timeline_url: type: string format: uri - repository: *51 + repository: *52 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -8634,10 +8619,10 @@ paths: They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true - author_association: &54 + author_association: &55 title: author_association type: string example: OWNER @@ -8651,7 +8636,7 @@ paths: - MEMBER - NONE - OWNER - reactions: &55 + reactions: &56 title: Reaction Rollup type: object properties: @@ -8743,8 +8728,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true created_at: type: string @@ -8757,7 +8742,7 @@ paths: issue_url: type: string format: uri - author_association: *54 + author_association: *55 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -8766,10 +8751,10 @@ paths: They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true - reactions: *55 + reactions: *56 required: - id - node_id @@ -8862,9 +8847,9 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300 public: true created_at: '2022-06-07T07:50:26Z' - '304': *36 - '403': *28 - '503': *56 + '304': *37 + '403': *29 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -8944,7 +8929,7 @@ paths: _links: type: object properties: - timeline: &57 + timeline: &58 title: Link With Type description: Hypermedia Link with Type type: object @@ -8956,17 +8941,17 @@ paths: required: - href - type - user: *57 - security_advisories: *57 - current_user: *57 - current_user_public: *57 - current_user_actor: *57 - current_user_organization: *57 + user: *58 + security_advisories: *58 + current_user: *58 + current_user_public: *58 + current_user_actor: *58 + current_user_organization: *58 current_user_organizations: type: array - items: *57 - repository_discussions: *57 - repository_discussions_category: *57 + items: *58 + repository_discussions: *58 + repository_discussions_category: *58 required: - timeline - user @@ -9028,9 +9013,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *58 - - *17 - - *19 + - *59 + - *18 + - *20 responses: '200': description: Response @@ -9038,7 +9023,7 @@ paths: application/json: schema: type: array - items: &59 + items: &60 title: Base Gist description: Base Gist type: object @@ -9097,13 +9082,13 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true comments_url: type: string format: uri - owner: *18 + owner: *19 truncated: type: boolean forks: @@ -9130,7 +9115,7 @@ paths: - created_at - updated_at examples: - default: &60 + default: &61 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -9175,9 +9160,9 @@ paths: site_admin: false truncated: false headers: - Link: *49 - '304': *36 - '403': *28 + Link: *50 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -9250,7 +9235,7 @@ paths: description: Response content: application/json: - schema: &61 + schema: &62 title: Gist Simple description: Gist Simple type: object @@ -9443,8 +9428,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true version: type: string @@ -9523,8 +9508,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true comments_url: type: string @@ -9533,8 +9518,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true truncated: type: boolean @@ -9613,11 +9598,11 @@ paths: nullable: true comments_url: type: string - owner: *18 + owner: *19 truncated: type: boolean examples: - default: &62 + default: &63 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -9696,10 +9681,10 @@ paths: example: https://api.github.com/gists/aa5a315d61ae9438b18d schema: type: string - '422': *15 - '304': *36 - '404': *6 - '403': *28 + '422': *16 + '304': *37 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -9719,9 +9704,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-public-gists parameters: - - *58 - - *17 - - *19 + - *59 + - *18 + - *20 responses: '200': description: Response @@ -9729,14 +9714,14 @@ paths: application/json: schema: type: array - items: *59 + items: *60 examples: - default: *60 + default: *61 headers: - Link: *49 - '422': *15 - '304': *36 - '403': *28 + Link: *50 + '422': *16 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -9753,9 +9738,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-starred-gists parameters: - - *58 - - *17 - - *19 + - *59 + - *18 + - *20 responses: '200': description: Response @@ -9763,14 +9748,14 @@ paths: application/json: schema: type: array - items: *59 + items: *60 examples: - default: *60 + default: *61 headers: - Link: *49 - '401': *24 - '304': *36 - '403': *28 + Link: *50 + '401': *25 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -9793,7 +9778,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist parameters: - - &63 + - &64 name: gist_id description: The unique identifier of the gist. in: path @@ -9805,10 +9790,10 @@ paths: description: Response content: application/json: - schema: *61 + schema: *62 examples: - default: *62 - '403': &66 + default: *63 + '403': &67 description: Forbidden Gist content: application/json: @@ -9829,8 +9814,8 @@ paths: type: string documentation_url: type: string - '404': *6 - '304': *36 + '404': *7 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -9856,7 +9841,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#update-a-gist parameters: - - *63 + - *64 requestBody: required: true content: @@ -9916,9 +9901,9 @@ paths: description: Response content: application/json: - schema: *61 + schema: *62 examples: - updateGist: *62 + updateGist: *63 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -10059,8 +10044,8 @@ paths: deletions: 0 url: https://api.github.com/gists/8481a81af6b7a2d418f2/468aac8caed5f0c3b859b8286968 truncated: false - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10076,13 +10061,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#delete-a-gist parameters: - - *63 + - *64 responses: '204': description: Response - '404': *6 - '304': *36 - '403': *28 + '404': *7 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10105,9 +10090,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#list-gist-comments parameters: - - *63 - - *17 - - *19 + - *64 + - *18 + - *20 responses: '200': description: Response @@ -10115,7 +10100,7 @@ paths: application/json: schema: type: array - items: &64 + items: &65 title: Gist Comment description: A comment made to a gist. type: object @@ -10139,8 +10124,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true created_at: type: string @@ -10150,7 +10135,7 @@ paths: type: string format: date-time example: '2011-04-18T23:23:56Z' - author_association: *54 + author_association: *55 required: - url - id @@ -10190,10 +10175,10 @@ paths: updated_at: '2011-04-18T23:23:56Z' author_association: COLLABORATOR headers: - Link: *49 - '304': *36 - '404': *6 - '403': *28 + Link: *50 + '304': *37 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10215,7 +10200,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#create-a-gist-comment parameters: - - *63 + - *64 requestBody: required: true content: @@ -10240,9 +10225,9 @@ paths: description: Response content: application/json: - schema: *64 + schema: *65 examples: - default: &65 + default: &66 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -10275,9 +10260,9 @@ paths: example: https://api.github.com/gists/a6db0bec360bb87e9418/comments/1 schema: type: string - '304': *36 - '404': *6 - '403': *28 + '304': *37 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10300,8 +10285,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#get-a-gist-comment parameters: - - *63 - - &67 + - *64 + - &68 name: comment_id description: The unique identifier of the comment. in: path @@ -10313,12 +10298,12 @@ paths: description: Response content: application/json: - schema: *64 + schema: *65 examples: - default: *65 - '304': *36 - '404': *6 - '403': *66 + default: *66 + '304': *37 + '404': *7 + '403': *67 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10340,8 +10325,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#update-a-gist-comment parameters: - - *63 - - *67 + - *64 + - *68 requestBody: required: true content: @@ -10366,10 +10351,10 @@ paths: description: Response content: application/json: - schema: *64 + schema: *65 examples: - default: *65 - '404': *6 + default: *66 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10385,14 +10370,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#delete-a-gist-comment parameters: - - *63 - - *67 + - *64 + - *68 responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 + '304': *37 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10409,9 +10394,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-commits parameters: - - *63 - - *17 - - *19 + - *64 + - *18 + - *20 responses: '200': description: Response @@ -10435,8 +10420,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true change_status: type: object @@ -10491,9 +10476,9 @@ paths: example: ; rel="next" schema: type: string - '404': *6 - '304': *36 - '403': *28 + '404': *7 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10510,9 +10495,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-forks parameters: - - *63 - - *17 - - *19 + - *64 + - *18 + - *20 responses: '200': description: Response @@ -10520,7 +10505,7 @@ paths: application/json: schema: type: array - items: *61 + items: *62 examples: default: value: @@ -10566,10 +10551,10 @@ paths: type: User site_admin: false headers: - Link: *49 - '404': *6 - '304': *36 - '403': *28 + Link: *50 + '404': *7 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10585,13 +10570,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#fork-a-gist parameters: - - *63 + - *64 responses: '201': description: Response content: application/json: - schema: *59 + schema: *60 examples: default: value: @@ -10642,10 +10627,10 @@ paths: example: https://api.github.com/gists/aa5a315d61ae9438b18d schema: type: string - '404': *6 - '422': *15 - '304': *36 - '403': *28 + '404': *7 + '422': *16 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10662,7 +10647,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#check-if-a-gist-is-starred parameters: - - *63 + - *64 responses: '204': description: Response if gist is starred @@ -10674,8 +10659,8 @@ paths: type: object properties: {} additionalProperties: false - '304': *36 - '403': *28 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10692,13 +10677,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#star-a-gist parameters: - - *63 + - *64 responses: '204': description: Response - '404': *6 - '304': *36 - '403': *28 + '404': *7 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10714,13 +10699,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#unstar-a-gist parameters: - - *63 + - *64 responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 + '304': *37 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10743,7 +10728,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist-revision parameters: - - *63 + - *64 - name: sha in: path required: true @@ -10754,12 +10739,12 @@ paths: description: Response content: application/json: - schema: *61 + schema: *62 examples: - default: *62 - '422': *15 - '404': *6 - '403': *28 + default: *63 + '422': *16 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10796,7 +10781,7 @@ paths: - Bancha - C - C++ - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -10881,7 +10866,7 @@ paths: *.exe *.out *.app - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -10898,8 +10883,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/installations#list-repositories-accessible-to-the-app-installation parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -10915,7 +10900,7 @@ paths: type: integer repositories: type: array - items: *51 + items: *52 repository_selection: type: string example: selected @@ -11038,10 +11023,10 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *49 - '403': *28 - '304': *36 - '401': *24 + Link: *50 + '403': *29 + '304': *37 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -11124,7 +11109,7 @@ paths: - closed - all default: open - - &150 + - &151 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -11142,8 +11127,8 @@ paths: - updated - comments default: created - - *38 - - *58 + - *39 + - *59 - name: collab in: query required: false @@ -11164,8 +11149,8 @@ paths: required: false schema: type: boolean - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -11173,9 +11158,9 @@ paths: application/json: schema: type: array - items: *68 + items: *69 examples: - default: &151 + default: &152 value: - id: 1 node_id: MDU6SXNzdWUx @@ -11420,10 +11405,10 @@ paths: watchers: 1 author_association: COLLABORATOR headers: - Link: *49 - '422': *15 - '304': *36 - '404': *6 + Link: *50 + '422': *16 + '304': *37 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -11446,8 +11431,8 @@ paths: required: false schema: type: boolean - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -11459,8 +11444,8 @@ paths: title: License Simple description: License Simple type: object - properties: *69 - required: *70 + properties: *70 + required: *71 examples: default: value: @@ -11499,7 +11484,7 @@ paths: spdx_id: GPL-3.0 url: https://api.github.com/licenses/gpl-3.0 node_id: MDc6TGljZW5zZW1pdA== - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -11682,9 +11667,9 @@ paths: OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. featured: true - '403': *28 - '404': *6 - '304': *36 + '403': *29 + '404': *7 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -11744,7 +11729,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &71 + X-CommonMarker-Version: &72 example: 0.17.4 schema: type: string @@ -11756,7 +11741,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -11799,7 +11784,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *71 + X-CommonMarker-Version: *72 content: text/html: schema: @@ -11808,7 +11793,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -11828,7 +11813,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &74 + - &75 name: account_id description: account_id parameter in: path @@ -11840,7 +11825,7 @@ paths: description: Response content: application/json: - schema: &73 + schema: &74 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -11870,7 +11855,7 @@ paths: nullable: true id: type: integer - plan: &72 + plan: &73 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -11959,7 +11944,7 @@ paths: nullable: true updated_at: type: string - plan: *72 + plan: *73 required: - url - id @@ -11967,7 +11952,7 @@ paths: - login - marketplace_purchase examples: - default: &75 + default: &76 value: url: https://api.github.com/orgs/github type: Organization @@ -12022,8 +12007,8 @@ paths: description: Not Found when the account has not purchased the listing content: application/json: - schema: *2 - '401': *24 + schema: *3 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -12043,8 +12028,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-plans parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -12052,9 +12037,9 @@ paths: application/json: schema: type: array - items: *72 + items: *73 examples: - default: &76 + default: &77 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -12072,9 +12057,9 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *49 - '404': *6 - '401': *24 + Link: *50 + '404': *7 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -12094,14 +12079,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &77 + - &78 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &78 + - &79 name: sort description: The property to sort the results by. in: query @@ -12122,8 +12107,8 @@ paths: enum: - asc - desc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -12131,9 +12116,9 @@ paths: application/json: schema: type: array - items: *73 + items: *74 examples: - default: &79 + default: &80 value: - url: https://api.github.com/orgs/github type: Organization @@ -12184,10 +12169,10 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *49 - '404': *6 - '422': *15 - '401': *24 + Link: *50 + '404': *7 + '422': *16 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -12207,18 +12192,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *74 + - *75 responses: '200': description: Response content: application/json: - schema: *73 + schema: *74 examples: - default: *75 + default: *76 '404': description: Not Found when the account has not purchased the listing - '401': *24 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -12238,8 +12223,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-plans-stubbed parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -12247,12 +12232,12 @@ paths: application/json: schema: type: array - items: *72 + items: *73 examples: - default: *76 + default: *77 headers: - Link: *49 - '401': *24 + Link: *50 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -12272,8 +12257,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *77 - *78 + - *79 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -12284,8 +12269,8 @@ paths: enum: - asc - desc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -12293,12 +12278,12 @@ paths: application/json: schema: type: array - items: *73 + items: *74 examples: - default: *79 + default: *80 headers: - Link: *49 - '401': *24 + Link: *50 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -12489,7 +12474,7 @@ paths: - "*.example.com" packages: - "*.example.com" - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -12521,8 +12506,8 @@ paths: required: true schema: type: string - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -12530,7 +12515,7 @@ paths: application/json: schema: type: array - items: *80 + items: *81 examples: default: value: @@ -12581,14 +12566,14 @@ paths: action: started public: true created_at: '2022-06-08T23:29:25Z' - '404': *6 - '403': *28 - '304': *36 + '404': *7 + '403': *29 + '304': *37 '301': &236 description: Moved permanently content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -12623,7 +12608,7 @@ paths: schema: type: boolean default: false - - *58 + - *59 - &443 name: before description: 'Only show notifications updated before the given time. This @@ -12634,7 +12619,7 @@ paths: schema: type: string format: date-time - - *19 + - *20 - 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)." @@ -12649,18 +12634,18 @@ paths: application/json: schema: type: array - items: &81 + items: &82 title: Thread description: Thread type: object properties: id: type: string - repository: &109 + repository: &110 title: Minimal Repository description: Minimal Repository type: object - properties: &134 + properties: &135 id: type: integer example: 1296269 @@ -12673,7 +12658,7 @@ paths: full_name: type: string example: octocat/Hello-World - owner: *18 + owner: *19 private: type: boolean html_url: @@ -12906,7 +12891,7 @@ paths: type: integer network_count: type: integer - code_of_conduct: *37 + code_of_conduct: *38 license: type: object properties: @@ -12935,7 +12920,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &189 + security_and_analysis: &190 nullable: true type: object properties: @@ -12975,7 +12960,7 @@ paths: enum: - enabled - disabled - required: &135 + required: &136 - archive_url - assignees_url - blobs_url @@ -13145,11 +13130,11 @@ paths: url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription headers: - Link: *49 - '304': *36 - '403': *28 - '401': *24 - '422': *15 + Link: *50 + '304': *37 + '403': *29 + '401': *25 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13210,9 +13195,9 @@ paths: Notifications are being marked as read in the background. '205': description: Reset Content - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13229,7 +13214,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread parameters: - - &82 + - &83 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 @@ -13243,7 +13228,7 @@ paths: description: Response content: application/json: - schema: *81 + schema: *82 examples: default: value: @@ -13326,9 +13311,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': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13345,12 +13330,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-read parameters: - - *82 + - *83 responses: '205': description: Reset Content - '304': *36 - '403': *28 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13367,7 +13352,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-done parameters: - - *82 + - *83 responses: '204': description: No content @@ -13390,13 +13375,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *82 + - *83 responses: '200': description: Response content: application/json: - schema: &83 + schema: &84 title: Thread Subscription description: Thread Subscription type: object @@ -13433,7 +13418,7 @@ paths: - url - subscribed examples: - default: &84 + default: &85 value: subscribed: true ignored: false @@ -13441,9 +13426,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': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13464,7 +13449,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#set-a-thread-subscription parameters: - - *82 + - *83 requestBody: required: false content: @@ -13485,12 +13470,12 @@ paths: description: Response content: application/json: - schema: *83 + schema: *84 examples: - default: *84 - '304': *36 - '403': *28 - '401': *24 + default: *85 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13510,13 +13495,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#delete-a-thread-subscription parameters: - - *82 + - *83 responses: '204': description: Response - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13596,7 +13581,7 @@ paths: required: false schema: type: integer - - *17 + - *18 responses: '200': description: Response @@ -13604,7 +13589,7 @@ paths: application/json: schema: type: array - items: &157 + items: &158 title: Organization Simple description: A GitHub organization. type: object @@ -13682,7 +13667,7 @@ paths: example: ; rel="next" schema: type: string - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -13708,7 +13693,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#get-an-organization parameters: - - &85 + - &86 name: org description: The organization name. The name is not case sensitive. in: path @@ -13720,7 +13705,7 @@ paths: description: Response content: application/json: - schema: &86 + schema: &87 title: Organization Full description: Organization Full type: object @@ -13987,7 +13972,7 @@ paths: - updated_at - archived_at examples: - default-response: &87 + default-response: &88 value: login: github id: 1 @@ -14050,7 +14035,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': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14073,7 +14058,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#update-an-organization parameters: - - *85 + - *86 requestBody: required: false content: @@ -14266,22 +14251,22 @@ paths: description: Response content: application/json: - schema: *86 + schema: *87 examples: - default: *87 + default: *88 '422': description: Validation failed content: application/json: schema: oneOf: - - *88 - *89 - '409': &163 + - *90 + '409': &164 description: Conflict content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14304,11 +14289,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#delete-an-organization parameters: - - *85 + - *86 responses: - '202': *90 - '404': *6 - '403': *28 + '202': *91 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14329,7 +14314,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-an-organization parameters: - - *85 + - *86 responses: '200': description: Response @@ -14355,7 +14340,7 @@ paths: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14376,9 +14361,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: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 responses: '200': description: Response @@ -14429,7 +14414,7 @@ paths: active_caches_size_in_bytes: 1022142 active_caches_count: 2 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14449,13 +14434,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: - - *85 + - *86 responses: '200': description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &91 + schema: &92 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -14469,7 +14454,7 @@ paths: required: - include_claim_keys examples: - default: &92 + default: &93 value: include_claim_keys: - repo @@ -14491,20 +14476,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: - - *85 + - *86 requestBody: required: true content: application/json: - schema: *91 + schema: *92 examples: - default: *92 + default: *93 responses: '201': description: Empty response content: application/json: - schema: &108 + schema: &109 title: Empty Object description: An object without any properties. type: object @@ -14513,8 +14498,8 @@ paths: examples: default: value: - '404': *6 - '403': *28 + '404': *7 + '403': *29 x-github: enabledForGitHubApps: true previews: [] @@ -14534,7 +14519,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-an-organization parameters: - - *85 + - *86 responses: '200': description: Response @@ -14543,7 +14528,7 @@ paths: schema: type: object properties: - enabled_repositories: &93 + enabled_repositories: &94 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -14556,7 +14541,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: &94 + allowed_actions: &95 type: string description: The permissions policy that controls the actions and reusable workflows that are allowed to run. @@ -14595,7 +14580,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-an-organization parameters: - - *85 + - *86 responses: '204': description: Response @@ -14606,8 +14591,8 @@ paths: schema: type: object properties: - enabled_repositories: *93 - allowed_actions: *94 + enabled_repositories: *94 + allowed_actions: *95 required: - enabled_repositories examples: @@ -14634,9 +14619,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: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 responses: '200': description: Response @@ -14652,7 +14637,7 @@ paths: type: number repositories: type: array - items: *51 + items: *52 examples: default: &539 value: @@ -14794,7 +14779,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: - - *85 + - *86 responses: '204': description: Response @@ -14838,8 +14823,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: - - *85 - - &95 + - *86 + - &96 name: repository_id description: The unique identifier of the repository. in: path @@ -14867,8 +14852,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: - - *85 - - *95 + - *86 + - *96 responses: '204': description: Response @@ -14891,13 +14876,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *85 + - *86 responses: '200': description: Response content: application/json: - schema: &96 + schema: &97 type: object properties: github_owned_allowed: @@ -14918,7 +14903,7 @@ paths: items: type: string examples: - default: &97 + default: &98 value: github_owned_allowed: true verified_allowed: false @@ -14943,7 +14928,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *85 + - *86 responses: '204': description: Response @@ -14951,9 +14936,9 @@ paths: required: false content: application/json: - schema: *96 + schema: *97 examples: - selected_actions: *97 + selected_actions: *98 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -14975,7 +14960,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-an-organization parameters: - - *85 + - *86 responses: '200': description: Response @@ -14984,14 +14969,14 @@ paths: schema: &251 type: object properties: - default_workflow_permissions: &98 + default_workflow_permissions: &99 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &99 + can_approve_pull_request_reviews: &100 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -14999,7 +14984,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &100 + default: &101 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -15024,7 +15009,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-an-organization parameters: - - *85 + - *86 responses: '204': description: Success response @@ -15035,10 +15020,10 @@ paths: schema: &252 type: object properties: - default_workflow_permissions: *98 - can_approve_pull_request_reviews: *99 + default_workflow_permissions: *99 + can_approve_pull_request_reviews: *100 examples: - default: *100 + default: *101 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15065,9 +15050,9 @@ paths: in: query schema: type: string - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 responses: '200': description: Response @@ -15083,7 +15068,7 @@ paths: type: integer runners: type: array - items: &101 + items: &102 title: Self hosted runners description: A self hosted runner type: object @@ -15112,7 +15097,7 @@ paths: type: boolean labels: type: array - items: &104 + items: &105 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -15178,7 +15163,7 @@ paths: name: no-gpu type: custom headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15200,7 +15185,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-an-organization parameters: - - *85 + - *86 responses: '200': description: Response @@ -15276,7 +15261,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: - - *85 + - *86 requestBody: required: true content: @@ -15329,7 +15314,7 @@ paths: - runner - encoded_jit_config properties: - runner: *101 + runner: *102 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -15356,8 +15341,8 @@ paths: name: no-gpu type: custom encoded_jit_config: abc123 - '404': *6 - '422': *7 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15385,13 +15370,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization parameters: - - *85 + - *86 responses: '201': description: Response content: application/json: - schema: &102 + schema: &103 title: Authentication Token description: Authentication Token type: object @@ -15413,7 +15398,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *51 + items: *52 single_file: type: string example: config.yaml @@ -15460,13 +15445,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization parameters: - - *85 + - *86 responses: '201': description: Response content: application/json: - schema: *102 + schema: *103 examples: default: &258 value: @@ -15493,8 +15478,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: - - *85 - - &103 + - *86 + - &104 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -15506,7 +15491,7 @@ paths: description: Response content: application/json: - schema: *101 + schema: *102 examples: default: &259 value: @@ -15548,8 +15533,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: - - *85 - - *103 + - *86 + - *104 responses: '204': description: Response @@ -15574,10 +15559,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: - - *85 - - *103 + - *86 + - *104 responses: - '200': &105 + '200': &106 description: Response content: application/json: @@ -15591,7 +15576,7 @@ paths: type: integer labels: type: array - items: *104 + items: *105 examples: default: value: @@ -15609,7 +15594,7 @@ paths: - id: 21 name: no-gpu type: custom - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15630,8 +15615,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: - - *85 - - *103 + - *86 + - *104 requestBody: required: true content: @@ -15655,9 +15640,9 @@ paths: - gpu - accelerated responses: - '200': *105 - '404': *6 - '422': *7 + '200': *106 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15679,8 +15664,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: - - *85 - - *103 + - *86 + - *104 requestBody: required: true content: @@ -15705,9 +15690,9 @@ paths: - gpu - accelerated responses: - '200': *105 - '404': *6 - '422': *7 + '200': *106 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15729,8 +15714,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: - - *85 - - *103 + - *86 + - *104 responses: '200': &260 description: Response @@ -15746,7 +15731,7 @@ paths: type: integer labels: type: array - items: *104 + items: *105 examples: default: value: @@ -15761,7 +15746,7 @@ paths: - id: 20 name: macOS type: read-only - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15787,8 +15772,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: - - *85 - - *103 + - *86 + - *104 - &261 name: name description: The name of a self-hosted runner's custom label. @@ -15797,9 +15782,9 @@ paths: schema: type: string responses: - '200': *105 - '404': *6 - '422': *7 + '200': *106 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15822,9 +15807,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-organization-secrets parameters: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 responses: '200': description: Response @@ -15840,7 +15825,7 @@ paths: type: integer secrets: type: array - items: &106 + items: &107 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -15890,7 +15875,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15913,7 +15898,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-public-key parameters: - - *85 + - *86 responses: '200': description: Response @@ -15973,8 +15958,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-secret parameters: - - *85 - - &107 + - *86 + - &108 name: secret_name description: The name of the secret. in: path @@ -15986,7 +15971,7 @@ paths: description: Response content: application/json: - schema: *106 + schema: *107 examples: default: value: @@ -16016,8 +16001,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 requestBody: required: true content: @@ -16072,7 +16057,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *108 + schema: *109 examples: default: value: @@ -16098,8 +16083,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 responses: '204': description: Response @@ -16125,10 +16110,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *85 - - *107 - - *19 - - *17 + - *86 + - *108 + - *20 + - *18 responses: '200': description: Response @@ -16144,9 +16129,9 @@ paths: type: integer repositories: type: array - items: *109 + items: *110 examples: - default: &112 + default: &113 value: total_count: 1 repositories: @@ -16238,8 +16223,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 requestBody: required: true content: @@ -16291,8 +16276,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 - name: repository_id in: path required: true @@ -16325,8 +16310,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 - name: repository_id in: path required: true @@ -16358,7 +16343,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - - *85 + - *86 - &246 name: per_page description: The number of results per page (max 30). For more information, @@ -16367,7 +16352,7 @@ paths: schema: type: integer default: 10 - - *19 + - *20 responses: '200': description: Response @@ -16383,7 +16368,7 @@ paths: type: integer variables: type: array - items: &110 + items: &111 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -16447,7 +16432,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/variables/ADMIN_EMAIL/repositories headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16468,7 +16453,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-organization-variable parameters: - - *85 + - *86 requestBody: required: true content: @@ -16516,7 +16501,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *108 + schema: *109 examples: default: value: @@ -16541,8 +16526,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-organization-variable parameters: - - *85 - - &111 + - *86 + - &112 name: name description: The name of the variable. in: path @@ -16554,7 +16539,7 @@ paths: description: Response content: application/json: - schema: *110 + schema: *111 examples: default: value: @@ -16584,8 +16569,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-organization-variable parameters: - - *85 - - *111 + - *86 + - *112 requestBody: required: true content: @@ -16647,8 +16632,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-organization-variable parameters: - - *85 - - *111 + - *86 + - *112 responses: '204': description: Response @@ -16674,10 +16659,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - - *85 - - *111 - - *19 - - *17 + - *86 + - *112 + - *20 + - *18 responses: '200': description: Response @@ -16693,9 +16678,9 @@ paths: type: integer repositories: type: array - items: *109 + items: *110 examples: - default: *112 + default: *113 '409': description: Response when the visibility of the variable is not set to `selected` @@ -16721,8 +16706,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - - *85 - - *111 + - *86 + - *112 requestBody: required: true content: @@ -16771,8 +16756,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - - *85 - - *111 + - *86 + - *112 - name: repository_id in: path required: true @@ -16806,8 +16791,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - - *85 - - *111 + - *86 + - *112 - name: repository_id in: path required: true @@ -16835,9 +16820,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 responses: '200': description: Response @@ -16845,9 +16830,9 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: &152 + default: &153 value: - login: octocat id: 1 @@ -16885,8 +16870,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - - *85 - - &113 + - *86 + - &114 name: username description: The handle for the GitHub user account. in: path @@ -16900,7 +16885,7 @@ paths: description: If the user is not blocked content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16917,12 +16902,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *85 - - *113 + - *86 + - *114 responses: '204': description: Response - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16938,8 +16923,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *85 - - *113 + - *86 + - *114 responses: '204': description: Response @@ -16964,7 +16949,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - - *85 + - *86 - &312 name: tool_name description: The name of a code scanning tool. Only results by this tool will @@ -16972,7 +16957,7 @@ paths: but not both. in: query required: false - schema: &117 + schema: &118 type: string description: The name of the tool used to generate the code scanning analysis. - &313 @@ -16983,16 +16968,16 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &118 + schema: &119 nullable: true type: string description: The GUID of the tool used to generate the code scanning analysis, if provided in the uploaded SARIF data. - - *39 - *40 - - *19 - - *17 - - *38 + - *41 + - *20 + - *18 + - *39 - name: state description: If specified, only code scanning alerts with this state will be returned. @@ -17042,33 +17027,33 @@ paths: items: type: object properties: - number: *44 - created_at: *45 - updated_at: *114 - url: *46 - html_url: *47 + number: *45 + created_at: *46 + updated_at: *115 + url: *47 + html_url: *48 instances_url: &317 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &119 + state: &120 type: string description: State of a code scanning alert. enum: - open - dismissed - fixed - fixed_at: *115 + fixed_at: *116 dismissed_by: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true - dismissed_at: *116 + dismissed_at: *117 dismissed_reason: &318 type: string description: "**Required when the state is dismissed.** The @@ -17127,13 +17112,13 @@ paths: tool: &321 type: object properties: - name: *117 + name: *118 version: nullable: true type: string description: The version of the tool used to generate the code scanning analysis. - guid: *118 + guid: *119 most_recent_instance: &322 type: object properties: @@ -17159,7 +17144,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: *119 + state: *120 commit_sha: type: string message: @@ -17198,7 +17183,7 @@ paths: - generated - test - library - repository: *48 + repository: *49 required: - number - created_at @@ -17443,9 +17428,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: *49 - '404': *6 - '503': *56 + Link: *50 + '404': *7 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17465,9 +17450,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#list-codespaces-for-the-organization parameters: - - *17 - - *19 - - *85 + - *18 + - *20 + - *86 responses: '200': description: Response @@ -17483,7 +17468,7 @@ paths: type: integer codespaces: type: array - items: &153 + items: &154 type: object title: Codespace description: A codespace. @@ -17505,9 +17490,9 @@ paths: type: string example: 26a7c758-7299-4a73-b978-5a92a7ae98a0 nullable: true - owner: *18 - billable_owner: *18 - repository: *109 + owner: *19 + billable_owner: *19 + repository: *110 machine: type: object title: Codespace machine @@ -17759,7 +17744,7 @@ paths: - pulls_url - recent_folders examples: - default: &154 + default: &155 value: total_count: 3 codespaces: @@ -18168,15 +18153,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': *36 - '500': &120 + '304': *37 + '500': &121 description: Internal Error content: application/json: - schema: *2 - '401': *24 - '403': *28 - '404': *6 + schema: *3 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -18195,7 +18180,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *85 + - *86 deprecated: true requestBody: required: true @@ -18234,12 +18219,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *36 + '304': *37 '400': description: Users are neither members nor collaborators of this organization. - '404': *6 - '422': *15 - '500': *120 + '404': *7 + '422': *16 + '500': *121 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -18262,7 +18247,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization parameters: - - *85 + - *86 deprecated: true requestBody: required: true @@ -18289,12 +18274,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *36 + '304': *37 '400': description: Users are neither members nor collaborators of this organization. - '404': *6 - '422': *15 - '500': *120 + '404': *7 + '422': *16 + '500': *121 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -18317,7 +18302,7 @@ paths: url: https://docs.github.com/rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *85 + - *86 requestBody: required: true content: @@ -18343,12 +18328,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *36 + '304': *37 '400': description: Users are neither members nor collaborators of this organization. - '404': *6 - '422': *15 - '500': *120 + '404': *7 + '422': *16 + '500': *121 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -18369,9 +18354,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 responses: '200': description: Response @@ -18387,7 +18372,7 @@ paths: type: integer secrets: type: array - items: &121 + items: &122 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -18439,7 +18424,7 @@ paths: updated_at: '2020-01-11T11:59:22Z' visibility: all headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -18458,7 +18443,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *85 + - *86 responses: '200': description: Response @@ -18516,14 +18501,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 responses: '200': description: Response content: application/json: - schema: *121 + schema: *122 examples: default: &341 value: @@ -18532,7 +18517,7 @@ paths: updated_at: '2020-01-10T14:59:22Z' visibility: all headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -18552,8 +18537,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 requestBody: required: true content: @@ -18608,14 +18593,14 @@ paths: description: Response when creating a secret content: application/json: - schema: *108 + schema: *109 examples: default: value: '204': description: Response when updating a secret - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -18634,12 +18619,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -18660,10 +18645,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - - *85 - - *107 - - *19 - - *17 + - *86 + - *108 + - *20 + - *18 responses: '200': description: Response @@ -18679,10 +18664,10 @@ paths: type: integer repositories: type: array - items: *109 + items: *110 examples: - default: *112 - '404': *6 + default: *113 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -18703,8 +18688,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 requestBody: required: true content: @@ -18733,7 +18718,7 @@ paths: responses: '204': description: Response - '404': *6 + '404': *7 '409': description: Conflict when visibility type not set to selected x-github: @@ -18754,8 +18739,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 - name: repository_id in: path required: true @@ -18764,10 +18749,10 @@ paths: responses: '204': description: No Content when repository was added to the selected list - '404': *6 + '404': *7 '409': description: Conflict when visibility type is not set to selected - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -18788,8 +18773,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 - name: repository_id in: path required: true @@ -18798,10 +18783,10 @@ paths: responses: '204': description: Response when repository was removed from the selected list - '404': *6 + '404': *7 '409': description: Conflict when visibility type not set to selected - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -18827,7 +18812,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: - - *85 + - *86 responses: '200': description: OK @@ -18925,10 +18910,10 @@ paths: inactive_this_cycle: 11 seat_management_setting: assign_selected public_code_suggestions: block - '500': *120 - '401': *24 - '403': *28 - '404': *6 + '500': *121 + '401': *25 + '403': *29 + '404': *7 '422': description: There is a problem with your account's associated payment method. x-github: @@ -18954,8 +18939,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: - - *85 - - *19 + - *86 + - *20 - 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)." @@ -18977,7 +18962,7 @@ paths: currently being billed. seats: type: array - items: &156 + items: &157 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -18989,8 +18974,8 @@ paths: GitHub Copilot. additionalProperties: true oneOf: - - *18 - - &122 + - *19 + - &123 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -19258,7 +19243,7 @@ paths: to the assignee. This will be null if the user was assigned a seat individually. oneOf: - - *122 + - *123 nullable: true pending_cancellation_date: type: string @@ -19362,11 +19347,11 @@ paths: type: User site_admin: false headers: - Link: *49 - '500': *120 - '401': *24 - '403': *28 - '404': *6 + Link: *50 + '500': *121 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19395,7 +19380,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: - - *85 + - *86 requestBody: content: application/json: @@ -19436,10 +19421,10 @@ paths: default: value: seats_created: 5 - '500': *120 - '401': *24 - '403': *28 - '404': *6 + '500': *121 + '401': *25 + '403': *29 + '404': *7 '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 @@ -19472,7 +19457,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: - - *85 + - *86 requestBody: content: application/json: @@ -19513,10 +19498,10 @@ paths: default: value: seats_cancelled: 5 - '500': *120 - '401': *24 - '403': *28 - '404': *6 + '500': *121 + '401': *25 + '403': *29 + '404': *7 '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 @@ -19550,7 +19535,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: - - *85 + - *86 requestBody: content: application/json: @@ -19591,10 +19576,10 @@ paths: default: value: seats_created: 5 - '500': *120 - '401': *24 - '403': *28 - '404': *6 + '500': *121 + '401': *25 + '403': *29 + '404': *7 '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 @@ -19627,7 +19612,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: - - *85 + - *86 requestBody: content: application/json: @@ -19668,10 +19653,10 @@ paths: default: value: seats_cancelled: 5 - '500': *120 - '401': *24 - '403': *28 - '404': *6 + '500': *121 + '401': *25 + '403': *29 + '404': *7 '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 @@ -19699,19 +19684,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *85 - - *123 + - *86 - *124 - *125 - *126 - *127 - *128 - - *38 + - *129 - *39 - *40 - - *129 + - *41 - *130 - - *17 + - *131 + - *18 responses: '200': description: Response @@ -19719,14 +19704,14 @@ paths: application/json: schema: type: array - items: *131 + items: *132 examples: - default: *132 - '304': *36 - '400': *14 - '403': *28 - '404': *6 - '422': *7 + default: *133 + '304': *37 + '400': *15 + '403': *29 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19747,9 +19732,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-organization-secrets parameters: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 responses: '200': description: Response @@ -19765,7 +19750,7 @@ paths: type: integer secrets: type: array - items: &133 + items: &134 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -19815,7 +19800,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/dependabot/secrets/SUPER_SECRET/repositories headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19836,7 +19821,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-public-key parameters: - - *85 + - *86 responses: '200': description: Response @@ -19882,14 +19867,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 responses: '200': description: Response content: application/json: - schema: *133 + schema: *134 examples: default: value: @@ -19917,8 +19902,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 requestBody: required: true content: @@ -19973,7 +19958,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *108 + schema: *109 examples: default: value: @@ -19997,8 +19982,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 responses: '204': description: Response @@ -20022,10 +20007,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *85 - - *107 - - *19 - - *17 + - *86 + - *108 + - *20 + - *18 responses: '200': description: Response @@ -20041,9 +20026,9 @@ paths: type: integer repositories: type: array - items: *109 + items: *110 examples: - default: *112 + default: *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20064,8 +20049,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 requestBody: required: true content: @@ -20115,8 +20100,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 - name: repository_id in: path required: true @@ -20147,8 +20132,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 - name: repository_id in: path required: true @@ -20178,7 +20163,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: - - *85 + - *86 responses: '200': description: Response @@ -20186,7 +20171,7 @@ paths: application/json: schema: type: array - items: &167 + items: &168 title: Package description: A software package type: object @@ -20229,15 +20214,15 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true repository: title: Minimal Repository description: Minimal Repository type: object - properties: *134 - required: *135 + properties: *135 + required: *136 nullable: true created_at: type: string @@ -20256,7 +20241,7 @@ paths: - created_at - updated_at examples: - default: &168 + default: &169 value: - id: 197 name: hello_docker @@ -20314,8 +20299,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': *28 - '401': *24 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -20332,9 +20317,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-organization-events parameters: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 responses: '200': description: Response @@ -20342,7 +20327,7 @@ paths: application/json: schema: type: array - items: *80 + items: *81 examples: 200-response: value: @@ -20411,9 +20396,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-failed-organization-invitations parameters: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 responses: '200': description: Response @@ -20421,7 +20406,7 @@ paths: application/json: schema: type: array - items: &147 + items: &148 title: Organization Invitation description: Organization Invitation type: object @@ -20444,7 +20429,7 @@ paths: failed_reason: type: string nullable: true - inviter: *18 + inviter: *19 team_count: type: integer node_id: @@ -20467,7 +20452,7 @@ paths: - invitation_teams_url - node_id examples: - default: &148 + default: &149 value: - id: 1 login: monalisa @@ -20500,8 +20485,8 @@ paths: invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20521,9 +20506,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-organization-webhooks parameters: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 responses: '200': description: Response @@ -20531,7 +20516,7 @@ paths: application/json: schema: type: array - items: &136 + items: &137 title: Org Hook description: Org Hook type: object @@ -20619,8 +20604,8 @@ paths: created_at: '2011-09-06T17:26:27Z' type: Organization headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20640,7 +20625,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#create-an-organization-webhook parameters: - - *85 + - *86 requestBody: required: true content: @@ -20655,10 +20640,10 @@ paths: type: object description: Key/value pairs to provide settings for this webhook. properties: - url: *8 - content_type: *9 - secret: *10 - insecure_ssl: *11 + url: *9 + content_type: *10 + secret: *11 + insecure_ssl: *12 username: type: string example: '"kdaigle"' @@ -20700,9 +20685,9 @@ paths: description: Response content: application/json: - schema: *136 + schema: *137 examples: - default: &137 + default: &138 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -20724,8 +20709,8 @@ paths: example: https://api.github.com/orgs/octocat/hooks/1 schema: type: string - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20747,8 +20732,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - - *85 - - &138 + - *86 + - &139 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. @@ -20761,10 +20746,10 @@ paths: description: Response content: application/json: - schema: *136 + schema: *137 examples: - default: *137 - '404': *6 + default: *138 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20788,8 +20773,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - - *85 - - *138 + - *86 + - *139 requestBody: required: false content: @@ -20801,10 +20786,10 @@ paths: type: object description: Key/value pairs to provide settings for this webhook. properties: - url: *8 - content_type: *9 - secret: *10 - insecure_ssl: *11 + url: *9 + content_type: *10 + secret: *11 + insecure_ssl: *12 required: - url events: @@ -20834,7 +20819,7 @@ paths: description: Response content: application/json: - schema: *136 + schema: *137 examples: default: value: @@ -20852,8 +20837,8 @@ paths: updated_at: '2011-09-06T20:39:23Z' created_at: '2011-09-06T17:26:27Z' type: Organization - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20872,12 +20857,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *85 - - *138 + - *86 + - *139 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20900,16 +20885,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - - *85 - - *138 + - *86 + - *139 responses: '200': description: Response content: application/json: - schema: *12 + schema: *13 examples: - default: *13 + default: *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20931,8 +20916,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - - *85 - - *138 + - *86 + - *139 requestBody: required: false content: @@ -20940,10 +20925,10 @@ paths: schema: type: object properties: - url: *8 - content_type: *9 - secret: *10 - insecure_ssl: *11 + url: *9 + content_type: *10 + secret: *11 + insecure_ssl: *12 examples: default: summary: Update an existing webhook @@ -20957,9 +20942,9 @@ paths: description: Response content: application/json: - schema: *12 + schema: *13 examples: - default: *13 + default: *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20981,10 +20966,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *85 - - *138 - - *17 + - *86 - *139 + - *18 + - *140 - name: redelivery in: query required: false @@ -20997,11 +20982,11 @@ paths: application/json: schema: type: array - items: *140 + items: *141 examples: - default: *141 - '400': *14 - '422': *15 + default: *142 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21022,19 +21007,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - - *85 - - *138 - - *16 + - *86 + - *139 + - *17 responses: '200': description: Response content: application/json: - schema: *142 + schema: *143 examples: - default: *143 - '400': *14 - '422': *15 + default: *144 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21055,13 +21040,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - - *85 - - *138 - - *16 + - *86 + - *139 + - *17 responses: - '202': *90 - '400': *14 - '422': *15 + '202': *91 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21083,12 +21068,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *85 - - *138 + - *86 + - *139 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21108,13 +21093,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-an-organization-installation-for-the-authenticated-app parameters: - - *85 + - *86 responses: '200': description: Response content: application/json: - schema: *21 + schema: *22 examples: default: &406 value: @@ -21184,9 +21169,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 responses: '200': description: Response @@ -21202,7 +21187,7 @@ paths: type: integer installations: type: array - items: *21 + items: *22 examples: default: value: @@ -21254,7 +21239,7 @@ paths: suspended_at: suspended_by: headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21273,7 +21258,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *85 + - *86 responses: '200': description: Response @@ -21281,12 +21266,12 @@ paths: application/json: schema: anyOf: - - &145 + - &146 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &144 + limit: &145 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -21311,7 +21296,7 @@ paths: properties: {} additionalProperties: false examples: - default: &146 + default: &147 value: limit: collaborators_only origin: organization @@ -21335,7 +21320,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *85 + - *86 requestBody: required: true content: @@ -21346,7 +21331,7 @@ paths: duration type: object properties: - limit: *144 + limit: *145 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -21370,10 +21355,10 @@ paths: description: Response content: application/json: - schema: *145 + schema: *146 examples: - default: *146 - '422': *15 + default: *147 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21390,7 +21375,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *85 + - *86 responses: '204': description: Response @@ -21413,9 +21398,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-pending-organization-invitations parameters: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 - name: role description: Filter invitations by their member role. in: query @@ -21447,12 +21432,12 @@ paths: application/json: schema: type: array - items: *147 + items: *148 examples: - default: *148 + default: *149 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21472,7 +21457,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#create-an-organization-invitation parameters: - - *85 + - *86 requestBody: required: false content: @@ -21526,7 +21511,7 @@ paths: description: Response content: application/json: - schema: *147 + schema: *148 examples: default: value: @@ -21558,8 +21543,8 @@ paths: team_count: 2 invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: triggersNotification: true githubCloudOnly: false @@ -21580,8 +21565,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - - *85 - - &149 + - *86 + - &150 name: invitation_id description: The unique identifier of the invitation. in: path @@ -21591,8 +21576,8 @@ paths: responses: '204': description: Response - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: triggersNotification: true githubCloudOnly: false @@ -21611,10 +21596,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - - *85 - - *149 - - *17 - - *19 + - *86 + - *150 + - *18 + - *20 responses: '200': description: Response @@ -21622,9 +21607,9 @@ paths: application/json: schema: type: array - items: *122 + items: *123 examples: - default: &166 + default: &167 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -21640,8 +21625,8 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21671,7 +21656,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user parameters: - - *85 + - *86 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -21701,7 +21686,7 @@ paths: - closed - all default: open - - *150 + - *151 - name: sort description: What to sort results by. in: query @@ -21713,10 +21698,10 @@ paths: - updated - comments default: created - - *38 - - *58 - - *17 - - *19 + - *39 + - *59 + - *18 + - *20 responses: '200': description: Response @@ -21724,12 +21709,12 @@ paths: application/json: schema: type: array - items: *68 + items: *69 examples: - default: *151 + default: *152 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -21748,7 +21733,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-members parameters: - - *85 + - *86 - 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) @@ -21773,8 +21758,8 @@ paths: - admin - member default: all - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -21782,12 +21767,12 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 + default: *153 headers: - Link: *49 - '422': *15 + Link: *50 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21804,8 +21789,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-organization-membership-for-a-user parameters: - - *85 - - *113 + - *86 + - *114 responses: '204': description: Response if requester is an organization member and user is @@ -21836,12 +21821,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-an-organization-member parameters: - - *85 - - *113 + - *86 + - *114 responses: '204': description: Response - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21861,10 +21846,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#list-codespaces-for-a-user-in-organization parameters: - - *17 - - *19 - - *85 - - *113 + - *18 + - *20 + - *86 + - *114 responses: '200': description: Response @@ -21880,14 +21865,14 @@ paths: type: integer codespaces: type: array - items: *153 + items: *154 examples: - default: *154 - '304': *36 - '500': *120 - '401': *24 - '403': *28 - '404': *6 + default: *155 + '304': *37 + '500': *121 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -21907,9 +21892,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *85 - - *113 - - &155 + - *86 + - *114 + - &156 name: codespace_name in: path required: true @@ -21917,12 +21902,12 @@ paths: schema: type: string responses: - '202': *90 - '304': *36 - '500': *120 - '401': *24 - '403': *28 - '404': *6 + '202': *91 + '304': *37 + '500': *121 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -21942,15 +21927,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - - *85 - - *113 - - *155 + - *86 + - *114 + - *156 responses: '200': description: Response content: application/json: - schema: *153 + schema: *154 examples: default: &334 value: @@ -22093,11 +22078,11 @@ paths: pulls_url: https://api.github.com/repos/octocat/Hello-World/pulls/1 recent_folders: [] template: - '304': *36 - '500': *120 - '401': *24 - '403': *28 - '404': *6 + '304': *37 + '500': *121 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22121,14 +22106,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: - - *85 - - *113 + - *86 + - *114 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *156 + schema: *157 examples: default: value: @@ -22170,10 +22155,10 @@ paths: members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos parent: - '500': *120 - '401': *24 - '403': *28 - '404': *6 + '500': *121 + '401': *25 + '403': *29 + '404': *7 '422': description: Copilot Business or Enterprise is not enabled for this organization or the user has a pending organization invitation. @@ -22195,14 +22180,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user parameters: - - *85 - - *113 + - *86 + - *114 responses: '200': description: Response content: application/json: - schema: &158 + schema: &159 title: Org Membership description: Org Membership type: object @@ -22231,13 +22216,13 @@ paths: type: string format: uri example: https://api.github.com/orgs/octocat - organization: *157 + organization: *158 user: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true permissions: type: object @@ -22254,7 +22239,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &159 + response-if-user-has-an-active-admin-membership-with-organization: &160 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -22293,8 +22278,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *6 - '403': *28 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22322,8 +22307,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-organization-membership-for-a-user parameters: - - *85 - - *113 + - *86 + - *114 requestBody: required: false content: @@ -22351,11 +22336,11 @@ paths: description: Response content: application/json: - schema: *158 + schema: *159 examples: - response-if-user-already-had-membership-with-organization: *159 - '422': *15 - '403': *28 + response-if-user-already-had-membership-with-organization: *160 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22374,13 +22359,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *85 - - *113 + - *86 + - *114 responses: '204': description: Response - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22400,9 +22385,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-organization-migrations parameters: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 - name: exclude description: Exclude attributes from the API response to improve performance in: query @@ -22421,7 +22406,7 @@ paths: application/json: schema: type: array - items: &160 + items: &161 title: Migration description: A migration. type: object @@ -22433,8 +22418,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true guid: type: string @@ -22461,7 +22446,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *51 + items: *52 url: type: string format: uri @@ -22657,7 +22642,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22673,7 +22658,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#start-an-organization-migration parameters: - - *85 + - *86 requestBody: required: true content: @@ -22749,7 +22734,7 @@ paths: description: Response content: application/json: - schema: *160 + schema: *161 examples: default: value: @@ -22901,8 +22886,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': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22927,8 +22912,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - - *85 - - &161 + - *86 + - &162 name: migration_id description: The unique identifier of the migration. in: path @@ -22955,7 +22940,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *160 + schema: *161 examples: default: value: @@ -23107,7 +23092,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': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23124,12 +23109,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *85 - - *161 + - *86 + - *162 responses: '302': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23146,12 +23131,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *85 - - *161 + - *86 + - *162 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23170,8 +23155,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - - *85 - - *161 + - *86 + - *162 - &544 name: repo_name description: repo_name parameter @@ -23182,7 +23167,7 @@ paths: responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23199,10 +23184,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *85 - - *161 - - *17 - - *19 + - *86 + - *162 + - *18 + - *20 responses: '200': description: Response @@ -23210,9 +23195,9 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: - default: &173 + default: &174 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -23321,8 +23306,8 @@ paths: secret_scanning_push_protection: status: disabled headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23349,7 +23334,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#list-organization-fine-grained-permissions-for-an-organization parameters: - - *85 + - *86 responses: '200': description: Response @@ -23377,8 +23362,8 @@ paths: description: View organization roles - name: write_organization_custom_org_role description: Manage custom organization roles - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23403,7 +23388,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-all-organization-roles-for-an-organization parameters: - - *85 + - *86 responses: '200': description: Response - list of organization roles @@ -23419,7 +23404,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &162 + items: &163 title: Organization Role description: Organization roles type: object @@ -23444,8 +23429,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true created_at: description: The date and time the role was created. @@ -23522,8 +23507,8 @@ paths: site_admin: false created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:20:11Z' - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23547,7 +23532,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#create-a-custom-organization-role parameters: - - *85 + - *86 requestBody: required: true content: @@ -23585,7 +23570,7 @@ paths: description: Response content: application/json: - schema: *162 + schema: *163 examples: default: value: @@ -23612,9 +23597,9 @@ paths: description: A great organization created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:19:11Z' - '422': *15 - '404': *6 - '409': *163 + '422': *16 + '404': *7 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23636,8 +23621,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - - *85 - - &164 + - *86 + - &165 name: team_slug description: The slug of the team name. in: path @@ -23668,9 +23653,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - - *85 - - *164 - - &165 + - *86 + - *165 + - &166 name: role_id description: The unique identifier of the role. in: path @@ -23705,9 +23690,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - - *85 - - *164 + - *86 - *165 + - *166 responses: '204': description: Response @@ -23732,8 +23717,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - - *85 - - *113 + - *86 + - *114 responses: '204': description: Response @@ -23758,9 +23743,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - - *85 - - *113 - - *165 + - *86 + - *114 + - *166 responses: '204': description: Response @@ -23790,9 +23775,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - - *85 - - *113 - - *165 + - *86 + - *114 + - *166 responses: '204': description: Response @@ -23820,14 +23805,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - - *85 - - *165 + - *86 + - *166 responses: '200': description: Response content: application/json: - schema: *162 + schema: *163 examples: default: value: @@ -23854,8 +23839,8 @@ paths: description: A great organization created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:20:11Z' - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23880,8 +23865,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#update-a-custom-organization-role parameters: - - *85 - - *165 + - *86 + - *166 requestBody: required: true content: @@ -23910,7 +23895,7 @@ paths: description: Response content: application/json: - schema: *162 + schema: *163 examples: default: value: @@ -23937,9 +23922,9 @@ paths: description: A great organization created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:19:11Z' - '422': *15 - '409': *163 - '404': *6 + '422': *16 + '409': *164 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23963,8 +23948,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#delete-a-custom-organization-role parameters: - - *85 - - *165 + - *86 + - *166 responses: '204': description: Response @@ -23989,10 +23974,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: - - *85 - - *165 - - *17 - - *19 + - *86 + - *166 + - *18 + - *20 responses: '200': description: Response - List of assigned teams @@ -24001,11 +23986,11 @@ paths: schema: type: array description: List of teams assigned to the organization role - items: *122 + items: *123 examples: - default: *166 + default: *167 headers: - Link: *49 + Link: *50 '404': description: Response if the organization or role does not exist. '422': @@ -24032,10 +24017,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: - - *85 - - *165 - - *17 - - *19 + - *86 + - *166 + - *18 + - *20 responses: '200': description: Response - List of assigned users @@ -24044,11 +24029,11 @@ paths: schema: type: array description: List of users assigned to the organization role - items: *18 + items: *19 examples: - default: *152 + default: *153 headers: - Link: *49 + Link: *50 '404': description: Response if the organization or role does not exist. '422': @@ -24070,7 +24055,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization parameters: - - *85 + - *86 - 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) @@ -24083,8 +24068,8 @@ paths: - 2fa_disabled - all default: all - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -24092,11 +24077,11 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 + default: *153 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24119,8 +24104,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - - *85 - - *113 + - *86 + - *114 requestBody: required: false content: @@ -24160,7 +24145,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': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24177,8 +24162,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - - *85 - - *113 + - *86 + - *114 responses: '204': description: Response @@ -24235,7 +24220,7 @@ paths: - docker - nuget - container - - *85 + - *86 - &546 name: visibility description: |- @@ -24272,11 +24257,11 @@ paths: application/json: schema: type: array - items: *167 + items: *168 examples: - default: *168 - '403': *28 - '401': *24 + default: *169 + '403': *29 + '401': *25 '400': &548 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. @@ -24299,7 +24284,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &169 + - &170 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 @@ -24317,20 +24302,20 @@ paths: - docker - nuget - container - - &170 + - &171 name: package_name description: The name of the package. in: path required: true schema: type: string - - *85 + - *86 responses: '200': description: Response content: application/json: - schema: *167 + schema: *168 examples: default: value: @@ -24382,15 +24367,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *169 - *170 - - *85 + - *171 + - *86 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24416,9 +24401,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *169 - *170 - - *85 + - *171 + - *86 - name: token description: package token schema: @@ -24428,9 +24413,9 @@ paths: responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24450,11 +24435,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: - - *169 - *170 - - *85 - - *19 - - *17 + - *171 + - *86 + - *20 + - *18 - name: state in: query required: false @@ -24472,7 +24457,7 @@ paths: application/json: schema: type: array - items: &171 + items: &172 title: Package Version description: A version of a software package type: object @@ -24575,9 +24560,9 @@ paths: html_url: https://github.com/octo-org/hello-world-npm/packages/43752?version=1.0.3 metadata: package_type: npm - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24597,10 +24582,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *169 - *170 - - *85 - - &172 + - *171 + - *86 + - &173 name: package_version_id description: Unique identifier of the package version. in: path @@ -24612,7 +24597,7 @@ paths: description: Response content: application/json: - schema: *171 + schema: *172 examples: default: value: @@ -24648,16 +24633,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *169 - *170 - - *85 - - *172 + - *171 + - *86 + - *173 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24683,16 +24668,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *169 - *170 - - *85 - - *172 + - *171 + - *86 + - *173 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24713,10 +24698,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: - - *85 - - *17 - - *19 - - &174 + - *86 + - *18 + - *20 + - &175 name: sort description: The property by which to sort the results. in: query @@ -24726,8 +24711,8 @@ paths: enum: - created_at default: created_at - - *38 - - &175 + - *39 + - &176 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -24738,7 +24723,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &176 + - &177 name: repository description: The name of the repository to use to filter the results. in: query @@ -24746,7 +24731,7 @@ paths: schema: type: string example: Hello-World - - &177 + - &178 name: permission description: The permission to use to filter the results. in: query @@ -24754,7 +24739,7 @@ paths: schema: type: string example: issues_read - - &178 + - &179 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) @@ -24764,7 +24749,7 @@ paths: schema: type: string format: date-time - - &179 + - &180 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) @@ -24775,10 +24760,10 @@ paths: type: string format: date-time responses: - '500': *120 - '422': *15 - '404': *6 - '403': *28 + '500': *121 + '422': *16 + '404': *7 + '403': *29 '200': description: Response content: @@ -24800,7 +24785,7 @@ paths: type: string nullable: true description: Reason for requesting access. - owner: *18 + owner: *19 repository_selection: type: string enum: @@ -24893,7 +24878,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24913,7 +24898,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: - - *85 + - *86 requestBody: required: true content: @@ -24954,11 +24939,11 @@ paths: action: deny reason: Access is too broad. responses: - '500': *120 - '422': *15 - '404': *6 - '403': *28 - '202': *90 + '500': *121 + '422': *16 + '404': *7 + '403': *29 + '202': *91 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24979,7 +24964,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: - - *85 + - *86 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -25015,11 +25000,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *120 - '422': *15 - '404': *6 - '403': *28 - '204': &180 + '500': *121 + '422': *16 + '404': *7 + '403': *29 + '204': &181 description: A header with no content is returned. x-github: githubCloudOnly: false @@ -25041,7 +25026,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: - - *85 + - *86 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -25049,23 +25034,23 @@ paths: required: true schema: type: integer - - *17 - - *19 + - *18 + - *20 responses: - '500': *120 - '404': *6 - '403': *28 + '500': *121 + '404': *7 + '403': *29 '200': description: Response content: application/json: schema: type: array - items: *109 + items: *110 examples: - default: *173 + default: *174 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25086,21 +25071,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: - - *85 - - *17 - - *19 - - *174 - - *38 + - *86 + - *18 + - *20 - *175 + - *39 - *176 - *177 - *178 - *179 + - *180 responses: - '500': *120 - '422': *15 - '404': *6 - '403': *28 + '500': *121 + '422': *16 + '404': *7 + '403': *29 '200': description: Response content: @@ -25118,7 +25103,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: *18 + owner: *19 repository_selection: type: string enum: @@ -25210,7 +25195,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25230,7 +25215,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: - - *85 + - *86 requestBody: required: true content: @@ -25265,11 +25250,11 @@ paths: - 1296269 - 1296280 responses: - '500': *120 - '404': *6 - '202': *90 - '403': *28 - '422': *15 + '500': *121 + '404': *7 + '202': *91 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25290,7 +25275,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: - - *85 + - *86 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -25318,11 +25303,11 @@ paths: value: action: revoke responses: - '500': *120 - '404': *6 - '204': *180 - '403': *28 - '422': *15 + '500': *121 + '404': *7 + '204': *181 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25342,30 +25327,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: - - *85 + - *86 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. required: true schema: type: integer - - *17 - - *19 + - *18 + - *20 responses: - '500': *120 - '404': *6 - '403': *28 + '500': *121 + '404': *7 + '403': *29 '200': description: Response content: application/json: schema: type: array - items: *109 + items: *110 examples: - default: *173 + default: *174 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25385,7 +25370,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-organization-projects parameters: - - *85 + - *86 - name: state description: Indicates the state of the projects to return. in: query @@ -25397,8 +25382,8 @@ paths: - closed - all default: open - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -25406,7 +25391,7 @@ paths: application/json: schema: type: array - items: &181 + items: &182 title: Project description: Projects are a way to organize columns and cards of work. @@ -25455,8 +25440,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true created_at: type: string @@ -25530,8 +25515,8 @@ paths: organization_permission: write private: true headers: - Link: *49 - '422': *7 + Link: *50 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25550,7 +25535,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-an-organization-project parameters: - - *85 + - *86 requestBody: required: true content: @@ -25576,7 +25561,7 @@ paths: description: Response content: application/json: - schema: *181 + schema: *182 examples: default: value: @@ -25611,15 +25596,15 @@ paths: site_admin: false created_at: '2011-04-11T20:09:31Z' updated_at: '2014-03-04T18:58:10Z' - '401': *24 - '403': *28 - '404': *6 + '401': *25 + '403': *29 + '404': *7 '410': &233 description: Gone content: application/json: - schema: *2 - '422': *7 + schema: *3 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25638,7 +25623,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-all-custom-properties-for-an-organization parameters: - - *85 + - *86 responses: '200': description: Response @@ -25646,7 +25631,7 @@ paths: application/json: schema: type: array - items: &182 + items: &183 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -25694,7 +25679,7 @@ paths: - property_name - value_type examples: - default: &183 + default: &184 value: - property_name: environment value_type: single_select @@ -25710,8 +25695,8 @@ paths: - property_name: team value_type: string description: Team owning the repository - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25732,7 +25717,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization parameters: - - *85 + - *86 requestBody: required: true content: @@ -25743,7 +25728,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *182 + items: *183 minItems: 1 maxItems: 100 required: @@ -25773,11 +25758,11 @@ paths: application/json: schema: type: array - items: *182 + items: *183 examples: - default: *183 - '403': *28 - '404': *6 + default: *184 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25796,8 +25781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - - *85 - - &184 + - *86 + - &185 name: custom_property_name description: The custom property name. The name is case sensitive. in: path @@ -25809,9 +25794,9 @@ paths: description: Response content: application/json: - schema: *182 + schema: *183 examples: - default: &185 + default: &186 value: property_name: environment value_type: single_select @@ -25821,8 +25806,8 @@ paths: allowed_values: - production - development - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25843,8 +25828,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: - - *85 - - *184 + - *86 + - *185 requestBody: required: true content: @@ -25897,11 +25882,11 @@ paths: description: Response content: application/json: - schema: *182 + schema: *183 examples: - default: *185 - '403': *28 - '404': *6 + default: *186 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25922,12 +25907,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - - *85 - - *184 + - *86 + - *185 responses: - '204': *180 - '403': *28 - '404': *6 + '204': *181 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25946,9 +25931,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories parameters: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 - 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 @@ -25984,7 +25969,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &186 + items: &187 title: Custom Property Value description: Custom property name and associated value type: object @@ -26023,9 +26008,9 @@ paths: - property_name: team value: octocat headers: - Link: *49 - '403': *28 - '404': *6 + Link: *50 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26051,7 +26036,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: - - *85 + - *86 requestBody: required: true content: @@ -26071,7 +26056,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *186 + items: *187 required: - repository_names - properties @@ -26092,9 +26077,9 @@ paths: '204': description: No Content when custom property values are successfully created or updated - '403': *28 - '404': *6 - '422': *15 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26112,9 +26097,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-public-organization-members parameters: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 responses: '200': description: Response @@ -26122,11 +26107,11 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 + default: *153 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26143,8 +26128,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-public-organization-membership-for-a-user parameters: - - *85 - - *113 + - *86 + - *114 responses: '204': description: Response if user is a public member @@ -26168,12 +26153,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - - *85 - - *113 + - *86 + - *114 responses: '204': description: Response - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -26190,8 +26175,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - - *85 - - *113 + - *86 + - *114 responses: '204': description: Response @@ -26214,7 +26199,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-organization-repositories parameters: - - *85 + - *86 - name: type description: Specifies the types of repositories you want returned. in: query @@ -26251,8 +26236,8 @@ paths: enum: - asc - desc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -26260,11 +26245,11 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: - default: *173 + default: *174 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26283,7 +26268,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-organization-repository parameters: - - *85 + - *86 requestBody: required: true content: @@ -26477,7 +26462,7 @@ paths: full_name: type: string example: octocat/Hello-World - owner: *18 + owner: *19 private: type: boolean html_url: @@ -26736,8 +26721,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *187 - required: *188 + properties: *188 + required: *189 nullable: true temp_clone_token: type: string @@ -26824,18 +26809,18 @@ paths: title: License Simple description: License Simple type: object - properties: *69 - required: *70 + properties: *70 + required: *71 nullable: true organization: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true - parent: *51 - source: *51 + parent: *52 + source: *52 forks: type: integer master_branch: @@ -26873,7 +26858,7 @@ paths: - key - name - html_url - security_and_analysis: *189 + security_and_analysis: *190 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -27452,8 +27437,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World schema: type: string - '403': *28 - '422': *15 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27475,9 +27460,9 @@ paths: category: orgs subcategory: rules parameters: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 responses: '200': description: Response @@ -27485,7 +27470,7 @@ paths: application/json: schema: type: array - items: &196 + items: &197 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -27517,7 +27502,7 @@ paths: source: type: string description: The name of the source - enforcement: &192 + enforcement: &193 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -27530,7 +27515,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &193 + items: &194 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -27589,7 +27574,7 @@ paths: conditions: nullable: true anyOf: - - &190 + - &191 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -27613,7 +27598,7 @@ paths: match. items: type: string - - &194 + - &195 title: Organization ruleset conditions type: object description: 'Conditions for an organization ruleset. The @@ -27628,7 +27613,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *190 + - *191 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -27662,7 +27647,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *190 + - *191 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -27684,7 +27669,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *190 + - *191 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -27697,7 +27682,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &191 + items: &192 title: Repository ruleset property targeting definition type: object @@ -27722,12 +27707,12 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *191 + items: *192 required: - repository_property rules: type: array - items: &195 + items: &196 title: Repository Rule type: object description: A repository rule. @@ -28186,8 +28171,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': *6 - '500': *120 + '404': *7 + '500': *121 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -28203,7 +28188,7 @@ paths: category: orgs subcategory: rules parameters: - - *85 + - *86 requestBody: description: Request body required: true @@ -28221,16 +28206,16 @@ paths: enum: - branch - tag - enforcement: *192 + enforcement: *193 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *193 - conditions: *194 + items: *194 + conditions: *195 rules: type: array description: An array of rules within the ruleset. - items: *195 + items: *196 required: - name - enforcement @@ -28268,9 +28253,9 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: - default: &197 + default: &198 value: id: 21 name: super cool ruleset @@ -28309,8 +28294,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': *6 - '500': *120 + '404': *7 + '500': *121 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -28324,7 +28309,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *85 + - *86 - name: repository_name description: The name of the repository to filter on. When specified, only rule evaluations from this repository will be returned. @@ -28367,8 +28352,8 @@ paths: - bypass - all default: all - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -28451,8 +28436,8 @@ paths: pushed_at: '2023-07-07T08:43:03Z' result: pass evaluation_result: fail - '404': *6 - '500': *120 + '404': *7 + '500': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28471,7 +28456,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *85 + - *86 - &494 name: rule_suite_id description: |- @@ -28616,8 +28601,8 @@ paths: enforcement: evaluate result: fail rule_type: commit_message_pattern - '404': *6 - '500': *120 + '404': *7 + '500': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28639,7 +28624,7 @@ paths: category: orgs subcategory: rules parameters: - - *85 + - *86 - name: ruleset_id description: The ID of the ruleset. in: path @@ -28651,11 +28636,11 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: - default: *197 - '404': *6 - '500': *120 + default: *198 + '404': *7 + '500': *121 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -28671,7 +28656,7 @@ paths: category: orgs subcategory: rules parameters: - - *85 + - *86 - name: ruleset_id description: The ID of the ruleset. in: path @@ -28695,16 +28680,16 @@ paths: enum: - branch - tag - enforcement: *192 + enforcement: *193 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *193 - conditions: *194 + items: *194 + conditions: *195 rules: description: An array of rules within the ruleset. type: array - items: *195 + items: *196 examples: default: value: @@ -28739,11 +28724,11 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: - default: *197 - '404': *6 - '500': *120 + default: *198 + '404': *7 + '500': *121 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -28759,7 +28744,7 @@ paths: category: orgs subcategory: rules parameters: - - *85 + - *86 - name: ruleset_id description: The ID of the ruleset. in: path @@ -28769,8 +28754,8 @@ paths: responses: '204': description: Response - '404': *6 - '500': *120 + '404': *7 + '500': *121 "/orgs/{org}/secret-scanning/alerts": get: summary: List secret scanning alerts for an organization @@ -28787,14 +28772,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - - *85 - - *198 + - *86 - *199 - *200 - *201 - - *38 - - *19 - - *17 + - *202 + - *39 + - *20 + - *18 - &498 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). @@ -28815,7 +28800,7 @@ paths: required: false schema: type: string - - *202 + - *203 responses: '200': description: Response @@ -28823,13 +28808,13 @@ paths: application/json: schema: type: array - items: *203 + items: *204 examples: - default: *204 + default: *205 headers: - Link: *49 - '404': *6 - '503': *56 + Link: *50 + '404': *7 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28851,8 +28836,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization parameters: - - *85 - - *38 + - *86 + - *39 - name: sort description: The property to sort the results by. in: query @@ -28864,8 +28849,8 @@ paths: - updated - published default: created - - *39 - *40 + - *41 - 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)." @@ -28941,13 +28926,13 @@ paths: nullable: true description: The author of the advisory. allOf: - - *18 + - *19 publisher: readOnly: true nullable: true description: The publisher of the advisory. allOf: - - *18 + - *19 identifiers: type: array items: @@ -29035,7 +29020,7 @@ paths: type: object nullable: true properties: - ecosystem: *205 + ecosystem: *1 name: type: string description: The unique package name within its ecosystem. @@ -29123,7 +29108,7 @@ paths: advisory. type: object properties: - user: *18 + user: *19 type: *206 state: type: string @@ -29143,19 +29128,19 @@ paths: type: array description: A list of users that collaborate on the advisory. nullable: true - items: *18 + items: *19 collaborating_teams: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *122 + items: *123 private_fork: readOnly: true nullable: true description: A temporary private fork of the advisory's repository for collaborating on a fix. allOf: - - *48 + - *49 required: - ghsa_id - cve_id @@ -29530,8 +29515,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': *14 - '404': *6 + '400': *15 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29553,7 +29538,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#list-security-manager-teams parameters: - - *85 + - *86 responses: '200': description: Response @@ -29569,7 +29554,7 @@ paths: properties: *207 required: *208 examples: - default: *166 + default: *167 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29592,8 +29577,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - - *85 - - *164 + - *86 + - *165 responses: '204': description: Response @@ -29621,8 +29606,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *85 - - *164 + - *86 + - *165 responses: '204': description: Response @@ -29648,7 +29633,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-actions-billing-for-an-organization parameters: - - *85 + - *86 responses: '200': description: Response @@ -29754,7 +29739,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-packages-billing-for-an-organization parameters: - - *85 + - *86 responses: '200': description: Response @@ -29804,7 +29789,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-shared-storage-billing-for-an-organization parameters: - - *85 + - *86 responses: '200': description: Response @@ -29850,9 +29835,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-teams parameters: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 responses: '200': description: Response @@ -29860,12 +29845,12 @@ paths: application/json: schema: type: array - items: *122 + items: *123 examples: - default: *166 + default: *167 headers: - Link: *49 - '403': *28 + Link: *50 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29884,7 +29869,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#create-a-team parameters: - - *85 + - *86 requestBody: required: true content: @@ -30314,8 +30299,8 @@ paths: created_at: '2008-01-14T04:33:35Z' updated_at: '2017-08-17T12:37:15Z' type: Organization - '422': *15 - '403': *28 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30335,8 +30320,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - - *85 - - *164 + - *86 + - *165 responses: '200': description: Response @@ -30345,7 +30330,7 @@ paths: schema: *209 examples: default: *210 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30364,8 +30349,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - - *85 - - *164 + - *86 + - *165 requestBody: required: false content: @@ -30437,9 +30422,9 @@ paths: schema: *209 examples: default: *210 - '404': *6 - '422': *15 - '403': *28 + '404': *7 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30460,8 +30445,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - - *85 - - *164 + - *86 + - *165 responses: '204': description: Response @@ -30486,11 +30471,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions parameters: - - *85 - - *164 - - *38 - - *17 - - *19 + - *86 + - *165 + - *39 + - *18 + - *20 - name: pinned in: query required: false @@ -30514,8 +30499,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true body: description: The main text of the discussion. @@ -30583,7 +30568,7 @@ paths: type: string format: uri example: https://api.github.com/organizations/1/team/2343027/discussions/1 - reactions: *55 + reactions: *56 required: - author - body @@ -30653,7 +30638,7 @@ paths: eyes: 1 rocket: 1 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30676,8 +30661,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion parameters: - - *85 - - *164 + - *86 + - *165 requestBody: required: true content: @@ -30784,8 +30769,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion parameters: - - *85 - - *164 + - *86 + - *165 - &213 name: discussion_number description: The number that identifies the discussion. @@ -30821,8 +30806,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion parameters: - - *85 - - *164 + - *86 + - *165 - *213 requestBody: required: false @@ -30917,8 +30902,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion parameters: - - *85 - - *164 + - *86 + - *165 - *213 responses: '204': @@ -30944,12 +30929,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments parameters: - - *85 - - *164 + - *86 + - *165 - *213 - - *38 - - *17 - - *19 + - *39 + - *18 + - *20 responses: '200': description: Response @@ -30966,8 +30951,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true body: description: The main text of the comment. @@ -31014,7 +30999,7 @@ paths: type: string format: uri example: https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1 - reactions: *55 + reactions: *56 required: - author - body @@ -31073,7 +31058,7 @@ paths: eyes: 1 rocket: 1 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31096,8 +31081,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment parameters: - - *85 - - *164 + - *86 + - *165 - *213 requestBody: required: true @@ -31187,8 +31172,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment parameters: - - *85 - - *164 + - *86 + - *165 - *213 - &216 name: comment_number @@ -31225,8 +31210,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment parameters: - - *85 - - *164 + - *86 + - *165 - *213 - *216 requestBody: @@ -31315,8 +31300,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - - *85 - - *164 + - *86 + - *165 - *213 - *216 responses: @@ -31343,8 +31328,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - - *85 - - *164 + - *86 + - *165 - *213 - *216 - name: content @@ -31363,8 +31348,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -31388,8 +31373,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true content: description: The reaction to use @@ -31441,7 +31426,7 @@ paths: content: heart created_at: '2016-05-20T20:09:31Z' headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31464,8 +31449,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - - *85 - - *164 + - *86 + - *165 - *213 - *216 requestBody: @@ -31555,8 +31540,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - - *85 - - *164 + - *86 + - *165 - *213 - *216 - &220 @@ -31590,8 +31575,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - - *85 - - *164 + - *86 + - *165 - *213 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -31609,8 +31594,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -31622,7 +31607,7 @@ paths: examples: default: *219 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31645,8 +31630,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - - *85 - - *164 + - *86 + - *165 - *213 requestBody: required: true @@ -31710,8 +31695,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-reaction parameters: - - *85 - - *164 + - *86 + - *165 - *213 - *220 responses: @@ -31736,10 +31721,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - - *85 - - *164 - - *17 - - *19 + - *86 + - *165 + - *18 + - *20 responses: '200': description: Response @@ -31747,11 +31732,11 @@ paths: application/json: schema: type: array - items: *147 + items: *148 examples: - default: *148 + default: *149 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31771,8 +31756,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members parameters: - - *85 - - *164 + - *86 + - *165 - name: role description: Filters members returned by their role in the team. in: query @@ -31784,8 +31769,8 @@ paths: - maintainer - all default: all - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -31793,11 +31778,11 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 + default: *153 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31824,9 +31809,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - - *85 - - *164 - - *113 + - *86 + - *165 + - *114 responses: '200': description: Response @@ -31893,9 +31878,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - - *85 - - *164 - - *113 + - *86 + - *165 + - *114 requestBody: required: false content: @@ -31955,9 +31940,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - - *85 - - *164 - - *113 + - *86 + - *165 + - *114 responses: '204': description: Response @@ -31982,10 +31967,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects parameters: - - *85 - - *164 - - *17 - - *19 + - *86 + - *165 + - *18 + - *20 responses: '200': description: Response @@ -32019,7 +32004,7 @@ paths: type: integer state: type: string - creator: *18 + creator: *19 created_at: type: string updated_at: @@ -32101,7 +32086,7 @@ paths: write: true admin: false headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32121,8 +32106,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project parameters: - - *85 - - *164 + - *86 + - *165 - &223 name: project_id description: The unique identifier of the project. @@ -32196,8 +32181,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions parameters: - - *85 - - *164 + - *86 + - *165 - *223 requestBody: required: false @@ -32261,8 +32246,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team parameters: - - *85 - - *164 + - *86 + - *165 - *223 responses: '204': @@ -32286,10 +32271,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - - *85 - - *164 - - *17 - - *19 + - *86 + - *165 + - *18 + - *20 responses: '200': description: Response @@ -32297,11 +32282,11 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: - default: *173 + default: *174 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32327,8 +32312,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *85 - - *164 + - *86 + - *165 - *224 - *225 responses: @@ -32359,8 +32344,8 @@ paths: title: License Simple description: License Simple type: object - properties: *69 - required: *70 + properties: *70 + required: *71 nullable: true forks: type: integer @@ -32388,8 +32373,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true private: description: Whether the repository is private or public. @@ -32904,8 +32889,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *85 - - *164 + - *86 + - *165 - *224 - *225 requestBody: @@ -32952,8 +32937,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - - *85 - - *164 + - *86 + - *165 - *224 - *225 responses: @@ -32978,10 +32963,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - - *85 - - *164 - - *17 - - *19 + - *86 + - *165 + - *18 + - *20 responses: '200': description: if child teams exist @@ -32989,7 +32974,7 @@ paths: application/json: schema: type: array - items: *122 + items: *123 examples: response-if-child-teams-exist: &527 value: @@ -33019,7 +33004,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos html_url: https://github.com/orgs/rails/teams/core headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33041,7 +33026,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization parameters: - - *85 + - *86 - name: security_product in: path description: The security feature to enable or disable. @@ -33145,8 +33130,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true created_at: type: string @@ -33218,10 +33203,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': *36 - '403': *28 - '401': *24 - '404': *6 + '304': *37 + '403': *29 + '401': *25 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33267,11 +33252,11 @@ paths: schema: *227 examples: default: *228 - '304': *36 - '403': *28 - '401': *24 - '404': *6 - '422': *7 + '304': *37 + '403': *29 + '401': *25 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33291,7 +33276,7 @@ paths: responses: '204': description: Response - '304': *36 + '304': *37 '403': description: Forbidden content: @@ -33307,8 +33292,8 @@ paths: type: array items: type: string - '401': *24 - '404': *6 + '401': *25 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33365,7 +33350,7 @@ paths: examples: default: value: - '304': *36 + '304': *37 '403': description: Forbidden content: @@ -33390,7 +33375,7 @@ paths: type: string field: type: string - '401': *24 + '401': *25 '503': description: Response content: @@ -33413,7 +33398,7 @@ paths: type: string message: type: string - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33498,10 +33483,10 @@ paths: name: To Do created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' - '304': *36 - '403': *28 - '404': *6 - '401': *24 + '304': *37 + '403': *29 + '404': *7 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33544,9 +33529,9 @@ paths: schema: *230 examples: default: *231 - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33566,9 +33551,9 @@ paths: responses: '204': description: Response - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33597,8 +33582,8 @@ paths: - archived - not_archived default: not_archived - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -33640,10 +33625,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: *49 - '304': *36 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33702,17 +33687,17 @@ paths: schema: *227 examples: default: *228 - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 '422': description: Validation failed content: application/json: schema: oneOf: - - *88 - *89 + - *90 '503': description: Response content: @@ -33785,10 +33770,10 @@ paths: examples: default: value: - '304': *36 - '403': *28 - '422': *7 - '401': *24 + '304': *37 + '403': *29 + '422': *8 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33813,7 +33798,7 @@ paths: description: Response content: application/json: - schema: *181 + schema: *182 examples: default: &232 value: @@ -33848,9 +33833,9 @@ paths: site_admin: false created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33914,13 +33899,13 @@ paths: description: Response content: application/json: - schema: *181 + schema: *182 examples: default: *232 '404': description: Not Found if the authenticated user does not have access to the project - '304': *36 + '304': *37 '403': description: Forbidden content: @@ -33936,9 +33921,9 @@ paths: type: array items: type: string - '401': *24 + '401': *25 '410': *233 - '422': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33959,7 +33944,7 @@ paths: responses: '204': description: Delete Success - '304': *36 + '304': *37 '403': description: Forbidden content: @@ -33975,9 +33960,9 @@ paths: type: array items: type: string - '401': *24 + '401': *25 '410': *233 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34015,8 +34000,8 @@ paths: - direct - all default: all - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -34024,16 +34009,16 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 + default: *153 headers: - Link: *49 - '404': *6 - '422': *15 - '304': *36 - '403': *28 - '401': *24 + Link: *50 + '404': *7 + '422': *16 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34052,7 +34037,7 @@ paths: url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator parameters: - *223 - - *113 + - *114 requestBody: required: false content: @@ -34078,11 +34063,11 @@ paths: responses: '204': description: Response - '404': *6 - '422': *15 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '422': *16 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34100,15 +34085,15 @@ paths: url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - *223 - - *113 + - *114 responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '422': *15 - '401': *24 + '304': *37 + '404': *7 + '403': *29 + '422': *16 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34129,7 +34114,7 @@ paths: url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user parameters: - *223 - - *113 + - *114 responses: '200': description: Response @@ -34146,8 +34131,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - permission @@ -34175,11 +34160,11 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *6 - '422': *15 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '422': *16 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34197,8 +34182,8 @@ paths: url: https://docs.github.com/rest/projects/columns#list-project-columns parameters: - *223 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -34219,10 +34204,10 @@ paths: created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' headers: - Link: *49 - '304': *36 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34273,10 +34258,10 @@ paths: name: To Do created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' - '304': *36 - '403': *28 - '422': *7 - '401': *24 + '304': *37 + '403': *29 + '422': *8 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34426,8 +34411,8 @@ paths: schema: type: integer format: timestamp - '304': *36 - '404': *6 + '304': *37 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34950,8 +34935,8 @@ paths: status: enabled secret_scanning_push_protection: status: disabled - '403': *28 - '404': *6 + '403': *29 + '404': *7 '301': *236 x-github: githubCloudOnly: false @@ -35191,10 +35176,10 @@ paths: description: Temporary Redirect content: application/json: - schema: *2 - '403': *28 - '422': *15 - '404': *6 + schema: *3 + '403': *29 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35240,7 +35225,7 @@ paths: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository '307': *238 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35264,8 +35249,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 - &265 name: name description: The name field of an artifact. When specified, only artifacts @@ -35397,7 +35382,7 @@ paths: head_branch: main head_sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35570,8 +35555,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 - &242 name: ref description: The full Git reference for narrowing down the cache. The `ref` @@ -35600,7 +35585,7 @@ paths: - last_accessed_at - size_in_bytes default: last_accessed_at - - *38 + - *39 responses: '200': description: Response @@ -35660,7 +35645,7 @@ paths: created_at: '2019-01-24T22:45:36.000Z' size_in_bytes: 1024 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36122,11 +36107,11 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: default: value: - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36177,8 +36162,8 @@ paths: include_claim_keys: - repo - context - '400': *14 - '404': *6 + '400': *15 + '404': *7 x-github: enabledForGitHubApps: true previews: [] @@ -36232,13 +36217,13 @@ paths: description: Empty response content: application/json: - schema: *108 + schema: *109 examples: default: value: - '404': *6 - '400': *14 - '422': *7 + '404': *7 + '400': *15 + '422': *8 x-github: enabledForGitHubApps: true previews: [] @@ -36263,8 +36248,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -36311,7 +36296,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36336,7 +36321,7 @@ paths: - *224 - *225 - *246 - - *19 + - *20 responses: '200': description: Response @@ -36395,7 +36380,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36428,7 +36413,7 @@ paths: enabled: &248 type: boolean description: Whether GitHub Actions is enabled on the repository. - allowed_actions: *94 + allowed_actions: *95 selected_actions_url: *247 required: - enabled @@ -36469,7 +36454,7 @@ paths: type: object properties: enabled: *248 - allowed_actions: *94 + allowed_actions: *95 required: - enabled examples: @@ -36585,9 +36570,9 @@ paths: description: Response content: application/json: - schema: *96 + schema: *97 examples: - default: *97 + default: *98 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -36615,9 +36600,9 @@ paths: required: false content: application/json: - schema: *96 + schema: *97 examples: - selected_actions: *97 + selected_actions: *98 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -36648,7 +36633,7 @@ paths: application/json: schema: *251 examples: - default: *100 + default: *101 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36683,7 +36668,7 @@ paths: application/json: schema: *252 examples: - default: *100 + default: *101 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36712,8 +36697,8 @@ paths: type: string - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -36729,11 +36714,11 @@ paths: type: integer runners: type: array - items: *101 + items: *102 examples: default: *253 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36833,8 +36818,8 @@ paths: work_folder: _work responses: '201': *256 - '404': *6 - '422': *7 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36869,7 +36854,7 @@ paths: description: Response content: application/json: - schema: *102 + schema: *103 examples: default: *257 x-github: @@ -36906,7 +36891,7 @@ paths: description: Response content: application/json: - schema: *102 + schema: *103 examples: default: *258 x-github: @@ -36932,13 +36917,13 @@ paths: parameters: - *224 - *225 - - *103 + - *104 responses: '200': description: Response content: application/json: - schema: *101 + schema: *102 examples: default: *259 x-github: @@ -36963,7 +36948,7 @@ paths: parameters: - *224 - *225 - - *103 + - *104 responses: '204': description: Response @@ -36990,10 +36975,10 @@ paths: parameters: - *224 - *225 - - *103 + - *104 responses: - '200': *105 - '404': *6 + '200': *106 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37016,7 +37001,7 @@ paths: parameters: - *224 - *225 - - *103 + - *104 requestBody: required: true content: @@ -37040,9 +37025,9 @@ paths: - gpu - accelerated responses: - '200': *105 - '404': *6 - '422': *7 + '200': *106 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37066,7 +37051,7 @@ paths: parameters: - *224 - *225 - - *103 + - *104 requestBody: required: true content: @@ -37091,9 +37076,9 @@ paths: - gpu - accelerated responses: - '200': *105 - '404': *6 - '422': *7 + '200': *106 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37117,10 +37102,10 @@ paths: parameters: - *224 - *225 - - *103 + - *104 responses: '200': *260 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37148,12 +37133,12 @@ paths: parameters: - *224 - *225 - - *103 + - *104 - *261 responses: - '200': *105 - '404': *6 - '422': *7 + '200': *106 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37227,8 +37212,8 @@ paths: - requested - waiting - pending - - *17 - - *19 + - *18 + - *20 - &283 name: created description: Returns workflow runs created within the given date-time range. @@ -37441,8 +37426,8 @@ paths: updated_at: type: string format: date-time - actor: *18 - triggering_actor: *18 + actor: *19 + triggering_actor: *19 run_started_at: type: string format: date-time @@ -37546,8 +37531,8 @@ paths: - author - committer nullable: true - repository: *109 - head_repository: *109 + repository: *110 + head_repository: *110 head_repository_id: type: integer example: 5 @@ -37799,7 +37784,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: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38164,7 +38149,7 @@ paths: - pending example: approved type: string - user: *18 + user: *19 comment: type: string description: The comment submitted with the deployment review @@ -38233,12 +38218,12 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: default: value: - '404': *6 - '403': *28 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38263,8 +38248,8 @@ paths: - *224 - *225 - *264 - - *17 - - *19 + - *18 + - *20 - *265 responses: '200': @@ -38285,7 +38270,7 @@ paths: examples: default: *266 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38352,8 +38337,8 @@ paths: - *225 - *264 - *268 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -38460,8 +38445,8 @@ paths: workflow_name: CI head_branch: main headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38523,11 +38508,11 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: default: value: - '409': *163 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38627,11 +38612,11 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: default: value: - '409': *163 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38669,8 +38654,8 @@ paths: - latest - all default: latest - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -38690,7 +38675,7 @@ paths: examples: default: *270 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38748,8 +38733,8 @@ paths: responses: '204': description: Response - '403': *28 - '500': *120 + '403': *29 + '500': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38841,8 +38826,8 @@ paths: example: User reviewer: anyOf: - - *18 - - *122 + - *19 + - *123 required: - environment - wait_timer @@ -39015,8 +39000,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true created_at: type: string @@ -39052,8 +39037,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true required: - id @@ -39150,7 +39135,7 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: default: value: @@ -39196,7 +39181,7 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: default: value: @@ -39362,8 +39347,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -39383,7 +39368,7 @@ paths: examples: default: *272 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39439,7 +39424,7 @@ paths: parameters: - *224 - *225 - - *107 + - *108 responses: '200': description: Response @@ -39475,7 +39460,7 @@ paths: parameters: - *224 - *225 - - *107 + - *108 requestBody: required: true content: @@ -39503,7 +39488,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *108 + schema: *109 examples: default: value: @@ -39531,7 +39516,7 @@ paths: parameters: - *224 - *225 - - *107 + - *108 responses: '204': description: Response @@ -39559,7 +39544,7 @@ paths: - *224 - *225 - *246 - - *19 + - *20 responses: '200': description: Response @@ -39579,7 +39564,7 @@ paths: examples: default: *276 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39628,7 +39613,7 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: default: value: @@ -39655,7 +39640,7 @@ paths: parameters: - *224 - *225 - - *111 + - *112 responses: '200': description: Response @@ -39691,7 +39676,7 @@ paths: parameters: - *224 - *225 - - *111 + - *112 requestBody: required: true content: @@ -39735,7 +39720,7 @@ paths: parameters: - *224 - *225 - - *111 + - *112 responses: '204': description: Response @@ -39762,8 +39747,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -39863,7 +39848,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: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40050,8 +40035,8 @@ paths: - *280 - *281 - *282 - - *17 - - *19 + - *18 + - *20 - *283 - *262 - *284 @@ -40075,7 +40060,7 @@ paths: examples: default: *286 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40164,10 +40149,10 @@ paths: parameters: - *224 - *225 - - *38 - - *17 - *39 + - *18 - *40 + - *41 - name: ref description: |- The Git reference for the activities you want to list. @@ -40266,8 +40251,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - id @@ -40308,8 +40293,8 @@ paths: type: User site_admin: false headers: - Link: *49 - '422': *7 + Link: *50 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40329,8 +40314,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -40338,12 +40323,12 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 + default: *153 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40380,7 +40365,7 @@ paths: description: Otherwise a `404` status code is returned. content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40512,7 +40497,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/autolinks/1 schema: type: string - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40549,7 +40534,7 @@ paths: schema: *287 examples: default: *288 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40574,7 +40559,7 @@ paths: responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40696,8 +40681,8 @@ paths: required: false schema: type: boolean - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -40798,17 +40783,17 @@ paths: description: The list of users with review dismissal access. type: array - items: *18 + items: *19 teams: description: The list of teams with review dismissal access. type: array - items: *122 + items: *123 apps: description: The list of apps with review dismissal access. type: array - items: *5 + items: *6 url: type: string example: '"https://api.github.com/repos/the-org/an-org-repo/branches/master/protection/dismissal_restrictions"' @@ -40827,17 +40812,17 @@ paths: description: The list of users allowed to bypass pull request requirements. type: array - items: *18 + items: *19 teams: description: The list of teams allowed to bypass pull request requirements. type: array - items: *122 + items: *123 apps: description: The list of apps allowed to bypass pull request requirements. type: array - items: *5 + items: *6 dismiss_stale_reviews: type: boolean example: true @@ -41139,8 +41124,8 @@ paths: - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41280,15 +41265,15 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true committer: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true parents: type: array @@ -41510,7 +41495,7 @@ paths: checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection '301': *236 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41708,7 +41693,7 @@ paths: enabled: true allow_fork_syncing: enabled: true - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42061,13 +42046,13 @@ paths: format: uri users: type: array - items: *18 + items: *19 teams: type: array - items: *122 + items: *123 apps: type: array - items: *5 + items: *6 required: - url - users_url @@ -42079,13 +42064,13 @@ paths: properties: users: type: array - items: *18 + items: *19 teams: type: array - items: *122 + items: *123 apps: type: array - items: *5 + items: *6 required: - users - teams @@ -42230,9 +42215,9 @@ paths: enabled: true allow_fork_syncing: enabled: true - '403': *28 - '422': *7 - '404': *6 + '403': *29 + '422': *8 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42258,7 +42243,7 @@ paths: responses: '204': description: Response - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42346,7 +42331,7 @@ paths: responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42575,7 +42560,7 @@ paths: schema: *296 examples: default: *297 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42601,7 +42586,7 @@ paths: responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42637,7 +42622,7 @@ paths: value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42667,7 +42652,7 @@ paths: schema: *294 examples: default: *298 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42692,7 +42677,7 @@ paths: responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42730,7 +42715,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': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42805,8 +42790,8 @@ paths: schema: *299 examples: default: *300 - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42868,7 +42853,7 @@ paths: default: value: - continuous-integration/travis-ci - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42934,9 +42919,9 @@ paths: value: - continuous-integration/travis-ci - continuous-integration/jenkins - '422': *15 - '403': *28 - '404': *6 + '422': *16 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43001,8 +42986,8 @@ paths: default: value: - continuous-integration/travis-ci - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43066,8 +43051,8 @@ paths: default: value: - continuous-integration/travis-ci - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43170,7 +43155,7 @@ paths: events: - push - pull_request - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43224,7 +43209,7 @@ paths: application/json: schema: type: array - items: *5 + items: *6 examples: default: &301 value: @@ -43264,7 +43249,7 @@ paths: events: - push - pull_request - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43321,10 +43306,10 @@ paths: application/json: schema: type: array - items: *5 + items: *6 examples: default: *301 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43382,10 +43367,10 @@ paths: application/json: schema: type: array - items: *5 + items: *6 examples: default: *301 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43442,10 +43427,10 @@ paths: application/json: schema: type: array - items: *5 + items: *6 examples: default: *301 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43476,10 +43461,10 @@ paths: application/json: schema: type: array - items: *122 + items: *123 examples: - default: *166 - '404': *6 + default: *167 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43536,10 +43521,10 @@ paths: application/json: schema: type: array - items: *122 + items: *123 examples: - default: *166 - '422': *15 + default: *167 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43597,10 +43582,10 @@ paths: application/json: schema: type: array - items: *122 + items: *123 examples: - default: *166 - '422': *15 + default: *167 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43657,10 +43642,10 @@ paths: application/json: schema: type: array - items: *122 + items: *123 examples: - default: *166 - '422': *15 + default: *167 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43691,10 +43676,10 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 - '404': *6 + default: *153 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43754,10 +43739,10 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 - '422': *15 + default: *153 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43818,10 +43803,10 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 - '422': *15 + default: *153 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43881,10 +43866,10 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 - '422': *15 + default: *153 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44021,9 +44006,9 @@ paths: - ci-test - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection - '403': *28 - '404': *6 - '422': *15 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44434,8 +44419,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true pull_requests: description: Pull requests that are open with a `head_sha` or @@ -44510,8 +44495,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true required: - id @@ -45105,8 +45090,8 @@ paths: - *224 - *225 - *305 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -45179,7 +45164,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: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45209,7 +45194,7 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: default: value: @@ -45218,13 +45203,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': *6 + schema: *3 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45342,10 +45327,10 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true - repository: *109 + repository: *110 created_at: type: string format: date-time @@ -45761,7 +45746,7 @@ paths: required: - app_id - setting - repository: *109 + repository: *110 examples: default: value: @@ -46078,8 +46063,8 @@ paths: - latest - all default: latest - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -46179,7 +46164,7 @@ paths: url: https://api.github.com/repos/github/hello-world name: hello-world headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46207,7 +46192,7 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: default: value: @@ -46238,8 +46223,8 @@ paths: - *225 - *312 - *313 - - *19 - - *17 + - *20 + - *18 - &326 name: ref description: The Git reference for the results you want to list. The `ref` @@ -46248,7 +46233,7 @@ paths: in: query required: false schema: *314 - - *38 + - *39 - name: sort description: The property by which to sort the results. in: query @@ -46281,22 +46266,22 @@ paths: items: type: object properties: - number: *44 - created_at: *45 - updated_at: *114 - url: *46 - html_url: *47 + number: *45 + created_at: *46 + updated_at: *115 + url: *47 + html_url: *48 instances_url: *317 - state: *119 - fixed_at: *115 + state: *120 + fixed_at: *116 dismissed_by: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true - dismissed_at: *116 + dismissed_at: *117 dismissed_reason: *318 dismissed_comment: *319 rule: *320 @@ -46416,15 +46401,15 @@ paths: end_column: 18 classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances - '304': *36 + '304': *37 '403': &323 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: - schema: *2 - '404': *6 - '503': *56 + schema: *3 + '404': *7 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46454,7 +46439,7 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *44 + schema: *45 responses: '200': description: Response @@ -46463,22 +46448,22 @@ paths: schema: &325 type: object properties: - number: *44 - created_at: *45 - updated_at: *114 - url: *46 - html_url: *47 + number: *45 + created_at: *46 + updated_at: *115 + url: *47 + html_url: *48 instances_url: *317 - state: *119 - fixed_at: *115 + state: *120 + fixed_at: *116 dismissed_by: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true - dismissed_at: *116 + dismissed_at: *117 dismissed_reason: *318 dismissed_comment: *319 rule: @@ -46622,10 +46607,10 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '304': *36 + '304': *37 '403': *323 - '404': *6 - '503': *56 + '404': *7 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46756,9 +46741,9 @@ paths: Security is not enabled for this repository content: application/json: - schema: *2 - '404': *6 - '503': *56 + schema: *3 + '404': *7 + '503': *57 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -46781,8 +46766,8 @@ paths: - *224 - *225 - *324 - - *19 - - *17 + - *20 + - *18 - *326 responses: '200': @@ -46831,8 +46816,8 @@ paths: classifications: - source '403': *323 - '404': *6 - '503': *56 + '404': *7 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46868,8 +46853,8 @@ paths: - *225 - *312 - *313 - - *19 - - *17 + - *20 + - *18 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` @@ -46885,7 +46870,7 @@ paths: type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 - - *38 + - *39 - name: sort description: The property by which to sort the results. in: query @@ -47005,8 +46990,8 @@ paths: deletable: true warning: '' '403': *323 - '404': *6 - '503': *56 + '404': *7 + '503': *57 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -47109,8 +47094,8 @@ paths: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 '403': *323 - '404': *6 - '503': *56 + '404': *7 + '503': *57 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -47243,10 +47228,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': *14 + '400': *15 '403': *331 - '404': *6 - '503': *56 + '404': *7 + '503': *57 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -47289,7 +47274,7 @@ paths: language: type: string description: The language of the CodeQL database. - uploader: *18 + uploader: *19 content_type: type: string description: The MIME type of the CodeQL database file. @@ -47387,8 +47372,8 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c '403': *323 - '404': *6 - '503': *56 + '404': *7 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47463,8 +47448,8 @@ paths: '302': &362 description: Found '403': *323 - '404': *6 - '503': *56 + '404': *7 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47548,8 +47533,8 @@ paths: updated_at: '2023-01-19T11:21:34Z' schedule: weekly '403': *323 - '404': *6 - '503': *56 + '404': *7 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47614,7 +47599,7 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: default: value: @@ -47640,14 +47625,14 @@ paths: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 '403': *331 - '404': *6 + '404': *7 '409': description: Response if there is already a validation run in progress with a different default setup configuration content: application/json: - schema: *2 - '503': *56 + schema: *3 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47784,10 +47769,10 @@ paths: '400': description: Bad Request if the sarif field is invalid '403': *331 - '404': *6 + '404': *7 '413': description: Payload Too Large if the sarif field is too large - '503': *56 + '503': *57 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -47856,7 +47841,7 @@ paths: '403': *323 '404': description: Not Found if the sarif id does not match any upload - '503': *56 + '503': *57 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -47997,8 +47982,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#list-codespaces-in-a-repository-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 - *224 - *225 responses: @@ -48016,7 +48001,7 @@ paths: type: integer codespaces: type: array - items: *153 + items: *154 examples: default: value: @@ -48292,10 +48277,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': *120 - '401': *24 - '403': *28 - '404': *6 + '500': *121 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48378,7 +48363,7 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *153 + schema: *154 examples: default: *334 '202': @@ -48386,14 +48371,14 @@ paths: being retried in the background content: application/json: - schema: *153 + schema: *154 examples: default: *334 - '400': *14 - '401': *24 - '403': *28 - '404': *6 - '503': *56 + '400': *15 + '401': *25 + '403': *29 + '404': *7 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48415,8 +48400,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: - - *17 - - *19 + - *18 + - *20 - *224 - *225 responses: @@ -48458,11 +48443,11 @@ paths: - path: ".devcontainer.json" display_name: Default project configuration total_count: 3 - '500': *120 - '400': *14 - '401': *24 - '403': *28 - '404': *6 + '500': *121 + '400': *15 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48541,11 +48526,11 @@ paths: storage_in_bytes: 68719476736 memory_in_bytes: 34359738368 cpus: 8 - '304': *36 - '500': *120 - '401': *24 - '403': *28 - '404': *6 + '304': *37 + '500': *121 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48590,7 +48575,7 @@ paths: schema: type: object properties: - billable_owner: *18 + billable_owner: *19 defaults: type: object required: @@ -48627,9 +48612,9 @@ paths: defaults: location: EastUs devcontainer_path: ".devcontainer/devcontainer.json" - '401': *24 - '403': *28 - '404': *6 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48692,11 +48677,11 @@ paths: default: value: accepted: true - '401': *24 - '403': *28 - '404': *6 - '422': *15 - '503': *56 + '401': *25 + '403': *29 + '404': *7 + '422': *16 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48719,8 +48704,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -48758,7 +48743,7 @@ paths: examples: default: *337 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48812,7 +48797,7 @@ paths: parameters: - *224 - *225 - - *107 + - *108 responses: '200': description: Response @@ -48842,7 +48827,7 @@ paths: parameters: - *224 - *225 - - *107 + - *108 requestBody: required: true content: @@ -48870,7 +48855,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *108 + schema: *109 examples: default: value: @@ -48896,7 +48881,7 @@ paths: parameters: - *224 - *225 - - *107 + - *108 responses: '204': description: Response @@ -48954,8 +48939,8 @@ paths: - push - maintain - admin - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -49105,8 +49090,8 @@ paths: admin: false role_name: write headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49132,7 +49117,7 @@ paths: parameters: - *224 - *225 - - *113 + - *114 responses: '204': description: Response if user is a collaborator @@ -49176,7 +49161,7 @@ paths: parameters: - *224 - *225 - - *113 + - *114 requestBody: required: false content: @@ -49212,20 +49197,20 @@ paths: description: Unique identifier of the repository invitation. example: 42 type: integer - repository: *109 + repository: *110 invitee: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true inviter: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true permissions: description: The permission associated with the invitation. @@ -49383,8 +49368,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': *15 - '403': *28 + '422': *16 + '403': *29 x-github: triggersNotification: true githubCloudOnly: false @@ -49424,12 +49409,12 @@ paths: parameters: - *224 - *225 - - *113 + - *114 responses: '204': description: No Content when collaborator was removed from the repository. - '422': *15 - '403': *28 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49455,7 +49440,7 @@ paths: parameters: - *224 - *225 - - *113 + - *114 responses: '200': description: if user has admin permissions @@ -49506,7 +49491,7 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49533,8 +49518,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -49574,8 +49559,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true created_at: type: string @@ -49583,8 +49568,8 @@ paths: updated_at: type: string format: date-time - author_association: *54 - reactions: *55 + author_association: *55 + reactions: *56 required: - url - html_url @@ -49634,7 +49619,7 @@ paths: updated_at: '2011-04-14T16:00:49Z' author_association: COLLABORATOR headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49661,7 +49646,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 responses: '200': description: Response @@ -49702,7 +49687,7 @@ paths: site_admin: false created_at: '2011-04-14T16:00:49Z' updated_at: '2011-04-14T16:00:49Z' - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49728,7 +49713,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 requestBody: required: true content: @@ -49785,7 +49770,7 @@ paths: site_admin: false created_at: '2011-04-14T16:00:49Z' updated_at: '2011-04-14T16:00:49Z' - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49803,11 +49788,11 @@ paths: parameters: - *224 - *225 - - *67 + - *68 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49826,7 +49811,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 - 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. @@ -49843,8 +49828,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -49856,8 +49841,8 @@ paths: examples: default: *219 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49877,7 +49862,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 requestBody: required: true content: @@ -49919,7 +49904,7 @@ paths: schema: *217 examples: default: *218 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49941,7 +49926,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 - *220 responses: '204': @@ -50017,7 +50002,7 @@ paths: required: false schema: type: string - - *58 + - *59 - 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`.' @@ -50026,8 +50011,8 @@ paths: schema: type: string format: date-time - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -50106,11 +50091,11 @@ paths: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: - Link: *49 - '500': *120 - '400': *14 - '404': *6 - '409': *163 + Link: *50 + '500': *121 + '400': *15 + '404': *7 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50178,8 +50163,8 @@ paths: sha: c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc url: https://api.github.com/repos/octocat/Hello-World/commits/c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc protected: false - '422': *15 - '409': *163 + '422': *16 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50207,8 +50192,8 @@ paths: - *224 - *225 - *346 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -50220,7 +50205,7 @@ paths: examples: default: *347 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50291,8 +50276,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/comments/1 schema: type: string - '403': *28 - '422': *15 + '403': *29 + '422': *16 x-github: triggersNotification: true githubCloudOnly: false @@ -50316,8 +50301,8 @@ paths: - *224 - *225 - *346 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -50391,8 +50376,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true body: type: string @@ -50463,20 +50448,20 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true assignees: type: array - items: *18 + items: *19 nullable: true requested_reviewers: type: array - items: *18 + items: *19 nullable: true requested_teams: type: array - items: *122 + items: *123 nullable: true head: type: object @@ -50485,15 +50470,15 @@ paths: type: string ref: type: string - repo: *51 + repo: *52 sha: type: string user: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - label @@ -50508,15 +50493,15 @@ paths: type: string ref: type: string - repo: *51 + repo: *52 sha: type: string user: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - label @@ -50552,13 +50537,13 @@ paths: - review_comments - review_comment - self - author_association: *54 + author_association: *55 auto_merge: &453 title: Auto merge description: The status of auto merging a pull request. type: object properties: - enabled_by: *18 + enabled_by: *19 merge_method: type: string description: The merge method to use. @@ -51095,8 +51080,8 @@ paths: auto_merge: draft: false headers: - Link: *49 - '409': *163 + Link: *50 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51153,8 +51138,8 @@ paths: parameters: - *224 - *225 - - *19 - - *17 + - *20 + - *18 - &352 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), @@ -51255,11 +51240,11 @@ paths: patch: |- @@ -29,7 +29,7 @@ ..... - '422': *15 - '404': *6 - '500': *120 - '503': *56 - '409': *163 + '422': *16 + '404': *7 + '500': *121 + '503': *57 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51299,8 +51284,8 @@ paths: - latest - all default: latest - - *17 - - *19 + - *18 + - *20 - name: app_id in: query required: false @@ -51325,7 +51310,7 @@ paths: examples: default: *355 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51358,8 +51343,8 @@ paths: type: integer example: 1 - *353 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -51550,7 +51535,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: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51578,8 +51563,8 @@ paths: - *224 - *225 - *352 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -51644,7 +51629,7 @@ paths: type: string total_count: type: integer - repository: *109 + repository: *110 commit_url: type: string format: uri @@ -51755,7 +51740,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': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51778,8 +51763,8 @@ paths: - *224 - *225 - *352 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -51819,8 +51804,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - url @@ -51867,7 +51852,7 @@ paths: type: User site_admin: false headers: - Link: *49 + Link: *50 '301': *236 x-github: githubCloudOnly: false @@ -51947,8 +51932,8 @@ paths: title: License Simple description: License Simple type: object - properties: *69 - required: *70 + properties: *70 + required: *71 nullable: true contributing: title: Community Health File @@ -52100,8 +52085,8 @@ paths: parameters: - *224 - *225 - - *19 - - *17 + - *20 + - *18 - 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 @@ -52405,9 +52390,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': *6 - '500': *120 - '503': *56 + '404': *7 + '500': *121 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52993,8 +52978,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': *6 - '403': *28 + '404': *7 + '403': *29 '302': *362 x-github: githubCloudOnly: false @@ -53302,9 +53287,9 @@ paths: reason: unsigned signature: payload: - '404': *6 - '422': *15 - '409': *163 + '404': *7 + '422': *16 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53422,10 +53407,10 @@ paths: reason: unsigned signature: payload: - '422': *15 - '404': *6 - '409': *163 - '503': *56 + '422': *16 + '404': *7 + '409': *164 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53453,8 +53438,8 @@ paths: required: false schema: type: string - - *17 - - *19 + - *18 + - *20 responses: '200': description: If repository contains content @@ -53544,11 +53529,11 @@ paths: site_admin: false contributions: 32 headers: - Link: *49 + Link: *50 '204': description: Response if repository is empty - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53569,19 +53554,19 @@ paths: parameters: - *224 - *225 - - *123 - *124 - *125 - *126 + - *127 - 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 - - *127 - *128 - - *38 + - *129 + - *39 - name: page description: "**Deprecated**. Page number of the results to fetch. Use cursor-based pagination with `before` or `after` instead." @@ -53598,10 +53583,10 @@ paths: schema: type: integer default: 30 - - *39 - *40 - - *129 + - *41 - *130 + - *131 responses: '200': description: Response @@ -53613,7 +53598,7 @@ paths: type: object description: A Dependabot alert. properties: - number: *44 + number: *45 state: type: string description: The state of the Dependabot alert. @@ -53628,7 +53613,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: *41 + package: *42 manifest_path: type: string description: The full path to the dependency manifest file, @@ -53643,18 +53628,18 @@ paths: - development - runtime security_advisory: *364 - security_vulnerability: *42 - url: *46 - html_url: *47 - created_at: *45 - updated_at: *114 - dismissed_at: *116 + security_vulnerability: *43 + url: *47 + html_url: *48 + created_at: *46 + updated_at: *115 + dismissed_at: *117 dismissed_by: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true dismissed_reason: type: string @@ -53672,7 +53657,7 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *115 + fixed_at: *116 auto_dismissed_at: *365 required: - number @@ -53862,11 +53847,11 @@ paths: dismissed_reason: dismissed_comment: fixed_at: - '304': *36 - '400': *14 - '403': *28 - '404': *6 - '422': *7 + '304': *37 + '400': *15 + '403': *29 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53897,7 +53882,7 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *44 + schema: *45 responses: '200': description: Response @@ -53984,9 +53969,9 @@ paths: dismissed_reason: dismissed_comment: fixed_at: - '304': *36 - '403': *28 - '404': *6 + '304': *37 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54149,11 +54134,11 @@ paths: dismissed_reason: tolerable_risk dismissed_comment: This alert is accurate but we use a sanitizer. fixed_at: - '400': *14 - '403': *28 - '404': *6 - '409': *163 - '422': *7 + '400': *15 + '403': *29 + '404': *7 + '409': *164 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54177,8 +54162,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -54225,7 +54210,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54278,7 +54263,7 @@ paths: parameters: - *224 - *225 - - *107 + - *108 responses: '200': description: Response @@ -54312,7 +54297,7 @@ paths: parameters: - *224 - *225 - - *107 + - *108 requestBody: required: true content: @@ -54340,7 +54325,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *108 + schema: *109 examples: default: value: @@ -54366,7 +54351,7 @@ paths: parameters: - *224 - *225 - - *107 + - *108 responses: '204': description: Response @@ -54525,14 +54510,14 @@ paths: advisory_summary: Ruby OpenID advisory_url: https://github.com/advisories/GHSA-fqfj-cmh6-hj49 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 '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 @@ -54724,9 +54709,9 @@ paths: licenseConcluded: MIT licenseDeclared: MIT headers: - Link: *49 - '404': *6 - '403': *28 + Link: *50 + '404': *7 + '403': *29 x-github: githubCloudOnly: false category: dependency-graph @@ -55030,8 +55015,8 @@ paths: type: string default: none nullable: true - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -55043,7 +55028,7 @@ paths: examples: default: *373 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55245,7 +55230,7 @@ paths: '409': description: Conflict when there is a merge conflict or the commit's status checks failed - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55315,7 +55300,7 @@ paths: repository_url: https://api.github.com/repos/octocat/example transient_environment: false production_environment: true - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55347,8 +55332,8 @@ paths: responses: '204': description: Response - '404': *6 - '422': *7 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55368,8 +55353,8 @@ paths: - *224 - *225 - *374 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -55408,8 +55393,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true description: description: A short description of the status. @@ -55465,8 +55450,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true required: - id @@ -55516,8 +55501,8 @@ paths: environment_url: https://test-branch.lab.acme.com log_url: https://example.com/deployment/42/output headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55654,7 +55639,7 @@ paths: example: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 schema: type: string - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55687,7 +55672,7 @@ paths: schema: *375 examples: default: *376 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55745,8 +55730,8 @@ paths: responses: '204': description: Response - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55770,8 +55755,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -55877,8 +55862,8 @@ paths: type: *377 reviewer: anyOf: - - *18 - - *122 + - *19 + - *123 required: - id - node_id @@ -56175,7 +56160,7 @@ paths: are set to the same value content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56222,8 +56207,8 @@ paths: - *224 - *225 - *379 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -56701,8 +56686,8 @@ paths: - *379 - *225 - *224 - - *19 - - *17 + - *20 + - *18 responses: '200': description: A list of custom deployment rule integrations available for @@ -56824,8 +56809,8 @@ paths: - *224 - *225 - *379 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -56845,7 +56830,7 @@ paths: examples: default: *272 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56903,7 +56888,7 @@ paths: - *224 - *225 - *379 - - *107 + - *108 responses: '200': description: Response @@ -56936,7 +56921,7 @@ paths: - *224 - *225 - *379 - - *107 + - *108 requestBody: required: true content: @@ -56967,7 +56952,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *108 + schema: *109 examples: default: value: @@ -56996,7 +56981,7 @@ paths: - *224 - *225 - *379 - - *107 + - *108 responses: '204': description: Default response @@ -57025,7 +57010,7 @@ paths: - *225 - *379 - *246 - - *19 + - *20 responses: '200': description: Response @@ -57045,7 +57030,7 @@ paths: examples: default: *276 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57095,7 +57080,7 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: default: value: @@ -57123,7 +57108,7 @@ paths: - *224 - *225 - *379 - - *111 + - *112 responses: '200': description: Response @@ -57154,7 +57139,7 @@ paths: parameters: - *224 - *225 - - *111 + - *112 - *379 requestBody: required: true @@ -57199,7 +57184,7 @@ paths: parameters: - *224 - *225 - - *111 + - *112 - *379 responses: '204': @@ -57223,8 +57208,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -57232,7 +57217,7 @@ paths: application/json: schema: type: array - items: *80 + items: *81 examples: 200-response: value: @@ -57313,8 +57298,8 @@ paths: - stargazers - watchers default: newest - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -57322,7 +57307,7 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: default: value: @@ -57435,8 +57420,8 @@ paths: url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== headers: - Link: *49 - '400': *14 + Link: *50 + '400': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57493,10 +57478,10 @@ paths: schema: *235 examples: default: *237 - '400': *14 - '422': *15 - '403': *28 - '404': *6 + '400': *15 + '422': *16 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57564,10 +57549,10 @@ paths: example: https://api.github.com/repos/octocat/example/git/blobs/3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15 schema: type: string - '404': *6 - '409': *163 - '403': *28 - '422': *15 + '404': *7 + '409': *164 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57641,10 +57626,10 @@ paths: sha: 3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15 size: 19 node_id: Q29udGVudCBvZiB0aGUgYmxvYg== - '404': *6 - '422': *15 - '403': *28 - '409': *163 + '404': *7 + '422': *16 + '403': *29 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57957,9 +57942,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/git/commits/7638417db6d59f3c431d3e1f261cc637155684cd schema: type: string - '422': *15 - '404': *6 - '409': *163 + '422': *16 + '404': *7 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58045,8 +58030,8 @@ paths: reason: unsigned signature: payload: - '404': *6 - '409': *163 + '404': *7 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58142,8 +58127,8 @@ paths: sha: 612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: - Link: *49 - '409': *163 + Link: *50 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58182,8 +58167,8 @@ paths: type: commit sha: aa218f56b14c9653891f9e74264a383fa43fefbd url: https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd - '404': *6 - '409': *163 + '404': *7 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58240,8 +58225,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA schema: type: string - '422': *15 - '409': *163 + '422': *16 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58294,8 +58279,8 @@ paths: schema: *394 examples: default: *395 - '422': *15 - '409': *163 + '422': *16 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58317,8 +58302,8 @@ paths: responses: '204': description: Response - '422': *15 - '409': *163 + '422': *16 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58519,8 +58504,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/git/tags/940bd336248efae0f9ee5bc7b2d5c985887b16ac schema: type: string - '422': *15 - '409': *163 + '422': *16 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58580,8 +58565,8 @@ paths: schema: *397 examples: default: *398 - '404': *6 - '409': *163 + '404': *7 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58763,10 +58748,10 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/trees/cd8274d15fa3ae2ab983129fb037999f264ba9a7 schema: type: string - '422': *15 - '404': *6 - '403': *28 - '409': *163 + '422': *16 + '404': *7 + '403': *29 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58852,9 +58837,9 @@ paths: sha: 7c258a9869f33c1e1e1f74fbb32f07c86cb5a75b url: https://api.github.com/repos/octocat/Hello-World/git/7c258a9869f33c1e1e1f74fbb32f07c86cb5a75b truncated: false - '422': *15 - '404': *6 - '409': *163 + '422': *16 + '404': *7 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58874,8 +58859,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -58912,7 +58897,7 @@ paths: example: - push - pull_request - config: *12 + config: *13 updated_at: type: string format: date-time @@ -58992,8 +58977,8 @@ paths: status: unused message: headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59029,10 +59014,10 @@ paths: type: object description: Key/value pairs to provide settings for this webhook. properties: - url: *8 - content_type: *9 - secret: *10 - insecure_ssl: *11 + url: *9 + content_type: *10 + secret: *11 + insecure_ssl: *12 events: type: array description: Determines what [events](https://docs.github.com/webhooks/event-payloads) @@ -59094,9 +59079,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/hooks/12345678 schema: type: string - '404': *6 - '422': *15 - '403': *28 + '404': *7 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59116,7 +59101,7 @@ paths: parameters: - *224 - *225 - - *138 + - *139 responses: '200': description: Response @@ -59125,7 +59110,7 @@ paths: schema: *400 examples: default: *401 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59146,7 +59131,7 @@ paths: parameters: - *224 - *225 - - *138 + - *139 requestBody: required: true content: @@ -59154,7 +59139,7 @@ paths: schema: type: object properties: - config: *12 + config: *13 events: type: array description: Determines what [events](https://docs.github.com/webhooks/event-payloads) @@ -59194,8 +59179,8 @@ paths: schema: *400 examples: default: *401 - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59213,11 +59198,11 @@ paths: parameters: - *224 - *225 - - *138 + - *139 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59239,15 +59224,15 @@ paths: parameters: - *224 - *225 - - *138 + - *139 responses: '200': description: Response content: application/json: - schema: *12 + schema: *13 examples: - default: *13 + default: *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59268,7 +59253,7 @@ paths: parameters: - *224 - *225 - - *138 + - *139 requestBody: required: false content: @@ -59277,10 +59262,10 @@ paths: type: object additionalProperties: false properties: - url: *8 - content_type: *9 - secret: *10 - insecure_ssl: *11 + url: *9 + content_type: *10 + secret: *11 + insecure_ssl: *12 examples: default: summary: Example of updating content type and URL @@ -59292,9 +59277,9 @@ paths: description: Response content: application/json: - schema: *12 + schema: *13 examples: - default: *13 + default: *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59314,9 +59299,9 @@ paths: parameters: - *224 - *225 - - *138 - - *17 - *139 + - *18 + - *140 - name: redelivery in: query required: false @@ -59329,11 +59314,11 @@ paths: application/json: schema: type: array - items: *140 + items: *141 examples: - default: *141 - '400': *14 - '422': *15 + default: *142 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59352,18 +59337,18 @@ paths: parameters: - *224 - *225 - - *138 - - *16 + - *139 + - *17 responses: '200': description: Response content: application/json: - schema: *142 + schema: *143 examples: - default: *143 - '400': *14 - '422': *15 + default: *144 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59382,12 +59367,12 @@ paths: parameters: - *224 - *225 - - *138 - - *16 + - *139 + - *17 responses: - '202': *90 - '400': *14 - '422': *15 + '202': *91 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59407,11 +59392,11 @@ paths: parameters: - *224 - *225 - - *138 + - *139 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59433,11 +59418,11 @@ paths: parameters: - *224 - *225 - - *138 + - *139 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59611,12 +59596,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': *6 + '404': *7 '503': &403 description: Unavailable due to service under maintenance. content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59712,8 +59697,8 @@ paths: example: https://api.github.com/repos/spraints/socm/import schema: type: string - '422': *15 - '404': *6 + '422': *16 + '404': *7 '503': *403 x-github: githubCloudOnly: false @@ -59960,7 +59945,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': *6 + '404': *7 '503': *403 x-github: githubCloudOnly: false @@ -60027,8 +60012,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': *15 - '404': *6 + '422': *16 + '404': *7 '503': *403 x-github: githubCloudOnly: false @@ -60152,7 +60137,7 @@ paths: schema: *402 examples: default: *405 - '422': *15 + '422': *16 '503': *403 x-github: githubCloudOnly: false @@ -60183,11 +60168,11 @@ paths: description: Response content: application/json: - schema: *21 + schema: *22 examples: default: *406 '301': *236 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -60215,7 +60200,7 @@ paths: application/json: schema: anyOf: - - *145 + - *146 - type: object properties: {} additionalProperties: false @@ -60263,7 +60248,7 @@ paths: description: Response content: application/json: - schema: *145 + schema: *146 examples: default: *408 '409': @@ -60313,8 +60298,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -60438,7 +60423,7 @@ paths: html_url: https://github.com/octocat/Hello-World/invitations node_id: MDQ6VXNlcjE= headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60457,7 +60442,7 @@ paths: parameters: - *224 - *225 - - *149 + - *150 requestBody: required: false content: @@ -60619,7 +60604,7 @@ paths: parameters: - *224 - *225 - - *149 + - *150 responses: '204': description: Response @@ -60693,7 +60678,7 @@ paths: required: false schema: type: string - - *150 + - *151 - name: sort description: What to sort results by. in: query @@ -60705,10 +60690,10 @@ paths: - updated - comments default: created - - *38 - - *58 - - *17 - - *19 + - *39 + - *59 + - *18 + - *20 responses: '200': description: Response @@ -60716,7 +60701,7 @@ paths: application/json: schema: type: array - items: *68 + items: *69 examples: default: value: @@ -60865,10 +60850,10 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *49 + Link: *50 '301': *236 - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60971,7 +60956,7 @@ paths: description: Response content: application/json: - schema: *68 + schema: *69 examples: default: &415 value: @@ -61124,11 +61109,11 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 schema: type: string - '400': *14 - '403': *28 - '422': *15 - '503': *56 - '404': *6 + '400': *15 + '403': *29 + '422': *16 + '503': *57 + '404': *7 '410': *233 x-github: triggersNotification: true @@ -61159,7 +61144,7 @@ paths: parameters: - *224 - *225 - - *78 + - *79 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -61169,9 +61154,9 @@ paths: enum: - asc - desc - - *58 - - *17 - - *19 + - *59 + - *18 + - *20 responses: '200': description: Response @@ -61212,9 +61197,9 @@ paths: issue_url: https://api.github.com/repos/octocat/Hello-World/issues/1347 author_association: COLLABORATOR headers: - Link: *49 - '422': *15 - '404': *6 + Link: *50 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61241,7 +61226,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 responses: '200': description: Response @@ -61279,7 +61264,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': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61305,7 +61290,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 requestBody: required: true content: @@ -61330,7 +61315,7 @@ paths: schema: *410 examples: default: *411 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61349,7 +61334,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 responses: '204': description: Response @@ -61371,7 +61356,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 - 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. @@ -61388,8 +61373,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -61401,8 +61386,8 @@ paths: examples: default: *219 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61422,7 +61407,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 requestBody: required: true content: @@ -61464,7 +61449,7 @@ paths: schema: *217 examples: default: *218 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61486,7 +61471,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 - *220 responses: '204': @@ -61509,8 +61494,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -61538,8 +61523,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true event: type: string @@ -61582,31 +61567,31 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true assigner: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true review_requester: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true requested_reviewer: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true - requested_team: *122 + requested_team: *123 dismissed_review: title: Issue Event Dismissed Review type: object @@ -61671,7 +61656,7 @@ paths: required: - from - to - author_association: *54 + author_association: *55 lock_reason: type: string nullable: true @@ -61683,8 +61668,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true required: - id @@ -61851,8 +61836,8 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *49 - '422': *15 + Link: *50 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62073,9 +62058,9 @@ paths: updated_at: '2011-04-22T13:33:48Z' author_association: COLLABORATOR state_reason: completed - '404': *6 + '404': *7 '410': *233 - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62124,13 +62109,13 @@ paths: description: Response content: application/json: - schema: *68 + schema: *69 examples: default: *415 '301': *236 - '404': *6 + '404': *7 '410': *233 - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62250,14 +62235,14 @@ paths: description: Response content: application/json: - schema: *68 + schema: *69 examples: default: *415 - '422': *15 - '503': *56 - '403': *28 + '422': *16 + '503': *57 + '403': *29 '301': *236 - '404': *6 + '404': *7 '410': *233 x-github: githubCloudOnly: false @@ -62304,7 +62289,7 @@ paths: description: Response content: application/json: - schema: *68 + schema: *69 examples: default: *415 x-github: @@ -62349,7 +62334,7 @@ paths: description: Response content: application/json: - schema: *68 + schema: *69 examples: default: *415 x-github: @@ -62388,7 +62373,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 @@ -62418,9 +62403,9 @@ paths: - *224 - *225 - *416 - - *58 - - *17 - - *19 + - *59 + - *18 + - *20 responses: '200': description: Response @@ -62432,8 +62417,8 @@ paths: examples: default: *417 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 '410': *233 x-github: githubCloudOnly: false @@ -62495,10 +62480,10 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string - '403': *28 + '403': *29 '410': *233 - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: triggersNotification: true githubCloudOnly: false @@ -62519,8 +62504,8 @@ paths: - *224 - *225 - *416 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -62543,7 +62528,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -62562,8 +62547,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true label: type: object @@ -62597,7 +62582,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -62616,8 +62601,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true label: type: object @@ -62650,7 +62635,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -62661,9 +62646,9 @@ paths: nullable: true created_at: type: string - performed_via_github_app: *5 - assignee: *18 - assigner: *18 + performed_via_github_app: *6 + assignee: *19 + assigner: *19 required: - id - node_id @@ -62686,7 +62671,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -62705,11 +62690,11 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true - assignee: *18 - assigner: *18 + assignee: *19 + assigner: *19 required: - id - node_id @@ -62733,7 +62718,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -62752,8 +62737,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true milestone: type: object @@ -62784,7 +62769,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -62803,8 +62788,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true milestone: type: object @@ -62835,7 +62820,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -62854,8 +62839,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true rename: type: object @@ -62889,7 +62874,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -62908,12 +62893,12 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true - review_requester: *18 - requested_team: *122 - requested_reviewer: *18 + review_requester: *19 + requested_team: *123 + requested_reviewer: *19 required: - review_requester - id @@ -62936,7 +62921,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -62955,12 +62940,12 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true - review_requester: *18 - requested_team: *122 - requested_reviewer: *18 + review_requester: *19 + requested_team: *123 + requested_reviewer: *19 required: - review_requester - id @@ -62983,7 +62968,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -63002,8 +62987,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true dismissed_review: type: object @@ -63043,7 +63028,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -63062,8 +63047,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true lock_reason: type: string @@ -63091,7 +63076,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -63110,8 +63095,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true project_card: type: object @@ -63157,7 +63142,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -63176,8 +63161,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true project_card: type: object @@ -63223,7 +63208,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -63242,8 +63227,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true project_card: type: object @@ -63289,7 +63274,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -63300,7 +63285,7 @@ paths: nullable: true created_at: type: string - performed_via_github_app: *5 + performed_via_github_app: *6 project_card: type: object properties: @@ -63368,7 +63353,7 @@ paths: name: label color: red headers: - Link: *49 + Link: *50 '410': *233 x-github: githubCloudOnly: false @@ -63389,8 +63374,8 @@ paths: - *224 - *225 - *416 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -63458,9 +63443,9 @@ paths: color: a2eeef default: false headers: - Link: *49 + Link: *50 '301': *236 - '404': *6 + '404': *7 '410': *233 x-github: githubCloudOnly: false @@ -63543,9 +63528,9 @@ paths: examples: default: *419 '301': *236 - '404': *6 + '404': *7 '410': *233 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63627,9 +63612,9 @@ paths: examples: default: *419 '301': *236 - '404': *6 + '404': *7 '410': *233 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63652,7 +63637,7 @@ paths: '204': description: Response '301': *236 - '404': *6 + '404': *7 '410': *233 x-github: githubCloudOnly: false @@ -63699,7 +63684,7 @@ paths: color: f29513 default: true '301': *236 - '404': *6 + '404': *7 '410': *233 x-github: githubCloudOnly: false @@ -63749,10 +63734,10 @@ paths: responses: '204': description: Response - '403': *28 + '403': *29 '410': *233 - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63774,8 +63759,8 @@ paths: responses: '204': description: Response - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63811,8 +63796,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -63824,8 +63809,8 @@ paths: examples: default: *219 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 '410': *233 x-github: githubCloudOnly: false @@ -63888,7 +63873,7 @@ paths: schema: *217 examples: default: *218 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -63934,8 +63919,8 @@ paths: - *224 - *225 - *416 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -63967,7 +63952,7 @@ paths: properties: event: type: string - actor: *18 + actor: *19 id: description: Unique identifier of the issue comment example: 42 @@ -63991,7 +63976,7 @@ paths: html_url: type: string format: uri - user: *18 + user: *19 created_at: type: string format: date-time @@ -64003,7 +63988,7 @@ paths: issue_url: type: string format: uri - author_association: *54 + author_association: *55 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. They @@ -64012,10 +63997,10 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true - reactions: *55 + reactions: *56 required: - event - actor @@ -64034,7 +64019,7 @@ paths: properties: event: type: string - actor: *18 + actor: *19 created_at: type: string format: date-time @@ -64046,7 +64031,7 @@ paths: properties: type: type: string - issue: *68 + issue: *69 required: - event - created_at @@ -64190,7 +64175,7 @@ paths: node_id: type: string example: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= - user: *18 + user: *19 body: nullable: true description: The text of the review. @@ -64238,7 +64223,7 @@ paths: type: string body_text: type: string - author_association: *54 + author_association: *55 required: - event - id @@ -64323,7 +64308,7 @@ paths: description: The comment ID to reply to. example: 8 type: integer - user: *18 + user: *19 body: description: The text of the comment. example: We should probably include a check for null @@ -64348,7 +64333,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *54 + author_association: *55 _links: type: object properties: @@ -64432,7 +64417,7 @@ paths: enum: - line - file - reactions: *55 + reactions: *56 body_html: type: string example: '"

comment body

"' @@ -64479,7 +64464,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -64498,10 +64483,10 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true - assignee: *18 + assignee: *19 required: - id - node_id @@ -64523,7 +64508,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -64542,10 +64527,10 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true - assignee: *18 + assignee: *19 required: - id - node_id @@ -64567,7 +64552,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -64586,8 +64571,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true state_reason: type: string @@ -64755,8 +64740,8 @@ paths: type: User site_admin: true headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 '410': *233 x-github: githubCloudOnly: false @@ -64776,8 +64761,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -64831,7 +64816,7 @@ paths: added_by: octocat last_used: '2022-01-10T15:53:42Z' headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64902,7 +64887,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/keys/1 schema: type: string - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64936,7 +64921,7 @@ paths: schema: *433 examples: default: *434 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64977,8 +64962,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -64990,8 +64975,8 @@ paths: examples: default: *419 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65062,8 +65047,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/labels/bug schema: type: string - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65095,7 +65080,7 @@ paths: schema: *418 examples: default: *436 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65308,8 +65293,8 @@ paths: title: License Simple description: License Simple type: object - properties: *69 - required: *70 + properties: *70 + required: *71 nullable: true required: - _links @@ -65373,7 +65358,7 @@ paths: spdx_id: MIT url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65501,8 +65486,8 @@ paths: description: Not Found when the base or head does not exist '409': description: Conflict when there is a merge conflict - '403': *28 - '422': *15 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65552,8 +65537,8 @@ paths: - asc - desc default: asc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -65605,8 +65590,8 @@ paths: closed_at: '2013-02-12T13:22:01Z' due_on: '2012-10-09T23:39:01Z' headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65706,8 +65691,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/milestones/1 schema: type: string - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65741,7 +65726,7 @@ paths: schema: *438 examples: default: *439 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65821,7 +65806,7 @@ paths: responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65841,8 +65826,8 @@ paths: - *224 - *225 - *440 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -65854,7 +65839,7 @@ paths: examples: default: *419 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65875,10 +65860,10 @@ paths: - *225 - *441 - *442 - - *58 + - *59 - *443 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -65886,11 +65871,11 @@ paths: application/json: schema: type: array - items: *81 + items: *82 examples: default: *444 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -66121,7 +66106,7 @@ paths: - developer.github.com expires_at: '2021-05-22' https_enforced: true - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66200,8 +66185,8 @@ paths: schema: *445 examples: default: *446 - '422': *15 - '409': *163 + '422': *16 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66299,9 +66284,9 @@ paths: responses: '204': description: Response - '422': *15 - '400': *14 - '409': *163 + '422': *16 + '400': *15 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66327,9 +66312,9 @@ paths: responses: '204': description: Response - '422': *15 - '404': *6 - '409': *163 + '422': *16 + '404': *7 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66351,8 +66336,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -66382,8 +66367,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true commit: type: string @@ -66435,7 +66420,7 @@ paths: created_at: '2014-02-10T19:00:49Z' updated_at: '2014-02-10T19:00:51Z' headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66676,9 +66661,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': *14 - '422': *15 - '404': *6 + '400': *15 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66738,7 +66723,7 @@ paths: default: value: status: succeed - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66762,8 +66747,8 @@ paths: - *225 - *449 responses: - '204': *180 - '404': *6 + '204': *181 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67019,7 +67004,7 @@ paths: description: Empty response content: application/json: - schema: *108 + schema: *109 examples: default: value: @@ -67027,7 +67012,7 @@ paths: description: Custom domains are not available for GitHub Pages '422': description: There isn't a CNAME for this page - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67066,7 +67051,7 @@ paths: default: value: enabled: true - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67087,8 +67072,8 @@ paths: - *224 - *225 responses: - '204': *180 - '422': *14 + '204': *181 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67109,8 +67094,8 @@ paths: - *224 - *225 responses: - '204': *180 - '422': *14 + '204': *181 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67143,8 +67128,8 @@ paths: - closed - all default: open - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -67152,7 +67137,7 @@ paths: application/json: schema: type: array - items: *181 + items: *182 examples: default: value: @@ -67188,12 +67173,12 @@ paths: created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' headers: - Link: *49 - '401': *24 - '403': *28 - '404': *6 + Link: *50 + '401': *25 + '403': *29 + '404': *7 '410': *233 - '422': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67239,14 +67224,14 @@ paths: description: Response content: application/json: - schema: *181 + schema: *182 examples: default: *232 - '401': *24 - '403': *28 - '404': *6 + '401': *25 + '403': *29 + '404': *7 '410': *233 - '422': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67274,7 +67259,7 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: default: value: @@ -67284,8 +67269,8 @@ paths: value: web - property_name: team value: octocat - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67318,7 +67303,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *186 + items: *187 required: - properties examples: @@ -67335,9 +67320,9 @@ paths: '204': description: No Content when custom property values are successfully created or updated - '403': *28 - '404': *6 - '422': *15 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67422,8 +67407,8 @@ paths: enum: - asc - desc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -67435,9 +67420,9 @@ paths: examples: default: *451 headers: - Link: *49 - '304': *36 - '422': *15 + Link: *50 + '304': *37 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67604,7 +67589,7 @@ paths: description: The title of the pull request. example: Amazing new feature type: string - user: *18 + user: *19 body: type: string example: Please pull these awesome changes @@ -67675,16 +67660,16 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true assignees: type: array - items: *18 + items: *19 nullable: true requested_reviewers: type: array - items: *18 + items: *19 nullable: true requested_teams: type: array @@ -68412,8 +68397,8 @@ paths: title: License Simple description: License Simple type: object - properties: *69 - required: *70 + properties: *70 + required: *71 nullable: true pushed_at: type: string @@ -68615,7 +68600,7 @@ paths: - review_comments - review_comment - self - author_association: *54 + author_association: *55 auto_merge: *453 draft: description: Indicates whether or not the pull request is a draft. @@ -68638,8 +68623,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true comments: type: integer @@ -69207,8 +69192,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/1347 schema: type: string - '403': *28 - '422': *15 + '403': *29 + '422': *16 x-github: triggersNotification: true githubCloudOnly: false @@ -69255,9 +69240,9 @@ paths: enum: - asc - desc - - *58 - - *17 - - *19 + - *59 + - *18 + - *20 responses: '200': description: Response @@ -69319,7 +69304,7 @@ paths: original_line: 2 side: RIGHT headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69346,7 +69331,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 responses: '200': description: Response @@ -69405,7 +69390,7 @@ paths: line: 2 original_line: 2 side: RIGHT - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69431,7 +69416,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 requestBody: required: true content: @@ -69473,11 +69458,11 @@ paths: parameters: - *224 - *225 - - *67 + - *68 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69496,7 +69481,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 - 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. @@ -69513,8 +69498,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -69526,8 +69511,8 @@ paths: examples: default: *219 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69547,7 +69532,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 requestBody: required: true content: @@ -69589,7 +69574,7 @@ paths: schema: *217 examples: default: *218 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69611,7 +69596,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 - *220 responses: '204': @@ -69673,10 +69658,10 @@ paths: schema: *456 examples: default: *457 - '304': *36 - '404': *6 - '500': *120 - '503': *56 + '304': *37 + '404': *7 + '500': *121 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69750,8 +69735,8 @@ paths: schema: *456 examples: default: *457 - '422': *15 - '403': *28 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69833,7 +69818,7 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *153 + schema: *154 examples: default: *334 '202': @@ -69841,13 +69826,13 @@ paths: being retried in the background content: application/json: - schema: *153 + schema: *154 examples: default: *334 - '401': *24 - '403': *28 - '404': *6 - '503': *56 + '401': *25 + '403': *29 + '404': *7 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -69876,7 +69861,7 @@ paths: - *224 - *225 - *458 - - *78 + - *79 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -69886,9 +69871,9 @@ paths: enum: - asc - desc - - *58 - - *17 - - *19 + - *59 + - *18 + - *20 responses: '200': description: Response @@ -69900,7 +69885,7 @@ paths: examples: default: *459 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70096,8 +70081,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 schema: type: string - '422': *15 - '403': *28 + '422': *16 + '403': *29 x-github: triggersNotification: true githubCloudOnly: false @@ -70129,7 +70114,7 @@ paths: - *224 - *225 - *458 - - *67 + - *68 requestBody: required: true content: @@ -70209,7 +70194,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 schema: type: string - '404': *6 + '404': *7 x-github: triggersNotification: true githubCloudOnly: false @@ -70241,8 +70226,8 @@ paths: - *224 - *225 - *458 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -70254,7 +70239,7 @@ paths: examples: default: *460 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70286,8 +70271,8 @@ paths: - *224 - *225 - *458 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -70311,10 +70296,10 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" headers: - Link: *49 - '422': *15 - '500': *120 - '503': *56 + Link: *50 + '422': *16 + '500': *121 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70447,9 +70432,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': *15 - '403': *28 - '404': *6 + '422': *16 + '403': *29 + '404': *7 x-github: triggersNotification: true githubCloudOnly: false @@ -70486,10 +70471,10 @@ paths: properties: users: type: array - items: *18 + items: *19 teams: type: array - items: *122 + items: *123 required: - users - teams @@ -70530,7 +70515,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71105,7 +71090,7 @@ paths: draft: false '422': description: Unprocessable Entity if user is not a collaborator - '403': *28 + '403': *29 x-github: triggersNotification: true githubCloudOnly: false @@ -71639,7 +71624,7 @@ paths: author_association: OWNER auto_merge: draft: false - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71667,8 +71652,8 @@ paths: - *224 - *225 - *458 - - *17 - - *19 + - *18 + - *20 responses: '200': description: The list of reviews returns in chronological order. @@ -71692,8 +71677,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true body: description: The text of the review. @@ -71744,7 +71729,7 @@ paths: type: string body_text: type: string - author_association: *54 + author_association: *55 required: - id - node_id @@ -71793,7 +71778,7 @@ paths: commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71951,8 +71936,8 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '422': *7 - '403': *28 + '422': *8 + '403': *29 x-github: triggersNotification: true githubCloudOnly: false @@ -72030,7 +72015,7 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72118,7 +72103,7 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '422': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72154,8 +72139,8 @@ paths: schema: *461 examples: default: *463 - '422': *7 - '404': *6 + '422': *8 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72184,8 +72169,8 @@ paths: - *225 - *458 - *462 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -72238,8 +72223,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true body: type: string @@ -72260,7 +72245,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *54 + author_association: *55 _links: type: object properties: @@ -72275,7 +72260,7 @@ paths: type: string body_html: type: string - reactions: *55 + reactions: *56 side: description: The side of the first line of the range for a multi-line comment. @@ -72380,8 +72365,8 @@ paths: pull_request: href: https://api.github.com/repos/octocat/Hello-World/pulls/1 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72478,8 +72463,8 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '404': *6 - '422': *7 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72545,9 +72530,9 @@ paths: schema: *461 examples: default: *464 - '404': *6 - '422': *7 - '403': *28 + '404': *7 + '422': *8 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72606,8 +72591,8 @@ paths: value: message: Updating pull request branch. url: https://github.com/repos/octocat/Hello-World/pulls/53 - '422': *15 - '403': *28 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -72663,8 +72648,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': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72711,8 +72696,8 @@ paths: schema: *465 examples: default: *466 - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72734,8 +72719,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -72803,7 +72788,7 @@ paths: type: string format: date-time nullable: true - author: *18 + author: *19 assets: type: array items: &468 @@ -72850,8 +72835,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - id @@ -72877,7 +72862,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *55 + reactions: *56 required: - assets_url - upload_url @@ -72967,8 +72952,8 @@ paths: type: User site_admin: false headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73145,8 +73130,8 @@ paths: description: Not Found if the discussion category name is invalid content: application/json: - schema: *2 - '422': *15 + schema: *3 + '422': *16 x-github: triggersNotification: true githubCloudOnly: false @@ -73216,7 +73201,7 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *6 + '404': *7 '302': *362 x-github: githubCloudOnly: false @@ -73373,7 +73358,7 @@ paths: value: name: Release v1.0.0 is now available! body: "##Changes in Release v1.0.0 ... ##Contributors @monalisa" - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73436,7 +73421,7 @@ paths: schema: *467 examples: default: *471 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73567,7 +73552,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 @@ -73608,8 +73593,8 @@ paths: - *224 - *225 - *472 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -73653,7 +73638,7 @@ paths: type: User site_admin: false headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73796,8 +73781,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -73809,8 +73794,8 @@ paths: examples: default: *219 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73870,7 +73855,7 @@ paths: schema: *217 examples: default: *218 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73920,8 +73905,8 @@ paths: - *224 - *225 - *292 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -74037,8 +74022,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 - name: includes_parents description: Include rulesets configured at higher levels that apply to this repository @@ -74054,7 +74039,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -74084,8 +74069,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': *6 - '500': *120 + '404': *7 + '500': *121 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -74120,16 +74105,16 @@ paths: enum: - branch - tag - enforcement: *192 + enforcement: *193 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *193 - conditions: *190 + items: *194 + conditions: *191 rules: type: array description: An array of rules within the ruleset. - items: *195 + items: *196 required: - name - enforcement @@ -74160,7 +74145,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: &497 value: @@ -74194,8 +74179,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': *6 - '500': *120 + '404': *7 + '500': *121 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -74221,8 +74206,8 @@ paths: - *489 - *490 - *491 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -74231,8 +74216,8 @@ paths: schema: *492 examples: default: *493 - '404': *6 - '500': *120 + '404': *7 + '500': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74262,8 +74247,8 @@ paths: schema: *495 examples: default: *496 - '404': *6 - '500': *120 + '404': *7 + '500': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74306,11 +74291,11 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: *497 - '404': *6 - '500': *120 + '404': *7 + '500': *121 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -74351,16 +74336,16 @@ paths: enum: - branch - tag - enforcement: *192 + enforcement: *193 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *193 - conditions: *190 + items: *194 + conditions: *191 rules: description: An array of rules within the ruleset. type: array - items: *195 + items: *196 examples: default: value: @@ -74388,11 +74373,11 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: *497 - '404': *6 - '500': *120 + '404': *7 + '500': *121 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -74419,8 +74404,8 @@ paths: responses: '204': description: Response - '404': *6 - '500': *120 + '404': *7 + '500': *121 "/repos/{owner}/{repo}/secret-scanning/alerts": get: summary: List secret scanning alerts for a repository @@ -74439,16 +74424,16 @@ paths: parameters: - *224 - *225 - - *198 - *199 - *200 - *201 - - *38 - - *19 - - *17 + - *202 + - *39 + - *20 + - *18 - *498 - *499 - - *202 + - *203 responses: '200': description: Response @@ -74459,8 +74444,8 @@ paths: items: &502 type: object properties: - number: *44 - created_at: *45 + number: *45 + created_at: *46 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -74468,8 +74453,8 @@ paths: format: date-time readOnly: true nullable: true - url: *46 - html_url: *47 + url: *47 + html_url: *48 locations_url: type: string format: uri @@ -74487,8 +74472,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true resolution_comment: type: string @@ -74514,8 +74499,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true push_protection_bypassed_at: type: string @@ -74606,7 +74591,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *56 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74657,11 +74642,11 @@ paths: push_protection_bypassed_at: resolution_comment: validity: unknown - '304': *36 + '304': *37 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *56 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74758,7 +74743,7 @@ paths: repository, or the resource is not found '422': description: State does not match the resolution or resolution comment - '503': *56 + '503': *57 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -74783,8 +74768,8 @@ paths: - *224 - *225 - *324 - - *19 - - *17 + - *20 + - *18 responses: '200': description: Response @@ -75126,11 +75111,11 @@ paths: details: pull_request_review_comment_url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/12 headers: - Link: *49 + Link: *50 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *56 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75154,7 +75139,7 @@ paths: parameters: - *224 - *225 - - *38 + - *39 - name: sort description: The property to sort the results by. in: query @@ -75166,8 +75151,8 @@ paths: - updated - published default: created - - *39 - *40 + - *41 - 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)." @@ -75200,8 +75185,8 @@ paths: items: *503 examples: default: *504 - '400': *14 - '404': *6 + '400': *15 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75254,7 +75239,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *205 + ecosystem: *1 name: type: string description: The unique package name within its ecosystem. @@ -75590,9 +75575,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': *28 - '404': *6 - '422': *15 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75640,7 +75625,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *205 + ecosystem: *1 name: type: string description: The unique package name within its ecosystem. @@ -75833,9 +75818,9 @@ paths: permission: admin parent: private_fork: - '403': *28 - '404': *6 - '422': *15 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75871,8 +75856,8 @@ paths: schema: *503 examples: default: *506 - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75927,7 +75912,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *205 + ecosystem: *1 name: type: string description: The unique package name within its ecosystem. @@ -76059,13 +76044,13 @@ paths: examples: default: *506 add_credit: *506 - '403': *28 - '404': *6 + '403': *29 + '404': *7 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *88 + schema: *89 examples: invalid_state_transition: value: @@ -76100,11 +76085,11 @@ paths: - *225 - *505 responses: - '202': *90 - '400': *14 - '403': *28 - '404': *6 - '422': *15 + '202': *91 + '400': *15 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76135,10 +76120,10 @@ paths: schema: *235 examples: default: *237 - '400': *14 - '422': *15 - '403': *28 - '404': *6 + '400': *15 + '422': *16 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76162,8 +76147,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -76172,7 +76157,7 @@ paths: schema: anyOf: - type: array - items: *18 + items: *19 - type: array items: title: Stargazer @@ -76186,8 +76171,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - starred_at @@ -76238,8 +76223,8 @@ paths: type: User site_admin: false headers: - Link: *49 - '422': *15 + Link: *50 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76283,8 +76268,8 @@ paths: - - 1302998400 - 1124 - -435 - '202': *90 - '204': *180 + '202': *91 + '204': *181 '422': description: Repository contains more than 10,000 commits x-github: @@ -76353,8 +76338,8 @@ paths: - 0 total: 89 week: 1336280400 - '202': *90 - '204': *180 + '202': *91 + '204': *181 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76398,8 +76383,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true total: type: integer @@ -76454,8 +76439,8 @@ paths: a: 6898 d: 77 c: 10 - '202': *90 - '204': *180 + '202': *91 + '204': *181 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76608,7 +76593,7 @@ paths: - 1 - 10 - 3 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76656,7 +76641,7 @@ paths: - - 0 - 2 - 21 - '204': *180 + '204': *181 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76787,8 +76772,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -76796,11 +76781,11 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 + default: *153 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76873,7 +76858,7 @@ paths: repository_url: https://api.github.com/repos/octocat/example '404': description: Not Found if you don't subscribe to the repository - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -76970,8 +76955,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -77025,7 +77010,7 @@ paths: tarball_url: https://github.com/octocat/Hello-World/tarball/v0.1 node_id: MDQ6VXNlcjE= headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77081,8 +77066,8 @@ paths: value: - id: 2 pattern: v1.* - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77129,8 +77114,8 @@ paths: default: value: enabled: true - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77160,8 +77145,8 @@ paths: responses: '204': description: Response - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77221,8 +77206,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -77230,12 +77215,12 @@ paths: application/json: schema: type: array - items: *122 + items: *123 examples: - default: *166 + default: *167 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77254,8 +77239,8 @@ paths: parameters: - *224 - *225 - - *19 - - *17 + - *20 + - *18 responses: '200': description: Response @@ -77280,7 +77265,7 @@ paths: - atom - electron - api - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77331,8 +77316,8 @@ paths: schema: *511 examples: default: *512 - '404': *6 - '422': *7 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77452,7 +77437,7 @@ paths: - timestamp: '2016-10-24T00:00:00Z' count: 7 uniques: 5 - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77543,7 +77528,7 @@ paths: title: hubot/LICENSE.md at master · github/hubot · GitHub count: 281 uniques: 222 - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77602,7 +77587,7 @@ paths: - referrer: yandex.ru count: 1 uniques: 1 - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77698,7 +77683,7 @@ paths: - timestamp: '2016-10-24T00:00:00Z' count: 614 uniques: 237 - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77756,7 +77741,7 @@ paths: description: Response content: application/json: - schema: *109 + schema: *110 examples: default: value: @@ -78203,7 +78188,7 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: default: value: @@ -78278,8 +78263,8 @@ paths: example: ; rel="next" schema: type: string - '422': *15 - '304': *36 + '422': *16 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78351,8 +78336,8 @@ paths: - desc - asc default: desc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -78391,7 +78376,7 @@ paths: html_url: type: string format: uri - repository: *109 + repository: *110 score: type: number file_size: @@ -78522,10 +78507,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': *36 - '503': *56 - '422': *15 - '403': *28 + '304': *37 + '503': *57 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78584,8 +78569,8 @@ paths: - desc - asc default: desc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -78674,8 +78659,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true committer: title: Git User @@ -78694,7 +78679,7 @@ paths: type: string sha: type: string - repository: *109 + repository: *110 score: type: number node_id: @@ -78828,7 +78813,7 @@ paths: deployments_url: https://api.github.com/repos/octocat/Spoon-Knife/deployments score: 1 node_id: MDQ6VXNlcjU4MzIzMQ== - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78891,8 +78876,8 @@ paths: - created - updated - *516 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -78949,14 +78934,14 @@ paths: nullable: true assignees: type: array - items: *18 + items: *19 nullable: true user: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true labels: type: array @@ -78988,8 +78973,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true milestone: title: Milestone @@ -79043,10 +79028,10 @@ paths: type: string score: type: number - author_association: *54 + author_association: *55 draft: type: boolean - repository: *51 + repository: *52 body_html: type: string body_text: @@ -79062,10 +79047,10 @@ paths: They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true - reactions: *55 + reactions: *56 required: - assignee - closed_at @@ -79181,10 +79166,10 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *56 - '422': *15 - '304': *36 - '403': *28 + '503': *57 + '422': *16 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79235,8 +79220,8 @@ paths: - created - updated - *516 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -79310,10 +79295,10 @@ paths: default: true description: Something isn't working. score: 1 - '304': *36 - '404': *6 - '403': *28 - '422': *15 + '304': *37 + '404': *7 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79364,8 +79349,8 @@ paths: - help-wanted-issues - updated - *516 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -79401,8 +79386,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true private: type: boolean @@ -79582,8 +79567,8 @@ paths: title: License Simple description: License Simple type: object - properties: *69 - required: *70 + properties: *70 + required: *71 nullable: true permissions: type: object @@ -79804,9 +79789,9 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *56 - '422': *15 - '304': *36 + '503': *57 + '422': *16 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79841,8 +79826,8 @@ paths: required: true schema: type: string - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -80043,7 +80028,7 @@ paths: featured: true curated: true score: 1 - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80094,8 +80079,8 @@ paths: - repositories - joined - *516 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -80252,9 +80237,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': *36 - '503': *56 - '422': *15 + '304': *37 + '503': *57 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80289,7 +80274,7 @@ paths: schema: *209 examples: default: *210 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80386,9 +80371,9 @@ paths: schema: *209 examples: default: *210 - '404': *6 - '422': *15 - '403': *28 + '404': *7 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80416,8 +80401,8 @@ paths: responses: '204': description: Response - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80443,9 +80428,9 @@ paths: url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - *517 - - *38 - - *17 - - *19 + - *39 + - *18 + - *20 responses: '200': description: Response @@ -80457,7 +80442,7 @@ paths: examples: default: *518 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80659,9 +80644,9 @@ paths: parameters: - *517 - *213 - - *38 - - *17 - - *19 + - *39 + - *18 + - *20 responses: '200': description: Response @@ -80673,7 +80658,7 @@ paths: examples: default: *520 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80883,8 +80868,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -80896,7 +80881,7 @@ paths: examples: default: *219 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81001,8 +80986,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -81014,7 +80999,7 @@ paths: examples: default: *219 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81099,8 +81084,8 @@ paths: url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - *517 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -81108,11 +81093,11 @@ paths: application/json: schema: type: array - items: *147 + items: *148 examples: - default: *148 + default: *149 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81147,8 +81132,8 @@ paths: - maintainer - all default: all - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -81156,12 +81141,12 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 + default: *153 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81187,7 +81172,7 @@ paths: url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - *517 - - *113 + - *114 responses: '204': description: if user is a member @@ -81223,7 +81208,7 @@ paths: url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - *517 - - *113 + - *114 responses: '204': description: Response @@ -81233,7 +81218,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': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81262,7 +81247,7 @@ paths: url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - *517 - - *113 + - *114 responses: '204': description: Response @@ -81298,7 +81283,7 @@ paths: url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - *517 - - *113 + - *114 responses: '200': description: Response @@ -81307,7 +81292,7 @@ paths: schema: *221 examples: response-if-user-is-a-team-maintainer: *522 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81338,7 +81323,7 @@ paths: url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - *517 - - *113 + - *114 requestBody: required: false content: @@ -81371,7 +81356,7 @@ paths: '422': description: Unprocessable Entity if you attempt to add an organization to a team - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81398,7 +81383,7 @@ paths: url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - *517 - - *113 + - *114 responses: '204': description: Response @@ -81427,8 +81412,8 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - *517 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -81440,8 +81425,8 @@ paths: examples: default: *524 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81542,8 +81527,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': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81570,8 +81555,8 @@ paths: responses: '204': description: Response - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81595,8 +81580,8 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - *517 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -81604,12 +81589,12 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: - default: *173 + default: *174 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81820,8 +81805,8 @@ paths: responses: '204': description: Response - '403': *28 - '422': *15 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81872,8 +81857,8 @@ paths: url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - *517 - - *17 - - *19 + - *18 + - *20 responses: '200': description: if child teams exist @@ -81881,14 +81866,14 @@ paths: application/json: schema: type: array - items: *122 + items: *123 examples: response-if-child-teams-exist: *527 headers: - Link: *49 - '404': *6 - '403': *28 - '422': *15 + Link: *50 + '404': *7 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82198,9 +82183,9 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82315,11 +82300,11 @@ paths: space: 400 private_repos: 20 collaborators: 0 - '304': *36 - '404': *6 - '403': *28 - '401': *24 - '422': *15 + '304': *37 + '404': *7 + '403': *29 + '401': *25 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82336,8 +82321,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#list-users-blocked-by-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -82345,13 +82330,13 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + default: *153 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82370,7 +82355,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: - - *113 + - *114 responses: '204': description: If the user is blocked @@ -82378,10 +82363,10 @@ paths: description: If the user is not blocked content: application/json: - schema: *2 - '304': *36 - '403': *28 - '401': *24 + schema: *3 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82398,15 +82383,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#block-a-user parameters: - - *113 + - *114 responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '401': *24 - '422': *15 + '304': *37 + '404': *7 + '403': *29 + '401': *25 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82422,14 +82407,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#unblock-a-user parameters: - - *113 + - *114 responses: '204': description: Response - '304': *36 - '403': *28 - '401': *24 - '404': *6 + '304': *37 + '403': *29 + '401': *25 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82449,8 +82434,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#list-codespaces-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 - name: repository_id description: ID of the Repository to filter on in: query @@ -82471,14 +82456,14 @@ paths: type: integer codespaces: type: array - items: *153 + items: *154 examples: - default: *154 - '304': *36 - '500': *120 - '401': *24 - '403': *28 - '404': *6 + default: *155 + '304': *37 + '500': *121 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82612,7 +82597,7 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *153 + schema: *154 examples: default: *334 '202': @@ -82620,13 +82605,13 @@ paths: being retried in the background content: application/json: - schema: *153 + schema: *154 examples: default: *334 - '401': *24 - '403': *28 - '404': *6 - '503': *56 + '401': *25 + '403': *29 + '404': *7 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82649,8 +82634,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#list-secrets-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -82708,7 +82693,7 @@ paths: examples: default: *337 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82776,7 +82761,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *107 + - *108 responses: '200': description: Response @@ -82812,7 +82797,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *107 + - *108 requestBody: required: true content: @@ -82857,14 +82842,14 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *108 + schema: *109 examples: default: value: '204': description: Response after successfully updating a secret - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82885,7 +82870,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *107 + - *108 responses: '204': description: Response @@ -82910,7 +82895,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *107 + - *108 responses: '200': description: Response @@ -82926,7 +82911,7 @@ paths: type: integer repositories: type: array - items: *109 + items: *110 examples: default: value: @@ -83162,10 +83147,10 @@ paths: forks: 1 open_issues: 1 watchers: 1 - '401': *24 - '403': *28 - '404': *6 - '500': *120 + '401': *25 + '403': *29 + '404': *7 + '500': *121 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83186,7 +83171,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *107 + - *108 requestBody: required: true content: @@ -83215,10 +83200,10 @@ paths: responses: '204': description: No Content when repositories were added to the selected list - '401': *24 - '403': *28 - '404': *6 - '500': *120 + '401': *25 + '403': *29 + '404': *7 + '500': *121 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83240,7 +83225,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *107 + - *108 - name: repository_id in: path required: true @@ -83249,10 +83234,10 @@ paths: responses: '204': description: No Content when repository was added to the selected list - '401': *24 - '403': *28 - '404': *6 - '500': *120 + '401': *25 + '403': *29 + '404': *7 + '500': *121 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83273,7 +83258,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *107 + - *108 - name: repository_id in: path required: true @@ -83282,10 +83267,10 @@ paths: responses: '204': description: No Content when repository was removed from the selected list - '401': *24 - '403': *28 - '404': *6 - '500': *120 + '401': *25 + '403': *29 + '404': *7 + '500': *121 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83305,20 +83290,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *155 + - *156 responses: '200': description: Response content: application/json: - schema: *153 + schema: *154 examples: default: *334 - '304': *36 - '500': *120 - '401': *24 - '403': *28 - '404': *6 + '304': *37 + '500': *121 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83339,7 +83324,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *155 + - *156 requestBody: required: false content: @@ -83369,12 +83354,12 @@ paths: description: Response content: application/json: - schema: *153 + schema: *154 examples: default: *334 - '401': *24 - '403': *28 - '404': *6 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83393,14 +83378,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *155 + - *156 responses: - '202': *90 - '304': *36 - '500': *120 - '401': *24 - '403': *28 - '404': *6 + '202': *91 + '304': *37 + '500': *121 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83422,7 +83407,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *155 + - *156 responses: '202': description: Response @@ -83477,11 +83462,11 @@ paths: sha: fd95a81ca01e48ede9f39c799ecbcef817b8a3b2 id: latest export_url: https://api.github.com/user/codespaces/:name/exports/latest - '500': *120 - '401': *24 - '403': *28 - '404': *6 - '422': *15 + '500': *121 + '401': *25 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83501,7 +83486,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *155 + - *156 - name: export_id in: path required: true @@ -83517,7 +83502,7 @@ paths: schema: *531 examples: default: *532 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83537,7 +83522,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *155 + - *156 responses: '200': description: Response @@ -83556,11 +83541,11 @@ paths: items: *533 examples: default: *534 - '304': *36 - '500': *120 - '401': *24 - '403': *28 - '404': *6 + '304': *37 + '500': *121 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83584,7 +83569,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *155 + - *156 requestBody: required: true content: @@ -83631,8 +83616,8 @@ paths: type: string example: 26a7c758-7299-4a73-b978-5a92a7ae98a0 nullable: true - owner: *18 - billable_owner: *18 + owner: *19 + billable_owner: *19 repository: *235 machine: type: object @@ -84391,10 +84376,10 @@ paths: pulls_url: https://api.github.com/repos/octocat/Hello-World/pulls/1 recent_folders: [] template: - '401': *24 - '403': *28 - '404': *6 - '422': *15 + '401': *25 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false category: codespaces @@ -84413,27 +84398,27 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *155 + - *156 responses: '200': description: Response content: application/json: - schema: *153 + schema: *154 examples: default: *334 - '304': *36 - '500': *120 - '400': *14 - '401': *24 + '304': *37 + '500': *121 + '400': *15 + '401': *25 '402': description: Payment required content: application/json: - schema: *2 - '403': *28 - '404': *6 - '409': *163 + schema: *3 + '403': *29 + '404': *7 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84453,19 +84438,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *155 + - *156 responses: '200': description: Response content: application/json: - schema: *153 + schema: *154 examples: default: *334 - '500': *120 - '401': *24 - '403': *28 - '404': *6 + '500': *121 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84491,7 +84476,7 @@ paths: application/json: schema: type: array - items: *167 + items: *168 examples: default: &547 value: @@ -84625,11 +84610,11 @@ paths: primary: true verified: true visibility: private - '304': *36 - '404': *6 - '403': *28 - '401': *24 - '422': *15 + '304': *37 + '404': *7 + '403': *29 + '401': *25 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84650,8 +84635,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/emails#list-email-addresses-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -84668,11 +84653,11 @@ paths: primary: true visibility: public headers: - Link: *49 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84752,11 +84737,11 @@ paths: primary: false verified: false visibility: - '422': *15 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84814,11 +84799,11 @@ paths: responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '401': *24 - '422': *15 + '304': *37 + '404': *7 + '403': *29 + '401': *25 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84835,8 +84820,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-followers-of-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -84844,14 +84829,14 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 + default: *153 headers: - Link: *49 - '304': *36 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84868,8 +84853,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-the-people-the-authenticated-user-follows parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -84877,14 +84862,14 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 + default: *153 headers: - Link: *49 - '304': *36 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84901,7 +84886,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: - - *113 + - *114 responses: '204': description: if the person is followed by the authenticated user @@ -84909,10 +84894,10 @@ paths: description: if the person is not followed by the authenticated user content: application/json: - schema: *2 - '304': *36 - '403': *28 - '401': *24 + schema: *3 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84931,14 +84916,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#follow-a-user parameters: - - *113 + - *114 responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84955,14 +84940,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#unfollow-a-user parameters: - - *113 + - *114 responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84982,8 +84967,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -85152,11 +85137,11 @@ paths: revoked: false raw_key: string headers: - Link: *49 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85240,11 +85225,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': *15 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85279,10 +85264,10 @@ paths: schema: *536 examples: default: *537 - '404': *6 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85305,11 +85290,11 @@ paths: responses: '204': description: Response - '404': *6 - '422': *15 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '422': *16 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85331,8 +85316,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/installations#list-app-installations-accessible-to-the-user-access-token parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: You can find the permissions for the installation under the @@ -85349,7 +85334,7 @@ paths: type: integer installations: type: array - items: *21 + items: *22 examples: default: value: @@ -85444,10 +85429,10 @@ paths: suspended_at: suspended_by: headers: - Link: *49 - '304': *36 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85469,9 +85454,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/installations#list-repositories-accessible-to-the-user-access-token parameters: - - *22 - - *17 - - *19 + - *23 + - *18 + - *20 responses: '200': description: The access the user has to each repository is included in the @@ -85490,14 +85475,14 @@ paths: type: string repositories: type: array - items: *51 + items: *52 examples: default: *539 headers: - Link: *49 - '404': *6 - '403': *28 - '304': *36 + Link: *50 + '404': *7 + '403': *29 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85515,14 +85500,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/installations#add-a-repository-to-an-app-installation parameters: - - *22 - - *95 + - *23 + - *96 responses: '204': description: Response - '403': *28 - '304': *36 - '404': *6 + '403': *29 + '304': *37 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85540,14 +85525,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - - *22 - - *95 + - *23 + - *96 responses: '204': description: Response - '403': *28 - '304': *36 - '404': *6 + '403': *29 + '304': *37 + '404': *7 '422': description: Returned when the application is installed on `all` repositories in the organization, or if this request would remove the last repository @@ -85575,12 +85560,12 @@ paths: application/json: schema: anyOf: - - *145 + - *146 - type: object properties: {} additionalProperties: false examples: - default: *146 + default: *147 '204': description: Response when there are no restrictions x-github: @@ -85615,14 +85600,14 @@ paths: description: Response content: application/json: - schema: *145 + schema: *146 examples: default: value: limit: collaborators_only origin: user expires_at: '2018-08-17T04:18:39Z' - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85698,7 +85683,7 @@ paths: - closed - all default: open - - *150 + - *151 - name: sort description: What to sort results by. in: query @@ -85710,10 +85695,10 @@ paths: - updated - comments default: created - - *38 - - *58 - - *17 - - *19 + - *39 + - *59 + - *18 + - *20 responses: '200': description: Response @@ -85721,13 +85706,13 @@ paths: application/json: schema: type: array - items: *68 + items: *69 examples: - default: *151 + default: *152 headers: - Link: *49 - '404': *6 - '304': *36 + Link: *50 + '404': *7 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85747,8 +85732,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#list-public-ssh-keys-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -85802,11 +85787,11 @@ paths: verified: false read_only: false headers: - Link: *49 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85863,11 +85848,11 @@ paths: created_at: '2020-06-11T21:31:57Z' verified: false read_only: false - '422': *15 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85896,10 +85881,10 @@ paths: schema: *540 examples: default: *541 - '404': *6 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85922,10 +85907,10 @@ paths: responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85942,8 +85927,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-subscriptions-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -86008,7 +85993,7 @@ paths: - id - type - login - plan: *72 + plan: *73 required: - billing_cycle - next_billing_date @@ -86052,10 +86037,10 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *49 - '304': *36 - '401': *24 - '404': *6 + Link: *50 + '304': *37 + '401': *25 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86072,8 +86057,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-subscriptions-for-the-authenticated-user-stubbed parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -86085,9 +86070,9 @@ paths: examples: default: *543 headers: - Link: *49 - '304': *36 - '401': *24 + Link: *50 + '304': *37 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86114,8 +86099,8 @@ paths: enum: - active - pending - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -86123,7 +86108,7 @@ paths: application/json: schema: type: array - items: *158 + items: *159 examples: default: value: @@ -86200,11 +86185,11 @@ paths: type: User site_admin: false headers: - Link: *49 - '304': *36 - '403': *28 - '401': *24 - '422': *15 + Link: *50 + '304': *37 + '403': *29 + '401': *25 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86225,13 +86210,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-an-organization-membership-for-the-authenticated-user parameters: - - *85 + - *86 responses: '200': description: Response content: application/json: - schema: *158 + schema: *159 examples: default: value: @@ -86271,8 +86256,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86289,7 +86274,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#update-an-organization-membership-for-the-authenticated-user parameters: - - *85 + - *86 requestBody: required: true content: @@ -86314,7 +86299,7 @@ paths: description: Response content: application/json: - schema: *158 + schema: *159 examples: default: value: @@ -86354,9 +86339,9 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '403': *28 - '404': *6 - '422': *15 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86373,8 +86358,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-user-migrations parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -86382,7 +86367,7 @@ paths: application/json: schema: type: array - items: *160 + items: *161 examples: default: value: @@ -86535,10 +86520,10 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *49 - '304': *36 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86635,7 +86620,7 @@ paths: description: Response content: application/json: - schema: *160 + schema: *161 examples: default: value: @@ -86787,10 +86772,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': *15 - '304': *36 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86815,7 +86800,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *161 + - *162 - name: exclude in: query required: false @@ -86828,7 +86813,7 @@ paths: description: Response content: application/json: - schema: *160 + schema: *161 examples: default: value: @@ -86981,10 +86966,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': *6 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87022,13 +87007,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *161 + - *162 responses: '302': description: Response - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87048,14 +87033,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *161 + - *162 responses: '204': description: Response - '404': *6 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87077,15 +87062,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *161 + - *162 - *544 responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87102,9 +87087,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *161 - - *17 - - *19 + - *162 + - *18 + - *20 responses: '200': description: Response @@ -87112,12 +87097,12 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: - default: *173 + default: *174 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87137,8 +87122,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-organizations-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -87146,14 +87131,14 @@ paths: application/json: schema: type: array - items: *157 + items: *158 examples: default: *545 headers: - Link: *49 - '304': *36 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87191,8 +87176,8 @@ paths: - nuget - container - *546 - - *19 - - *17 + - *20 + - *18 responses: '200': description: Response @@ -87200,7 +87185,7 @@ paths: application/json: schema: type: array - items: *167 + items: *168 examples: default: *547 '400': *548 @@ -87223,14 +87208,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *169 - *170 + - *171 responses: '200': description: Response content: application/json: - schema: *167 + schema: *168 examples: default: &559 value: @@ -87345,14 +87330,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *169 - *170 + - *171 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87376,8 +87361,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *169 - *170 + - *171 - name: token description: package token schema: @@ -87387,9 +87372,9 @@ paths: responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87409,10 +87394,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: - - *169 - *170 - - *19 - - *17 + - *171 + - *20 + - *18 - name: state in: query required: false @@ -87430,7 +87415,7 @@ paths: application/json: schema: type: array - items: *171 + items: *172 examples: default: value: @@ -87457,9 +87442,9 @@ paths: package_type: container container: tags: [] - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87479,15 +87464,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *169 - *170 - - *172 + - *171 + - *173 responses: '200': description: Response content: application/json: - schema: *171 + schema: *172 examples: default: value: @@ -87523,15 +87508,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *169 - *170 - - *172 + - *171 + - *173 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87555,15 +87540,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *169 - *170 - - *172 + - *171 + - *173 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87613,7 +87598,7 @@ paths: description: Response content: application/json: - schema: *181 + schema: *182 examples: default: value: @@ -87648,10 +87633,10 @@ paths: site_admin: false created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' - '304': *36 - '403': *28 - '401': *24 - '422': *7 + '304': *37 + '403': *29 + '401': *25 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87673,8 +87658,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/emails#list-public-email-addresses-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -87686,11 +87671,11 @@ paths: examples: default: *549 headers: - Link: *49 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87768,8 +87753,8 @@ paths: enum: - asc - desc - - *17 - - *19 + - *18 + - *20 - 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: @@ -87795,7 +87780,7 @@ paths: application/json: schema: type: array - items: *51 + items: *52 examples: default: &556 summary: Default response @@ -87917,10 +87902,10 @@ paths: forks: 1 open_issues: 1 watchers: 1 - '422': *15 - '304': *36 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88103,12 +88088,12 @@ paths: example: https://api.github.com/repos/octocat/Hello-World schema: type: string - '401': *24 - '304': *36 - '404': *6 - '403': *28 - '422': *15 - '400': *14 + '401': *25 + '304': *37 + '404': *7 + '403': *29 + '422': *16 + '400': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88126,8 +88111,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -88139,11 +88124,11 @@ paths: examples: default: *550 headers: - Link: *49 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88160,14 +88145,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *149 + - *150 responses: '204': description: Response - '403': *28 - '409': *163 - '404': *6 - '304': *36 + '403': *29 + '409': *164 + '404': *7 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88183,14 +88168,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *149 + - *150 responses: '204': description: Response - '409': *163 - '304': *36 - '404': *6 - '403': *28 + '409': *164 + '304': *37 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88207,8 +88192,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/social-accounts#list-social-accounts-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -88236,11 +88221,11 @@ paths: - provider: twitter url: https://twitter.com/github headers: - Link: *49 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88296,11 +88281,11 @@ paths: items: *551 examples: default: *552 - '422': *15 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88349,11 +88334,11 @@ paths: responses: '204': description: Response - '422': *15 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88373,8 +88358,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: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -88415,11 +88400,11 @@ paths: title: ssh-rsa AAAAB3NzaC1yc2EAAB created_at: '2020-07-11T21:31:57Z' headers: - Link: *49 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88477,11 +88462,11 @@ paths: url: https://api.github.com/user/keys/2 title: ssh-rsa AAAAB3NzaC1yc2EAAA created_at: '2020-06-11T21:31:57Z' - '422': *15 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88516,10 +88501,10 @@ paths: schema: *553 examples: default: *554 - '404': *6 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88542,10 +88527,10 @@ paths: responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88580,9 +88565,9 @@ paths: - created - updated default: created - - *38 - - *17 - - *19 + - *39 + - *18 + - *20 responses: '200': description: Response @@ -88590,7 +88575,7 @@ paths: application/json: schema: type: array - items: *51 + items: *52 examples: default-response: *556 application/vnd.github.v3.star+json: @@ -88604,7 +88589,7 @@ paths: starred_at: type: string format: date-time - repo: *51 + repo: *52 required: - starred_at - repo @@ -88732,10 +88717,10 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *49 - '304': *36 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88761,10 +88746,10 @@ paths: description: Not Found if this repository is not starred by you content: application/json: - schema: *2 - '401': *24 - '304': *36 - '403': *28 + schema: *3 + '401': *25 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88786,10 +88771,10 @@ paths: responses: '204': description: Response - '403': *28 - '404': *6 - '401': *24 - '304': *36 + '403': *29 + '404': *7 + '401': *25 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88811,10 +88796,10 @@ paths: responses: '204': description: Response - '404': *6 - '401': *24 - '304': *36 - '403': *28 + '404': *7 + '401': *25 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88831,8 +88816,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-repositories-watched-by-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -88840,14 +88825,14 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: - default: *173 + default: *174 headers: - Link: *49 - '304': *36 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88870,8 +88855,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-teams-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -88930,10 +88915,10 @@ paths: updated_at: '2017-08-17T12:37:15Z' type: Organization headers: - Link: *49 - '304': *36 - '404': *6 - '403': *28 + Link: *50 + '304': *37 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88954,7 +88939,7 @@ paths: url: https://docs.github.com/rest/users/users#list-users parameters: - *557 - - *17 + - *18 responses: '200': description: Response @@ -88962,15 +88947,15 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 + default: *153 headers: Link: example: ; rel="next" schema: type: string - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88992,7 +88977,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user parameters: - - *113 + - *114 responses: '200': description: Response @@ -89078,7 +89063,7 @@ paths: space: 976562499 collaborators: 0 private_repos: 9999 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89098,7 +89083,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: - - *113 + - *114 responses: '200': description: Response @@ -89106,11 +89091,11 @@ paths: application/json: schema: type: array - items: *167 + items: *168 examples: default: *547 - '403': *28 - '401': *24 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89128,9 +89113,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-for-the-authenticated-user parameters: - - *113 - - *17 - - *19 + - *114 + - *18 + - *20 responses: '200': description: Response @@ -89138,7 +89123,7 @@ paths: application/json: schema: type: array - items: *80 + items: *81 examples: default: value: @@ -89206,10 +89191,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *113 - - *85 - - *17 - - *19 + - *114 + - *86 + - *18 + - *20 responses: '200': description: Response @@ -89217,7 +89202,7 @@ paths: application/json: schema: type: array - items: *80 + items: *81 examples: default: value: @@ -89294,9 +89279,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-user parameters: - - *113 - - *17 - - *19 + - *114 + - *18 + - *20 responses: '200': description: Response @@ -89304,7 +89289,7 @@ paths: application/json: schema: type: array - items: *80 + items: *81 examples: default: value: @@ -89371,9 +89356,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-followers-of-a-user parameters: - - *113 - - *17 - - *19 + - *114 + - *18 + - *20 responses: '200': description: Response @@ -89381,11 +89366,11 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 + default: *153 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89402,9 +89387,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-the-people-a-user-follows parameters: - - *113 - - *17 - - *19 + - *114 + - *18 + - *20 responses: '200': description: Response @@ -89412,11 +89397,11 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 + default: *153 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89433,7 +89418,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-user-follows-another-user parameters: - - *113 + - *114 - name: target_user in: path required: true @@ -89460,10 +89445,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-a-user parameters: - - *113 - - *58 - - *17 - - *19 + - *114 + - *59 + - *18 + - *20 responses: '200': description: Response @@ -89471,12 +89456,12 @@ paths: application/json: schema: type: array - items: *59 + items: *60 examples: - default: *60 + default: *61 headers: - Link: *49 - '422': *15 + Link: *50 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89494,9 +89479,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *113 - - *17 - - *19 + - *114 + - *18 + - *20 responses: '200': description: Response @@ -89508,7 +89493,7 @@ paths: examples: default: *558 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89530,7 +89515,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-contextual-information-for-a-user parameters: - - *113 + - *114 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -89581,8 +89566,8 @@ paths: contexts: - message: Owns this repository octicon: repo - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89602,13 +89587,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *113 + - *114 responses: '200': description: Response content: application/json: - schema: *21 + schema: *22 examples: default: *406 x-github: @@ -89628,9 +89613,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#list-public-keys-for-a-user parameters: - - *113 - - *17 - - *19 + - *114 + - *18 + - *20 responses: '200': description: Response @@ -89656,7 +89641,7 @@ paths: - id: 1 key: ssh-rsa AAA... headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89676,9 +89661,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-organizations-for-a-user parameters: - - *113 - - *17 - - *19 + - *114 + - *18 + - *20 responses: '200': description: Response @@ -89686,11 +89671,11 @@ paths: application/json: schema: type: array - items: *157 + items: *158 examples: default: *545 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89728,9 +89713,9 @@ paths: - nuget - container - *546 - - *113 - - *19 - - *17 + - *114 + - *20 + - *18 responses: '200': description: Response @@ -89738,11 +89723,11 @@ paths: application/json: schema: type: array - items: *167 + items: *168 examples: default: *547 - '403': *28 - '401': *24 + '403': *29 + '401': *25 '400': *548 x-github: githubCloudOnly: false @@ -89763,15 +89748,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *169 - *170 - - *113 + - *171 + - *114 responses: '200': description: Response content: application/json: - schema: *167 + schema: *168 examples: default: *559 x-github: @@ -89794,15 +89779,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *169 - *170 - - *113 + - *171 + - *114 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89828,9 +89813,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *169 - *170 - - *113 + - *171 + - *114 - name: token description: package token schema: @@ -89840,9 +89825,9 @@ paths: responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89862,9 +89847,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: - - *169 - *170 - - *113 + - *171 + - *114 responses: '200': description: Response @@ -89872,7 +89857,7 @@ paths: application/json: schema: type: array - items: *171 + items: *172 examples: default: value: @@ -89908,9 +89893,9 @@ paths: html_url: https://github.com/octocat/octo-name-repo/packages/40201?version=0.1.0 metadata: package_type: rubygems - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89930,16 +89915,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *169 - *170 - - *172 - - *113 + - *171 + - *173 + - *114 responses: '200': description: Response content: application/json: - schema: *171 + schema: *172 examples: default: value: @@ -89974,16 +89959,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *169 - *170 - - *113 - - *172 + - *171 + - *114 + - *173 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90009,16 +89994,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *169 - *170 - - *113 - - *172 + - *171 + - *114 + - *173 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90035,7 +90020,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-user-projects parameters: - - *113 + - *114 - name: state description: Indicates the state of the projects to return. in: query @@ -90047,8 +90032,8 @@ paths: - closed - all default: open - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -90056,7 +90041,7 @@ paths: application/json: schema: type: array - items: *181 + items: *182 examples: default: value: @@ -90092,8 +90077,8 @@ paths: created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' headers: - Link: *49 - '422': *15 + Link: *50 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90112,9 +90097,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *113 - - *17 - - *19 + - *114 + - *18 + - *20 responses: '200': description: Response @@ -90122,7 +90107,7 @@ paths: application/json: schema: type: array - items: *80 + items: *81 examples: default: value: @@ -90199,9 +90184,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-received-by-a-user parameters: - - *113 - - *17 - - *19 + - *114 + - *18 + - *20 responses: '200': description: Response @@ -90209,7 +90194,7 @@ paths: application/json: schema: type: array - items: *80 + items: *81 examples: default: value: @@ -90286,7 +90271,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repositories-for-a-user parameters: - - *113 + - *114 - name: type description: Limit results to repositories of the specified type. in: query @@ -90320,8 +90305,8 @@ paths: enum: - asc - desc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -90329,11 +90314,11 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: - default: *173 + default: *174 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90355,7 +90340,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-actions-billing-for-a-user parameters: - - *113 + - *114 responses: '200': description: Response @@ -90385,7 +90370,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-packages-billing-for-a-user parameters: - - *113 + - *114 responses: '200': description: Response @@ -90415,7 +90400,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-shared-storage-billing-for-a-user parameters: - - *113 + - *114 responses: '200': description: Response @@ -90441,9 +90426,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *113 - - *17 - - *19 + - *114 + - *18 + - *20 responses: '200': description: Response @@ -90455,7 +90440,7 @@ paths: examples: default: *552 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90473,9 +90458,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *113 - - *17 - - *19 + - *114 + - *18 + - *20 responses: '200': description: Response @@ -90487,7 +90472,7 @@ paths: examples: default: *566 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90509,11 +90494,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *113 + - *114 - *567 - - *38 - - *17 - - *19 + - *39 + - *18 + - *20 responses: '200': description: Response @@ -90524,11 +90509,11 @@ paths: - type: array items: *568 - type: array - items: *51 + items: *52 examples: default-response: *556 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90545,9 +90530,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *113 - - *17 - - *19 + - *114 + - *18 + - *20 responses: '200': description: Response @@ -90555,11 +90540,11 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: - default: *173 + default: *174 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90592,7 +90577,7 @@ paths: - '2021-01-01' - '2021-06-01' - '2022-01-01' - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90847,15 +90832,15 @@ x-webhooks: title: License Simple description: License Simple type: object - properties: *69 - required: *70 + properties: *70 + required: *71 nullable: true organization: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true forks: type: integer @@ -90876,7 +90861,7 @@ x-webhooks: - admin - pull - push - owner: *18 + owner: *19 private: description: Whether the repository is private or public. default: false @@ -92552,8 +92537,8 @@ x-webhooks: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true check_suite: description: A suite of checks performed on the code of a given @@ -92564,7 +92549,7 @@ x-webhooks: example: d6fde92930d4715a2b49857d24b940956b26d2d3 type: string nullable: true - app: *5 + app: *6 before: example: 146e867f55c26428e5f9fade55a9bbf5e95a7912 type: string @@ -92603,7 +92588,7 @@ x-webhooks: pull_requests: type: array items: *303 - repository: *109 + repository: *110 status: example: completed type: string @@ -98412,7 +98397,7 @@ x-webhooks: type: string enum: - created - definition: *182 + definition: *183 enterprise: *569 installation: *570 organization: *571 @@ -98579,7 +98564,7 @@ x-webhooks: type: string enum: - updated - definition: *182 + definition: *183 enterprise: *569 installation: *570 organization: *571 @@ -98667,11 +98652,11 @@ x-webhooks: new_property_values: type: array description: The new custom property values for the repository. - items: *186 + items: *187 old_property_values: type: array description: The old custom property values for the repository. - items: *186 + items: *187 required: - action - repository @@ -109341,7 +109326,7 @@ x-webhooks: enum: - created enterprise: *569 - installation: *21 + installation: *22 organization: *571 repositories: description: An array of repository objects that the installation @@ -109512,7 +109497,7 @@ x-webhooks: enum: - deleted enterprise: *569 - installation: *21 + installation: *22 organization: *571 repositories: description: An array of repository objects that the installation @@ -109617,7 +109602,7 @@ x-webhooks: enum: - new_permissions_accepted enterprise: *569 - installation: *21 + installation: *22 organization: *571 repositories: description: An array of repository objects that the installation @@ -109722,7 +109707,7 @@ x-webhooks: enum: - added enterprise: *569 - installation: *21 + installation: *22 organization: *571 repositories_added: description: An array of repository objects, which were added to @@ -109924,7 +109909,7 @@ x-webhooks: enum: - removed enterprise: *569 - installation: *21 + installation: *22 organization: *571 repositories_added: description: An array of repository objects, which were added to @@ -110132,7 +110117,7 @@ x-webhooks: enum: - suspend enterprise: *569 - installation: *21 + installation: *22 organization: *571 repositories: description: An array of repository objects that the installation @@ -110419,7 +110404,7 @@ x-webhooks: enum: - unsuspend enterprise: *569 - installation: *21 + installation: *22 organization: *571 repositories: description: An array of repository objects that the installation @@ -110570,8 +110555,8 @@ x-webhooks: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true reactions: title: Reactions @@ -111950,8 +111935,8 @@ x-webhooks: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true reactions: title: Reactions @@ -113339,8 +113324,8 @@ x-webhooks: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true reactions: title: Reactions @@ -141652,7 +141637,7 @@ x-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: *18 + owner: *19 permissions_added: type: object description: New requested permissions, categorized by type @@ -142104,10 +142089,10 @@ x-webhooks: config: type: object properties: - content_type: *9 - insecure_ssl: *11 - secret: *10 - url: *8 + content_type: *10 + insecure_ssl: *12 + secret: *11 + url: *9 created_at: type: string format: date-time @@ -145077,8 +145062,8 @@ x-webhooks: type: number node_id: type: string - owner: *18 - creator: *18 + owner: *19 + creator: *19 title: type: string description: @@ -145113,8 +145098,8 @@ x-webhooks: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - id @@ -145531,7 +145516,7 @@ x-webhooks: - Issue - PullRequest - DraftIssue - creator: *18 + creator: *19 created_at: type: string format: date-time @@ -212525,7 +212510,7 @@ x-webhooks: installation: *570 organization: *571 repository: *572 - repository_ruleset: *196 + repository_ruleset: *197 sender: *573 required: - action @@ -212607,7 +212592,7 @@ x-webhooks: installation: *570 organization: *571 repository: *572 - repository_ruleset: *196 + repository_ruleset: *197 sender: *573 required: - action @@ -212689,7 +212674,7 @@ x-webhooks: installation: *570 organization: *571 repository: *572 - repository_ruleset: *196 + repository_ruleset: *197 changes: type: object properties: @@ -212708,16 +212693,16 @@ x-webhooks: properties: added: type: array - items: *190 + items: *191 deleted: type: array - items: *190 + items: *191 updated: type: array items: type: object properties: - condition: *190 + condition: *191 changes: type: object properties: @@ -212750,16 +212735,16 @@ x-webhooks: properties: added: type: array - items: *195 + items: *196 deleted: type: array - items: *195 + items: *196 updated: type: array items: type: object properties: - rule: *195 + rule: *196 changes: type: object properties: @@ -214179,8 +214164,8 @@ x-webhooks: alert: &586 type: object properties: - number: *44 - created_at: *45 + number: *45 + created_at: *46 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -214188,8 +214173,8 @@ x-webhooks: format: date-time readOnly: true nullable: true - url: *46 - html_url: *47 + url: *47 + html_url: *48 locations_url: type: string format: uri @@ -214216,8 +214201,8 @@ x-webhooks: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true resolution_comment: type: string @@ -214242,8 +214227,8 @@ x-webhooks: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true push_protection_bypassed_at: type: string @@ -215459,7 +215444,7 @@ x-webhooks: from: type: object properties: - security_and_analysis: *189 + security_and_analysis: *190 enterprise: *569 installation: *570 organization: *571 diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index 9626a321bf..47c48788f9 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/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/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 3cde3a9a52..5042f86dc8 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/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 - - &39 + - &40 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 - - &40 + - &41 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 - - &38 + - &39 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: @@ -593,24 +595,7 @@ paths: type: object nullable: true properties: - ecosystem: &205 - 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 description: The unique package name within its ecosystem. @@ -682,11 +667,11 @@ paths: items: type: object properties: - user: &18 + user: &19 title: Simple User description: A GitHub user. type: object - properties: &3 + properties: &4 name: nullable: true type: string @@ -758,7 +743,7 @@ paths: starred_at: type: string example: '"2020-07-09T00:17:55Z"' - required: &4 + required: &5 - avatar_url - events_url - followers_url @@ -883,7 +868,7 @@ paths: description: Too many requests content: application/json: - schema: &2 + schema: &3 title: Basic Error description: Basic Error type: object @@ -896,11 +881,11 @@ paths: type: string status: type: string - '422': &7 + '422': &8 description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &89 + schema: &90 title: Validation Error Simple description: Validation Error Simple type: object @@ -945,7 +930,7 @@ paths: description: Response content: application/json: - schema: *1 + schema: *2 examples: default: value: @@ -1006,11 +991,11 @@ paths: type: User site_admin: false type: analyst - '404': &6 + '404': &7 description: Resource not found content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -1035,7 +1020,7 @@ paths: description: Response content: application/json: - schema: &5 + schema: &6 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 @@ -1043,7 +1028,7 @@ paths: and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: &52 + properties: &53 id: description: Unique identifier of the GitHub app example: 37 @@ -1059,8 +1044,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true name: description: The name of the GitHub app @@ -1132,7 +1117,7 @@ paths: type: string example: '"-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\n-----END RSA PRIVATE KEY-----\n"' - required: &53 + required: &54 - id - node_id - owner @@ -1145,7 +1130,7 @@ paths: - permissions - events examples: - default: &29 + default: &30 value: id: 1 slug: octoapp @@ -1214,7 +1199,7 @@ paths: application/json: schema: allOf: - - *5 + - *6 - type: object properties: client_id: @@ -1302,8 +1287,8 @@ paths: fgtriltLSSD6rTA9hUAsL/X62rY0wdXuNdijjBb/qvrx7CAV6i37NK1CjABNjsfG ZM372Ac6zc1EqSrid2IjET1YqyIW2KGLI1R2xbQc98UGlt48OdWu -----END RSA PRIVATE KEY----- - '404': *6 - '422': *7 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1327,28 +1312,28 @@ paths: description: Response content: application/json: - schema: &12 + schema: &13 title: Webhook Configuration description: Configuration object of the webhook type: object properties: - url: &8 + url: &9 type: string description: The URL to which the payloads will be delivered. example: https://example.com/webhook format: uri - content_type: &9 + content_type: &10 type: string description: The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`. example: '"json"' - secret: &10 + secret: &11 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). example: '"********"' - insecure_ssl: &11 + insecure_ssl: &12 oneOf: - type: string description: Determines whether the SSL certificate of the host @@ -1360,7 +1345,7 @@ paths: example: '"0"' - type: number examples: - default: &13 + default: &14 value: content_type: json insecure_ssl: '0' @@ -1390,10 +1375,10 @@ paths: schema: type: object properties: - url: *8 - content_type: *9 - secret: *10 - insecure_ssl: *11 + url: *9 + content_type: *10 + secret: *11 + insecure_ssl: *12 examples: default: value: @@ -1406,9 +1391,9 @@ paths: description: Response content: application/json: - schema: *12 + schema: *13 examples: - default: *13 + default: *14 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1428,7 +1413,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/webhooks#list-deliveries-for-an-app-webhook parameters: - - &17 + - &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)." @@ -1436,7 +1421,7 @@ paths: schema: type: integer default: 30 - - &139 + - &140 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 @@ -1457,7 +1442,7 @@ paths: application/json: schema: type: array - items: &140 + items: &141 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1528,7 +1513,7 @@ paths: - installation_id - repository_id examples: - default: &141 + default: &142 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1552,11 +1537,11 @@ paths: action: opened installation_id: 123 repository_id: 456 - '400': &14 + '400': &15 description: Bad Request content: application/json: - schema: *2 + schema: *3 application/scim+json: schema: title: Scim Error @@ -1581,11 +1566,11 @@ paths: type: array items: type: string - '422': &15 + '422': &16 description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &88 + schema: &89 title: Validation Error description: Validation Error type: object @@ -1643,7 +1628,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/webhooks#get-a-delivery-for-an-app-webhook parameters: - - &16 + - &17 name: delivery_id in: path required: true @@ -1654,7 +1639,7 @@ paths: description: Response content: application/json: - schema: &142 + schema: &143 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1762,7 +1747,7 @@ paths: - request - response examples: - default: &143 + default: &144 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1798,8 +1783,8 @@ paths: headers: Content-Type: text/html;charset=utf-8 payload: ok - '400': *14 - '422': *15 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1819,9 +1804,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/webhooks#redeliver-a-delivery-for-an-app-webhook parameters: - - *16 + - *17 responses: - '202': &90 + '202': &91 description: Accepted content: application/json: @@ -1830,8 +1815,8 @@ paths: examples: default: value: - '400': *14 - '422': *15 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1849,8 +1834,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#list-installation-requests-for-the-authenticated-app parameters: - - *17 - - &19 + - *18 + - &20 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)." @@ -1879,8 +1864,8 @@ paths: example: MDExOkludGVncmF0aW9uMQ== account: anyOf: - - *18 - - &20 + - *19 + - &21 title: Enterprise description: An enterprise on GitHub. type: object @@ -1935,7 +1920,7 @@ paths: - created_at - updated_at - avatar_url - requester: *18 + requester: *19 created_at: type: string format: date-time @@ -1988,13 +1973,13 @@ paths: type: User site_admin: false created_at: '2022-07-08T16:18:44-04:00' - '304': &36 + '304': &37 description: Not modified - '401': &24 + '401': &25 description: Requires authentication content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -2014,9 +1999,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#list-installations-for-the-authenticated-app parameters: - - *17 - - *19 - - &58 + - *18 + - *20 + - &59 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) @@ -2039,7 +2024,7 @@ paths: application/json: schema: type: array - items: &21 + items: &22 title: Installation description: Installation type: object @@ -2051,8 +2036,8 @@ paths: account: nullable: true anyOf: - - *18 - - *20 + - *19 + - *21 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -2082,7 +2067,7 @@ paths: target_type: type: string example: Organization - permissions: &23 + permissions: &24 title: App Permissions type: object description: The permissions granted to the user access token. @@ -2472,8 +2457,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true suspended_at: type: string @@ -2549,7 +2534,7 @@ paths: suspended_at: suspended_by: headers: - Link: &49 + Link: &50 example: ; rel="next", ; rel="last" schema: @@ -2573,7 +2558,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-an-installation-for-the-authenticated-app parameters: - - &22 + - &23 name: installation_id description: The unique identifier of the installation. in: path @@ -2588,7 +2573,7 @@ paths: description: Response content: application/json: - schema: *21 + schema: *22 examples: default: value: @@ -2636,7 +2621,7 @@ paths: app_slug: github-actions suspended_at: suspended_by: - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -2655,11 +2640,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#delete-an-installation-for-the-authenticated-app parameters: - - *22 + - *23 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -2702,7 +2687,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#create-an-installation-access-token-for-an-app parameters: - - *22 + - *23 requestBody: required: false content: @@ -2725,7 +2710,7 @@ paths: type: array items: type: integer - permissions: *23 + permissions: *24 examples: default: value: @@ -2749,7 +2734,7 @@ paths: type: string expires_at: type: string - permissions: *23 + permissions: *24 repository_selection: type: string enum: @@ -2757,11 +2742,11 @@ paths: - selected repositories: type: array - items: &51 + items: &52 title: Repository description: A repository on GitHub. type: object - properties: &187 + properties: &188 id: description: Unique identifier of the repository example: 42 @@ -2780,7 +2765,7 @@ paths: title: License Simple description: License Simple type: object - properties: &69 + properties: &70 key: type: string example: mit @@ -2802,7 +2787,7 @@ paths: html_url: type: string format: uri - required: &70 + required: &71 - key - name - url @@ -2828,7 +2813,7 @@ paths: - admin - pull - push - owner: *18 + owner: *19 private: description: Whether the repository is private or public. default: false @@ -3189,7 +3174,7 @@ paths: type: boolean description: Whether anonymous git access is enabled for this repository - required: &188 + required: &189 - archive_url - assignees_url - blobs_url @@ -3406,14 +3391,14 @@ paths: forks: 1 open_issues: 1 watchers: 1 - '403': &28 + '403': &29 description: Forbidden content: application/json: - schema: *2 - '401': *24 - '404': *6 - '422': *15 + schema: *3 + '401': *25 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -3433,11 +3418,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#suspend-an-app-installation parameters: - - *22 + - *23 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3456,11 +3441,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#unsuspend-an-app-installation parameters: - - *22 + - *23 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3479,7 +3464,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/oauth-applications#delete-an-app-authorization parameters: - - &25 + - &26 name: client_id in: path required: true @@ -3509,7 +3494,7 @@ paths: responses: '204': description: Response - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3531,7 +3516,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/oauth-applications#check-a-token parameters: - - *25 + - *26 requestBody: required: true content: @@ -3553,7 +3538,7 @@ paths: description: Response content: application/json: - schema: &26 + schema: &27 title: Authorization description: The authorization for an OAuth app, GitHub App, or a Personal Access Token. @@ -3612,14 +3597,14 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true installation: title: Scoped Installation type: object properties: - permissions: *23 + permissions: *24 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -3645,7 +3630,7 @@ paths: type: string format: uri example: https://api.github.com/users/octocat/repos - account: *18 + account: *19 required: - permissions - repository_selection @@ -3672,7 +3657,7 @@ paths: - updated_at - expires_at examples: - default: &27 + default: &28 value: id: 1 url: https://api.github.com/authorizations/1 @@ -3711,8 +3696,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3733,7 +3718,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/oauth-applications#reset-a-token parameters: - - *25 + - *26 requestBody: required: true content: @@ -3755,10 +3740,10 @@ paths: description: Response content: application/json: - schema: *26 + schema: *27 examples: - default: *27 - '422': *15 + default: *28 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3778,7 +3763,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/oauth-applications#delete-an-app-token parameters: - - *25 + - *26 requestBody: required: true content: @@ -3799,7 +3784,7 @@ paths: responses: '204': description: Response - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3825,7 +3810,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#create-a-scoped-access-token parameters: - - *25 + - *26 requestBody: required: true content: @@ -3865,7 +3850,7 @@ paths: type: array items: type: integer - permissions: *23 + permissions: *24 required: - access_token examples: @@ -3882,7 +3867,7 @@ paths: description: Response content: application/json: - schema: *26 + schema: *27 examples: default: value: @@ -3950,10 +3935,10 @@ paths: site_admin: false has_multiple_single_files: false single_file_paths: [] - '401': *24 - '403': *28 - '404': *6 - '422': *15 + '401': *25 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3982,11 +3967,11 @@ paths: description: Response content: application/json: - schema: *5 + schema: *6 examples: - default: *29 - '403': *28 - '404': *6 + default: *30 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -4004,7 +3989,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/classroom/classroom#get-an-assignment parameters: - - &30 + - &31 name: assignment_id description: The unique identifier of the classroom assignment. in: path @@ -4099,7 +4084,7 @@ paths: format: date-time example: '2011-01-26T19:06:43Z' nullable: true - starter_code_repository: &31 + starter_code_repository: &32 title: Simple Classroom Repository description: A GitHub repository view for Classroom type: object @@ -4135,7 +4120,7 @@ paths: - node_id - private - default_branch - classroom: &33 + classroom: &34 title: Classroom description: A GitHub Classroom classroom type: object @@ -4246,7 +4231,7 @@ paths: name: Programming Elixir archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir - '404': *6 + '404': *7 x-github: enabledForGitHubApps: true category: classroom @@ -4265,9 +4250,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/classroom/classroom#list-accepted-assignments-for-an-assignment parameters: - - *30 - - *19 - - *17 + - *31 + - *20 + - *18 responses: '200': description: Response @@ -4326,8 +4311,8 @@ paths: - login - avatar_url - html_url - repository: *31 - assignment: &35 + repository: *32 + assignment: &36 title: Simple Classroom Assignment description: A GitHub Classroom assignment type: object @@ -4416,7 +4401,7 @@ paths: format: date-time example: '2011-01-26T19:06:43Z' nullable: true - classroom: &32 + classroom: &33 title: Simple Classroom description: A GitHub Classroom classroom type: object @@ -4528,7 +4513,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/classroom/classroom#get-assignment-grades parameters: - - *30 + - *31 responses: '200': description: Response @@ -4611,7 +4596,7 @@ paths: points_awarded: 15 points_available: 15 group_name: monalisa-and-friends - '404': *6 + '404': *7 x-github: enabledForGitHubApps: true category: classroom @@ -4629,8 +4614,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/classroom/classroom#list-classrooms parameters: - - *19 - - *17 + - *20 + - *18 responses: '200': description: Response @@ -4638,7 +4623,7 @@ paths: application/json: schema: type: array - items: *32 + items: *33 examples: default: value: @@ -4663,7 +4648,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/classroom/classroom#get-a-classroom parameters: - - &34 + - &35 name: classroom_id description: The unique identifier of the classroom. in: path @@ -4675,7 +4660,7 @@ paths: description: Response content: application/json: - schema: *33 + schema: *34 examples: default: value: @@ -4690,7 +4675,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': *6 + '404': *7 x-github: enabledForGitHubApps: true category: classroom @@ -4708,9 +4693,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/classroom/classroom#list-assignments-for-a-classroom parameters: - - *34 - - *19 - - *17 + - *35 + - *20 + - *18 responses: '200': description: Response @@ -4718,7 +4703,7 @@ paths: application/json: schema: type: array - items: *35 + items: *36 examples: default: value: @@ -4766,7 +4751,7 @@ paths: application/json: schema: type: array - items: &37 + items: &38 title: Code Of Conduct description: Code Of Conduct type: object @@ -4849,7 +4834,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': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -4876,7 +4861,7 @@ paths: description: Response content: application/json: - schema: *37 + schema: *38 examples: default: value: @@ -4930,8 +4915,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': *6 - '304': *36 + '404': *7 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -6835,7 +6820,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': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -6859,7 +6844,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - - &43 + - &44 name: enterprise description: The slug version of the enterprise name. You can also substitute this value with the enterprise id. @@ -6867,7 +6852,7 @@ paths: required: true schema: type: string - - &123 + - &124 name: state in: query description: |- @@ -6876,7 +6861,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &124 + - &125 name: severity in: query description: |- @@ -6885,7 +6870,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &125 + - &126 name: ecosystem in: query description: |- @@ -6894,14 +6879,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &126 + - &127 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 - - &127 + - &128 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -6911,7 +6896,7 @@ paths: enum: - development - runtime - - &128 + - &129 name: sort in: query description: |- @@ -6924,10 +6909,10 @@ paths: - created - updated default: created - - *38 - *39 - *40 - - &129 + - *41 + - &130 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -6940,7 +6925,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &130 + - &131 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -6952,7 +6937,7 @@ paths: type: integer minimum: 1 maximum: 100 - - *17 + - *18 responses: '200': description: Response @@ -6960,11 +6945,11 @@ paths: application/json: schema: type: array - items: &131 + items: &132 type: object description: A Dependabot alert. properties: - number: &44 + number: &45 type: integer description: The security alert number. readOnly: true @@ -6982,7 +6967,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: &41 + package: &42 type: object description: Details for the vulnerable package. readOnly: true @@ -7043,13 +7028,13 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &42 + items: &43 type: object description: Details pertaining to one vulnerable version range for the advisory. readOnly: true properties: - package: *41 + package: *42 severity: type: string description: The severity of the vulnerability. @@ -7213,30 +7198,30 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *42 - url: &46 + security_vulnerability: *43 + url: &47 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &47 + html_url: &48 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - created_at: &45 + created_at: &46 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: &114 + updated_at: &115 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: &116 + dismissed_at: &117 type: string description: 'The time that the alert was dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -7247,8 +7232,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true dismissed_reason: type: string @@ -7266,7 +7251,7 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: &115 + fixed_at: &116 type: string description: 'The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -7280,7 +7265,7 @@ paths: format: date-time readOnly: true nullable: true - repository: &48 + repository: &49 title: Simple Repository description: A GitHub repository. type: object @@ -7301,7 +7286,7 @@ paths: type: string example: octocat/Hello-World description: The full, globally unique, name of the repository. - owner: *18 + owner: *19 private: type: boolean description: Whether the repository is private. @@ -7575,7 +7560,7 @@ paths: - repository additionalProperties: false examples: - default: &132 + default: &133 value: - number: 2 state: dismissed @@ -7876,10 +7861,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': *36 - '403': *28 - '404': *6 - '422': *7 + '304': *37 + '403': *29 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -7904,8 +7889,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - - *43 - - &198 + - *44 + - &199 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -7916,7 +7901,7 @@ paths: enum: - open - resolved - - &199 + - &200 name: secret_type in: query description: |- @@ -7926,7 +7911,7 @@ paths: required: false schema: type: string - - &200 + - &201 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -7935,7 +7920,7 @@ paths: required: false schema: type: string - - &201 + - &202 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. @@ -7947,11 +7932,11 @@ paths: - created - updated default: created - - *38 - - *17 - *39 + - *18 - *40 - - &202 + - *41 + - &203 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -7967,11 +7952,11 @@ paths: application/json: schema: type: array - items: &203 + items: &204 type: object properties: - number: *44 - created_at: *45 + number: *45 + created_at: *46 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -7979,8 +7964,8 @@ paths: format: date-time readOnly: true nullable: true - url: *46 - html_url: *47 + url: *47 + html_url: *48 locations_url: type: string format: uri @@ -8013,8 +7998,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true secret_type: type: string @@ -8027,7 +8012,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *48 + repository: *49 push_protection_bypassed: type: boolean description: Whether push protection was bypassed for the detected @@ -8037,8 +8022,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true push_protection_bypassed_at: type: string @@ -8059,7 +8044,7 @@ paths: - inactive - unknown examples: - default: &204 + default: &205 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -8262,9 +8247,9 @@ paths: resolution_comment: validity: unknown headers: - Link: *49 - '404': *6 - '503': &56 + Link: *50 + '404': *7 + '503': &57 description: Service unavailable content: application/json: @@ -8295,8 +8280,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -8304,7 +8289,7 @@ paths: application/json: schema: type: array - items: &80 + items: &81 title: Event description: Event type: object @@ -8314,7 +8299,7 @@ paths: type: type: string nullable: true - actor: &50 + actor: &51 title: Actor description: Actor type: object @@ -8354,13 +8339,13 @@ paths: - id - name - url - org: *50 + org: *51 payload: type: object properties: action: type: string - issue: &68 + issue: &69 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. @@ -8424,8 +8409,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true labels: description: Labels to associate with this issue; pass @@ -8464,12 +8449,12 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true assignees: type: array - items: *18 + items: *19 nullable: true milestone: title: Milestone @@ -8519,8 +8504,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true open_issues: type: integer @@ -8615,8 +8600,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true body_html: type: string @@ -8625,7 +8610,7 @@ paths: timeline_url: type: string format: uri - repository: *51 + repository: *52 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -8634,10 +8619,10 @@ paths: They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true - author_association: &54 + author_association: &55 title: author_association type: string example: OWNER @@ -8651,7 +8636,7 @@ paths: - MEMBER - NONE - OWNER - reactions: &55 + reactions: &56 title: Reaction Rollup type: object properties: @@ -8743,8 +8728,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true created_at: type: string @@ -8757,7 +8742,7 @@ paths: issue_url: type: string format: uri - author_association: *54 + author_association: *55 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -8766,10 +8751,10 @@ paths: They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true - reactions: *55 + reactions: *56 required: - id - node_id @@ -8862,9 +8847,9 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300 public: true created_at: '2022-06-07T07:50:26Z' - '304': *36 - '403': *28 - '503': *56 + '304': *37 + '403': *29 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -8944,7 +8929,7 @@ paths: _links: type: object properties: - timeline: &57 + timeline: &58 title: Link With Type description: Hypermedia Link with Type type: object @@ -8956,17 +8941,17 @@ paths: required: - href - type - user: *57 - security_advisories: *57 - current_user: *57 - current_user_public: *57 - current_user_actor: *57 - current_user_organization: *57 + user: *58 + security_advisories: *58 + current_user: *58 + current_user_public: *58 + current_user_actor: *58 + current_user_organization: *58 current_user_organizations: type: array - items: *57 - repository_discussions: *57 - repository_discussions_category: *57 + items: *58 + repository_discussions: *58 + repository_discussions_category: *58 required: - timeline - user @@ -9028,9 +9013,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *58 - - *17 - - *19 + - *59 + - *18 + - *20 responses: '200': description: Response @@ -9038,7 +9023,7 @@ paths: application/json: schema: type: array - items: &59 + items: &60 title: Base Gist description: Base Gist type: object @@ -9097,13 +9082,13 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true comments_url: type: string format: uri - owner: *18 + owner: *19 truncated: type: boolean forks: @@ -9130,7 +9115,7 @@ paths: - created_at - updated_at examples: - default: &60 + default: &61 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -9175,9 +9160,9 @@ paths: site_admin: false truncated: false headers: - Link: *49 - '304': *36 - '403': *28 + Link: *50 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -9250,7 +9235,7 @@ paths: description: Response content: application/json: - schema: &61 + schema: &62 title: Gist Simple description: Gist Simple type: object @@ -9443,8 +9428,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true version: type: string @@ -9523,8 +9508,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true comments_url: type: string @@ -9533,8 +9518,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true truncated: type: boolean @@ -9613,11 +9598,11 @@ paths: nullable: true comments_url: type: string - owner: *18 + owner: *19 truncated: type: boolean examples: - default: &62 + default: &63 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -9696,10 +9681,10 @@ paths: example: https://api.github.com/gists/aa5a315d61ae9438b18d schema: type: string - '422': *15 - '304': *36 - '404': *6 - '403': *28 + '422': *16 + '304': *37 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -9719,9 +9704,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-public-gists parameters: - - *58 - - *17 - - *19 + - *59 + - *18 + - *20 responses: '200': description: Response @@ -9729,14 +9714,14 @@ paths: application/json: schema: type: array - items: *59 + items: *60 examples: - default: *60 + default: *61 headers: - Link: *49 - '422': *15 - '304': *36 - '403': *28 + Link: *50 + '422': *16 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -9753,9 +9738,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-starred-gists parameters: - - *58 - - *17 - - *19 + - *59 + - *18 + - *20 responses: '200': description: Response @@ -9763,14 +9748,14 @@ paths: application/json: schema: type: array - items: *59 + items: *60 examples: - default: *60 + default: *61 headers: - Link: *49 - '401': *24 - '304': *36 - '403': *28 + Link: *50 + '401': *25 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -9793,7 +9778,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist parameters: - - &63 + - &64 name: gist_id description: The unique identifier of the gist. in: path @@ -9805,10 +9790,10 @@ paths: description: Response content: application/json: - schema: *61 + schema: *62 examples: - default: *62 - '403': &66 + default: *63 + '403': &67 description: Forbidden Gist content: application/json: @@ -9829,8 +9814,8 @@ paths: type: string documentation_url: type: string - '404': *6 - '304': *36 + '404': *7 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -9856,7 +9841,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#update-a-gist parameters: - - *63 + - *64 requestBody: required: true content: @@ -9916,9 +9901,9 @@ paths: description: Response content: application/json: - schema: *61 + schema: *62 examples: - updateGist: *62 + updateGist: *63 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -10059,8 +10044,8 @@ paths: deletions: 0 url: https://api.github.com/gists/8481a81af6b7a2d418f2/468aac8caed5f0c3b859b8286968 truncated: false - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10076,13 +10061,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#delete-a-gist parameters: - - *63 + - *64 responses: '204': description: Response - '404': *6 - '304': *36 - '403': *28 + '404': *7 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10105,9 +10090,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#list-gist-comments parameters: - - *63 - - *17 - - *19 + - *64 + - *18 + - *20 responses: '200': description: Response @@ -10115,7 +10100,7 @@ paths: application/json: schema: type: array - items: &64 + items: &65 title: Gist Comment description: A comment made to a gist. type: object @@ -10139,8 +10124,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true created_at: type: string @@ -10150,7 +10135,7 @@ paths: type: string format: date-time example: '2011-04-18T23:23:56Z' - author_association: *54 + author_association: *55 required: - url - id @@ -10190,10 +10175,10 @@ paths: updated_at: '2011-04-18T23:23:56Z' author_association: COLLABORATOR headers: - Link: *49 - '304': *36 - '404': *6 - '403': *28 + Link: *50 + '304': *37 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10215,7 +10200,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#create-a-gist-comment parameters: - - *63 + - *64 requestBody: required: true content: @@ -10240,9 +10225,9 @@ paths: description: Response content: application/json: - schema: *64 + schema: *65 examples: - default: &65 + default: &66 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -10275,9 +10260,9 @@ paths: example: https://api.github.com/gists/a6db0bec360bb87e9418/comments/1 schema: type: string - '304': *36 - '404': *6 - '403': *28 + '304': *37 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10300,8 +10285,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#get-a-gist-comment parameters: - - *63 - - &67 + - *64 + - &68 name: comment_id description: The unique identifier of the comment. in: path @@ -10313,12 +10298,12 @@ paths: description: Response content: application/json: - schema: *64 + schema: *65 examples: - default: *65 - '304': *36 - '404': *6 - '403': *66 + default: *66 + '304': *37 + '404': *7 + '403': *67 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10340,8 +10325,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#update-a-gist-comment parameters: - - *63 - - *67 + - *64 + - *68 requestBody: required: true content: @@ -10366,10 +10351,10 @@ paths: description: Response content: application/json: - schema: *64 + schema: *65 examples: - default: *65 - '404': *6 + default: *66 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10385,14 +10370,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#delete-a-gist-comment parameters: - - *63 - - *67 + - *64 + - *68 responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 + '304': *37 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10409,9 +10394,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-commits parameters: - - *63 - - *17 - - *19 + - *64 + - *18 + - *20 responses: '200': description: Response @@ -10435,8 +10420,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true change_status: type: object @@ -10491,9 +10476,9 @@ paths: example: ; rel="next" schema: type: string - '404': *6 - '304': *36 - '403': *28 + '404': *7 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10510,9 +10495,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-forks parameters: - - *63 - - *17 - - *19 + - *64 + - *18 + - *20 responses: '200': description: Response @@ -10520,7 +10505,7 @@ paths: application/json: schema: type: array - items: *61 + items: *62 examples: default: value: @@ -10566,10 +10551,10 @@ paths: type: User site_admin: false headers: - Link: *49 - '404': *6 - '304': *36 - '403': *28 + Link: *50 + '404': *7 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10585,13 +10570,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#fork-a-gist parameters: - - *63 + - *64 responses: '201': description: Response content: application/json: - schema: *59 + schema: *60 examples: default: value: @@ -10642,10 +10627,10 @@ paths: example: https://api.github.com/gists/aa5a315d61ae9438b18d schema: type: string - '404': *6 - '422': *15 - '304': *36 - '403': *28 + '404': *7 + '422': *16 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10662,7 +10647,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#check-if-a-gist-is-starred parameters: - - *63 + - *64 responses: '204': description: Response if gist is starred @@ -10674,8 +10659,8 @@ paths: type: object properties: {} additionalProperties: false - '304': *36 - '403': *28 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10692,13 +10677,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#star-a-gist parameters: - - *63 + - *64 responses: '204': description: Response - '404': *6 - '304': *36 - '403': *28 + '404': *7 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10714,13 +10699,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#unstar-a-gist parameters: - - *63 + - *64 responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 + '304': *37 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10743,7 +10728,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist-revision parameters: - - *63 + - *64 - name: sha in: path required: true @@ -10754,12 +10739,12 @@ paths: description: Response content: application/json: - schema: *61 + schema: *62 examples: - default: *62 - '422': *15 - '404': *6 - '403': *28 + default: *63 + '422': *16 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10796,7 +10781,7 @@ paths: - Bancha - C - C++ - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -10881,7 +10866,7 @@ paths: *.exe *.out *.app - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -10898,8 +10883,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/installations#list-repositories-accessible-to-the-app-installation parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -10915,7 +10900,7 @@ paths: type: integer repositories: type: array - items: *51 + items: *52 repository_selection: type: string example: selected @@ -11038,10 +11023,10 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *49 - '403': *28 - '304': *36 - '401': *24 + Link: *50 + '403': *29 + '304': *37 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -11124,7 +11109,7 @@ paths: - closed - all default: open - - &150 + - &151 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -11142,8 +11127,8 @@ paths: - updated - comments default: created - - *38 - - *58 + - *39 + - *59 - name: collab in: query required: false @@ -11164,8 +11149,8 @@ paths: required: false schema: type: boolean - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -11173,9 +11158,9 @@ paths: application/json: schema: type: array - items: *68 + items: *69 examples: - default: &151 + default: &152 value: - id: 1 node_id: MDU6SXNzdWUx @@ -11420,10 +11405,10 @@ paths: watchers: 1 author_association: COLLABORATOR headers: - Link: *49 - '422': *15 - '304': *36 - '404': *6 + Link: *50 + '422': *16 + '304': *37 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -11446,8 +11431,8 @@ paths: required: false schema: type: boolean - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -11459,8 +11444,8 @@ paths: title: License Simple description: License Simple type: object - properties: *69 - required: *70 + properties: *70 + required: *71 examples: default: value: @@ -11499,7 +11484,7 @@ paths: spdx_id: GPL-3.0 url: https://api.github.com/licenses/gpl-3.0 node_id: MDc6TGljZW5zZW1pdA== - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -11682,9 +11667,9 @@ paths: OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. featured: true - '403': *28 - '404': *6 - '304': *36 + '403': *29 + '404': *7 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -11744,7 +11729,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &71 + X-CommonMarker-Version: &72 example: 0.17.4 schema: type: string @@ -11756,7 +11741,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -11799,7 +11784,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *71 + X-CommonMarker-Version: *72 content: text/html: schema: @@ -11808,7 +11793,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -11828,7 +11813,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &74 + - &75 name: account_id description: account_id parameter in: path @@ -11840,7 +11825,7 @@ paths: description: Response content: application/json: - schema: &73 + schema: &74 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -11870,7 +11855,7 @@ paths: nullable: true id: type: integer - plan: &72 + plan: &73 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -11959,7 +11944,7 @@ paths: nullable: true updated_at: type: string - plan: *72 + plan: *73 required: - url - id @@ -11967,7 +11952,7 @@ paths: - login - marketplace_purchase examples: - default: &75 + default: &76 value: url: https://api.github.com/orgs/github type: Organization @@ -12022,8 +12007,8 @@ paths: description: Not Found when the account has not purchased the listing content: application/json: - schema: *2 - '401': *24 + schema: *3 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -12043,8 +12028,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-plans parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -12052,9 +12037,9 @@ paths: application/json: schema: type: array - items: *72 + items: *73 examples: - default: &76 + default: &77 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -12072,9 +12057,9 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *49 - '404': *6 - '401': *24 + Link: *50 + '404': *7 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -12094,14 +12079,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &77 + - &78 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &78 + - &79 name: sort description: The property to sort the results by. in: query @@ -12122,8 +12107,8 @@ paths: enum: - asc - desc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -12131,9 +12116,9 @@ paths: application/json: schema: type: array - items: *73 + items: *74 examples: - default: &79 + default: &80 value: - url: https://api.github.com/orgs/github type: Organization @@ -12184,10 +12169,10 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *49 - '404': *6 - '422': *15 - '401': *24 + Link: *50 + '404': *7 + '422': *16 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -12207,18 +12192,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *74 + - *75 responses: '200': description: Response content: application/json: - schema: *73 + schema: *74 examples: - default: *75 + default: *76 '404': description: Not Found when the account has not purchased the listing - '401': *24 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -12238,8 +12223,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-plans-stubbed parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -12247,12 +12232,12 @@ paths: application/json: schema: type: array - items: *72 + items: *73 examples: - default: *76 + default: *77 headers: - Link: *49 - '401': *24 + Link: *50 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -12272,8 +12257,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *77 - *78 + - *79 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -12284,8 +12269,8 @@ paths: enum: - asc - desc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -12293,12 +12278,12 @@ paths: application/json: schema: type: array - items: *73 + items: *74 examples: - default: *79 + default: *80 headers: - Link: *49 - '401': *24 + Link: *50 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -12489,7 +12474,7 @@ paths: - "*.example.com" packages: - "*.example.com" - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -12521,8 +12506,8 @@ paths: required: true schema: type: string - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -12530,7 +12515,7 @@ paths: application/json: schema: type: array - items: *80 + items: *81 examples: default: value: @@ -12581,14 +12566,14 @@ paths: action: started public: true created_at: '2022-06-08T23:29:25Z' - '404': *6 - '403': *28 - '304': *36 + '404': *7 + '403': *29 + '304': *37 '301': &236 description: Moved permanently content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -12623,7 +12608,7 @@ paths: schema: type: boolean default: false - - *58 + - *59 - &443 name: before description: 'Only show notifications updated before the given time. This @@ -12634,7 +12619,7 @@ paths: schema: type: string format: date-time - - *19 + - *20 - 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)." @@ -12649,18 +12634,18 @@ paths: application/json: schema: type: array - items: &81 + items: &82 title: Thread description: Thread type: object properties: id: type: string - repository: &109 + repository: &110 title: Minimal Repository description: Minimal Repository type: object - properties: &134 + properties: &135 id: type: integer example: 1296269 @@ -12673,7 +12658,7 @@ paths: full_name: type: string example: octocat/Hello-World - owner: *18 + owner: *19 private: type: boolean html_url: @@ -12906,7 +12891,7 @@ paths: type: integer network_count: type: integer - code_of_conduct: *37 + code_of_conduct: *38 license: type: object properties: @@ -12935,7 +12920,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &189 + security_and_analysis: &190 nullable: true type: object properties: @@ -12975,7 +12960,7 @@ paths: enum: - enabled - disabled - required: &135 + required: &136 - archive_url - assignees_url - blobs_url @@ -13145,11 +13130,11 @@ paths: url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription headers: - Link: *49 - '304': *36 - '403': *28 - '401': *24 - '422': *15 + Link: *50 + '304': *37 + '403': *29 + '401': *25 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13210,9 +13195,9 @@ paths: Notifications are being marked as read in the background. '205': description: Reset Content - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13229,7 +13214,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread parameters: - - &82 + - &83 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 @@ -13243,7 +13228,7 @@ paths: description: Response content: application/json: - schema: *81 + schema: *82 examples: default: value: @@ -13326,9 +13311,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': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13345,12 +13330,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-read parameters: - - *82 + - *83 responses: '205': description: Reset Content - '304': *36 - '403': *28 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13367,7 +13352,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-done parameters: - - *82 + - *83 responses: '204': description: No content @@ -13390,13 +13375,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *82 + - *83 responses: '200': description: Response content: application/json: - schema: &83 + schema: &84 title: Thread Subscription description: Thread Subscription type: object @@ -13433,7 +13418,7 @@ paths: - url - subscribed examples: - default: &84 + default: &85 value: subscribed: true ignored: false @@ -13441,9 +13426,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': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13464,7 +13449,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#set-a-thread-subscription parameters: - - *82 + - *83 requestBody: required: false content: @@ -13485,12 +13470,12 @@ paths: description: Response content: application/json: - schema: *83 + schema: *84 examples: - default: *84 - '304': *36 - '403': *28 - '401': *24 + default: *85 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13510,13 +13495,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#delete-a-thread-subscription parameters: - - *82 + - *83 responses: '204': description: Response - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13596,7 +13581,7 @@ paths: required: false schema: type: integer - - *17 + - *18 responses: '200': description: Response @@ -13604,7 +13589,7 @@ paths: application/json: schema: type: array - items: &157 + items: &158 title: Organization Simple description: A GitHub organization. type: object @@ -13682,7 +13667,7 @@ paths: example: ; rel="next" schema: type: string - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -13708,7 +13693,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#get-an-organization parameters: - - &85 + - &86 name: org description: The organization name. The name is not case sensitive. in: path @@ -13720,7 +13705,7 @@ paths: description: Response content: application/json: - schema: &86 + schema: &87 title: Organization Full description: Organization Full type: object @@ -13987,7 +13972,7 @@ paths: - updated_at - archived_at examples: - default-response: &87 + default-response: &88 value: login: github id: 1 @@ -14050,7 +14035,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': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14073,7 +14058,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#update-an-organization parameters: - - *85 + - *86 requestBody: required: false content: @@ -14266,22 +14251,22 @@ paths: description: Response content: application/json: - schema: *86 + schema: *87 examples: - default: *87 + default: *88 '422': description: Validation failed content: application/json: schema: oneOf: - - *88 - *89 - '409': &163 + - *90 + '409': &164 description: Conflict content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14304,11 +14289,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#delete-an-organization parameters: - - *85 + - *86 responses: - '202': *90 - '404': *6 - '403': *28 + '202': *91 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14329,7 +14314,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-an-organization parameters: - - *85 + - *86 responses: '200': description: Response @@ -14355,7 +14340,7 @@ paths: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14376,9 +14361,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: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 responses: '200': description: Response @@ -14429,7 +14414,7 @@ paths: active_caches_size_in_bytes: 1022142 active_caches_count: 2 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14449,13 +14434,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: - - *85 + - *86 responses: '200': description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &91 + schema: &92 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -14469,7 +14454,7 @@ paths: required: - include_claim_keys examples: - default: &92 + default: &93 value: include_claim_keys: - repo @@ -14491,20 +14476,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: - - *85 + - *86 requestBody: required: true content: application/json: - schema: *91 + schema: *92 examples: - default: *92 + default: *93 responses: '201': description: Empty response content: application/json: - schema: &108 + schema: &109 title: Empty Object description: An object without any properties. type: object @@ -14513,8 +14498,8 @@ paths: examples: default: value: - '404': *6 - '403': *28 + '404': *7 + '403': *29 x-github: enabledForGitHubApps: true previews: [] @@ -14534,7 +14519,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-an-organization parameters: - - *85 + - *86 responses: '200': description: Response @@ -14543,7 +14528,7 @@ paths: schema: type: object properties: - enabled_repositories: &93 + enabled_repositories: &94 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -14556,7 +14541,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: &94 + allowed_actions: &95 type: string description: The permissions policy that controls the actions and reusable workflows that are allowed to run. @@ -14595,7 +14580,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-an-organization parameters: - - *85 + - *86 responses: '204': description: Response @@ -14606,8 +14591,8 @@ paths: schema: type: object properties: - enabled_repositories: *93 - allowed_actions: *94 + enabled_repositories: *94 + allowed_actions: *95 required: - enabled_repositories examples: @@ -14634,9 +14619,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: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 responses: '200': description: Response @@ -14652,7 +14637,7 @@ paths: type: number repositories: type: array - items: *51 + items: *52 examples: default: &539 value: @@ -14794,7 +14779,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: - - *85 + - *86 responses: '204': description: Response @@ -14838,8 +14823,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: - - *85 - - &95 + - *86 + - &96 name: repository_id description: The unique identifier of the repository. in: path @@ -14867,8 +14852,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: - - *85 - - *95 + - *86 + - *96 responses: '204': description: Response @@ -14891,13 +14876,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *85 + - *86 responses: '200': description: Response content: application/json: - schema: &96 + schema: &97 type: object properties: github_owned_allowed: @@ -14918,7 +14903,7 @@ paths: items: type: string examples: - default: &97 + default: &98 value: github_owned_allowed: true verified_allowed: false @@ -14943,7 +14928,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *85 + - *86 responses: '204': description: Response @@ -14951,9 +14936,9 @@ paths: required: false content: application/json: - schema: *96 + schema: *97 examples: - selected_actions: *97 + selected_actions: *98 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -14975,7 +14960,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-an-organization parameters: - - *85 + - *86 responses: '200': description: Response @@ -14984,14 +14969,14 @@ paths: schema: &251 type: object properties: - default_workflow_permissions: &98 + default_workflow_permissions: &99 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &99 + can_approve_pull_request_reviews: &100 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -14999,7 +14984,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &100 + default: &101 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -15024,7 +15009,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-an-organization parameters: - - *85 + - *86 responses: '204': description: Success response @@ -15035,10 +15020,10 @@ paths: schema: &252 type: object properties: - default_workflow_permissions: *98 - can_approve_pull_request_reviews: *99 + default_workflow_permissions: *99 + can_approve_pull_request_reviews: *100 examples: - default: *100 + default: *101 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15065,9 +15050,9 @@ paths: in: query schema: type: string - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 responses: '200': description: Response @@ -15083,7 +15068,7 @@ paths: type: integer runners: type: array - items: &101 + items: &102 title: Self hosted runners description: A self hosted runner type: object @@ -15112,7 +15097,7 @@ paths: type: boolean labels: type: array - items: &104 + items: &105 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -15178,7 +15163,7 @@ paths: name: no-gpu type: custom headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15200,7 +15185,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-an-organization parameters: - - *85 + - *86 responses: '200': description: Response @@ -15276,7 +15261,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: - - *85 + - *86 requestBody: required: true content: @@ -15329,7 +15314,7 @@ paths: - runner - encoded_jit_config properties: - runner: *101 + runner: *102 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -15356,8 +15341,8 @@ paths: name: no-gpu type: custom encoded_jit_config: abc123 - '404': *6 - '422': *7 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15385,13 +15370,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization parameters: - - *85 + - *86 responses: '201': description: Response content: application/json: - schema: &102 + schema: &103 title: Authentication Token description: Authentication Token type: object @@ -15413,7 +15398,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *51 + items: *52 single_file: type: string example: config.yaml @@ -15460,13 +15445,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization parameters: - - *85 + - *86 responses: '201': description: Response content: application/json: - schema: *102 + schema: *103 examples: default: &258 value: @@ -15493,8 +15478,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: - - *85 - - &103 + - *86 + - &104 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -15506,7 +15491,7 @@ paths: description: Response content: application/json: - schema: *101 + schema: *102 examples: default: &259 value: @@ -15548,8 +15533,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: - - *85 - - *103 + - *86 + - *104 responses: '204': description: Response @@ -15574,10 +15559,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: - - *85 - - *103 + - *86 + - *104 responses: - '200': &105 + '200': &106 description: Response content: application/json: @@ -15591,7 +15576,7 @@ paths: type: integer labels: type: array - items: *104 + items: *105 examples: default: value: @@ -15609,7 +15594,7 @@ paths: - id: 21 name: no-gpu type: custom - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15630,8 +15615,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: - - *85 - - *103 + - *86 + - *104 requestBody: required: true content: @@ -15655,9 +15640,9 @@ paths: - gpu - accelerated responses: - '200': *105 - '404': *6 - '422': *7 + '200': *106 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15679,8 +15664,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: - - *85 - - *103 + - *86 + - *104 requestBody: required: true content: @@ -15705,9 +15690,9 @@ paths: - gpu - accelerated responses: - '200': *105 - '404': *6 - '422': *7 + '200': *106 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15729,8 +15714,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: - - *85 - - *103 + - *86 + - *104 responses: '200': &260 description: Response @@ -15746,7 +15731,7 @@ paths: type: integer labels: type: array - items: *104 + items: *105 examples: default: value: @@ -15761,7 +15746,7 @@ paths: - id: 20 name: macOS type: read-only - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15787,8 +15772,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: - - *85 - - *103 + - *86 + - *104 - &261 name: name description: The name of a self-hosted runner's custom label. @@ -15797,9 +15782,9 @@ paths: schema: type: string responses: - '200': *105 - '404': *6 - '422': *7 + '200': *106 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15822,9 +15807,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-organization-secrets parameters: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 responses: '200': description: Response @@ -15840,7 +15825,7 @@ paths: type: integer secrets: type: array - items: &106 + items: &107 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -15890,7 +15875,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15913,7 +15898,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-public-key parameters: - - *85 + - *86 responses: '200': description: Response @@ -15973,8 +15958,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-secret parameters: - - *85 - - &107 + - *86 + - &108 name: secret_name description: The name of the secret. in: path @@ -15986,7 +15971,7 @@ paths: description: Response content: application/json: - schema: *106 + schema: *107 examples: default: value: @@ -16016,8 +16001,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 requestBody: required: true content: @@ -16072,7 +16057,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *108 + schema: *109 examples: default: value: @@ -16098,8 +16083,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 responses: '204': description: Response @@ -16125,10 +16110,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *85 - - *107 - - *19 - - *17 + - *86 + - *108 + - *20 + - *18 responses: '200': description: Response @@ -16144,9 +16129,9 @@ paths: type: integer repositories: type: array - items: *109 + items: *110 examples: - default: &112 + default: &113 value: total_count: 1 repositories: @@ -16238,8 +16223,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 requestBody: required: true content: @@ -16291,8 +16276,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 - name: repository_id in: path required: true @@ -16325,8 +16310,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 - name: repository_id in: path required: true @@ -16358,7 +16343,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - - *85 + - *86 - &246 name: per_page description: The number of results per page (max 30). For more information, @@ -16367,7 +16352,7 @@ paths: schema: type: integer default: 10 - - *19 + - *20 responses: '200': description: Response @@ -16383,7 +16368,7 @@ paths: type: integer variables: type: array - items: &110 + items: &111 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -16447,7 +16432,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/variables/ADMIN_EMAIL/repositories headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16468,7 +16453,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-organization-variable parameters: - - *85 + - *86 requestBody: required: true content: @@ -16516,7 +16501,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *108 + schema: *109 examples: default: value: @@ -16541,8 +16526,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-organization-variable parameters: - - *85 - - &111 + - *86 + - &112 name: name description: The name of the variable. in: path @@ -16554,7 +16539,7 @@ paths: description: Response content: application/json: - schema: *110 + schema: *111 examples: default: value: @@ -16584,8 +16569,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-organization-variable parameters: - - *85 - - *111 + - *86 + - *112 requestBody: required: true content: @@ -16647,8 +16632,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-organization-variable parameters: - - *85 - - *111 + - *86 + - *112 responses: '204': description: Response @@ -16674,10 +16659,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - - *85 - - *111 - - *19 - - *17 + - *86 + - *112 + - *20 + - *18 responses: '200': description: Response @@ -16693,9 +16678,9 @@ paths: type: integer repositories: type: array - items: *109 + items: *110 examples: - default: *112 + default: *113 '409': description: Response when the visibility of the variable is not set to `selected` @@ -16721,8 +16706,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - - *85 - - *111 + - *86 + - *112 requestBody: required: true content: @@ -16771,8 +16756,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - - *85 - - *111 + - *86 + - *112 - name: repository_id in: path required: true @@ -16806,8 +16791,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - - *85 - - *111 + - *86 + - *112 - name: repository_id in: path required: true @@ -16835,9 +16820,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 responses: '200': description: Response @@ -16845,9 +16830,9 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: &152 + default: &153 value: - login: octocat id: 1 @@ -16885,8 +16870,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - - *85 - - &113 + - *86 + - &114 name: username description: The handle for the GitHub user account. in: path @@ -16900,7 +16885,7 @@ paths: description: If the user is not blocked content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16917,12 +16902,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *85 - - *113 + - *86 + - *114 responses: '204': description: Response - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16938,8 +16923,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *85 - - *113 + - *86 + - *114 responses: '204': description: Response @@ -16964,7 +16949,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - - *85 + - *86 - &312 name: tool_name description: The name of a code scanning tool. Only results by this tool will @@ -16972,7 +16957,7 @@ paths: but not both. in: query required: false - schema: &117 + schema: &118 type: string description: The name of the tool used to generate the code scanning analysis. - &313 @@ -16983,16 +16968,16 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &118 + schema: &119 nullable: true type: string description: The GUID of the tool used to generate the code scanning analysis, if provided in the uploaded SARIF data. - - *39 - *40 - - *19 - - *17 - - *38 + - *41 + - *20 + - *18 + - *39 - name: state description: If specified, only code scanning alerts with this state will be returned. @@ -17042,33 +17027,33 @@ paths: items: type: object properties: - number: *44 - created_at: *45 - updated_at: *114 - url: *46 - html_url: *47 + number: *45 + created_at: *46 + updated_at: *115 + url: *47 + html_url: *48 instances_url: &317 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &119 + state: &120 type: string description: State of a code scanning alert. enum: - open - dismissed - fixed - fixed_at: *115 + fixed_at: *116 dismissed_by: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true - dismissed_at: *116 + dismissed_at: *117 dismissed_reason: &318 type: string description: "**Required when the state is dismissed.** The @@ -17127,13 +17112,13 @@ paths: tool: &321 type: object properties: - name: *117 + name: *118 version: nullable: true type: string description: The version of the tool used to generate the code scanning analysis. - guid: *118 + guid: *119 most_recent_instance: &322 type: object properties: @@ -17159,7 +17144,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: *119 + state: *120 commit_sha: type: string message: @@ -17198,7 +17183,7 @@ paths: - generated - test - library - repository: *48 + repository: *49 required: - number - created_at @@ -17443,9 +17428,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: *49 - '404': *6 - '503': *56 + Link: *50 + '404': *7 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17465,9 +17450,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#list-codespaces-for-the-organization parameters: - - *17 - - *19 - - *85 + - *18 + - *20 + - *86 responses: '200': description: Response @@ -17483,7 +17468,7 @@ paths: type: integer codespaces: type: array - items: &153 + items: &154 type: object title: Codespace description: A codespace. @@ -17505,9 +17490,9 @@ paths: type: string example: 26a7c758-7299-4a73-b978-5a92a7ae98a0 nullable: true - owner: *18 - billable_owner: *18 - repository: *109 + owner: *19 + billable_owner: *19 + repository: *110 machine: type: object title: Codespace machine @@ -17759,7 +17744,7 @@ paths: - pulls_url - recent_folders examples: - default: &154 + default: &155 value: total_count: 3 codespaces: @@ -18168,15 +18153,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': *36 - '500': &120 + '304': *37 + '500': &121 description: Internal Error content: application/json: - schema: *2 - '401': *24 - '403': *28 - '404': *6 + schema: *3 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -18195,7 +18180,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *85 + - *86 deprecated: true requestBody: required: true @@ -18234,12 +18219,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *36 + '304': *37 '400': description: Users are neither members nor collaborators of this organization. - '404': *6 - '422': *15 - '500': *120 + '404': *7 + '422': *16 + '500': *121 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -18262,7 +18247,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization parameters: - - *85 + - *86 deprecated: true requestBody: required: true @@ -18289,12 +18274,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *36 + '304': *37 '400': description: Users are neither members nor collaborators of this organization. - '404': *6 - '422': *15 - '500': *120 + '404': *7 + '422': *16 + '500': *121 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -18317,7 +18302,7 @@ paths: url: https://docs.github.com/rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *85 + - *86 requestBody: required: true content: @@ -18343,12 +18328,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *36 + '304': *37 '400': description: Users are neither members nor collaborators of this organization. - '404': *6 - '422': *15 - '500': *120 + '404': *7 + '422': *16 + '500': *121 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -18369,9 +18354,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 responses: '200': description: Response @@ -18387,7 +18372,7 @@ paths: type: integer secrets: type: array - items: &121 + items: &122 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -18439,7 +18424,7 @@ paths: updated_at: '2020-01-11T11:59:22Z' visibility: all headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -18458,7 +18443,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *85 + - *86 responses: '200': description: Response @@ -18516,14 +18501,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 responses: '200': description: Response content: application/json: - schema: *121 + schema: *122 examples: default: &341 value: @@ -18532,7 +18517,7 @@ paths: updated_at: '2020-01-10T14:59:22Z' visibility: all headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -18552,8 +18537,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 requestBody: required: true content: @@ -18608,14 +18593,14 @@ paths: description: Response when creating a secret content: application/json: - schema: *108 + schema: *109 examples: default: value: '204': description: Response when updating a secret - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -18634,12 +18619,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -18660,10 +18645,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - - *85 - - *107 - - *19 - - *17 + - *86 + - *108 + - *20 + - *18 responses: '200': description: Response @@ -18679,10 +18664,10 @@ paths: type: integer repositories: type: array - items: *109 + items: *110 examples: - default: *112 - '404': *6 + default: *113 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -18703,8 +18688,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 requestBody: required: true content: @@ -18733,7 +18718,7 @@ paths: responses: '204': description: Response - '404': *6 + '404': *7 '409': description: Conflict when visibility type not set to selected x-github: @@ -18754,8 +18739,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 - name: repository_id in: path required: true @@ -18764,10 +18749,10 @@ paths: responses: '204': description: No Content when repository was added to the selected list - '404': *6 + '404': *7 '409': description: Conflict when visibility type is not set to selected - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -18788,8 +18773,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 - name: repository_id in: path required: true @@ -18798,10 +18783,10 @@ paths: responses: '204': description: Response when repository was removed from the selected list - '404': *6 + '404': *7 '409': description: Conflict when visibility type not set to selected - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -18827,7 +18812,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: - - *85 + - *86 responses: '200': description: OK @@ -18925,10 +18910,10 @@ paths: inactive_this_cycle: 11 seat_management_setting: assign_selected public_code_suggestions: block - '500': *120 - '401': *24 - '403': *28 - '404': *6 + '500': *121 + '401': *25 + '403': *29 + '404': *7 '422': description: There is a problem with your account's associated payment method. x-github: @@ -18954,8 +18939,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: - - *85 - - *19 + - *86 + - *20 - 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)." @@ -18977,7 +18962,7 @@ paths: currently being billed. seats: type: array - items: &156 + items: &157 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -18989,8 +18974,8 @@ paths: GitHub Copilot. additionalProperties: true oneOf: - - *18 - - &122 + - *19 + - &123 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -19258,7 +19243,7 @@ paths: to the assignee. This will be null if the user was assigned a seat individually. oneOf: - - *122 + - *123 nullable: true pending_cancellation_date: type: string @@ -19362,11 +19347,11 @@ paths: type: User site_admin: false headers: - Link: *49 - '500': *120 - '401': *24 - '403': *28 - '404': *6 + Link: *50 + '500': *121 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19395,7 +19380,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: - - *85 + - *86 requestBody: content: application/json: @@ -19436,10 +19421,10 @@ paths: default: value: seats_created: 5 - '500': *120 - '401': *24 - '403': *28 - '404': *6 + '500': *121 + '401': *25 + '403': *29 + '404': *7 '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 @@ -19472,7 +19457,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: - - *85 + - *86 requestBody: content: application/json: @@ -19513,10 +19498,10 @@ paths: default: value: seats_cancelled: 5 - '500': *120 - '401': *24 - '403': *28 - '404': *6 + '500': *121 + '401': *25 + '403': *29 + '404': *7 '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 @@ -19550,7 +19535,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: - - *85 + - *86 requestBody: content: application/json: @@ -19591,10 +19576,10 @@ paths: default: value: seats_created: 5 - '500': *120 - '401': *24 - '403': *28 - '404': *6 + '500': *121 + '401': *25 + '403': *29 + '404': *7 '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 @@ -19627,7 +19612,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: - - *85 + - *86 requestBody: content: application/json: @@ -19668,10 +19653,10 @@ paths: default: value: seats_cancelled: 5 - '500': *120 - '401': *24 - '403': *28 - '404': *6 + '500': *121 + '401': *25 + '403': *29 + '404': *7 '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 @@ -19699,19 +19684,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *85 - - *123 + - *86 - *124 - *125 - *126 - *127 - *128 - - *38 + - *129 - *39 - *40 - - *129 + - *41 - *130 - - *17 + - *131 + - *18 responses: '200': description: Response @@ -19719,14 +19704,14 @@ paths: application/json: schema: type: array - items: *131 + items: *132 examples: - default: *132 - '304': *36 - '400': *14 - '403': *28 - '404': *6 - '422': *7 + default: *133 + '304': *37 + '400': *15 + '403': *29 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19747,9 +19732,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-organization-secrets parameters: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 responses: '200': description: Response @@ -19765,7 +19750,7 @@ paths: type: integer secrets: type: array - items: &133 + items: &134 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -19815,7 +19800,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/dependabot/secrets/SUPER_SECRET/repositories headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19836,7 +19821,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-public-key parameters: - - *85 + - *86 responses: '200': description: Response @@ -19882,14 +19867,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 responses: '200': description: Response content: application/json: - schema: *133 + schema: *134 examples: default: value: @@ -19917,8 +19902,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 requestBody: required: true content: @@ -19973,7 +19958,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *108 + schema: *109 examples: default: value: @@ -19997,8 +19982,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 responses: '204': description: Response @@ -20022,10 +20007,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *85 - - *107 - - *19 - - *17 + - *86 + - *108 + - *20 + - *18 responses: '200': description: Response @@ -20041,9 +20026,9 @@ paths: type: integer repositories: type: array - items: *109 + items: *110 examples: - default: *112 + default: *113 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20064,8 +20049,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 requestBody: required: true content: @@ -20115,8 +20100,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 - name: repository_id in: path required: true @@ -20147,8 +20132,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *85 - - *107 + - *86 + - *108 - name: repository_id in: path required: true @@ -20178,7 +20163,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: - - *85 + - *86 responses: '200': description: Response @@ -20186,7 +20171,7 @@ paths: application/json: schema: type: array - items: &167 + items: &168 title: Package description: A software package type: object @@ -20229,15 +20214,15 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true repository: title: Minimal Repository description: Minimal Repository type: object - properties: *134 - required: *135 + properties: *135 + required: *136 nullable: true created_at: type: string @@ -20256,7 +20241,7 @@ paths: - created_at - updated_at examples: - default: &168 + default: &169 value: - id: 197 name: hello_docker @@ -20314,8 +20299,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': *28 - '401': *24 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -20332,9 +20317,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-organization-events parameters: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 responses: '200': description: Response @@ -20342,7 +20327,7 @@ paths: application/json: schema: type: array - items: *80 + items: *81 examples: 200-response: value: @@ -20411,9 +20396,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-failed-organization-invitations parameters: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 responses: '200': description: Response @@ -20421,7 +20406,7 @@ paths: application/json: schema: type: array - items: &147 + items: &148 title: Organization Invitation description: Organization Invitation type: object @@ -20444,7 +20429,7 @@ paths: failed_reason: type: string nullable: true - inviter: *18 + inviter: *19 team_count: type: integer node_id: @@ -20467,7 +20452,7 @@ paths: - invitation_teams_url - node_id examples: - default: &148 + default: &149 value: - id: 1 login: monalisa @@ -20500,8 +20485,8 @@ paths: invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20521,9 +20506,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-organization-webhooks parameters: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 responses: '200': description: Response @@ -20531,7 +20516,7 @@ paths: application/json: schema: type: array - items: &136 + items: &137 title: Org Hook description: Org Hook type: object @@ -20619,8 +20604,8 @@ paths: created_at: '2011-09-06T17:26:27Z' type: Organization headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20640,7 +20625,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#create-an-organization-webhook parameters: - - *85 + - *86 requestBody: required: true content: @@ -20655,10 +20640,10 @@ paths: type: object description: Key/value pairs to provide settings for this webhook. properties: - url: *8 - content_type: *9 - secret: *10 - insecure_ssl: *11 + url: *9 + content_type: *10 + secret: *11 + insecure_ssl: *12 username: type: string example: '"kdaigle"' @@ -20700,9 +20685,9 @@ paths: description: Response content: application/json: - schema: *136 + schema: *137 examples: - default: &137 + default: &138 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -20724,8 +20709,8 @@ paths: example: https://api.github.com/orgs/octocat/hooks/1 schema: type: string - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20747,8 +20732,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - - *85 - - &138 + - *86 + - &139 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. @@ -20761,10 +20746,10 @@ paths: description: Response content: application/json: - schema: *136 + schema: *137 examples: - default: *137 - '404': *6 + default: *138 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20788,8 +20773,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - - *85 - - *138 + - *86 + - *139 requestBody: required: false content: @@ -20801,10 +20786,10 @@ paths: type: object description: Key/value pairs to provide settings for this webhook. properties: - url: *8 - content_type: *9 - secret: *10 - insecure_ssl: *11 + url: *9 + content_type: *10 + secret: *11 + insecure_ssl: *12 required: - url events: @@ -20834,7 +20819,7 @@ paths: description: Response content: application/json: - schema: *136 + schema: *137 examples: default: value: @@ -20852,8 +20837,8 @@ paths: updated_at: '2011-09-06T20:39:23Z' created_at: '2011-09-06T17:26:27Z' type: Organization - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20872,12 +20857,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *85 - - *138 + - *86 + - *139 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20900,16 +20885,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - - *85 - - *138 + - *86 + - *139 responses: '200': description: Response content: application/json: - schema: *12 + schema: *13 examples: - default: *13 + default: *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20931,8 +20916,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - - *85 - - *138 + - *86 + - *139 requestBody: required: false content: @@ -20940,10 +20925,10 @@ paths: schema: type: object properties: - url: *8 - content_type: *9 - secret: *10 - insecure_ssl: *11 + url: *9 + content_type: *10 + secret: *11 + insecure_ssl: *12 examples: default: summary: Update an existing webhook @@ -20957,9 +20942,9 @@ paths: description: Response content: application/json: - schema: *12 + schema: *13 examples: - default: *13 + default: *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20981,10 +20966,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *85 - - *138 - - *17 + - *86 - *139 + - *18 + - *140 - name: redelivery in: query required: false @@ -20997,11 +20982,11 @@ paths: application/json: schema: type: array - items: *140 + items: *141 examples: - default: *141 - '400': *14 - '422': *15 + default: *142 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21022,19 +21007,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - - *85 - - *138 - - *16 + - *86 + - *139 + - *17 responses: '200': description: Response content: application/json: - schema: *142 + schema: *143 examples: - default: *143 - '400': *14 - '422': *15 + default: *144 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21055,13 +21040,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - - *85 - - *138 - - *16 + - *86 + - *139 + - *17 responses: - '202': *90 - '400': *14 - '422': *15 + '202': *91 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21083,12 +21068,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *85 - - *138 + - *86 + - *139 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21108,13 +21093,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-an-organization-installation-for-the-authenticated-app parameters: - - *85 + - *86 responses: '200': description: Response content: application/json: - schema: *21 + schema: *22 examples: default: &406 value: @@ -21184,9 +21169,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 responses: '200': description: Response @@ -21202,7 +21187,7 @@ paths: type: integer installations: type: array - items: *21 + items: *22 examples: default: value: @@ -21254,7 +21239,7 @@ paths: suspended_at: suspended_by: headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21273,7 +21258,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *85 + - *86 responses: '200': description: Response @@ -21281,12 +21266,12 @@ paths: application/json: schema: anyOf: - - &145 + - &146 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &144 + limit: &145 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -21311,7 +21296,7 @@ paths: properties: {} additionalProperties: false examples: - default: &146 + default: &147 value: limit: collaborators_only origin: organization @@ -21335,7 +21320,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *85 + - *86 requestBody: required: true content: @@ -21346,7 +21331,7 @@ paths: duration type: object properties: - limit: *144 + limit: *145 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -21370,10 +21355,10 @@ paths: description: Response content: application/json: - schema: *145 + schema: *146 examples: - default: *146 - '422': *15 + default: *147 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21390,7 +21375,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *85 + - *86 responses: '204': description: Response @@ -21413,9 +21398,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-pending-organization-invitations parameters: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 - name: role description: Filter invitations by their member role. in: query @@ -21447,12 +21432,12 @@ paths: application/json: schema: type: array - items: *147 + items: *148 examples: - default: *148 + default: *149 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21472,7 +21457,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#create-an-organization-invitation parameters: - - *85 + - *86 requestBody: required: false content: @@ -21526,7 +21511,7 @@ paths: description: Response content: application/json: - schema: *147 + schema: *148 examples: default: value: @@ -21558,8 +21543,8 @@ paths: team_count: 2 invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: triggersNotification: true githubCloudOnly: false @@ -21580,8 +21565,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - - *85 - - &149 + - *86 + - &150 name: invitation_id description: The unique identifier of the invitation. in: path @@ -21591,8 +21576,8 @@ paths: responses: '204': description: Response - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: triggersNotification: true githubCloudOnly: false @@ -21611,10 +21596,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - - *85 - - *149 - - *17 - - *19 + - *86 + - *150 + - *18 + - *20 responses: '200': description: Response @@ -21622,9 +21607,9 @@ paths: application/json: schema: type: array - items: *122 + items: *123 examples: - default: &166 + default: &167 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -21640,8 +21625,8 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21671,7 +21656,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user parameters: - - *85 + - *86 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -21701,7 +21686,7 @@ paths: - closed - all default: open - - *150 + - *151 - name: sort description: What to sort results by. in: query @@ -21713,10 +21698,10 @@ paths: - updated - comments default: created - - *38 - - *58 - - *17 - - *19 + - *39 + - *59 + - *18 + - *20 responses: '200': description: Response @@ -21724,12 +21709,12 @@ paths: application/json: schema: type: array - items: *68 + items: *69 examples: - default: *151 + default: *152 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -21748,7 +21733,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-members parameters: - - *85 + - *86 - 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) @@ -21773,8 +21758,8 @@ paths: - admin - member default: all - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -21782,12 +21767,12 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 + default: *153 headers: - Link: *49 - '422': *15 + Link: *50 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21804,8 +21789,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-organization-membership-for-a-user parameters: - - *85 - - *113 + - *86 + - *114 responses: '204': description: Response if requester is an organization member and user is @@ -21836,12 +21821,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-an-organization-member parameters: - - *85 - - *113 + - *86 + - *114 responses: '204': description: Response - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21861,10 +21846,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#list-codespaces-for-a-user-in-organization parameters: - - *17 - - *19 - - *85 - - *113 + - *18 + - *20 + - *86 + - *114 responses: '200': description: Response @@ -21880,14 +21865,14 @@ paths: type: integer codespaces: type: array - items: *153 + items: *154 examples: - default: *154 - '304': *36 - '500': *120 - '401': *24 - '403': *28 - '404': *6 + default: *155 + '304': *37 + '500': *121 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -21907,9 +21892,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *85 - - *113 - - &155 + - *86 + - *114 + - &156 name: codespace_name in: path required: true @@ -21917,12 +21902,12 @@ paths: schema: type: string responses: - '202': *90 - '304': *36 - '500': *120 - '401': *24 - '403': *28 - '404': *6 + '202': *91 + '304': *37 + '500': *121 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -21942,15 +21927,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - - *85 - - *113 - - *155 + - *86 + - *114 + - *156 responses: '200': description: Response content: application/json: - schema: *153 + schema: *154 examples: default: &334 value: @@ -22093,11 +22078,11 @@ paths: pulls_url: https://api.github.com/repos/octocat/Hello-World/pulls/1 recent_folders: [] template: - '304': *36 - '500': *120 - '401': *24 - '403': *28 - '404': *6 + '304': *37 + '500': *121 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22121,14 +22106,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: - - *85 - - *113 + - *86 + - *114 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *156 + schema: *157 examples: default: value: @@ -22170,10 +22155,10 @@ paths: members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos parent: - '500': *120 - '401': *24 - '403': *28 - '404': *6 + '500': *121 + '401': *25 + '403': *29 + '404': *7 '422': description: Copilot Business or Enterprise is not enabled for this organization or the user has a pending organization invitation. @@ -22195,14 +22180,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user parameters: - - *85 - - *113 + - *86 + - *114 responses: '200': description: Response content: application/json: - schema: &158 + schema: &159 title: Org Membership description: Org Membership type: object @@ -22231,13 +22216,13 @@ paths: type: string format: uri example: https://api.github.com/orgs/octocat - organization: *157 + organization: *158 user: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true permissions: type: object @@ -22254,7 +22239,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &159 + response-if-user-has-an-active-admin-membership-with-organization: &160 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -22293,8 +22278,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *6 - '403': *28 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22322,8 +22307,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-organization-membership-for-a-user parameters: - - *85 - - *113 + - *86 + - *114 requestBody: required: false content: @@ -22351,11 +22336,11 @@ paths: description: Response content: application/json: - schema: *158 + schema: *159 examples: - response-if-user-already-had-membership-with-organization: *159 - '422': *15 - '403': *28 + response-if-user-already-had-membership-with-organization: *160 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22374,13 +22359,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *85 - - *113 + - *86 + - *114 responses: '204': description: Response - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22400,9 +22385,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-organization-migrations parameters: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 - name: exclude description: Exclude attributes from the API response to improve performance in: query @@ -22421,7 +22406,7 @@ paths: application/json: schema: type: array - items: &160 + items: &161 title: Migration description: A migration. type: object @@ -22433,8 +22418,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true guid: type: string @@ -22461,7 +22446,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *51 + items: *52 url: type: string format: uri @@ -22657,7 +22642,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22673,7 +22658,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#start-an-organization-migration parameters: - - *85 + - *86 requestBody: required: true content: @@ -22749,7 +22734,7 @@ paths: description: Response content: application/json: - schema: *160 + schema: *161 examples: default: value: @@ -22901,8 +22886,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': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22927,8 +22912,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - - *85 - - &161 + - *86 + - &162 name: migration_id description: The unique identifier of the migration. in: path @@ -22955,7 +22940,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *160 + schema: *161 examples: default: value: @@ -23107,7 +23092,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': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23124,12 +23109,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *85 - - *161 + - *86 + - *162 responses: '302': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23146,12 +23131,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *85 - - *161 + - *86 + - *162 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23170,8 +23155,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - - *85 - - *161 + - *86 + - *162 - &544 name: repo_name description: repo_name parameter @@ -23182,7 +23167,7 @@ paths: responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23199,10 +23184,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *85 - - *161 - - *17 - - *19 + - *86 + - *162 + - *18 + - *20 responses: '200': description: Response @@ -23210,9 +23195,9 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: - default: &173 + default: &174 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -23321,8 +23306,8 @@ paths: secret_scanning_push_protection: status: disabled headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23349,7 +23334,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#list-organization-fine-grained-permissions-for-an-organization parameters: - - *85 + - *86 responses: '200': description: Response @@ -23377,8 +23362,8 @@ paths: description: View organization roles - name: write_organization_custom_org_role description: Manage custom organization roles - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23403,7 +23388,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-all-organization-roles-for-an-organization parameters: - - *85 + - *86 responses: '200': description: Response - list of organization roles @@ -23419,7 +23404,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &162 + items: &163 title: Organization Role description: Organization roles type: object @@ -23444,8 +23429,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true created_at: description: The date and time the role was created. @@ -23522,8 +23507,8 @@ paths: site_admin: false created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:20:11Z' - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23547,7 +23532,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#create-a-custom-organization-role parameters: - - *85 + - *86 requestBody: required: true content: @@ -23585,7 +23570,7 @@ paths: description: Response content: application/json: - schema: *162 + schema: *163 examples: default: value: @@ -23612,9 +23597,9 @@ paths: description: A great organization created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:19:11Z' - '422': *15 - '404': *6 - '409': *163 + '422': *16 + '404': *7 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23636,8 +23621,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - - *85 - - &164 + - *86 + - &165 name: team_slug description: The slug of the team name. in: path @@ -23668,9 +23653,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - - *85 - - *164 - - &165 + - *86 + - *165 + - &166 name: role_id description: The unique identifier of the role. in: path @@ -23705,9 +23690,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - - *85 - - *164 + - *86 - *165 + - *166 responses: '204': description: Response @@ -23732,8 +23717,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - - *85 - - *113 + - *86 + - *114 responses: '204': description: Response @@ -23758,9 +23743,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - - *85 - - *113 - - *165 + - *86 + - *114 + - *166 responses: '204': description: Response @@ -23790,9 +23775,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - - *85 - - *113 - - *165 + - *86 + - *114 + - *166 responses: '204': description: Response @@ -23820,14 +23805,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - - *85 - - *165 + - *86 + - *166 responses: '200': description: Response content: application/json: - schema: *162 + schema: *163 examples: default: value: @@ -23854,8 +23839,8 @@ paths: description: A great organization created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:20:11Z' - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23880,8 +23865,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#update-a-custom-organization-role parameters: - - *85 - - *165 + - *86 + - *166 requestBody: required: true content: @@ -23910,7 +23895,7 @@ paths: description: Response content: application/json: - schema: *162 + schema: *163 examples: default: value: @@ -23937,9 +23922,9 @@ paths: description: A great organization created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:19:11Z' - '422': *15 - '409': *163 - '404': *6 + '422': *16 + '409': *164 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23963,8 +23948,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#delete-a-custom-organization-role parameters: - - *85 - - *165 + - *86 + - *166 responses: '204': description: Response @@ -23989,10 +23974,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: - - *85 - - *165 - - *17 - - *19 + - *86 + - *166 + - *18 + - *20 responses: '200': description: Response - List of assigned teams @@ -24001,11 +23986,11 @@ paths: schema: type: array description: List of teams assigned to the organization role - items: *122 + items: *123 examples: - default: *166 + default: *167 headers: - Link: *49 + Link: *50 '404': description: Response if the organization or role does not exist. '422': @@ -24032,10 +24017,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: - - *85 - - *165 - - *17 - - *19 + - *86 + - *166 + - *18 + - *20 responses: '200': description: Response - List of assigned users @@ -24044,11 +24029,11 @@ paths: schema: type: array description: List of users assigned to the organization role - items: *18 + items: *19 examples: - default: *152 + default: *153 headers: - Link: *49 + Link: *50 '404': description: Response if the organization or role does not exist. '422': @@ -24070,7 +24055,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization parameters: - - *85 + - *86 - 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) @@ -24083,8 +24068,8 @@ paths: - 2fa_disabled - all default: all - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -24092,11 +24077,11 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 + default: *153 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24119,8 +24104,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - - *85 - - *113 + - *86 + - *114 requestBody: required: false content: @@ -24160,7 +24145,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': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24177,8 +24162,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - - *85 - - *113 + - *86 + - *114 responses: '204': description: Response @@ -24235,7 +24220,7 @@ paths: - docker - nuget - container - - *85 + - *86 - &546 name: visibility description: |- @@ -24272,11 +24257,11 @@ paths: application/json: schema: type: array - items: *167 + items: *168 examples: - default: *168 - '403': *28 - '401': *24 + default: *169 + '403': *29 + '401': *25 '400': &548 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. @@ -24299,7 +24284,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &169 + - &170 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 @@ -24317,20 +24302,20 @@ paths: - docker - nuget - container - - &170 + - &171 name: package_name description: The name of the package. in: path required: true schema: type: string - - *85 + - *86 responses: '200': description: Response content: application/json: - schema: *167 + schema: *168 examples: default: value: @@ -24382,15 +24367,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *169 - *170 - - *85 + - *171 + - *86 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24416,9 +24401,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *169 - *170 - - *85 + - *171 + - *86 - name: token description: package token schema: @@ -24428,9 +24413,9 @@ paths: responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24450,11 +24435,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: - - *169 - *170 - - *85 - - *19 - - *17 + - *171 + - *86 + - *20 + - *18 - name: state in: query required: false @@ -24472,7 +24457,7 @@ paths: application/json: schema: type: array - items: &171 + items: &172 title: Package Version description: A version of a software package type: object @@ -24575,9 +24560,9 @@ paths: html_url: https://github.com/octo-org/hello-world-npm/packages/43752?version=1.0.3 metadata: package_type: npm - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24597,10 +24582,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *169 - *170 - - *85 - - &172 + - *171 + - *86 + - &173 name: package_version_id description: Unique identifier of the package version. in: path @@ -24612,7 +24597,7 @@ paths: description: Response content: application/json: - schema: *171 + schema: *172 examples: default: value: @@ -24648,16 +24633,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *169 - *170 - - *85 - - *172 + - *171 + - *86 + - *173 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24683,16 +24668,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *169 - *170 - - *85 - - *172 + - *171 + - *86 + - *173 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24713,10 +24698,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: - - *85 - - *17 - - *19 - - &174 + - *86 + - *18 + - *20 + - &175 name: sort description: The property by which to sort the results. in: query @@ -24726,8 +24711,8 @@ paths: enum: - created_at default: created_at - - *38 - - &175 + - *39 + - &176 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -24738,7 +24723,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &176 + - &177 name: repository description: The name of the repository to use to filter the results. in: query @@ -24746,7 +24731,7 @@ paths: schema: type: string example: Hello-World - - &177 + - &178 name: permission description: The permission to use to filter the results. in: query @@ -24754,7 +24739,7 @@ paths: schema: type: string example: issues_read - - &178 + - &179 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) @@ -24764,7 +24749,7 @@ paths: schema: type: string format: date-time - - &179 + - &180 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) @@ -24775,10 +24760,10 @@ paths: type: string format: date-time responses: - '500': *120 - '422': *15 - '404': *6 - '403': *28 + '500': *121 + '422': *16 + '404': *7 + '403': *29 '200': description: Response content: @@ -24800,7 +24785,7 @@ paths: type: string nullable: true description: Reason for requesting access. - owner: *18 + owner: *19 repository_selection: type: string enum: @@ -24893,7 +24878,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24913,7 +24898,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: - - *85 + - *86 requestBody: required: true content: @@ -24954,11 +24939,11 @@ paths: action: deny reason: Access is too broad. responses: - '500': *120 - '422': *15 - '404': *6 - '403': *28 - '202': *90 + '500': *121 + '422': *16 + '404': *7 + '403': *29 + '202': *91 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24979,7 +24964,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: - - *85 + - *86 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -25015,11 +25000,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *120 - '422': *15 - '404': *6 - '403': *28 - '204': &180 + '500': *121 + '422': *16 + '404': *7 + '403': *29 + '204': &181 description: A header with no content is returned. x-github: githubCloudOnly: false @@ -25041,7 +25026,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: - - *85 + - *86 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -25049,23 +25034,23 @@ paths: required: true schema: type: integer - - *17 - - *19 + - *18 + - *20 responses: - '500': *120 - '404': *6 - '403': *28 + '500': *121 + '404': *7 + '403': *29 '200': description: Response content: application/json: schema: type: array - items: *109 + items: *110 examples: - default: *173 + default: *174 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25086,21 +25071,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: - - *85 - - *17 - - *19 - - *174 - - *38 + - *86 + - *18 + - *20 - *175 + - *39 - *176 - *177 - *178 - *179 + - *180 responses: - '500': *120 - '422': *15 - '404': *6 - '403': *28 + '500': *121 + '422': *16 + '404': *7 + '403': *29 '200': description: Response content: @@ -25118,7 +25103,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: *18 + owner: *19 repository_selection: type: string enum: @@ -25210,7 +25195,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25230,7 +25215,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: - - *85 + - *86 requestBody: required: true content: @@ -25265,11 +25250,11 @@ paths: - 1296269 - 1296280 responses: - '500': *120 - '404': *6 - '202': *90 - '403': *28 - '422': *15 + '500': *121 + '404': *7 + '202': *91 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25290,7 +25275,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: - - *85 + - *86 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -25318,11 +25303,11 @@ paths: value: action: revoke responses: - '500': *120 - '404': *6 - '204': *180 - '403': *28 - '422': *15 + '500': *121 + '404': *7 + '204': *181 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25342,30 +25327,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: - - *85 + - *86 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. required: true schema: type: integer - - *17 - - *19 + - *18 + - *20 responses: - '500': *120 - '404': *6 - '403': *28 + '500': *121 + '404': *7 + '403': *29 '200': description: Response content: application/json: schema: type: array - items: *109 + items: *110 examples: - default: *173 + default: *174 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25385,7 +25370,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-organization-projects parameters: - - *85 + - *86 - name: state description: Indicates the state of the projects to return. in: query @@ -25397,8 +25382,8 @@ paths: - closed - all default: open - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -25406,7 +25391,7 @@ paths: application/json: schema: type: array - items: &181 + items: &182 title: Project description: Projects are a way to organize columns and cards of work. @@ -25455,8 +25440,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true created_at: type: string @@ -25530,8 +25515,8 @@ paths: organization_permission: write private: true headers: - Link: *49 - '422': *7 + Link: *50 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25550,7 +25535,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-an-organization-project parameters: - - *85 + - *86 requestBody: required: true content: @@ -25576,7 +25561,7 @@ paths: description: Response content: application/json: - schema: *181 + schema: *182 examples: default: value: @@ -25611,15 +25596,15 @@ paths: site_admin: false created_at: '2011-04-11T20:09:31Z' updated_at: '2014-03-04T18:58:10Z' - '401': *24 - '403': *28 - '404': *6 + '401': *25 + '403': *29 + '404': *7 '410': &233 description: Gone content: application/json: - schema: *2 - '422': *7 + schema: *3 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25638,7 +25623,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-all-custom-properties-for-an-organization parameters: - - *85 + - *86 responses: '200': description: Response @@ -25646,7 +25631,7 @@ paths: application/json: schema: type: array - items: &182 + items: &183 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -25694,7 +25679,7 @@ paths: - property_name - value_type examples: - default: &183 + default: &184 value: - property_name: environment value_type: single_select @@ -25710,8 +25695,8 @@ paths: - property_name: team value_type: string description: Team owning the repository - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25732,7 +25717,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization parameters: - - *85 + - *86 requestBody: required: true content: @@ -25743,7 +25728,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *182 + items: *183 minItems: 1 maxItems: 100 required: @@ -25773,11 +25758,11 @@ paths: application/json: schema: type: array - items: *182 + items: *183 examples: - default: *183 - '403': *28 - '404': *6 + default: *184 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25796,8 +25781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - - *85 - - &184 + - *86 + - &185 name: custom_property_name description: The custom property name. The name is case sensitive. in: path @@ -25809,9 +25794,9 @@ paths: description: Response content: application/json: - schema: *182 + schema: *183 examples: - default: &185 + default: &186 value: property_name: environment value_type: single_select @@ -25821,8 +25806,8 @@ paths: allowed_values: - production - development - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25843,8 +25828,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: - - *85 - - *184 + - *86 + - *185 requestBody: required: true content: @@ -25897,11 +25882,11 @@ paths: description: Response content: application/json: - schema: *182 + schema: *183 examples: - default: *185 - '403': *28 - '404': *6 + default: *186 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25922,12 +25907,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - - *85 - - *184 + - *86 + - *185 responses: - '204': *180 - '403': *28 - '404': *6 + '204': *181 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25946,9 +25931,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories parameters: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 - 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 @@ -25984,7 +25969,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &186 + items: &187 title: Custom Property Value description: Custom property name and associated value type: object @@ -26023,9 +26008,9 @@ paths: - property_name: team value: octocat headers: - Link: *49 - '403': *28 - '404': *6 + Link: *50 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26051,7 +26036,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: - - *85 + - *86 requestBody: required: true content: @@ -26071,7 +26056,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *186 + items: *187 required: - repository_names - properties @@ -26092,9 +26077,9 @@ paths: '204': description: No Content when custom property values are successfully created or updated - '403': *28 - '404': *6 - '422': *15 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26112,9 +26097,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-public-organization-members parameters: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 responses: '200': description: Response @@ -26122,11 +26107,11 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 + default: *153 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26143,8 +26128,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-public-organization-membership-for-a-user parameters: - - *85 - - *113 + - *86 + - *114 responses: '204': description: Response if user is a public member @@ -26168,12 +26153,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - - *85 - - *113 + - *86 + - *114 responses: '204': description: Response - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -26190,8 +26175,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - - *85 - - *113 + - *86 + - *114 responses: '204': description: Response @@ -26214,7 +26199,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-organization-repositories parameters: - - *85 + - *86 - name: type description: Specifies the types of repositories you want returned. in: query @@ -26251,8 +26236,8 @@ paths: enum: - asc - desc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -26260,11 +26245,11 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: - default: *173 + default: *174 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26283,7 +26268,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-organization-repository parameters: - - *85 + - *86 requestBody: required: true content: @@ -26477,7 +26462,7 @@ paths: full_name: type: string example: octocat/Hello-World - owner: *18 + owner: *19 private: type: boolean html_url: @@ -26736,8 +26721,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *187 - required: *188 + properties: *188 + required: *189 nullable: true temp_clone_token: type: string @@ -26824,18 +26809,18 @@ paths: title: License Simple description: License Simple type: object - properties: *69 - required: *70 + properties: *70 + required: *71 nullable: true organization: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true - parent: *51 - source: *51 + parent: *52 + source: *52 forks: type: integer master_branch: @@ -26873,7 +26858,7 @@ paths: - key - name - html_url - security_and_analysis: *189 + security_and_analysis: *190 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -27452,8 +27437,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World schema: type: string - '403': *28 - '422': *15 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27475,9 +27460,9 @@ paths: category: orgs subcategory: rules parameters: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 responses: '200': description: Response @@ -27485,7 +27470,7 @@ paths: application/json: schema: type: array - items: &196 + items: &197 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -27517,7 +27502,7 @@ paths: source: type: string description: The name of the source - enforcement: &192 + enforcement: &193 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -27530,7 +27515,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &193 + items: &194 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -27589,7 +27574,7 @@ paths: conditions: nullable: true anyOf: - - &190 + - &191 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -27613,7 +27598,7 @@ paths: match. items: type: string - - &194 + - &195 title: Organization ruleset conditions type: object description: 'Conditions for an organization ruleset. The @@ -27628,7 +27613,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *190 + - *191 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -27662,7 +27647,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *190 + - *191 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -27684,7 +27669,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *190 + - *191 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -27697,7 +27682,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &191 + items: &192 title: Repository ruleset property targeting definition type: object @@ -27722,12 +27707,12 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *191 + items: *192 required: - repository_property rules: type: array - items: &195 + items: &196 title: Repository Rule type: object description: A repository rule. @@ -28186,8 +28171,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': *6 - '500': *120 + '404': *7 + '500': *121 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -28203,7 +28188,7 @@ paths: category: orgs subcategory: rules parameters: - - *85 + - *86 requestBody: description: Request body required: true @@ -28221,16 +28206,16 @@ paths: enum: - branch - tag - enforcement: *192 + enforcement: *193 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *193 - conditions: *194 + items: *194 + conditions: *195 rules: type: array description: An array of rules within the ruleset. - items: *195 + items: *196 required: - name - enforcement @@ -28268,9 +28253,9 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: - default: &197 + default: &198 value: id: 21 name: super cool ruleset @@ -28309,8 +28294,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': *6 - '500': *120 + '404': *7 + '500': *121 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -28324,7 +28309,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *85 + - *86 - name: repository_name description: The name of the repository to filter on. When specified, only rule evaluations from this repository will be returned. @@ -28367,8 +28352,8 @@ paths: - bypass - all default: all - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -28451,8 +28436,8 @@ paths: pushed_at: '2023-07-07T08:43:03Z' result: pass evaluation_result: fail - '404': *6 - '500': *120 + '404': *7 + '500': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28471,7 +28456,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *85 + - *86 - &494 name: rule_suite_id description: |- @@ -28616,8 +28601,8 @@ paths: enforcement: evaluate result: fail rule_type: commit_message_pattern - '404': *6 - '500': *120 + '404': *7 + '500': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28639,7 +28624,7 @@ paths: category: orgs subcategory: rules parameters: - - *85 + - *86 - name: ruleset_id description: The ID of the ruleset. in: path @@ -28651,11 +28636,11 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: - default: *197 - '404': *6 - '500': *120 + default: *198 + '404': *7 + '500': *121 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -28671,7 +28656,7 @@ paths: category: orgs subcategory: rules parameters: - - *85 + - *86 - name: ruleset_id description: The ID of the ruleset. in: path @@ -28695,16 +28680,16 @@ paths: enum: - branch - tag - enforcement: *192 + enforcement: *193 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *193 - conditions: *194 + items: *194 + conditions: *195 rules: description: An array of rules within the ruleset. type: array - items: *195 + items: *196 examples: default: value: @@ -28739,11 +28724,11 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: - default: *197 - '404': *6 - '500': *120 + default: *198 + '404': *7 + '500': *121 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -28759,7 +28744,7 @@ paths: category: orgs subcategory: rules parameters: - - *85 + - *86 - name: ruleset_id description: The ID of the ruleset. in: path @@ -28769,8 +28754,8 @@ paths: responses: '204': description: Response - '404': *6 - '500': *120 + '404': *7 + '500': *121 "/orgs/{org}/secret-scanning/alerts": get: summary: List secret scanning alerts for an organization @@ -28787,14 +28772,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - - *85 - - *198 + - *86 - *199 - *200 - *201 - - *38 - - *19 - - *17 + - *202 + - *39 + - *20 + - *18 - &498 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). @@ -28815,7 +28800,7 @@ paths: required: false schema: type: string - - *202 + - *203 responses: '200': description: Response @@ -28823,13 +28808,13 @@ paths: application/json: schema: type: array - items: *203 + items: *204 examples: - default: *204 + default: *205 headers: - Link: *49 - '404': *6 - '503': *56 + Link: *50 + '404': *7 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28851,8 +28836,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization parameters: - - *85 - - *38 + - *86 + - *39 - name: sort description: The property to sort the results by. in: query @@ -28864,8 +28849,8 @@ paths: - updated - published default: created - - *39 - *40 + - *41 - 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)." @@ -28941,13 +28926,13 @@ paths: nullable: true description: The author of the advisory. allOf: - - *18 + - *19 publisher: readOnly: true nullable: true description: The publisher of the advisory. allOf: - - *18 + - *19 identifiers: type: array items: @@ -29035,7 +29020,7 @@ paths: type: object nullable: true properties: - ecosystem: *205 + ecosystem: *1 name: type: string description: The unique package name within its ecosystem. @@ -29123,7 +29108,7 @@ paths: advisory. type: object properties: - user: *18 + user: *19 type: *206 state: type: string @@ -29143,19 +29128,19 @@ paths: type: array description: A list of users that collaborate on the advisory. nullable: true - items: *18 + items: *19 collaborating_teams: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *122 + items: *123 private_fork: readOnly: true nullable: true description: A temporary private fork of the advisory's repository for collaborating on a fix. allOf: - - *48 + - *49 required: - ghsa_id - cve_id @@ -29530,8 +29515,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': *14 - '404': *6 + '400': *15 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29553,7 +29538,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#list-security-manager-teams parameters: - - *85 + - *86 responses: '200': description: Response @@ -29569,7 +29554,7 @@ paths: properties: *207 required: *208 examples: - default: *166 + default: *167 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29592,8 +29577,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - - *85 - - *164 + - *86 + - *165 responses: '204': description: Response @@ -29621,8 +29606,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *85 - - *164 + - *86 + - *165 responses: '204': description: Response @@ -29648,7 +29633,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-actions-billing-for-an-organization parameters: - - *85 + - *86 responses: '200': description: Response @@ -29754,7 +29739,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-packages-billing-for-an-organization parameters: - - *85 + - *86 responses: '200': description: Response @@ -29804,7 +29789,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-shared-storage-billing-for-an-organization parameters: - - *85 + - *86 responses: '200': description: Response @@ -29850,9 +29835,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-teams parameters: - - *85 - - *17 - - *19 + - *86 + - *18 + - *20 responses: '200': description: Response @@ -29860,12 +29845,12 @@ paths: application/json: schema: type: array - items: *122 + items: *123 examples: - default: *166 + default: *167 headers: - Link: *49 - '403': *28 + Link: *50 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29884,7 +29869,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#create-a-team parameters: - - *85 + - *86 requestBody: required: true content: @@ -30314,8 +30299,8 @@ paths: created_at: '2008-01-14T04:33:35Z' updated_at: '2017-08-17T12:37:15Z' type: Organization - '422': *15 - '403': *28 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30335,8 +30320,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - - *85 - - *164 + - *86 + - *165 responses: '200': description: Response @@ -30345,7 +30330,7 @@ paths: schema: *209 examples: default: *210 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30364,8 +30349,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - - *85 - - *164 + - *86 + - *165 requestBody: required: false content: @@ -30437,9 +30422,9 @@ paths: schema: *209 examples: default: *210 - '404': *6 - '422': *15 - '403': *28 + '404': *7 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30460,8 +30445,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - - *85 - - *164 + - *86 + - *165 responses: '204': description: Response @@ -30486,11 +30471,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions parameters: - - *85 - - *164 - - *38 - - *17 - - *19 + - *86 + - *165 + - *39 + - *18 + - *20 - name: pinned in: query required: false @@ -30514,8 +30499,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true body: description: The main text of the discussion. @@ -30583,7 +30568,7 @@ paths: type: string format: uri example: https://api.github.com/organizations/1/team/2343027/discussions/1 - reactions: *55 + reactions: *56 required: - author - body @@ -30653,7 +30638,7 @@ paths: eyes: 1 rocket: 1 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30676,8 +30661,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion parameters: - - *85 - - *164 + - *86 + - *165 requestBody: required: true content: @@ -30784,8 +30769,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion parameters: - - *85 - - *164 + - *86 + - *165 - &213 name: discussion_number description: The number that identifies the discussion. @@ -30821,8 +30806,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion parameters: - - *85 - - *164 + - *86 + - *165 - *213 requestBody: required: false @@ -30917,8 +30902,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion parameters: - - *85 - - *164 + - *86 + - *165 - *213 responses: '204': @@ -30944,12 +30929,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments parameters: - - *85 - - *164 + - *86 + - *165 - *213 - - *38 - - *17 - - *19 + - *39 + - *18 + - *20 responses: '200': description: Response @@ -30966,8 +30951,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true body: description: The main text of the comment. @@ -31014,7 +30999,7 @@ paths: type: string format: uri example: https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1 - reactions: *55 + reactions: *56 required: - author - body @@ -31073,7 +31058,7 @@ paths: eyes: 1 rocket: 1 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31096,8 +31081,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment parameters: - - *85 - - *164 + - *86 + - *165 - *213 requestBody: required: true @@ -31187,8 +31172,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment parameters: - - *85 - - *164 + - *86 + - *165 - *213 - &216 name: comment_number @@ -31225,8 +31210,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment parameters: - - *85 - - *164 + - *86 + - *165 - *213 - *216 requestBody: @@ -31315,8 +31300,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - - *85 - - *164 + - *86 + - *165 - *213 - *216 responses: @@ -31343,8 +31328,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - - *85 - - *164 + - *86 + - *165 - *213 - *216 - name: content @@ -31363,8 +31348,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -31388,8 +31373,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true content: description: The reaction to use @@ -31441,7 +31426,7 @@ paths: content: heart created_at: '2016-05-20T20:09:31Z' headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31464,8 +31449,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - - *85 - - *164 + - *86 + - *165 - *213 - *216 requestBody: @@ -31555,8 +31540,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - - *85 - - *164 + - *86 + - *165 - *213 - *216 - &220 @@ -31590,8 +31575,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - - *85 - - *164 + - *86 + - *165 - *213 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -31609,8 +31594,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -31622,7 +31607,7 @@ paths: examples: default: *219 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31645,8 +31630,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - - *85 - - *164 + - *86 + - *165 - *213 requestBody: required: true @@ -31710,8 +31695,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-reaction parameters: - - *85 - - *164 + - *86 + - *165 - *213 - *220 responses: @@ -31736,10 +31721,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - - *85 - - *164 - - *17 - - *19 + - *86 + - *165 + - *18 + - *20 responses: '200': description: Response @@ -31747,11 +31732,11 @@ paths: application/json: schema: type: array - items: *147 + items: *148 examples: - default: *148 + default: *149 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31771,8 +31756,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members parameters: - - *85 - - *164 + - *86 + - *165 - name: role description: Filters members returned by their role in the team. in: query @@ -31784,8 +31769,8 @@ paths: - maintainer - all default: all - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -31793,11 +31778,11 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 + default: *153 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31824,9 +31809,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - - *85 - - *164 - - *113 + - *86 + - *165 + - *114 responses: '200': description: Response @@ -31893,9 +31878,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - - *85 - - *164 - - *113 + - *86 + - *165 + - *114 requestBody: required: false content: @@ -31955,9 +31940,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - - *85 - - *164 - - *113 + - *86 + - *165 + - *114 responses: '204': description: Response @@ -31982,10 +31967,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects parameters: - - *85 - - *164 - - *17 - - *19 + - *86 + - *165 + - *18 + - *20 responses: '200': description: Response @@ -32019,7 +32004,7 @@ paths: type: integer state: type: string - creator: *18 + creator: *19 created_at: type: string updated_at: @@ -32101,7 +32086,7 @@ paths: write: true admin: false headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32121,8 +32106,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project parameters: - - *85 - - *164 + - *86 + - *165 - &223 name: project_id description: The unique identifier of the project. @@ -32196,8 +32181,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions parameters: - - *85 - - *164 + - *86 + - *165 - *223 requestBody: required: false @@ -32261,8 +32246,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team parameters: - - *85 - - *164 + - *86 + - *165 - *223 responses: '204': @@ -32286,10 +32271,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - - *85 - - *164 - - *17 - - *19 + - *86 + - *165 + - *18 + - *20 responses: '200': description: Response @@ -32297,11 +32282,11 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: - default: *173 + default: *174 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32327,8 +32312,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *85 - - *164 + - *86 + - *165 - *224 - *225 responses: @@ -32359,8 +32344,8 @@ paths: title: License Simple description: License Simple type: object - properties: *69 - required: *70 + properties: *70 + required: *71 nullable: true forks: type: integer @@ -32388,8 +32373,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true private: description: Whether the repository is private or public. @@ -32904,8 +32889,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *85 - - *164 + - *86 + - *165 - *224 - *225 requestBody: @@ -32952,8 +32937,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - - *85 - - *164 + - *86 + - *165 - *224 - *225 responses: @@ -32978,10 +32963,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - - *85 - - *164 - - *17 - - *19 + - *86 + - *165 + - *18 + - *20 responses: '200': description: if child teams exist @@ -32989,7 +32974,7 @@ paths: application/json: schema: type: array - items: *122 + items: *123 examples: response-if-child-teams-exist: &527 value: @@ -33019,7 +33004,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos html_url: https://github.com/orgs/rails/teams/core headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33041,7 +33026,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization parameters: - - *85 + - *86 - name: security_product in: path description: The security feature to enable or disable. @@ -33145,8 +33130,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true created_at: type: string @@ -33218,10 +33203,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': *36 - '403': *28 - '401': *24 - '404': *6 + '304': *37 + '403': *29 + '401': *25 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33267,11 +33252,11 @@ paths: schema: *227 examples: default: *228 - '304': *36 - '403': *28 - '401': *24 - '404': *6 - '422': *7 + '304': *37 + '403': *29 + '401': *25 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33291,7 +33276,7 @@ paths: responses: '204': description: Response - '304': *36 + '304': *37 '403': description: Forbidden content: @@ -33307,8 +33292,8 @@ paths: type: array items: type: string - '401': *24 - '404': *6 + '401': *25 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33365,7 +33350,7 @@ paths: examples: default: value: - '304': *36 + '304': *37 '403': description: Forbidden content: @@ -33390,7 +33375,7 @@ paths: type: string field: type: string - '401': *24 + '401': *25 '503': description: Response content: @@ -33413,7 +33398,7 @@ paths: type: string message: type: string - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33498,10 +33483,10 @@ paths: name: To Do created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' - '304': *36 - '403': *28 - '404': *6 - '401': *24 + '304': *37 + '403': *29 + '404': *7 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33544,9 +33529,9 @@ paths: schema: *230 examples: default: *231 - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33566,9 +33551,9 @@ paths: responses: '204': description: Response - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33597,8 +33582,8 @@ paths: - archived - not_archived default: not_archived - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -33640,10 +33625,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: *49 - '304': *36 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33702,17 +33687,17 @@ paths: schema: *227 examples: default: *228 - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 '422': description: Validation failed content: application/json: schema: oneOf: - - *88 - *89 + - *90 '503': description: Response content: @@ -33785,10 +33770,10 @@ paths: examples: default: value: - '304': *36 - '403': *28 - '422': *7 - '401': *24 + '304': *37 + '403': *29 + '422': *8 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33813,7 +33798,7 @@ paths: description: Response content: application/json: - schema: *181 + schema: *182 examples: default: &232 value: @@ -33848,9 +33833,9 @@ paths: site_admin: false created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33914,13 +33899,13 @@ paths: description: Response content: application/json: - schema: *181 + schema: *182 examples: default: *232 '404': description: Not Found if the authenticated user does not have access to the project - '304': *36 + '304': *37 '403': description: Forbidden content: @@ -33936,9 +33921,9 @@ paths: type: array items: type: string - '401': *24 + '401': *25 '410': *233 - '422': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33959,7 +33944,7 @@ paths: responses: '204': description: Delete Success - '304': *36 + '304': *37 '403': description: Forbidden content: @@ -33975,9 +33960,9 @@ paths: type: array items: type: string - '401': *24 + '401': *25 '410': *233 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34015,8 +34000,8 @@ paths: - direct - all default: all - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -34024,16 +34009,16 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 + default: *153 headers: - Link: *49 - '404': *6 - '422': *15 - '304': *36 - '403': *28 - '401': *24 + Link: *50 + '404': *7 + '422': *16 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34052,7 +34037,7 @@ paths: url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator parameters: - *223 - - *113 + - *114 requestBody: required: false content: @@ -34078,11 +34063,11 @@ paths: responses: '204': description: Response - '404': *6 - '422': *15 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '422': *16 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34100,15 +34085,15 @@ paths: url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - *223 - - *113 + - *114 responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '422': *15 - '401': *24 + '304': *37 + '404': *7 + '403': *29 + '422': *16 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34129,7 +34114,7 @@ paths: url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user parameters: - *223 - - *113 + - *114 responses: '200': description: Response @@ -34146,8 +34131,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - permission @@ -34175,11 +34160,11 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *6 - '422': *15 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '422': *16 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34197,8 +34182,8 @@ paths: url: https://docs.github.com/rest/projects/columns#list-project-columns parameters: - *223 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -34219,10 +34204,10 @@ paths: created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' headers: - Link: *49 - '304': *36 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34273,10 +34258,10 @@ paths: name: To Do created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' - '304': *36 - '403': *28 - '422': *7 - '401': *24 + '304': *37 + '403': *29 + '422': *8 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34426,8 +34411,8 @@ paths: schema: type: integer format: timestamp - '304': *36 - '404': *6 + '304': *37 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34950,8 +34935,8 @@ paths: status: enabled secret_scanning_push_protection: status: disabled - '403': *28 - '404': *6 + '403': *29 + '404': *7 '301': *236 x-github: githubCloudOnly: false @@ -35191,10 +35176,10 @@ paths: description: Temporary Redirect content: application/json: - schema: *2 - '403': *28 - '422': *15 - '404': *6 + schema: *3 + '403': *29 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35240,7 +35225,7 @@ paths: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository '307': *238 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35264,8 +35249,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 - &265 name: name description: The name field of an artifact. When specified, only artifacts @@ -35397,7 +35382,7 @@ paths: head_branch: main head_sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35570,8 +35555,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 - &242 name: ref description: The full Git reference for narrowing down the cache. The `ref` @@ -35600,7 +35585,7 @@ paths: - last_accessed_at - size_in_bytes default: last_accessed_at - - *38 + - *39 responses: '200': description: Response @@ -35660,7 +35645,7 @@ paths: created_at: '2019-01-24T22:45:36.000Z' size_in_bytes: 1024 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36122,11 +36107,11 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: default: value: - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36177,8 +36162,8 @@ paths: include_claim_keys: - repo - context - '400': *14 - '404': *6 + '400': *15 + '404': *7 x-github: enabledForGitHubApps: true previews: [] @@ -36232,13 +36217,13 @@ paths: description: Empty response content: application/json: - schema: *108 + schema: *109 examples: default: value: - '404': *6 - '400': *14 - '422': *7 + '404': *7 + '400': *15 + '422': *8 x-github: enabledForGitHubApps: true previews: [] @@ -36263,8 +36248,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -36311,7 +36296,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36336,7 +36321,7 @@ paths: - *224 - *225 - *246 - - *19 + - *20 responses: '200': description: Response @@ -36395,7 +36380,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36428,7 +36413,7 @@ paths: enabled: &248 type: boolean description: Whether GitHub Actions is enabled on the repository. - allowed_actions: *94 + allowed_actions: *95 selected_actions_url: *247 required: - enabled @@ -36469,7 +36454,7 @@ paths: type: object properties: enabled: *248 - allowed_actions: *94 + allowed_actions: *95 required: - enabled examples: @@ -36585,9 +36570,9 @@ paths: description: Response content: application/json: - schema: *96 + schema: *97 examples: - default: *97 + default: *98 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -36615,9 +36600,9 @@ paths: required: false content: application/json: - schema: *96 + schema: *97 examples: - selected_actions: *97 + selected_actions: *98 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -36648,7 +36633,7 @@ paths: application/json: schema: *251 examples: - default: *100 + default: *101 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36683,7 +36668,7 @@ paths: application/json: schema: *252 examples: - default: *100 + default: *101 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36712,8 +36697,8 @@ paths: type: string - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -36729,11 +36714,11 @@ paths: type: integer runners: type: array - items: *101 + items: *102 examples: default: *253 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36833,8 +36818,8 @@ paths: work_folder: _work responses: '201': *256 - '404': *6 - '422': *7 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36869,7 +36854,7 @@ paths: description: Response content: application/json: - schema: *102 + schema: *103 examples: default: *257 x-github: @@ -36906,7 +36891,7 @@ paths: description: Response content: application/json: - schema: *102 + schema: *103 examples: default: *258 x-github: @@ -36932,13 +36917,13 @@ paths: parameters: - *224 - *225 - - *103 + - *104 responses: '200': description: Response content: application/json: - schema: *101 + schema: *102 examples: default: *259 x-github: @@ -36963,7 +36948,7 @@ paths: parameters: - *224 - *225 - - *103 + - *104 responses: '204': description: Response @@ -36990,10 +36975,10 @@ paths: parameters: - *224 - *225 - - *103 + - *104 responses: - '200': *105 - '404': *6 + '200': *106 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37016,7 +37001,7 @@ paths: parameters: - *224 - *225 - - *103 + - *104 requestBody: required: true content: @@ -37040,9 +37025,9 @@ paths: - gpu - accelerated responses: - '200': *105 - '404': *6 - '422': *7 + '200': *106 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37066,7 +37051,7 @@ paths: parameters: - *224 - *225 - - *103 + - *104 requestBody: required: true content: @@ -37091,9 +37076,9 @@ paths: - gpu - accelerated responses: - '200': *105 - '404': *6 - '422': *7 + '200': *106 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37117,10 +37102,10 @@ paths: parameters: - *224 - *225 - - *103 + - *104 responses: '200': *260 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37148,12 +37133,12 @@ paths: parameters: - *224 - *225 - - *103 + - *104 - *261 responses: - '200': *105 - '404': *6 - '422': *7 + '200': *106 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37227,8 +37212,8 @@ paths: - requested - waiting - pending - - *17 - - *19 + - *18 + - *20 - &283 name: created description: Returns workflow runs created within the given date-time range. @@ -37441,8 +37426,8 @@ paths: updated_at: type: string format: date-time - actor: *18 - triggering_actor: *18 + actor: *19 + triggering_actor: *19 run_started_at: type: string format: date-time @@ -37546,8 +37531,8 @@ paths: - author - committer nullable: true - repository: *109 - head_repository: *109 + repository: *110 + head_repository: *110 head_repository_id: type: integer example: 5 @@ -37799,7 +37784,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: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38164,7 +38149,7 @@ paths: - pending example: approved type: string - user: *18 + user: *19 comment: type: string description: The comment submitted with the deployment review @@ -38233,12 +38218,12 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: default: value: - '404': *6 - '403': *28 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38263,8 +38248,8 @@ paths: - *224 - *225 - *264 - - *17 - - *19 + - *18 + - *20 - *265 responses: '200': @@ -38285,7 +38270,7 @@ paths: examples: default: *266 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38352,8 +38337,8 @@ paths: - *225 - *264 - *268 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -38460,8 +38445,8 @@ paths: workflow_name: CI head_branch: main headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38523,11 +38508,11 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: default: value: - '409': *163 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38627,11 +38612,11 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: default: value: - '409': *163 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38669,8 +38654,8 @@ paths: - latest - all default: latest - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -38690,7 +38675,7 @@ paths: examples: default: *270 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38748,8 +38733,8 @@ paths: responses: '204': description: Response - '403': *28 - '500': *120 + '403': *29 + '500': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38841,8 +38826,8 @@ paths: example: User reviewer: anyOf: - - *18 - - *122 + - *19 + - *123 required: - environment - wait_timer @@ -39015,8 +39000,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true created_at: type: string @@ -39052,8 +39037,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true required: - id @@ -39150,7 +39135,7 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: default: value: @@ -39196,7 +39181,7 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: default: value: @@ -39362,8 +39347,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -39383,7 +39368,7 @@ paths: examples: default: *272 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39439,7 +39424,7 @@ paths: parameters: - *224 - *225 - - *107 + - *108 responses: '200': description: Response @@ -39475,7 +39460,7 @@ paths: parameters: - *224 - *225 - - *107 + - *108 requestBody: required: true content: @@ -39503,7 +39488,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *108 + schema: *109 examples: default: value: @@ -39531,7 +39516,7 @@ paths: parameters: - *224 - *225 - - *107 + - *108 responses: '204': description: Response @@ -39559,7 +39544,7 @@ paths: - *224 - *225 - *246 - - *19 + - *20 responses: '200': description: Response @@ -39579,7 +39564,7 @@ paths: examples: default: *276 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39628,7 +39613,7 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: default: value: @@ -39655,7 +39640,7 @@ paths: parameters: - *224 - *225 - - *111 + - *112 responses: '200': description: Response @@ -39691,7 +39676,7 @@ paths: parameters: - *224 - *225 - - *111 + - *112 requestBody: required: true content: @@ -39735,7 +39720,7 @@ paths: parameters: - *224 - *225 - - *111 + - *112 responses: '204': description: Response @@ -39762,8 +39747,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -39863,7 +39848,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: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40050,8 +40035,8 @@ paths: - *280 - *281 - *282 - - *17 - - *19 + - *18 + - *20 - *283 - *262 - *284 @@ -40075,7 +40060,7 @@ paths: examples: default: *286 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40164,10 +40149,10 @@ paths: parameters: - *224 - *225 - - *38 - - *17 - *39 + - *18 - *40 + - *41 - name: ref description: |- The Git reference for the activities you want to list. @@ -40266,8 +40251,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - id @@ -40308,8 +40293,8 @@ paths: type: User site_admin: false headers: - Link: *49 - '422': *7 + Link: *50 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40329,8 +40314,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -40338,12 +40323,12 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 + default: *153 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40380,7 +40365,7 @@ paths: description: Otherwise a `404` status code is returned. content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40512,7 +40497,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/autolinks/1 schema: type: string - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40549,7 +40534,7 @@ paths: schema: *287 examples: default: *288 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40574,7 +40559,7 @@ paths: responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40696,8 +40681,8 @@ paths: required: false schema: type: boolean - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -40798,17 +40783,17 @@ paths: description: The list of users with review dismissal access. type: array - items: *18 + items: *19 teams: description: The list of teams with review dismissal access. type: array - items: *122 + items: *123 apps: description: The list of apps with review dismissal access. type: array - items: *5 + items: *6 url: type: string example: '"https://api.github.com/repos/the-org/an-org-repo/branches/master/protection/dismissal_restrictions"' @@ -40827,17 +40812,17 @@ paths: description: The list of users allowed to bypass pull request requirements. type: array - items: *18 + items: *19 teams: description: The list of teams allowed to bypass pull request requirements. type: array - items: *122 + items: *123 apps: description: The list of apps allowed to bypass pull request requirements. type: array - items: *5 + items: *6 dismiss_stale_reviews: type: boolean example: true @@ -41139,8 +41124,8 @@ paths: - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41280,15 +41265,15 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true committer: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true parents: type: array @@ -41510,7 +41495,7 @@ paths: checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection '301': *236 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41708,7 +41693,7 @@ paths: enabled: true allow_fork_syncing: enabled: true - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42061,13 +42046,13 @@ paths: format: uri users: type: array - items: *18 + items: *19 teams: type: array - items: *122 + items: *123 apps: type: array - items: *5 + items: *6 required: - url - users_url @@ -42079,13 +42064,13 @@ paths: properties: users: type: array - items: *18 + items: *19 teams: type: array - items: *122 + items: *123 apps: type: array - items: *5 + items: *6 required: - users - teams @@ -42230,9 +42215,9 @@ paths: enabled: true allow_fork_syncing: enabled: true - '403': *28 - '422': *7 - '404': *6 + '403': *29 + '422': *8 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42258,7 +42243,7 @@ paths: responses: '204': description: Response - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42346,7 +42331,7 @@ paths: responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42575,7 +42560,7 @@ paths: schema: *296 examples: default: *297 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42601,7 +42586,7 @@ paths: responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42637,7 +42622,7 @@ paths: value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42667,7 +42652,7 @@ paths: schema: *294 examples: default: *298 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42692,7 +42677,7 @@ paths: responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42730,7 +42715,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': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42805,8 +42790,8 @@ paths: schema: *299 examples: default: *300 - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42868,7 +42853,7 @@ paths: default: value: - continuous-integration/travis-ci - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42934,9 +42919,9 @@ paths: value: - continuous-integration/travis-ci - continuous-integration/jenkins - '422': *15 - '403': *28 - '404': *6 + '422': *16 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43001,8 +42986,8 @@ paths: default: value: - continuous-integration/travis-ci - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43066,8 +43051,8 @@ paths: default: value: - continuous-integration/travis-ci - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43170,7 +43155,7 @@ paths: events: - push - pull_request - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43224,7 +43209,7 @@ paths: application/json: schema: type: array - items: *5 + items: *6 examples: default: &301 value: @@ -43264,7 +43249,7 @@ paths: events: - push - pull_request - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43321,10 +43306,10 @@ paths: application/json: schema: type: array - items: *5 + items: *6 examples: default: *301 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43382,10 +43367,10 @@ paths: application/json: schema: type: array - items: *5 + items: *6 examples: default: *301 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43442,10 +43427,10 @@ paths: application/json: schema: type: array - items: *5 + items: *6 examples: default: *301 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43476,10 +43461,10 @@ paths: application/json: schema: type: array - items: *122 + items: *123 examples: - default: *166 - '404': *6 + default: *167 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43536,10 +43521,10 @@ paths: application/json: schema: type: array - items: *122 + items: *123 examples: - default: *166 - '422': *15 + default: *167 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43597,10 +43582,10 @@ paths: application/json: schema: type: array - items: *122 + items: *123 examples: - default: *166 - '422': *15 + default: *167 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43657,10 +43642,10 @@ paths: application/json: schema: type: array - items: *122 + items: *123 examples: - default: *166 - '422': *15 + default: *167 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43691,10 +43676,10 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 - '404': *6 + default: *153 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43754,10 +43739,10 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 - '422': *15 + default: *153 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43818,10 +43803,10 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 - '422': *15 + default: *153 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43881,10 +43866,10 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 - '422': *15 + default: *153 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44021,9 +44006,9 @@ paths: - ci-test - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection - '403': *28 - '404': *6 - '422': *15 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44434,8 +44419,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true pull_requests: description: Pull requests that are open with a `head_sha` or @@ -44510,8 +44495,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true required: - id @@ -45105,8 +45090,8 @@ paths: - *224 - *225 - *305 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -45179,7 +45164,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: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45209,7 +45194,7 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: default: value: @@ -45218,13 +45203,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': *6 + schema: *3 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45342,10 +45327,10 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true - repository: *109 + repository: *110 created_at: type: string format: date-time @@ -45761,7 +45746,7 @@ paths: required: - app_id - setting - repository: *109 + repository: *110 examples: default: value: @@ -46078,8 +46063,8 @@ paths: - latest - all default: latest - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -46179,7 +46164,7 @@ paths: url: https://api.github.com/repos/github/hello-world name: hello-world headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46207,7 +46192,7 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: default: value: @@ -46238,8 +46223,8 @@ paths: - *225 - *312 - *313 - - *19 - - *17 + - *20 + - *18 - &326 name: ref description: The Git reference for the results you want to list. The `ref` @@ -46248,7 +46233,7 @@ paths: in: query required: false schema: *314 - - *38 + - *39 - name: sort description: The property by which to sort the results. in: query @@ -46281,22 +46266,22 @@ paths: items: type: object properties: - number: *44 - created_at: *45 - updated_at: *114 - url: *46 - html_url: *47 + number: *45 + created_at: *46 + updated_at: *115 + url: *47 + html_url: *48 instances_url: *317 - state: *119 - fixed_at: *115 + state: *120 + fixed_at: *116 dismissed_by: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true - dismissed_at: *116 + dismissed_at: *117 dismissed_reason: *318 dismissed_comment: *319 rule: *320 @@ -46416,15 +46401,15 @@ paths: end_column: 18 classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances - '304': *36 + '304': *37 '403': &323 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: - schema: *2 - '404': *6 - '503': *56 + schema: *3 + '404': *7 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46454,7 +46439,7 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *44 + schema: *45 responses: '200': description: Response @@ -46463,22 +46448,22 @@ paths: schema: &325 type: object properties: - number: *44 - created_at: *45 - updated_at: *114 - url: *46 - html_url: *47 + number: *45 + created_at: *46 + updated_at: *115 + url: *47 + html_url: *48 instances_url: *317 - state: *119 - fixed_at: *115 + state: *120 + fixed_at: *116 dismissed_by: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true - dismissed_at: *116 + dismissed_at: *117 dismissed_reason: *318 dismissed_comment: *319 rule: @@ -46622,10 +46607,10 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '304': *36 + '304': *37 '403': *323 - '404': *6 - '503': *56 + '404': *7 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46756,9 +46741,9 @@ paths: Security is not enabled for this repository content: application/json: - schema: *2 - '404': *6 - '503': *56 + schema: *3 + '404': *7 + '503': *57 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -46781,8 +46766,8 @@ paths: - *224 - *225 - *324 - - *19 - - *17 + - *20 + - *18 - *326 responses: '200': @@ -46831,8 +46816,8 @@ paths: classifications: - source '403': *323 - '404': *6 - '503': *56 + '404': *7 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46868,8 +46853,8 @@ paths: - *225 - *312 - *313 - - *19 - - *17 + - *20 + - *18 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` @@ -46885,7 +46870,7 @@ paths: type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 - - *38 + - *39 - name: sort description: The property by which to sort the results. in: query @@ -47005,8 +46990,8 @@ paths: deletable: true warning: '' '403': *323 - '404': *6 - '503': *56 + '404': *7 + '503': *57 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -47109,8 +47094,8 @@ paths: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 '403': *323 - '404': *6 - '503': *56 + '404': *7 + '503': *57 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -47243,10 +47228,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': *14 + '400': *15 '403': *331 - '404': *6 - '503': *56 + '404': *7 + '503': *57 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -47289,7 +47274,7 @@ paths: language: type: string description: The language of the CodeQL database. - uploader: *18 + uploader: *19 content_type: type: string description: The MIME type of the CodeQL database file. @@ -47387,8 +47372,8 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c '403': *323 - '404': *6 - '503': *56 + '404': *7 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47463,8 +47448,8 @@ paths: '302': &362 description: Found '403': *323 - '404': *6 - '503': *56 + '404': *7 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47548,8 +47533,8 @@ paths: updated_at: '2023-01-19T11:21:34Z' schedule: weekly '403': *323 - '404': *6 - '503': *56 + '404': *7 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47614,7 +47599,7 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: default: value: @@ -47640,14 +47625,14 @@ paths: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 '403': *331 - '404': *6 + '404': *7 '409': description: Response if there is already a validation run in progress with a different default setup configuration content: application/json: - schema: *2 - '503': *56 + schema: *3 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47784,10 +47769,10 @@ paths: '400': description: Bad Request if the sarif field is invalid '403': *331 - '404': *6 + '404': *7 '413': description: Payload Too Large if the sarif field is too large - '503': *56 + '503': *57 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -47856,7 +47841,7 @@ paths: '403': *323 '404': description: Not Found if the sarif id does not match any upload - '503': *56 + '503': *57 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -47997,8 +47982,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#list-codespaces-in-a-repository-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 - *224 - *225 responses: @@ -48016,7 +48001,7 @@ paths: type: integer codespaces: type: array - items: *153 + items: *154 examples: default: value: @@ -48292,10 +48277,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': *120 - '401': *24 - '403': *28 - '404': *6 + '500': *121 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48378,7 +48363,7 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *153 + schema: *154 examples: default: *334 '202': @@ -48386,14 +48371,14 @@ paths: being retried in the background content: application/json: - schema: *153 + schema: *154 examples: default: *334 - '400': *14 - '401': *24 - '403': *28 - '404': *6 - '503': *56 + '400': *15 + '401': *25 + '403': *29 + '404': *7 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48415,8 +48400,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: - - *17 - - *19 + - *18 + - *20 - *224 - *225 responses: @@ -48458,11 +48443,11 @@ paths: - path: ".devcontainer.json" display_name: Default project configuration total_count: 3 - '500': *120 - '400': *14 - '401': *24 - '403': *28 - '404': *6 + '500': *121 + '400': *15 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48541,11 +48526,11 @@ paths: storage_in_bytes: 68719476736 memory_in_bytes: 34359738368 cpus: 8 - '304': *36 - '500': *120 - '401': *24 - '403': *28 - '404': *6 + '304': *37 + '500': *121 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48590,7 +48575,7 @@ paths: schema: type: object properties: - billable_owner: *18 + billable_owner: *19 defaults: type: object required: @@ -48627,9 +48612,9 @@ paths: defaults: location: EastUs devcontainer_path: ".devcontainer/devcontainer.json" - '401': *24 - '403': *28 - '404': *6 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48692,11 +48677,11 @@ paths: default: value: accepted: true - '401': *24 - '403': *28 - '404': *6 - '422': *15 - '503': *56 + '401': *25 + '403': *29 + '404': *7 + '422': *16 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48719,8 +48704,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -48758,7 +48743,7 @@ paths: examples: default: *337 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48812,7 +48797,7 @@ paths: parameters: - *224 - *225 - - *107 + - *108 responses: '200': description: Response @@ -48842,7 +48827,7 @@ paths: parameters: - *224 - *225 - - *107 + - *108 requestBody: required: true content: @@ -48870,7 +48855,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *108 + schema: *109 examples: default: value: @@ -48896,7 +48881,7 @@ paths: parameters: - *224 - *225 - - *107 + - *108 responses: '204': description: Response @@ -48954,8 +48939,8 @@ paths: - push - maintain - admin - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -49105,8 +49090,8 @@ paths: admin: false role_name: write headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49132,7 +49117,7 @@ paths: parameters: - *224 - *225 - - *113 + - *114 responses: '204': description: Response if user is a collaborator @@ -49176,7 +49161,7 @@ paths: parameters: - *224 - *225 - - *113 + - *114 requestBody: required: false content: @@ -49212,20 +49197,20 @@ paths: description: Unique identifier of the repository invitation. example: 42 type: integer - repository: *109 + repository: *110 invitee: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true inviter: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true permissions: description: The permission associated with the invitation. @@ -49383,8 +49368,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': *15 - '403': *28 + '422': *16 + '403': *29 x-github: triggersNotification: true githubCloudOnly: false @@ -49424,12 +49409,12 @@ paths: parameters: - *224 - *225 - - *113 + - *114 responses: '204': description: No Content when collaborator was removed from the repository. - '422': *15 - '403': *28 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49455,7 +49440,7 @@ paths: parameters: - *224 - *225 - - *113 + - *114 responses: '200': description: if user has admin permissions @@ -49506,7 +49491,7 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49533,8 +49518,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -49574,8 +49559,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true created_at: type: string @@ -49583,8 +49568,8 @@ paths: updated_at: type: string format: date-time - author_association: *54 - reactions: *55 + author_association: *55 + reactions: *56 required: - url - html_url @@ -49634,7 +49619,7 @@ paths: updated_at: '2011-04-14T16:00:49Z' author_association: COLLABORATOR headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49661,7 +49646,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 responses: '200': description: Response @@ -49702,7 +49687,7 @@ paths: site_admin: false created_at: '2011-04-14T16:00:49Z' updated_at: '2011-04-14T16:00:49Z' - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49728,7 +49713,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 requestBody: required: true content: @@ -49785,7 +49770,7 @@ paths: site_admin: false created_at: '2011-04-14T16:00:49Z' updated_at: '2011-04-14T16:00:49Z' - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49803,11 +49788,11 @@ paths: parameters: - *224 - *225 - - *67 + - *68 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49826,7 +49811,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 - 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. @@ -49843,8 +49828,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -49856,8 +49841,8 @@ paths: examples: default: *219 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49877,7 +49862,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 requestBody: required: true content: @@ -49919,7 +49904,7 @@ paths: schema: *217 examples: default: *218 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49941,7 +49926,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 - *220 responses: '204': @@ -50017,7 +50002,7 @@ paths: required: false schema: type: string - - *58 + - *59 - 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`.' @@ -50026,8 +50011,8 @@ paths: schema: type: string format: date-time - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -50106,11 +50091,11 @@ paths: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: - Link: *49 - '500': *120 - '400': *14 - '404': *6 - '409': *163 + Link: *50 + '500': *121 + '400': *15 + '404': *7 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50178,8 +50163,8 @@ paths: sha: c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc url: https://api.github.com/repos/octocat/Hello-World/commits/c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc protected: false - '422': *15 - '409': *163 + '422': *16 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50207,8 +50192,8 @@ paths: - *224 - *225 - *346 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -50220,7 +50205,7 @@ paths: examples: default: *347 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50291,8 +50276,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/comments/1 schema: type: string - '403': *28 - '422': *15 + '403': *29 + '422': *16 x-github: triggersNotification: true githubCloudOnly: false @@ -50316,8 +50301,8 @@ paths: - *224 - *225 - *346 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -50391,8 +50376,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true body: type: string @@ -50463,20 +50448,20 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true assignees: type: array - items: *18 + items: *19 nullable: true requested_reviewers: type: array - items: *18 + items: *19 nullable: true requested_teams: type: array - items: *122 + items: *123 nullable: true head: type: object @@ -50485,15 +50470,15 @@ paths: type: string ref: type: string - repo: *51 + repo: *52 sha: type: string user: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - label @@ -50508,15 +50493,15 @@ paths: type: string ref: type: string - repo: *51 + repo: *52 sha: type: string user: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - label @@ -50552,13 +50537,13 @@ paths: - review_comments - review_comment - self - author_association: *54 + author_association: *55 auto_merge: &453 title: Auto merge description: The status of auto merging a pull request. type: object properties: - enabled_by: *18 + enabled_by: *19 merge_method: type: string description: The merge method to use. @@ -51095,8 +51080,8 @@ paths: auto_merge: draft: false headers: - Link: *49 - '409': *163 + Link: *50 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51153,8 +51138,8 @@ paths: parameters: - *224 - *225 - - *19 - - *17 + - *20 + - *18 - &352 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), @@ -51255,11 +51240,11 @@ paths: patch: |- @@ -29,7 +29,7 @@ ..... - '422': *15 - '404': *6 - '500': *120 - '503': *56 - '409': *163 + '422': *16 + '404': *7 + '500': *121 + '503': *57 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51299,8 +51284,8 @@ paths: - latest - all default: latest - - *17 - - *19 + - *18 + - *20 - name: app_id in: query required: false @@ -51325,7 +51310,7 @@ paths: examples: default: *355 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51358,8 +51343,8 @@ paths: type: integer example: 1 - *353 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -51550,7 +51535,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: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51578,8 +51563,8 @@ paths: - *224 - *225 - *352 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -51644,7 +51629,7 @@ paths: type: string total_count: type: integer - repository: *109 + repository: *110 commit_url: type: string format: uri @@ -51755,7 +51740,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': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51778,8 +51763,8 @@ paths: - *224 - *225 - *352 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -51819,8 +51804,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - url @@ -51867,7 +51852,7 @@ paths: type: User site_admin: false headers: - Link: *49 + Link: *50 '301': *236 x-github: githubCloudOnly: false @@ -51947,8 +51932,8 @@ paths: title: License Simple description: License Simple type: object - properties: *69 - required: *70 + properties: *70 + required: *71 nullable: true contributing: title: Community Health File @@ -52100,8 +52085,8 @@ paths: parameters: - *224 - *225 - - *19 - - *17 + - *20 + - *18 - 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 @@ -52405,9 +52390,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': *6 - '500': *120 - '503': *56 + '404': *7 + '500': *121 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52993,8 +52978,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': *6 - '403': *28 + '404': *7 + '403': *29 '302': *362 x-github: githubCloudOnly: false @@ -53302,9 +53287,9 @@ paths: reason: unsigned signature: payload: - '404': *6 - '422': *15 - '409': *163 + '404': *7 + '422': *16 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53422,10 +53407,10 @@ paths: reason: unsigned signature: payload: - '422': *15 - '404': *6 - '409': *163 - '503': *56 + '422': *16 + '404': *7 + '409': *164 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53453,8 +53438,8 @@ paths: required: false schema: type: string - - *17 - - *19 + - *18 + - *20 responses: '200': description: If repository contains content @@ -53544,11 +53529,11 @@ paths: site_admin: false contributions: 32 headers: - Link: *49 + Link: *50 '204': description: Response if repository is empty - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53569,19 +53554,19 @@ paths: parameters: - *224 - *225 - - *123 - *124 - *125 - *126 + - *127 - 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 - - *127 - *128 - - *38 + - *129 + - *39 - name: page description: "**Deprecated**. Page number of the results to fetch. Use cursor-based pagination with `before` or `after` instead." @@ -53598,10 +53583,10 @@ paths: schema: type: integer default: 30 - - *39 - *40 - - *129 + - *41 - *130 + - *131 responses: '200': description: Response @@ -53613,7 +53598,7 @@ paths: type: object description: A Dependabot alert. properties: - number: *44 + number: *45 state: type: string description: The state of the Dependabot alert. @@ -53628,7 +53613,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: *41 + package: *42 manifest_path: type: string description: The full path to the dependency manifest file, @@ -53643,18 +53628,18 @@ paths: - development - runtime security_advisory: *364 - security_vulnerability: *42 - url: *46 - html_url: *47 - created_at: *45 - updated_at: *114 - dismissed_at: *116 + security_vulnerability: *43 + url: *47 + html_url: *48 + created_at: *46 + updated_at: *115 + dismissed_at: *117 dismissed_by: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true dismissed_reason: type: string @@ -53672,7 +53657,7 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *115 + fixed_at: *116 auto_dismissed_at: *365 required: - number @@ -53862,11 +53847,11 @@ paths: dismissed_reason: dismissed_comment: fixed_at: - '304': *36 - '400': *14 - '403': *28 - '404': *6 - '422': *7 + '304': *37 + '400': *15 + '403': *29 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53897,7 +53882,7 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *44 + schema: *45 responses: '200': description: Response @@ -53984,9 +53969,9 @@ paths: dismissed_reason: dismissed_comment: fixed_at: - '304': *36 - '403': *28 - '404': *6 + '304': *37 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54149,11 +54134,11 @@ paths: dismissed_reason: tolerable_risk dismissed_comment: This alert is accurate but we use a sanitizer. fixed_at: - '400': *14 - '403': *28 - '404': *6 - '409': *163 - '422': *7 + '400': *15 + '403': *29 + '404': *7 + '409': *164 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54177,8 +54162,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -54225,7 +54210,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54278,7 +54263,7 @@ paths: parameters: - *224 - *225 - - *107 + - *108 responses: '200': description: Response @@ -54312,7 +54297,7 @@ paths: parameters: - *224 - *225 - - *107 + - *108 requestBody: required: true content: @@ -54340,7 +54325,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *108 + schema: *109 examples: default: value: @@ -54366,7 +54351,7 @@ paths: parameters: - *224 - *225 - - *107 + - *108 responses: '204': description: Response @@ -54525,14 +54510,14 @@ paths: advisory_summary: Ruby OpenID advisory_url: https://github.com/advisories/GHSA-fqfj-cmh6-hj49 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 '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 @@ -54724,9 +54709,9 @@ paths: licenseConcluded: MIT licenseDeclared: MIT headers: - Link: *49 - '404': *6 - '403': *28 + Link: *50 + '404': *7 + '403': *29 x-github: githubCloudOnly: false category: dependency-graph @@ -55030,8 +55015,8 @@ paths: type: string default: none nullable: true - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -55043,7 +55028,7 @@ paths: examples: default: *373 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55245,7 +55230,7 @@ paths: '409': description: Conflict when there is a merge conflict or the commit's status checks failed - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55315,7 +55300,7 @@ paths: repository_url: https://api.github.com/repos/octocat/example transient_environment: false production_environment: true - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55347,8 +55332,8 @@ paths: responses: '204': description: Response - '404': *6 - '422': *7 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55368,8 +55353,8 @@ paths: - *224 - *225 - *374 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -55408,8 +55393,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true description: description: A short description of the status. @@ -55465,8 +55450,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true required: - id @@ -55516,8 +55501,8 @@ paths: environment_url: https://test-branch.lab.acme.com log_url: https://example.com/deployment/42/output headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55654,7 +55639,7 @@ paths: example: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 schema: type: string - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55687,7 +55672,7 @@ paths: schema: *375 examples: default: *376 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55745,8 +55730,8 @@ paths: responses: '204': description: Response - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55770,8 +55755,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -55877,8 +55862,8 @@ paths: type: *377 reviewer: anyOf: - - *18 - - *122 + - *19 + - *123 required: - id - node_id @@ -56175,7 +56160,7 @@ paths: are set to the same value content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56222,8 +56207,8 @@ paths: - *224 - *225 - *379 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -56701,8 +56686,8 @@ paths: - *379 - *225 - *224 - - *19 - - *17 + - *20 + - *18 responses: '200': description: A list of custom deployment rule integrations available for @@ -56824,8 +56809,8 @@ paths: - *224 - *225 - *379 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -56845,7 +56830,7 @@ paths: examples: default: *272 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56903,7 +56888,7 @@ paths: - *224 - *225 - *379 - - *107 + - *108 responses: '200': description: Response @@ -56936,7 +56921,7 @@ paths: - *224 - *225 - *379 - - *107 + - *108 requestBody: required: true content: @@ -56967,7 +56952,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *108 + schema: *109 examples: default: value: @@ -56996,7 +56981,7 @@ paths: - *224 - *225 - *379 - - *107 + - *108 responses: '204': description: Default response @@ -57025,7 +57010,7 @@ paths: - *225 - *379 - *246 - - *19 + - *20 responses: '200': description: Response @@ -57045,7 +57030,7 @@ paths: examples: default: *276 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57095,7 +57080,7 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: default: value: @@ -57123,7 +57108,7 @@ paths: - *224 - *225 - *379 - - *111 + - *112 responses: '200': description: Response @@ -57154,7 +57139,7 @@ paths: parameters: - *224 - *225 - - *111 + - *112 - *379 requestBody: required: true @@ -57199,7 +57184,7 @@ paths: parameters: - *224 - *225 - - *111 + - *112 - *379 responses: '204': @@ -57223,8 +57208,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -57232,7 +57217,7 @@ paths: application/json: schema: type: array - items: *80 + items: *81 examples: 200-response: value: @@ -57313,8 +57298,8 @@ paths: - stargazers - watchers default: newest - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -57322,7 +57307,7 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: default: value: @@ -57435,8 +57420,8 @@ paths: url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== headers: - Link: *49 - '400': *14 + Link: *50 + '400': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57493,10 +57478,10 @@ paths: schema: *235 examples: default: *237 - '400': *14 - '422': *15 - '403': *28 - '404': *6 + '400': *15 + '422': *16 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57564,10 +57549,10 @@ paths: example: https://api.github.com/repos/octocat/example/git/blobs/3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15 schema: type: string - '404': *6 - '409': *163 - '403': *28 - '422': *15 + '404': *7 + '409': *164 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57641,10 +57626,10 @@ paths: sha: 3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15 size: 19 node_id: Q29udGVudCBvZiB0aGUgYmxvYg== - '404': *6 - '422': *15 - '403': *28 - '409': *163 + '404': *7 + '422': *16 + '403': *29 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57957,9 +57942,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/git/commits/7638417db6d59f3c431d3e1f261cc637155684cd schema: type: string - '422': *15 - '404': *6 - '409': *163 + '422': *16 + '404': *7 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58045,8 +58030,8 @@ paths: reason: unsigned signature: payload: - '404': *6 - '409': *163 + '404': *7 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58142,8 +58127,8 @@ paths: sha: 612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: - Link: *49 - '409': *163 + Link: *50 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58182,8 +58167,8 @@ paths: type: commit sha: aa218f56b14c9653891f9e74264a383fa43fefbd url: https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd - '404': *6 - '409': *163 + '404': *7 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58240,8 +58225,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA schema: type: string - '422': *15 - '409': *163 + '422': *16 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58294,8 +58279,8 @@ paths: schema: *394 examples: default: *395 - '422': *15 - '409': *163 + '422': *16 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58317,8 +58302,8 @@ paths: responses: '204': description: Response - '422': *15 - '409': *163 + '422': *16 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58519,8 +58504,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/git/tags/940bd336248efae0f9ee5bc7b2d5c985887b16ac schema: type: string - '422': *15 - '409': *163 + '422': *16 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58580,8 +58565,8 @@ paths: schema: *397 examples: default: *398 - '404': *6 - '409': *163 + '404': *7 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58763,10 +58748,10 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/trees/cd8274d15fa3ae2ab983129fb037999f264ba9a7 schema: type: string - '422': *15 - '404': *6 - '403': *28 - '409': *163 + '422': *16 + '404': *7 + '403': *29 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58852,9 +58837,9 @@ paths: sha: 7c258a9869f33c1e1e1f74fbb32f07c86cb5a75b url: https://api.github.com/repos/octocat/Hello-World/git/7c258a9869f33c1e1e1f74fbb32f07c86cb5a75b truncated: false - '422': *15 - '404': *6 - '409': *163 + '422': *16 + '404': *7 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58874,8 +58859,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -58912,7 +58897,7 @@ paths: example: - push - pull_request - config: *12 + config: *13 updated_at: type: string format: date-time @@ -58992,8 +58977,8 @@ paths: status: unused message: headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59029,10 +59014,10 @@ paths: type: object description: Key/value pairs to provide settings for this webhook. properties: - url: *8 - content_type: *9 - secret: *10 - insecure_ssl: *11 + url: *9 + content_type: *10 + secret: *11 + insecure_ssl: *12 events: type: array description: Determines what [events](https://docs.github.com/webhooks/event-payloads) @@ -59094,9 +59079,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/hooks/12345678 schema: type: string - '404': *6 - '422': *15 - '403': *28 + '404': *7 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59116,7 +59101,7 @@ paths: parameters: - *224 - *225 - - *138 + - *139 responses: '200': description: Response @@ -59125,7 +59110,7 @@ paths: schema: *400 examples: default: *401 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59146,7 +59131,7 @@ paths: parameters: - *224 - *225 - - *138 + - *139 requestBody: required: true content: @@ -59154,7 +59139,7 @@ paths: schema: type: object properties: - config: *12 + config: *13 events: type: array description: Determines what [events](https://docs.github.com/webhooks/event-payloads) @@ -59194,8 +59179,8 @@ paths: schema: *400 examples: default: *401 - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59213,11 +59198,11 @@ paths: parameters: - *224 - *225 - - *138 + - *139 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59239,15 +59224,15 @@ paths: parameters: - *224 - *225 - - *138 + - *139 responses: '200': description: Response content: application/json: - schema: *12 + schema: *13 examples: - default: *13 + default: *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59268,7 +59253,7 @@ paths: parameters: - *224 - *225 - - *138 + - *139 requestBody: required: false content: @@ -59277,10 +59262,10 @@ paths: type: object additionalProperties: false properties: - url: *8 - content_type: *9 - secret: *10 - insecure_ssl: *11 + url: *9 + content_type: *10 + secret: *11 + insecure_ssl: *12 examples: default: summary: Example of updating content type and URL @@ -59292,9 +59277,9 @@ paths: description: Response content: application/json: - schema: *12 + schema: *13 examples: - default: *13 + default: *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59314,9 +59299,9 @@ paths: parameters: - *224 - *225 - - *138 - - *17 - *139 + - *18 + - *140 - name: redelivery in: query required: false @@ -59329,11 +59314,11 @@ paths: application/json: schema: type: array - items: *140 + items: *141 examples: - default: *141 - '400': *14 - '422': *15 + default: *142 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59352,18 +59337,18 @@ paths: parameters: - *224 - *225 - - *138 - - *16 + - *139 + - *17 responses: '200': description: Response content: application/json: - schema: *142 + schema: *143 examples: - default: *143 - '400': *14 - '422': *15 + default: *144 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59382,12 +59367,12 @@ paths: parameters: - *224 - *225 - - *138 - - *16 + - *139 + - *17 responses: - '202': *90 - '400': *14 - '422': *15 + '202': *91 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59407,11 +59392,11 @@ paths: parameters: - *224 - *225 - - *138 + - *139 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59433,11 +59418,11 @@ paths: parameters: - *224 - *225 - - *138 + - *139 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59611,12 +59596,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': *6 + '404': *7 '503': &403 description: Unavailable due to service under maintenance. content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59712,8 +59697,8 @@ paths: example: https://api.github.com/repos/spraints/socm/import schema: type: string - '422': *15 - '404': *6 + '422': *16 + '404': *7 '503': *403 x-github: githubCloudOnly: false @@ -59960,7 +59945,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': *6 + '404': *7 '503': *403 x-github: githubCloudOnly: false @@ -60027,8 +60012,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': *15 - '404': *6 + '422': *16 + '404': *7 '503': *403 x-github: githubCloudOnly: false @@ -60152,7 +60137,7 @@ paths: schema: *402 examples: default: *405 - '422': *15 + '422': *16 '503': *403 x-github: githubCloudOnly: false @@ -60183,11 +60168,11 @@ paths: description: Response content: application/json: - schema: *21 + schema: *22 examples: default: *406 '301': *236 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -60215,7 +60200,7 @@ paths: application/json: schema: anyOf: - - *145 + - *146 - type: object properties: {} additionalProperties: false @@ -60263,7 +60248,7 @@ paths: description: Response content: application/json: - schema: *145 + schema: *146 examples: default: *408 '409': @@ -60313,8 +60298,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -60438,7 +60423,7 @@ paths: html_url: https://github.com/octocat/Hello-World/invitations node_id: MDQ6VXNlcjE= headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60457,7 +60442,7 @@ paths: parameters: - *224 - *225 - - *149 + - *150 requestBody: required: false content: @@ -60619,7 +60604,7 @@ paths: parameters: - *224 - *225 - - *149 + - *150 responses: '204': description: Response @@ -60693,7 +60678,7 @@ paths: required: false schema: type: string - - *150 + - *151 - name: sort description: What to sort results by. in: query @@ -60705,10 +60690,10 @@ paths: - updated - comments default: created - - *38 - - *58 - - *17 - - *19 + - *39 + - *59 + - *18 + - *20 responses: '200': description: Response @@ -60716,7 +60701,7 @@ paths: application/json: schema: type: array - items: *68 + items: *69 examples: default: value: @@ -60865,10 +60850,10 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *49 + Link: *50 '301': *236 - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60971,7 +60956,7 @@ paths: description: Response content: application/json: - schema: *68 + schema: *69 examples: default: &415 value: @@ -61124,11 +61109,11 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 schema: type: string - '400': *14 - '403': *28 - '422': *15 - '503': *56 - '404': *6 + '400': *15 + '403': *29 + '422': *16 + '503': *57 + '404': *7 '410': *233 x-github: triggersNotification: true @@ -61159,7 +61144,7 @@ paths: parameters: - *224 - *225 - - *78 + - *79 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -61169,9 +61154,9 @@ paths: enum: - asc - desc - - *58 - - *17 - - *19 + - *59 + - *18 + - *20 responses: '200': description: Response @@ -61212,9 +61197,9 @@ paths: issue_url: https://api.github.com/repos/octocat/Hello-World/issues/1347 author_association: COLLABORATOR headers: - Link: *49 - '422': *15 - '404': *6 + Link: *50 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61241,7 +61226,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 responses: '200': description: Response @@ -61279,7 +61264,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': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61305,7 +61290,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 requestBody: required: true content: @@ -61330,7 +61315,7 @@ paths: schema: *410 examples: default: *411 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61349,7 +61334,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 responses: '204': description: Response @@ -61371,7 +61356,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 - 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. @@ -61388,8 +61373,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -61401,8 +61386,8 @@ paths: examples: default: *219 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61422,7 +61407,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 requestBody: required: true content: @@ -61464,7 +61449,7 @@ paths: schema: *217 examples: default: *218 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61486,7 +61471,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 - *220 responses: '204': @@ -61509,8 +61494,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -61538,8 +61523,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true event: type: string @@ -61582,31 +61567,31 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true assigner: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true review_requester: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true requested_reviewer: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true - requested_team: *122 + requested_team: *123 dismissed_review: title: Issue Event Dismissed Review type: object @@ -61671,7 +61656,7 @@ paths: required: - from - to - author_association: *54 + author_association: *55 lock_reason: type: string nullable: true @@ -61683,8 +61668,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true required: - id @@ -61851,8 +61836,8 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *49 - '422': *15 + Link: *50 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62073,9 +62058,9 @@ paths: updated_at: '2011-04-22T13:33:48Z' author_association: COLLABORATOR state_reason: completed - '404': *6 + '404': *7 '410': *233 - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62124,13 +62109,13 @@ paths: description: Response content: application/json: - schema: *68 + schema: *69 examples: default: *415 '301': *236 - '404': *6 + '404': *7 '410': *233 - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62250,14 +62235,14 @@ paths: description: Response content: application/json: - schema: *68 + schema: *69 examples: default: *415 - '422': *15 - '503': *56 - '403': *28 + '422': *16 + '503': *57 + '403': *29 '301': *236 - '404': *6 + '404': *7 '410': *233 x-github: githubCloudOnly: false @@ -62304,7 +62289,7 @@ paths: description: Response content: application/json: - schema: *68 + schema: *69 examples: default: *415 x-github: @@ -62349,7 +62334,7 @@ paths: description: Response content: application/json: - schema: *68 + schema: *69 examples: default: *415 x-github: @@ -62388,7 +62373,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 @@ -62418,9 +62403,9 @@ paths: - *224 - *225 - *416 - - *58 - - *17 - - *19 + - *59 + - *18 + - *20 responses: '200': description: Response @@ -62432,8 +62417,8 @@ paths: examples: default: *417 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 '410': *233 x-github: githubCloudOnly: false @@ -62495,10 +62480,10 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string - '403': *28 + '403': *29 '410': *233 - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: triggersNotification: true githubCloudOnly: false @@ -62519,8 +62504,8 @@ paths: - *224 - *225 - *416 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -62543,7 +62528,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -62562,8 +62547,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true label: type: object @@ -62597,7 +62582,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -62616,8 +62601,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true label: type: object @@ -62650,7 +62635,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -62661,9 +62646,9 @@ paths: nullable: true created_at: type: string - performed_via_github_app: *5 - assignee: *18 - assigner: *18 + performed_via_github_app: *6 + assignee: *19 + assigner: *19 required: - id - node_id @@ -62686,7 +62671,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -62705,11 +62690,11 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true - assignee: *18 - assigner: *18 + assignee: *19 + assigner: *19 required: - id - node_id @@ -62733,7 +62718,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -62752,8 +62737,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true milestone: type: object @@ -62784,7 +62769,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -62803,8 +62788,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true milestone: type: object @@ -62835,7 +62820,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -62854,8 +62839,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true rename: type: object @@ -62889,7 +62874,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -62908,12 +62893,12 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true - review_requester: *18 - requested_team: *122 - requested_reviewer: *18 + review_requester: *19 + requested_team: *123 + requested_reviewer: *19 required: - review_requester - id @@ -62936,7 +62921,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -62955,12 +62940,12 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true - review_requester: *18 - requested_team: *122 - requested_reviewer: *18 + review_requester: *19 + requested_team: *123 + requested_reviewer: *19 required: - review_requester - id @@ -62983,7 +62968,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -63002,8 +62987,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true dismissed_review: type: object @@ -63043,7 +63028,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -63062,8 +63047,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true lock_reason: type: string @@ -63091,7 +63076,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -63110,8 +63095,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true project_card: type: object @@ -63157,7 +63142,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -63176,8 +63161,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true project_card: type: object @@ -63223,7 +63208,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -63242,8 +63227,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true project_card: type: object @@ -63289,7 +63274,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -63300,7 +63285,7 @@ paths: nullable: true created_at: type: string - performed_via_github_app: *5 + performed_via_github_app: *6 project_card: type: object properties: @@ -63368,7 +63353,7 @@ paths: name: label color: red headers: - Link: *49 + Link: *50 '410': *233 x-github: githubCloudOnly: false @@ -63389,8 +63374,8 @@ paths: - *224 - *225 - *416 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -63458,9 +63443,9 @@ paths: color: a2eeef default: false headers: - Link: *49 + Link: *50 '301': *236 - '404': *6 + '404': *7 '410': *233 x-github: githubCloudOnly: false @@ -63543,9 +63528,9 @@ paths: examples: default: *419 '301': *236 - '404': *6 + '404': *7 '410': *233 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63627,9 +63612,9 @@ paths: examples: default: *419 '301': *236 - '404': *6 + '404': *7 '410': *233 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63652,7 +63637,7 @@ paths: '204': description: Response '301': *236 - '404': *6 + '404': *7 '410': *233 x-github: githubCloudOnly: false @@ -63699,7 +63684,7 @@ paths: color: f29513 default: true '301': *236 - '404': *6 + '404': *7 '410': *233 x-github: githubCloudOnly: false @@ -63749,10 +63734,10 @@ paths: responses: '204': description: Response - '403': *28 + '403': *29 '410': *233 - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63774,8 +63759,8 @@ paths: responses: '204': description: Response - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63811,8 +63796,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -63824,8 +63809,8 @@ paths: examples: default: *219 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 '410': *233 x-github: githubCloudOnly: false @@ -63888,7 +63873,7 @@ paths: schema: *217 examples: default: *218 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -63934,8 +63919,8 @@ paths: - *224 - *225 - *416 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -63967,7 +63952,7 @@ paths: properties: event: type: string - actor: *18 + actor: *19 id: description: Unique identifier of the issue comment example: 42 @@ -63991,7 +63976,7 @@ paths: html_url: type: string format: uri - user: *18 + user: *19 created_at: type: string format: date-time @@ -64003,7 +63988,7 @@ paths: issue_url: type: string format: uri - author_association: *54 + author_association: *55 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. They @@ -64012,10 +63997,10 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true - reactions: *55 + reactions: *56 required: - event - actor @@ -64034,7 +64019,7 @@ paths: properties: event: type: string - actor: *18 + actor: *19 created_at: type: string format: date-time @@ -64046,7 +64031,7 @@ paths: properties: type: type: string - issue: *68 + issue: *69 required: - event - created_at @@ -64190,7 +64175,7 @@ paths: node_id: type: string example: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= - user: *18 + user: *19 body: nullable: true description: The text of the review. @@ -64238,7 +64223,7 @@ paths: type: string body_text: type: string - author_association: *54 + author_association: *55 required: - event - id @@ -64323,7 +64308,7 @@ paths: description: The comment ID to reply to. example: 8 type: integer - user: *18 + user: *19 body: description: The text of the comment. example: We should probably include a check for null @@ -64348,7 +64333,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *54 + author_association: *55 _links: type: object properties: @@ -64432,7 +64417,7 @@ paths: enum: - line - file - reactions: *55 + reactions: *56 body_html: type: string example: '"

comment body

"' @@ -64479,7 +64464,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -64498,10 +64483,10 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true - assignee: *18 + assignee: *19 required: - id - node_id @@ -64523,7 +64508,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -64542,10 +64527,10 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true - assignee: *18 + assignee: *19 required: - id - node_id @@ -64567,7 +64552,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -64586,8 +64571,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true state_reason: type: string @@ -64755,8 +64740,8 @@ paths: type: User site_admin: true headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 '410': *233 x-github: githubCloudOnly: false @@ -64776,8 +64761,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -64831,7 +64816,7 @@ paths: added_by: octocat last_used: '2022-01-10T15:53:42Z' headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64902,7 +64887,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/keys/1 schema: type: string - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64936,7 +64921,7 @@ paths: schema: *433 examples: default: *434 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64977,8 +64962,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -64990,8 +64975,8 @@ paths: examples: default: *419 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65062,8 +65047,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/labels/bug schema: type: string - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65095,7 +65080,7 @@ paths: schema: *418 examples: default: *436 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65308,8 +65293,8 @@ paths: title: License Simple description: License Simple type: object - properties: *69 - required: *70 + properties: *70 + required: *71 nullable: true required: - _links @@ -65373,7 +65358,7 @@ paths: spdx_id: MIT url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65501,8 +65486,8 @@ paths: description: Not Found when the base or head does not exist '409': description: Conflict when there is a merge conflict - '403': *28 - '422': *15 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65552,8 +65537,8 @@ paths: - asc - desc default: asc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -65605,8 +65590,8 @@ paths: closed_at: '2013-02-12T13:22:01Z' due_on: '2012-10-09T23:39:01Z' headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65706,8 +65691,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/milestones/1 schema: type: string - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65741,7 +65726,7 @@ paths: schema: *438 examples: default: *439 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65821,7 +65806,7 @@ paths: responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65841,8 +65826,8 @@ paths: - *224 - *225 - *440 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -65854,7 +65839,7 @@ paths: examples: default: *419 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65875,10 +65860,10 @@ paths: - *225 - *441 - *442 - - *58 + - *59 - *443 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -65886,11 +65871,11 @@ paths: application/json: schema: type: array - items: *81 + items: *82 examples: default: *444 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -66121,7 +66106,7 @@ paths: - developer.github.com expires_at: '2021-05-22' https_enforced: true - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66200,8 +66185,8 @@ paths: schema: *445 examples: default: *446 - '422': *15 - '409': *163 + '422': *16 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66299,9 +66284,9 @@ paths: responses: '204': description: Response - '422': *15 - '400': *14 - '409': *163 + '422': *16 + '400': *15 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66327,9 +66312,9 @@ paths: responses: '204': description: Response - '422': *15 - '404': *6 - '409': *163 + '422': *16 + '404': *7 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66351,8 +66336,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -66382,8 +66367,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true commit: type: string @@ -66435,7 +66420,7 @@ paths: created_at: '2014-02-10T19:00:49Z' updated_at: '2014-02-10T19:00:51Z' headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66676,9 +66661,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': *14 - '422': *15 - '404': *6 + '400': *15 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66738,7 +66723,7 @@ paths: default: value: status: succeed - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66762,8 +66747,8 @@ paths: - *225 - *449 responses: - '204': *180 - '404': *6 + '204': *181 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67019,7 +67004,7 @@ paths: description: Empty response content: application/json: - schema: *108 + schema: *109 examples: default: value: @@ -67027,7 +67012,7 @@ paths: description: Custom domains are not available for GitHub Pages '422': description: There isn't a CNAME for this page - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67066,7 +67051,7 @@ paths: default: value: enabled: true - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67087,8 +67072,8 @@ paths: - *224 - *225 responses: - '204': *180 - '422': *14 + '204': *181 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67109,8 +67094,8 @@ paths: - *224 - *225 responses: - '204': *180 - '422': *14 + '204': *181 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67143,8 +67128,8 @@ paths: - closed - all default: open - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -67152,7 +67137,7 @@ paths: application/json: schema: type: array - items: *181 + items: *182 examples: default: value: @@ -67188,12 +67173,12 @@ paths: created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' headers: - Link: *49 - '401': *24 - '403': *28 - '404': *6 + Link: *50 + '401': *25 + '403': *29 + '404': *7 '410': *233 - '422': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67239,14 +67224,14 @@ paths: description: Response content: application/json: - schema: *181 + schema: *182 examples: default: *232 - '401': *24 - '403': *28 - '404': *6 + '401': *25 + '403': *29 + '404': *7 '410': *233 - '422': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67274,7 +67259,7 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: default: value: @@ -67284,8 +67269,8 @@ paths: value: web - property_name: team value: octocat - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67318,7 +67303,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *186 + items: *187 required: - properties examples: @@ -67335,9 +67320,9 @@ paths: '204': description: No Content when custom property values are successfully created or updated - '403': *28 - '404': *6 - '422': *15 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67422,8 +67407,8 @@ paths: enum: - asc - desc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -67435,9 +67420,9 @@ paths: examples: default: *451 headers: - Link: *49 - '304': *36 - '422': *15 + Link: *50 + '304': *37 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67604,7 +67589,7 @@ paths: description: The title of the pull request. example: Amazing new feature type: string - user: *18 + user: *19 body: type: string example: Please pull these awesome changes @@ -67675,16 +67660,16 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true assignees: type: array - items: *18 + items: *19 nullable: true requested_reviewers: type: array - items: *18 + items: *19 nullable: true requested_teams: type: array @@ -68412,8 +68397,8 @@ paths: title: License Simple description: License Simple type: object - properties: *69 - required: *70 + properties: *70 + required: *71 nullable: true pushed_at: type: string @@ -68615,7 +68600,7 @@ paths: - review_comments - review_comment - self - author_association: *54 + author_association: *55 auto_merge: *453 draft: description: Indicates whether or not the pull request is a draft. @@ -68638,8 +68623,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true comments: type: integer @@ -69207,8 +69192,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/1347 schema: type: string - '403': *28 - '422': *15 + '403': *29 + '422': *16 x-github: triggersNotification: true githubCloudOnly: false @@ -69255,9 +69240,9 @@ paths: enum: - asc - desc - - *58 - - *17 - - *19 + - *59 + - *18 + - *20 responses: '200': description: Response @@ -69319,7 +69304,7 @@ paths: original_line: 2 side: RIGHT headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69346,7 +69331,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 responses: '200': description: Response @@ -69405,7 +69390,7 @@ paths: line: 2 original_line: 2 side: RIGHT - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69431,7 +69416,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 requestBody: required: true content: @@ -69473,11 +69458,11 @@ paths: parameters: - *224 - *225 - - *67 + - *68 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69496,7 +69481,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 - 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. @@ -69513,8 +69498,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -69526,8 +69511,8 @@ paths: examples: default: *219 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69547,7 +69532,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 requestBody: required: true content: @@ -69589,7 +69574,7 @@ paths: schema: *217 examples: default: *218 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69611,7 +69596,7 @@ paths: parameters: - *224 - *225 - - *67 + - *68 - *220 responses: '204': @@ -69673,10 +69658,10 @@ paths: schema: *456 examples: default: *457 - '304': *36 - '404': *6 - '500': *120 - '503': *56 + '304': *37 + '404': *7 + '500': *121 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69750,8 +69735,8 @@ paths: schema: *456 examples: default: *457 - '422': *15 - '403': *28 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69833,7 +69818,7 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *153 + schema: *154 examples: default: *334 '202': @@ -69841,13 +69826,13 @@ paths: being retried in the background content: application/json: - schema: *153 + schema: *154 examples: default: *334 - '401': *24 - '403': *28 - '404': *6 - '503': *56 + '401': *25 + '403': *29 + '404': *7 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -69876,7 +69861,7 @@ paths: - *224 - *225 - *458 - - *78 + - *79 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -69886,9 +69871,9 @@ paths: enum: - asc - desc - - *58 - - *17 - - *19 + - *59 + - *18 + - *20 responses: '200': description: Response @@ -69900,7 +69885,7 @@ paths: examples: default: *459 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70096,8 +70081,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 schema: type: string - '422': *15 - '403': *28 + '422': *16 + '403': *29 x-github: triggersNotification: true githubCloudOnly: false @@ -70129,7 +70114,7 @@ paths: - *224 - *225 - *458 - - *67 + - *68 requestBody: required: true content: @@ -70209,7 +70194,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 schema: type: string - '404': *6 + '404': *7 x-github: triggersNotification: true githubCloudOnly: false @@ -70241,8 +70226,8 @@ paths: - *224 - *225 - *458 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -70254,7 +70239,7 @@ paths: examples: default: *460 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70286,8 +70271,8 @@ paths: - *224 - *225 - *458 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -70311,10 +70296,10 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" headers: - Link: *49 - '422': *15 - '500': *120 - '503': *56 + Link: *50 + '422': *16 + '500': *121 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70447,9 +70432,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': *15 - '403': *28 - '404': *6 + '422': *16 + '403': *29 + '404': *7 x-github: triggersNotification: true githubCloudOnly: false @@ -70486,10 +70471,10 @@ paths: properties: users: type: array - items: *18 + items: *19 teams: type: array - items: *122 + items: *123 required: - users - teams @@ -70530,7 +70515,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71105,7 +71090,7 @@ paths: draft: false '422': description: Unprocessable Entity if user is not a collaborator - '403': *28 + '403': *29 x-github: triggersNotification: true githubCloudOnly: false @@ -71639,7 +71624,7 @@ paths: author_association: OWNER auto_merge: draft: false - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71667,8 +71652,8 @@ paths: - *224 - *225 - *458 - - *17 - - *19 + - *18 + - *20 responses: '200': description: The list of reviews returns in chronological order. @@ -71692,8 +71677,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true body: description: The text of the review. @@ -71744,7 +71729,7 @@ paths: type: string body_text: type: string - author_association: *54 + author_association: *55 required: - id - node_id @@ -71793,7 +71778,7 @@ paths: commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71951,8 +71936,8 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '422': *7 - '403': *28 + '422': *8 + '403': *29 x-github: triggersNotification: true githubCloudOnly: false @@ -72030,7 +72015,7 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72118,7 +72103,7 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '422': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72154,8 +72139,8 @@ paths: schema: *461 examples: default: *463 - '422': *7 - '404': *6 + '422': *8 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72184,8 +72169,8 @@ paths: - *225 - *458 - *462 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -72238,8 +72223,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true body: type: string @@ -72260,7 +72245,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *54 + author_association: *55 _links: type: object properties: @@ -72275,7 +72260,7 @@ paths: type: string body_html: type: string - reactions: *55 + reactions: *56 side: description: The side of the first line of the range for a multi-line comment. @@ -72380,8 +72365,8 @@ paths: pull_request: href: https://api.github.com/repos/octocat/Hello-World/pulls/1 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72478,8 +72463,8 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '404': *6 - '422': *7 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72545,9 +72530,9 @@ paths: schema: *461 examples: default: *464 - '404': *6 - '422': *7 - '403': *28 + '404': *7 + '422': *8 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72606,8 +72591,8 @@ paths: value: message: Updating pull request branch. url: https://github.com/repos/octocat/Hello-World/pulls/53 - '422': *15 - '403': *28 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -72663,8 +72648,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': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72711,8 +72696,8 @@ paths: schema: *465 examples: default: *466 - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72734,8 +72719,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -72803,7 +72788,7 @@ paths: type: string format: date-time nullable: true - author: *18 + author: *19 assets: type: array items: &468 @@ -72850,8 +72835,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - id @@ -72877,7 +72862,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *55 + reactions: *56 required: - assets_url - upload_url @@ -72967,8 +72952,8 @@ paths: type: User site_admin: false headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73145,8 +73130,8 @@ paths: description: Not Found if the discussion category name is invalid content: application/json: - schema: *2 - '422': *15 + schema: *3 + '422': *16 x-github: triggersNotification: true githubCloudOnly: false @@ -73216,7 +73201,7 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *6 + '404': *7 '302': *362 x-github: githubCloudOnly: false @@ -73373,7 +73358,7 @@ paths: value: name: Release v1.0.0 is now available! body: "##Changes in Release v1.0.0 ... ##Contributors @monalisa" - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73436,7 +73421,7 @@ paths: schema: *467 examples: default: *471 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73567,7 +73552,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 @@ -73608,8 +73593,8 @@ paths: - *224 - *225 - *472 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -73653,7 +73638,7 @@ paths: type: User site_admin: false headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73796,8 +73781,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -73809,8 +73794,8 @@ paths: examples: default: *219 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73870,7 +73855,7 @@ paths: schema: *217 examples: default: *218 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73920,8 +73905,8 @@ paths: - *224 - *225 - *292 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -74037,8 +74022,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 - name: includes_parents description: Include rulesets configured at higher levels that apply to this repository @@ -74054,7 +74039,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -74084,8 +74069,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': *6 - '500': *120 + '404': *7 + '500': *121 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -74120,16 +74105,16 @@ paths: enum: - branch - tag - enforcement: *192 + enforcement: *193 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *193 - conditions: *190 + items: *194 + conditions: *191 rules: type: array description: An array of rules within the ruleset. - items: *195 + items: *196 required: - name - enforcement @@ -74160,7 +74145,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: &497 value: @@ -74194,8 +74179,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': *6 - '500': *120 + '404': *7 + '500': *121 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -74221,8 +74206,8 @@ paths: - *489 - *490 - *491 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -74231,8 +74216,8 @@ paths: schema: *492 examples: default: *493 - '404': *6 - '500': *120 + '404': *7 + '500': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74262,8 +74247,8 @@ paths: schema: *495 examples: default: *496 - '404': *6 - '500': *120 + '404': *7 + '500': *121 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74306,11 +74291,11 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: *497 - '404': *6 - '500': *120 + '404': *7 + '500': *121 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -74351,16 +74336,16 @@ paths: enum: - branch - tag - enforcement: *192 + enforcement: *193 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *193 - conditions: *190 + items: *194 + conditions: *191 rules: description: An array of rules within the ruleset. type: array - items: *195 + items: *196 examples: default: value: @@ -74388,11 +74373,11 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: *497 - '404': *6 - '500': *120 + '404': *7 + '500': *121 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -74419,8 +74404,8 @@ paths: responses: '204': description: Response - '404': *6 - '500': *120 + '404': *7 + '500': *121 "/repos/{owner}/{repo}/secret-scanning/alerts": get: summary: List secret scanning alerts for a repository @@ -74439,16 +74424,16 @@ paths: parameters: - *224 - *225 - - *198 - *199 - *200 - *201 - - *38 - - *19 - - *17 + - *202 + - *39 + - *20 + - *18 - *498 - *499 - - *202 + - *203 responses: '200': description: Response @@ -74459,8 +74444,8 @@ paths: items: &502 type: object properties: - number: *44 - created_at: *45 + number: *45 + created_at: *46 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -74468,8 +74453,8 @@ paths: format: date-time readOnly: true nullable: true - url: *46 - html_url: *47 + url: *47 + html_url: *48 locations_url: type: string format: uri @@ -74487,8 +74472,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true resolution_comment: type: string @@ -74514,8 +74499,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true push_protection_bypassed_at: type: string @@ -74606,7 +74591,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *56 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74657,11 +74642,11 @@ paths: push_protection_bypassed_at: resolution_comment: validity: unknown - '304': *36 + '304': *37 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *56 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74758,7 +74743,7 @@ paths: repository, or the resource is not found '422': description: State does not match the resolution or resolution comment - '503': *56 + '503': *57 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -74783,8 +74768,8 @@ paths: - *224 - *225 - *324 - - *19 - - *17 + - *20 + - *18 responses: '200': description: Response @@ -75126,11 +75111,11 @@ paths: details: pull_request_review_comment_url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/12 headers: - Link: *49 + Link: *50 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *56 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75154,7 +75139,7 @@ paths: parameters: - *224 - *225 - - *38 + - *39 - name: sort description: The property to sort the results by. in: query @@ -75166,8 +75151,8 @@ paths: - updated - published default: created - - *39 - *40 + - *41 - 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)." @@ -75200,8 +75185,8 @@ paths: items: *503 examples: default: *504 - '400': *14 - '404': *6 + '400': *15 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75254,7 +75239,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *205 + ecosystem: *1 name: type: string description: The unique package name within its ecosystem. @@ -75590,9 +75575,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': *28 - '404': *6 - '422': *15 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75640,7 +75625,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *205 + ecosystem: *1 name: type: string description: The unique package name within its ecosystem. @@ -75833,9 +75818,9 @@ paths: permission: admin parent: private_fork: - '403': *28 - '404': *6 - '422': *15 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75871,8 +75856,8 @@ paths: schema: *503 examples: default: *506 - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75927,7 +75912,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *205 + ecosystem: *1 name: type: string description: The unique package name within its ecosystem. @@ -76059,13 +76044,13 @@ paths: examples: default: *506 add_credit: *506 - '403': *28 - '404': *6 + '403': *29 + '404': *7 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *88 + schema: *89 examples: invalid_state_transition: value: @@ -76100,11 +76085,11 @@ paths: - *225 - *505 responses: - '202': *90 - '400': *14 - '403': *28 - '404': *6 - '422': *15 + '202': *91 + '400': *15 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76135,10 +76120,10 @@ paths: schema: *235 examples: default: *237 - '400': *14 - '422': *15 - '403': *28 - '404': *6 + '400': *15 + '422': *16 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76162,8 +76147,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -76172,7 +76157,7 @@ paths: schema: anyOf: - type: array - items: *18 + items: *19 - type: array items: title: Stargazer @@ -76186,8 +76171,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - starred_at @@ -76238,8 +76223,8 @@ paths: type: User site_admin: false headers: - Link: *49 - '422': *15 + Link: *50 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76283,8 +76268,8 @@ paths: - - 1302998400 - 1124 - -435 - '202': *90 - '204': *180 + '202': *91 + '204': *181 '422': description: Repository contains more than 10,000 commits x-github: @@ -76353,8 +76338,8 @@ paths: - 0 total: 89 week: 1336280400 - '202': *90 - '204': *180 + '202': *91 + '204': *181 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76398,8 +76383,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true total: type: integer @@ -76454,8 +76439,8 @@ paths: a: 6898 d: 77 c: 10 - '202': *90 - '204': *180 + '202': *91 + '204': *181 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76608,7 +76593,7 @@ paths: - 1 - 10 - 3 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76656,7 +76641,7 @@ paths: - - 0 - 2 - 21 - '204': *180 + '204': *181 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76787,8 +76772,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -76796,11 +76781,11 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 + default: *153 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76873,7 +76858,7 @@ paths: repository_url: https://api.github.com/repos/octocat/example '404': description: Not Found if you don't subscribe to the repository - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -76970,8 +76955,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -77025,7 +77010,7 @@ paths: tarball_url: https://github.com/octocat/Hello-World/tarball/v0.1 node_id: MDQ6VXNlcjE= headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77081,8 +77066,8 @@ paths: value: - id: 2 pattern: v1.* - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77129,8 +77114,8 @@ paths: default: value: enabled: true - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77160,8 +77145,8 @@ paths: responses: '204': description: Response - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77221,8 +77206,8 @@ paths: parameters: - *224 - *225 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -77230,12 +77215,12 @@ paths: application/json: schema: type: array - items: *122 + items: *123 examples: - default: *166 + default: *167 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77254,8 +77239,8 @@ paths: parameters: - *224 - *225 - - *19 - - *17 + - *20 + - *18 responses: '200': description: Response @@ -77280,7 +77265,7 @@ paths: - atom - electron - api - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77331,8 +77316,8 @@ paths: schema: *511 examples: default: *512 - '404': *6 - '422': *7 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77452,7 +77437,7 @@ paths: - timestamp: '2016-10-24T00:00:00Z' count: 7 uniques: 5 - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77543,7 +77528,7 @@ paths: title: hubot/LICENSE.md at master · github/hubot · GitHub count: 281 uniques: 222 - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77602,7 +77587,7 @@ paths: - referrer: yandex.ru count: 1 uniques: 1 - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77698,7 +77683,7 @@ paths: - timestamp: '2016-10-24T00:00:00Z' count: 614 uniques: 237 - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77756,7 +77741,7 @@ paths: description: Response content: application/json: - schema: *109 + schema: *110 examples: default: value: @@ -78203,7 +78188,7 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: default: value: @@ -78278,8 +78263,8 @@ paths: example: ; rel="next" schema: type: string - '422': *15 - '304': *36 + '422': *16 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78351,8 +78336,8 @@ paths: - desc - asc default: desc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -78391,7 +78376,7 @@ paths: html_url: type: string format: uri - repository: *109 + repository: *110 score: type: number file_size: @@ -78522,10 +78507,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': *36 - '503': *56 - '422': *15 - '403': *28 + '304': *37 + '503': *57 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78584,8 +78569,8 @@ paths: - desc - asc default: desc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -78674,8 +78659,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true committer: title: Git User @@ -78694,7 +78679,7 @@ paths: type: string sha: type: string - repository: *109 + repository: *110 score: type: number node_id: @@ -78828,7 +78813,7 @@ paths: deployments_url: https://api.github.com/repos/octocat/Spoon-Knife/deployments score: 1 node_id: MDQ6VXNlcjU4MzIzMQ== - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78891,8 +78876,8 @@ paths: - created - updated - *516 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -78949,14 +78934,14 @@ paths: nullable: true assignees: type: array - items: *18 + items: *19 nullable: true user: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true labels: type: array @@ -78988,8 +78973,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true milestone: title: Milestone @@ -79043,10 +79028,10 @@ paths: type: string score: type: number - author_association: *54 + author_association: *55 draft: type: boolean - repository: *51 + repository: *52 body_html: type: string body_text: @@ -79062,10 +79047,10 @@ paths: They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true - reactions: *55 + reactions: *56 required: - assignee - closed_at @@ -79181,10 +79166,10 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *56 - '422': *15 - '304': *36 - '403': *28 + '503': *57 + '422': *16 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79235,8 +79220,8 @@ paths: - created - updated - *516 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -79310,10 +79295,10 @@ paths: default: true description: Something isn't working. score: 1 - '304': *36 - '404': *6 - '403': *28 - '422': *15 + '304': *37 + '404': *7 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79364,8 +79349,8 @@ paths: - help-wanted-issues - updated - *516 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -79401,8 +79386,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true private: type: boolean @@ -79582,8 +79567,8 @@ paths: title: License Simple description: License Simple type: object - properties: *69 - required: *70 + properties: *70 + required: *71 nullable: true permissions: type: object @@ -79804,9 +79789,9 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *56 - '422': *15 - '304': *36 + '503': *57 + '422': *16 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79841,8 +79826,8 @@ paths: required: true schema: type: string - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -80043,7 +80028,7 @@ paths: featured: true curated: true score: 1 - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80094,8 +80079,8 @@ paths: - repositories - joined - *516 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -80252,9 +80237,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': *36 - '503': *56 - '422': *15 + '304': *37 + '503': *57 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80289,7 +80274,7 @@ paths: schema: *209 examples: default: *210 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80386,9 +80371,9 @@ paths: schema: *209 examples: default: *210 - '404': *6 - '422': *15 - '403': *28 + '404': *7 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80416,8 +80401,8 @@ paths: responses: '204': description: Response - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80443,9 +80428,9 @@ paths: url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - *517 - - *38 - - *17 - - *19 + - *39 + - *18 + - *20 responses: '200': description: Response @@ -80457,7 +80442,7 @@ paths: examples: default: *518 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80659,9 +80644,9 @@ paths: parameters: - *517 - *213 - - *38 - - *17 - - *19 + - *39 + - *18 + - *20 responses: '200': description: Response @@ -80673,7 +80658,7 @@ paths: examples: default: *520 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80883,8 +80868,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -80896,7 +80881,7 @@ paths: examples: default: *219 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81001,8 +80986,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -81014,7 +80999,7 @@ paths: examples: default: *219 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81099,8 +81084,8 @@ paths: url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - *517 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -81108,11 +81093,11 @@ paths: application/json: schema: type: array - items: *147 + items: *148 examples: - default: *148 + default: *149 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81147,8 +81132,8 @@ paths: - maintainer - all default: all - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -81156,12 +81141,12 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 + default: *153 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81187,7 +81172,7 @@ paths: url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - *517 - - *113 + - *114 responses: '204': description: if user is a member @@ -81223,7 +81208,7 @@ paths: url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - *517 - - *113 + - *114 responses: '204': description: Response @@ -81233,7 +81218,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': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81262,7 +81247,7 @@ paths: url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - *517 - - *113 + - *114 responses: '204': description: Response @@ -81298,7 +81283,7 @@ paths: url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - *517 - - *113 + - *114 responses: '200': description: Response @@ -81307,7 +81292,7 @@ paths: schema: *221 examples: response-if-user-is-a-team-maintainer: *522 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81338,7 +81323,7 @@ paths: url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - *517 - - *113 + - *114 requestBody: required: false content: @@ -81371,7 +81356,7 @@ paths: '422': description: Unprocessable Entity if you attempt to add an organization to a team - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81398,7 +81383,7 @@ paths: url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - *517 - - *113 + - *114 responses: '204': description: Response @@ -81427,8 +81412,8 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - *517 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -81440,8 +81425,8 @@ paths: examples: default: *524 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81542,8 +81527,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': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81570,8 +81555,8 @@ paths: responses: '204': description: Response - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81595,8 +81580,8 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - *517 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -81604,12 +81589,12 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: - default: *173 + default: *174 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81820,8 +81805,8 @@ paths: responses: '204': description: Response - '403': *28 - '422': *15 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81872,8 +81857,8 @@ paths: url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - *517 - - *17 - - *19 + - *18 + - *20 responses: '200': description: if child teams exist @@ -81881,14 +81866,14 @@ paths: application/json: schema: type: array - items: *122 + items: *123 examples: response-if-child-teams-exist: *527 headers: - Link: *49 - '404': *6 - '403': *28 - '422': *15 + Link: *50 + '404': *7 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82198,9 +82183,9 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82315,11 +82300,11 @@ paths: space: 400 private_repos: 20 collaborators: 0 - '304': *36 - '404': *6 - '403': *28 - '401': *24 - '422': *15 + '304': *37 + '404': *7 + '403': *29 + '401': *25 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82336,8 +82321,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#list-users-blocked-by-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -82345,13 +82330,13 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + default: *153 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82370,7 +82355,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: - - *113 + - *114 responses: '204': description: If the user is blocked @@ -82378,10 +82363,10 @@ paths: description: If the user is not blocked content: application/json: - schema: *2 - '304': *36 - '403': *28 - '401': *24 + schema: *3 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82398,15 +82383,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#block-a-user parameters: - - *113 + - *114 responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '401': *24 - '422': *15 + '304': *37 + '404': *7 + '403': *29 + '401': *25 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82422,14 +82407,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#unblock-a-user parameters: - - *113 + - *114 responses: '204': description: Response - '304': *36 - '403': *28 - '401': *24 - '404': *6 + '304': *37 + '403': *29 + '401': *25 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82449,8 +82434,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#list-codespaces-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 - name: repository_id description: ID of the Repository to filter on in: query @@ -82471,14 +82456,14 @@ paths: type: integer codespaces: type: array - items: *153 + items: *154 examples: - default: *154 - '304': *36 - '500': *120 - '401': *24 - '403': *28 - '404': *6 + default: *155 + '304': *37 + '500': *121 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82612,7 +82597,7 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *153 + schema: *154 examples: default: *334 '202': @@ -82620,13 +82605,13 @@ paths: being retried in the background content: application/json: - schema: *153 + schema: *154 examples: default: *334 - '401': *24 - '403': *28 - '404': *6 - '503': *56 + '401': *25 + '403': *29 + '404': *7 + '503': *57 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82649,8 +82634,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#list-secrets-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -82708,7 +82693,7 @@ paths: examples: default: *337 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82776,7 +82761,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *107 + - *108 responses: '200': description: Response @@ -82812,7 +82797,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *107 + - *108 requestBody: required: true content: @@ -82857,14 +82842,14 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *108 + schema: *109 examples: default: value: '204': description: Response after successfully updating a secret - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82885,7 +82870,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *107 + - *108 responses: '204': description: Response @@ -82910,7 +82895,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *107 + - *108 responses: '200': description: Response @@ -82926,7 +82911,7 @@ paths: type: integer repositories: type: array - items: *109 + items: *110 examples: default: value: @@ -83162,10 +83147,10 @@ paths: forks: 1 open_issues: 1 watchers: 1 - '401': *24 - '403': *28 - '404': *6 - '500': *120 + '401': *25 + '403': *29 + '404': *7 + '500': *121 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83186,7 +83171,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *107 + - *108 requestBody: required: true content: @@ -83215,10 +83200,10 @@ paths: responses: '204': description: No Content when repositories were added to the selected list - '401': *24 - '403': *28 - '404': *6 - '500': *120 + '401': *25 + '403': *29 + '404': *7 + '500': *121 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83240,7 +83225,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *107 + - *108 - name: repository_id in: path required: true @@ -83249,10 +83234,10 @@ paths: responses: '204': description: No Content when repository was added to the selected list - '401': *24 - '403': *28 - '404': *6 - '500': *120 + '401': *25 + '403': *29 + '404': *7 + '500': *121 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83273,7 +83258,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *107 + - *108 - name: repository_id in: path required: true @@ -83282,10 +83267,10 @@ paths: responses: '204': description: No Content when repository was removed from the selected list - '401': *24 - '403': *28 - '404': *6 - '500': *120 + '401': *25 + '403': *29 + '404': *7 + '500': *121 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83305,20 +83290,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *155 + - *156 responses: '200': description: Response content: application/json: - schema: *153 + schema: *154 examples: default: *334 - '304': *36 - '500': *120 - '401': *24 - '403': *28 - '404': *6 + '304': *37 + '500': *121 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83339,7 +83324,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *155 + - *156 requestBody: required: false content: @@ -83369,12 +83354,12 @@ paths: description: Response content: application/json: - schema: *153 + schema: *154 examples: default: *334 - '401': *24 - '403': *28 - '404': *6 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83393,14 +83378,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *155 + - *156 responses: - '202': *90 - '304': *36 - '500': *120 - '401': *24 - '403': *28 - '404': *6 + '202': *91 + '304': *37 + '500': *121 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83422,7 +83407,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *155 + - *156 responses: '202': description: Response @@ -83477,11 +83462,11 @@ paths: sha: fd95a81ca01e48ede9f39c799ecbcef817b8a3b2 id: latest export_url: https://api.github.com/user/codespaces/:name/exports/latest - '500': *120 - '401': *24 - '403': *28 - '404': *6 - '422': *15 + '500': *121 + '401': *25 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83501,7 +83486,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *155 + - *156 - name: export_id in: path required: true @@ -83517,7 +83502,7 @@ paths: schema: *531 examples: default: *532 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83537,7 +83522,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *155 + - *156 responses: '200': description: Response @@ -83556,11 +83541,11 @@ paths: items: *533 examples: default: *534 - '304': *36 - '500': *120 - '401': *24 - '403': *28 - '404': *6 + '304': *37 + '500': *121 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83584,7 +83569,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *155 + - *156 requestBody: required: true content: @@ -83631,8 +83616,8 @@ paths: type: string example: 26a7c758-7299-4a73-b978-5a92a7ae98a0 nullable: true - owner: *18 - billable_owner: *18 + owner: *19 + billable_owner: *19 repository: *235 machine: type: object @@ -84391,10 +84376,10 @@ paths: pulls_url: https://api.github.com/repos/octocat/Hello-World/pulls/1 recent_folders: [] template: - '401': *24 - '403': *28 - '404': *6 - '422': *15 + '401': *25 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false category: codespaces @@ -84413,27 +84398,27 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *155 + - *156 responses: '200': description: Response content: application/json: - schema: *153 + schema: *154 examples: default: *334 - '304': *36 - '500': *120 - '400': *14 - '401': *24 + '304': *37 + '500': *121 + '400': *15 + '401': *25 '402': description: Payment required content: application/json: - schema: *2 - '403': *28 - '404': *6 - '409': *163 + schema: *3 + '403': *29 + '404': *7 + '409': *164 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84453,19 +84438,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *155 + - *156 responses: '200': description: Response content: application/json: - schema: *153 + schema: *154 examples: default: *334 - '500': *120 - '401': *24 - '403': *28 - '404': *6 + '500': *121 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84491,7 +84476,7 @@ paths: application/json: schema: type: array - items: *167 + items: *168 examples: default: &547 value: @@ -84625,11 +84610,11 @@ paths: primary: true verified: true visibility: private - '304': *36 - '404': *6 - '403': *28 - '401': *24 - '422': *15 + '304': *37 + '404': *7 + '403': *29 + '401': *25 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84650,8 +84635,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/emails#list-email-addresses-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -84668,11 +84653,11 @@ paths: primary: true visibility: public headers: - Link: *49 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84752,11 +84737,11 @@ paths: primary: false verified: false visibility: - '422': *15 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84814,11 +84799,11 @@ paths: responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '401': *24 - '422': *15 + '304': *37 + '404': *7 + '403': *29 + '401': *25 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84835,8 +84820,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-followers-of-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -84844,14 +84829,14 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 + default: *153 headers: - Link: *49 - '304': *36 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84868,8 +84853,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-the-people-the-authenticated-user-follows parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -84877,14 +84862,14 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 + default: *153 headers: - Link: *49 - '304': *36 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84901,7 +84886,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: - - *113 + - *114 responses: '204': description: if the person is followed by the authenticated user @@ -84909,10 +84894,10 @@ paths: description: if the person is not followed by the authenticated user content: application/json: - schema: *2 - '304': *36 - '403': *28 - '401': *24 + schema: *3 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84931,14 +84916,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#follow-a-user parameters: - - *113 + - *114 responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84955,14 +84940,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#unfollow-a-user parameters: - - *113 + - *114 responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84982,8 +84967,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -85152,11 +85137,11 @@ paths: revoked: false raw_key: string headers: - Link: *49 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85240,11 +85225,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': *15 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85279,10 +85264,10 @@ paths: schema: *536 examples: default: *537 - '404': *6 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85305,11 +85290,11 @@ paths: responses: '204': description: Response - '404': *6 - '422': *15 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '422': *16 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85331,8 +85316,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/installations#list-app-installations-accessible-to-the-user-access-token parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: You can find the permissions for the installation under the @@ -85349,7 +85334,7 @@ paths: type: integer installations: type: array - items: *21 + items: *22 examples: default: value: @@ -85444,10 +85429,10 @@ paths: suspended_at: suspended_by: headers: - Link: *49 - '304': *36 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85469,9 +85454,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/installations#list-repositories-accessible-to-the-user-access-token parameters: - - *22 - - *17 - - *19 + - *23 + - *18 + - *20 responses: '200': description: The access the user has to each repository is included in the @@ -85490,14 +85475,14 @@ paths: type: string repositories: type: array - items: *51 + items: *52 examples: default: *539 headers: - Link: *49 - '404': *6 - '403': *28 - '304': *36 + Link: *50 + '404': *7 + '403': *29 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85515,14 +85500,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/installations#add-a-repository-to-an-app-installation parameters: - - *22 - - *95 + - *23 + - *96 responses: '204': description: Response - '403': *28 - '304': *36 - '404': *6 + '403': *29 + '304': *37 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85540,14 +85525,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - - *22 - - *95 + - *23 + - *96 responses: '204': description: Response - '403': *28 - '304': *36 - '404': *6 + '403': *29 + '304': *37 + '404': *7 '422': description: Returned when the application is installed on `all` repositories in the organization, or if this request would remove the last repository @@ -85575,12 +85560,12 @@ paths: application/json: schema: anyOf: - - *145 + - *146 - type: object properties: {} additionalProperties: false examples: - default: *146 + default: *147 '204': description: Response when there are no restrictions x-github: @@ -85615,14 +85600,14 @@ paths: description: Response content: application/json: - schema: *145 + schema: *146 examples: default: value: limit: collaborators_only origin: user expires_at: '2018-08-17T04:18:39Z' - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85698,7 +85683,7 @@ paths: - closed - all default: open - - *150 + - *151 - name: sort description: What to sort results by. in: query @@ -85710,10 +85695,10 @@ paths: - updated - comments default: created - - *38 - - *58 - - *17 - - *19 + - *39 + - *59 + - *18 + - *20 responses: '200': description: Response @@ -85721,13 +85706,13 @@ paths: application/json: schema: type: array - items: *68 + items: *69 examples: - default: *151 + default: *152 headers: - Link: *49 - '404': *6 - '304': *36 + Link: *50 + '404': *7 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85747,8 +85732,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#list-public-ssh-keys-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -85802,11 +85787,11 @@ paths: verified: false read_only: false headers: - Link: *49 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85863,11 +85848,11 @@ paths: created_at: '2020-06-11T21:31:57Z' verified: false read_only: false - '422': *15 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85896,10 +85881,10 @@ paths: schema: *540 examples: default: *541 - '404': *6 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85922,10 +85907,10 @@ paths: responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85942,8 +85927,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-subscriptions-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -86008,7 +85993,7 @@ paths: - id - type - login - plan: *72 + plan: *73 required: - billing_cycle - next_billing_date @@ -86052,10 +86037,10 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *49 - '304': *36 - '401': *24 - '404': *6 + Link: *50 + '304': *37 + '401': *25 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86072,8 +86057,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-subscriptions-for-the-authenticated-user-stubbed parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -86085,9 +86070,9 @@ paths: examples: default: *543 headers: - Link: *49 - '304': *36 - '401': *24 + Link: *50 + '304': *37 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86114,8 +86099,8 @@ paths: enum: - active - pending - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -86123,7 +86108,7 @@ paths: application/json: schema: type: array - items: *158 + items: *159 examples: default: value: @@ -86200,11 +86185,11 @@ paths: type: User site_admin: false headers: - Link: *49 - '304': *36 - '403': *28 - '401': *24 - '422': *15 + Link: *50 + '304': *37 + '403': *29 + '401': *25 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86225,13 +86210,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-an-organization-membership-for-the-authenticated-user parameters: - - *85 + - *86 responses: '200': description: Response content: application/json: - schema: *158 + schema: *159 examples: default: value: @@ -86271,8 +86256,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86289,7 +86274,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#update-an-organization-membership-for-the-authenticated-user parameters: - - *85 + - *86 requestBody: required: true content: @@ -86314,7 +86299,7 @@ paths: description: Response content: application/json: - schema: *158 + schema: *159 examples: default: value: @@ -86354,9 +86339,9 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '403': *28 - '404': *6 - '422': *15 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86373,8 +86358,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-user-migrations parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -86382,7 +86367,7 @@ paths: application/json: schema: type: array - items: *160 + items: *161 examples: default: value: @@ -86535,10 +86520,10 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *49 - '304': *36 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86635,7 +86620,7 @@ paths: description: Response content: application/json: - schema: *160 + schema: *161 examples: default: value: @@ -86787,10 +86772,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': *15 - '304': *36 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86815,7 +86800,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *161 + - *162 - name: exclude in: query required: false @@ -86828,7 +86813,7 @@ paths: description: Response content: application/json: - schema: *160 + schema: *161 examples: default: value: @@ -86981,10 +86966,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': *6 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87022,13 +87007,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *161 + - *162 responses: '302': description: Response - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87048,14 +87033,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *161 + - *162 responses: '204': description: Response - '404': *6 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87077,15 +87062,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *161 + - *162 - *544 responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87102,9 +87087,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *161 - - *17 - - *19 + - *162 + - *18 + - *20 responses: '200': description: Response @@ -87112,12 +87097,12 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: - default: *173 + default: *174 headers: - Link: *49 - '404': *6 + Link: *50 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87137,8 +87122,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-organizations-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -87146,14 +87131,14 @@ paths: application/json: schema: type: array - items: *157 + items: *158 examples: default: *545 headers: - Link: *49 - '304': *36 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87191,8 +87176,8 @@ paths: - nuget - container - *546 - - *19 - - *17 + - *20 + - *18 responses: '200': description: Response @@ -87200,7 +87185,7 @@ paths: application/json: schema: type: array - items: *167 + items: *168 examples: default: *547 '400': *548 @@ -87223,14 +87208,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *169 - *170 + - *171 responses: '200': description: Response content: application/json: - schema: *167 + schema: *168 examples: default: &559 value: @@ -87345,14 +87330,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *169 - *170 + - *171 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87376,8 +87361,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *169 - *170 + - *171 - name: token description: package token schema: @@ -87387,9 +87372,9 @@ paths: responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87409,10 +87394,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: - - *169 - *170 - - *19 - - *17 + - *171 + - *20 + - *18 - name: state in: query required: false @@ -87430,7 +87415,7 @@ paths: application/json: schema: type: array - items: *171 + items: *172 examples: default: value: @@ -87457,9 +87442,9 @@ paths: package_type: container container: tags: [] - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87479,15 +87464,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *169 - *170 - - *172 + - *171 + - *173 responses: '200': description: Response content: application/json: - schema: *171 + schema: *172 examples: default: value: @@ -87523,15 +87508,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *169 - *170 - - *172 + - *171 + - *173 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87555,15 +87540,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *169 - *170 - - *172 + - *171 + - *173 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87613,7 +87598,7 @@ paths: description: Response content: application/json: - schema: *181 + schema: *182 examples: default: value: @@ -87648,10 +87633,10 @@ paths: site_admin: false created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' - '304': *36 - '403': *28 - '401': *24 - '422': *7 + '304': *37 + '403': *29 + '401': *25 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87673,8 +87658,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/emails#list-public-email-addresses-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -87686,11 +87671,11 @@ paths: examples: default: *549 headers: - Link: *49 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87768,8 +87753,8 @@ paths: enum: - asc - desc - - *17 - - *19 + - *18 + - *20 - 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: @@ -87795,7 +87780,7 @@ paths: application/json: schema: type: array - items: *51 + items: *52 examples: default: &556 summary: Default response @@ -87917,10 +87902,10 @@ paths: forks: 1 open_issues: 1 watchers: 1 - '422': *15 - '304': *36 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88103,12 +88088,12 @@ paths: example: https://api.github.com/repos/octocat/Hello-World schema: type: string - '401': *24 - '304': *36 - '404': *6 - '403': *28 - '422': *15 - '400': *14 + '401': *25 + '304': *37 + '404': *7 + '403': *29 + '422': *16 + '400': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88126,8 +88111,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -88139,11 +88124,11 @@ paths: examples: default: *550 headers: - Link: *49 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88160,14 +88145,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *149 + - *150 responses: '204': description: Response - '403': *28 - '409': *163 - '404': *6 - '304': *36 + '403': *29 + '409': *164 + '404': *7 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88183,14 +88168,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *149 + - *150 responses: '204': description: Response - '409': *163 - '304': *36 - '404': *6 - '403': *28 + '409': *164 + '304': *37 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88207,8 +88192,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/social-accounts#list-social-accounts-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -88236,11 +88221,11 @@ paths: - provider: twitter url: https://twitter.com/github headers: - Link: *49 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88296,11 +88281,11 @@ paths: items: *551 examples: default: *552 - '422': *15 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88349,11 +88334,11 @@ paths: responses: '204': description: Response - '422': *15 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88373,8 +88358,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: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -88415,11 +88400,11 @@ paths: title: ssh-rsa AAAAB3NzaC1yc2EAAB created_at: '2020-07-11T21:31:57Z' headers: - Link: *49 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88477,11 +88462,11 @@ paths: url: https://api.github.com/user/keys/2 title: ssh-rsa AAAAB3NzaC1yc2EAAA created_at: '2020-06-11T21:31:57Z' - '422': *15 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88516,10 +88501,10 @@ paths: schema: *553 examples: default: *554 - '404': *6 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88542,10 +88527,10 @@ paths: responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88580,9 +88565,9 @@ paths: - created - updated default: created - - *38 - - *17 - - *19 + - *39 + - *18 + - *20 responses: '200': description: Response @@ -88590,7 +88575,7 @@ paths: application/json: schema: type: array - items: *51 + items: *52 examples: default-response: *556 application/vnd.github.v3.star+json: @@ -88604,7 +88589,7 @@ paths: starred_at: type: string format: date-time - repo: *51 + repo: *52 required: - starred_at - repo @@ -88732,10 +88717,10 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *49 - '304': *36 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88761,10 +88746,10 @@ paths: description: Not Found if this repository is not starred by you content: application/json: - schema: *2 - '401': *24 - '304': *36 - '403': *28 + schema: *3 + '401': *25 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88786,10 +88771,10 @@ paths: responses: '204': description: Response - '403': *28 - '404': *6 - '401': *24 - '304': *36 + '403': *29 + '404': *7 + '401': *25 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88811,10 +88796,10 @@ paths: responses: '204': description: Response - '404': *6 - '401': *24 - '304': *36 - '403': *28 + '404': *7 + '401': *25 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88831,8 +88816,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-repositories-watched-by-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -88840,14 +88825,14 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: - default: *173 + default: *174 headers: - Link: *49 - '304': *36 - '403': *28 - '401': *24 + Link: *50 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88870,8 +88855,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-teams-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -88930,10 +88915,10 @@ paths: updated_at: '2017-08-17T12:37:15Z' type: Organization headers: - Link: *49 - '304': *36 - '404': *6 - '403': *28 + Link: *50 + '304': *37 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88954,7 +88939,7 @@ paths: url: https://docs.github.com/rest/users/users#list-users parameters: - *557 - - *17 + - *18 responses: '200': description: Response @@ -88962,15 +88947,15 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 + default: *153 headers: Link: example: ; rel="next" schema: type: string - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88992,7 +88977,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user parameters: - - *113 + - *114 responses: '200': description: Response @@ -89078,7 +89063,7 @@ paths: space: 976562499 collaborators: 0 private_repos: 9999 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89098,7 +89083,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: - - *113 + - *114 responses: '200': description: Response @@ -89106,11 +89091,11 @@ paths: application/json: schema: type: array - items: *167 + items: *168 examples: default: *547 - '403': *28 - '401': *24 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89128,9 +89113,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-for-the-authenticated-user parameters: - - *113 - - *17 - - *19 + - *114 + - *18 + - *20 responses: '200': description: Response @@ -89138,7 +89123,7 @@ paths: application/json: schema: type: array - items: *80 + items: *81 examples: default: value: @@ -89206,10 +89191,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *113 - - *85 - - *17 - - *19 + - *114 + - *86 + - *18 + - *20 responses: '200': description: Response @@ -89217,7 +89202,7 @@ paths: application/json: schema: type: array - items: *80 + items: *81 examples: default: value: @@ -89294,9 +89279,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-user parameters: - - *113 - - *17 - - *19 + - *114 + - *18 + - *20 responses: '200': description: Response @@ -89304,7 +89289,7 @@ paths: application/json: schema: type: array - items: *80 + items: *81 examples: default: value: @@ -89371,9 +89356,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-followers-of-a-user parameters: - - *113 - - *17 - - *19 + - *114 + - *18 + - *20 responses: '200': description: Response @@ -89381,11 +89366,11 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 + default: *153 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89402,9 +89387,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-the-people-a-user-follows parameters: - - *113 - - *17 - - *19 + - *114 + - *18 + - *20 responses: '200': description: Response @@ -89412,11 +89397,11 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *152 + default: *153 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89433,7 +89418,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-user-follows-another-user parameters: - - *113 + - *114 - name: target_user in: path required: true @@ -89460,10 +89445,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-a-user parameters: - - *113 - - *58 - - *17 - - *19 + - *114 + - *59 + - *18 + - *20 responses: '200': description: Response @@ -89471,12 +89456,12 @@ paths: application/json: schema: type: array - items: *59 + items: *60 examples: - default: *60 + default: *61 headers: - Link: *49 - '422': *15 + Link: *50 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89494,9 +89479,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *113 - - *17 - - *19 + - *114 + - *18 + - *20 responses: '200': description: Response @@ -89508,7 +89493,7 @@ paths: examples: default: *558 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89530,7 +89515,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-contextual-information-for-a-user parameters: - - *113 + - *114 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -89581,8 +89566,8 @@ paths: contexts: - message: Owns this repository octicon: repo - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89602,13 +89587,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *113 + - *114 responses: '200': description: Response content: application/json: - schema: *21 + schema: *22 examples: default: *406 x-github: @@ -89628,9 +89613,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#list-public-keys-for-a-user parameters: - - *113 - - *17 - - *19 + - *114 + - *18 + - *20 responses: '200': description: Response @@ -89656,7 +89641,7 @@ paths: - id: 1 key: ssh-rsa AAA... headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89676,9 +89661,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-organizations-for-a-user parameters: - - *113 - - *17 - - *19 + - *114 + - *18 + - *20 responses: '200': description: Response @@ -89686,11 +89671,11 @@ paths: application/json: schema: type: array - items: *157 + items: *158 examples: default: *545 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89728,9 +89713,9 @@ paths: - nuget - container - *546 - - *113 - - *19 - - *17 + - *114 + - *20 + - *18 responses: '200': description: Response @@ -89738,11 +89723,11 @@ paths: application/json: schema: type: array - items: *167 + items: *168 examples: default: *547 - '403': *28 - '401': *24 + '403': *29 + '401': *25 '400': *548 x-github: githubCloudOnly: false @@ -89763,15 +89748,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *169 - *170 - - *113 + - *171 + - *114 responses: '200': description: Response content: application/json: - schema: *167 + schema: *168 examples: default: *559 x-github: @@ -89794,15 +89779,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *169 - *170 - - *113 + - *171 + - *114 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89828,9 +89813,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *169 - *170 - - *113 + - *171 + - *114 - name: token description: package token schema: @@ -89840,9 +89825,9 @@ paths: responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89862,9 +89847,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: - - *169 - *170 - - *113 + - *171 + - *114 responses: '200': description: Response @@ -89872,7 +89857,7 @@ paths: application/json: schema: type: array - items: *171 + items: *172 examples: default: value: @@ -89908,9 +89893,9 @@ paths: html_url: https://github.com/octocat/octo-name-repo/packages/40201?version=0.1.0 metadata: package_type: rubygems - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89930,16 +89915,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *169 - *170 - - *172 - - *113 + - *171 + - *173 + - *114 responses: '200': description: Response content: application/json: - schema: *171 + schema: *172 examples: default: value: @@ -89974,16 +89959,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *169 - *170 - - *113 - - *172 + - *171 + - *114 + - *173 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90009,16 +89994,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *169 - *170 - - *113 - - *172 + - *171 + - *114 + - *173 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90035,7 +90020,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-user-projects parameters: - - *113 + - *114 - name: state description: Indicates the state of the projects to return. in: query @@ -90047,8 +90032,8 @@ paths: - closed - all default: open - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -90056,7 +90041,7 @@ paths: application/json: schema: type: array - items: *181 + items: *182 examples: default: value: @@ -90092,8 +90077,8 @@ paths: created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' headers: - Link: *49 - '422': *15 + Link: *50 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90112,9 +90097,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *113 - - *17 - - *19 + - *114 + - *18 + - *20 responses: '200': description: Response @@ -90122,7 +90107,7 @@ paths: application/json: schema: type: array - items: *80 + items: *81 examples: default: value: @@ -90199,9 +90184,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-received-by-a-user parameters: - - *113 - - *17 - - *19 + - *114 + - *18 + - *20 responses: '200': description: Response @@ -90209,7 +90194,7 @@ paths: application/json: schema: type: array - items: *80 + items: *81 examples: default: value: @@ -90286,7 +90271,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repositories-for-a-user parameters: - - *113 + - *114 - name: type description: Limit results to repositories of the specified type. in: query @@ -90320,8 +90305,8 @@ paths: enum: - asc - desc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -90329,11 +90314,11 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: - default: *173 + default: *174 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90355,7 +90340,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-actions-billing-for-a-user parameters: - - *113 + - *114 responses: '200': description: Response @@ -90385,7 +90370,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-packages-billing-for-a-user parameters: - - *113 + - *114 responses: '200': description: Response @@ -90415,7 +90400,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-shared-storage-billing-for-a-user parameters: - - *113 + - *114 responses: '200': description: Response @@ -90441,9 +90426,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *113 - - *17 - - *19 + - *114 + - *18 + - *20 responses: '200': description: Response @@ -90455,7 +90440,7 @@ paths: examples: default: *552 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90473,9 +90458,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *113 - - *17 - - *19 + - *114 + - *18 + - *20 responses: '200': description: Response @@ -90487,7 +90472,7 @@ paths: examples: default: *566 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90509,11 +90494,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *113 + - *114 - *567 - - *38 - - *17 - - *19 + - *39 + - *18 + - *20 responses: '200': description: Response @@ -90524,11 +90509,11 @@ paths: - type: array items: *568 - type: array - items: *51 + items: *52 examples: default-response: *556 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90545,9 +90530,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *113 - - *17 - - *19 + - *114 + - *18 + - *20 responses: '200': description: Response @@ -90555,11 +90540,11 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: - default: *173 + default: *174 headers: - Link: *49 + Link: *50 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90592,7 +90577,7 @@ paths: - '2021-01-01' - '2021-06-01' - '2022-01-01' - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90847,15 +90832,15 @@ x-webhooks: title: License Simple description: License Simple type: object - properties: *69 - required: *70 + properties: *70 + required: *71 nullable: true organization: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true forks: type: integer @@ -90876,7 +90861,7 @@ x-webhooks: - admin - pull - push - owner: *18 + owner: *19 private: description: Whether the repository is private or public. default: false @@ -92552,8 +92537,8 @@ x-webhooks: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true check_suite: description: A suite of checks performed on the code of a given @@ -92564,7 +92549,7 @@ x-webhooks: example: d6fde92930d4715a2b49857d24b940956b26d2d3 type: string nullable: true - app: *5 + app: *6 before: example: 146e867f55c26428e5f9fade55a9bbf5e95a7912 type: string @@ -92603,7 +92588,7 @@ x-webhooks: pull_requests: type: array items: *303 - repository: *109 + repository: *110 status: example: completed type: string @@ -98412,7 +98397,7 @@ x-webhooks: type: string enum: - created - definition: *182 + definition: *183 enterprise: *569 installation: *570 organization: *571 @@ -98579,7 +98564,7 @@ x-webhooks: type: string enum: - updated - definition: *182 + definition: *183 enterprise: *569 installation: *570 organization: *571 @@ -98667,11 +98652,11 @@ x-webhooks: new_property_values: type: array description: The new custom property values for the repository. - items: *186 + items: *187 old_property_values: type: array description: The old custom property values for the repository. - items: *186 + items: *187 required: - action - repository @@ -109341,7 +109326,7 @@ x-webhooks: enum: - created enterprise: *569 - installation: *21 + installation: *22 organization: *571 repositories: description: An array of repository objects that the installation @@ -109512,7 +109497,7 @@ x-webhooks: enum: - deleted enterprise: *569 - installation: *21 + installation: *22 organization: *571 repositories: description: An array of repository objects that the installation @@ -109617,7 +109602,7 @@ x-webhooks: enum: - new_permissions_accepted enterprise: *569 - installation: *21 + installation: *22 organization: *571 repositories: description: An array of repository objects that the installation @@ -109722,7 +109707,7 @@ x-webhooks: enum: - added enterprise: *569 - installation: *21 + installation: *22 organization: *571 repositories_added: description: An array of repository objects, which were added to @@ -109924,7 +109909,7 @@ x-webhooks: enum: - removed enterprise: *569 - installation: *21 + installation: *22 organization: *571 repositories_added: description: An array of repository objects, which were added to @@ -110132,7 +110117,7 @@ x-webhooks: enum: - suspend enterprise: *569 - installation: *21 + installation: *22 organization: *571 repositories: description: An array of repository objects that the installation @@ -110419,7 +110404,7 @@ x-webhooks: enum: - unsuspend enterprise: *569 - installation: *21 + installation: *22 organization: *571 repositories: description: An array of repository objects that the installation @@ -110570,8 +110555,8 @@ x-webhooks: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true reactions: title: Reactions @@ -111950,8 +111935,8 @@ x-webhooks: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true reactions: title: Reactions @@ -113339,8 +113324,8 @@ x-webhooks: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *52 - required: *53 + properties: *53 + required: *54 nullable: true reactions: title: Reactions @@ -141652,7 +141637,7 @@ x-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: *18 + owner: *19 permissions_added: type: object description: New requested permissions, categorized by type @@ -142104,10 +142089,10 @@ x-webhooks: config: type: object properties: - content_type: *9 - insecure_ssl: *11 - secret: *10 - url: *8 + content_type: *10 + insecure_ssl: *12 + secret: *11 + url: *9 created_at: type: string format: date-time @@ -145077,8 +145062,8 @@ x-webhooks: type: number node_id: type: string - owner: *18 - creator: *18 + owner: *19 + creator: *19 title: type: string description: @@ -145113,8 +145098,8 @@ x-webhooks: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - id @@ -145531,7 +145516,7 @@ x-webhooks: - Issue - PullRequest - DraftIssue - creator: *18 + creator: *19 created_at: type: string format: date-time @@ -212525,7 +212510,7 @@ x-webhooks: installation: *570 organization: *571 repository: *572 - repository_ruleset: *196 + repository_ruleset: *197 sender: *573 required: - action @@ -212607,7 +212592,7 @@ x-webhooks: installation: *570 organization: *571 repository: *572 - repository_ruleset: *196 + repository_ruleset: *197 sender: *573 required: - action @@ -212689,7 +212674,7 @@ x-webhooks: installation: *570 organization: *571 repository: *572 - repository_ruleset: *196 + repository_ruleset: *197 changes: type: object properties: @@ -212708,16 +212693,16 @@ x-webhooks: properties: added: type: array - items: *190 + items: *191 deleted: type: array - items: *190 + items: *191 updated: type: array items: type: object properties: - condition: *190 + condition: *191 changes: type: object properties: @@ -212750,16 +212735,16 @@ x-webhooks: properties: added: type: array - items: *195 + items: *196 deleted: type: array - items: *195 + items: *196 updated: type: array items: type: object properties: - rule: *195 + rule: *196 changes: type: object properties: @@ -214179,8 +214164,8 @@ x-webhooks: alert: &586 type: object properties: - number: *44 - created_at: *45 + number: *45 + created_at: *46 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -214188,8 +214173,8 @@ x-webhooks: format: date-time readOnly: true nullable: true - url: *46 - html_url: *47 + url: *47 + html_url: *48 locations_url: type: string format: uri @@ -214216,8 +214201,8 @@ x-webhooks: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true resolution_comment: type: string @@ -214242,8 +214227,8 @@ x-webhooks: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true push_protection_bypassed_at: type: string @@ -215459,7 +215444,7 @@ x-webhooks: from: type: object properties: - security_and_analysis: *189 + security_and_analysis: *190 enterprise: *569 installation: *570 organization: *571 diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index c341da9bc5..ffad449bf4 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/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/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 24683b8661..3d66918541 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/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 - - &64 + - &65 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 - - &65 + - &66 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 - - &66 + - &67 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: @@ -599,24 +601,7 @@ paths: type: object nullable: true properties: - ecosystem: &249 - 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 description: The unique package name within its ecosystem. @@ -688,11 +673,11 @@ paths: items: type: object properties: - user: &18 + user: &19 title: Simple User description: A GitHub user. type: object - properties: &3 + properties: &4 name: nullable: true type: string @@ -764,7 +749,7 @@ paths: starred_at: type: string example: '"2020-07-09T00:17:55Z"' - required: &4 + required: &5 - avatar_url - events_url - followers_url @@ -889,7 +874,7 @@ paths: description: Too many requests content: application/json: - schema: &2 + schema: &3 title: Basic Error description: Basic Error type: object @@ -902,11 +887,11 @@ paths: type: string status: type: string - '422': &7 + '422': &8 description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &118 + schema: &119 title: Validation Error Simple description: Validation Error Simple type: object @@ -951,7 +936,7 @@ paths: description: Response content: application/json: - schema: *1 + schema: *2 examples: default: value: @@ -1012,11 +997,11 @@ paths: type: User site_admin: false type: analyst - '404': &6 + '404': &7 description: Resource not found content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -1041,7 +1026,7 @@ paths: description: Response content: application/json: - schema: &5 + schema: &6 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 @@ -1049,7 +1034,7 @@ paths: and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: &82 + properties: &83 id: description: Unique identifier of the GitHub app example: 37 @@ -1065,8 +1050,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true name: description: The name of the GitHub app @@ -1138,7 +1123,7 @@ paths: type: string example: '"-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\n-----END RSA PRIVATE KEY-----\n"' - required: &83 + required: &84 - id - node_id - owner @@ -1151,7 +1136,7 @@ paths: - permissions - events examples: - default: &29 + default: &30 value: id: 1 slug: octoapp @@ -1220,7 +1205,7 @@ paths: application/json: schema: allOf: - - *5 + - *6 - type: object properties: client_id: @@ -1308,8 +1293,8 @@ paths: fgtriltLSSD6rTA9hUAsL/X62rY0wdXuNdijjBb/qvrx7CAV6i37NK1CjABNjsfG ZM372Ac6zc1EqSrid2IjET1YqyIW2KGLI1R2xbQc98UGlt48OdWu -----END RSA PRIVATE KEY----- - '404': *6 - '422': *7 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1333,28 +1318,28 @@ paths: description: Response content: application/json: - schema: &12 + schema: &13 title: Webhook Configuration description: Configuration object of the webhook type: object properties: - url: &8 + url: &9 type: string description: The URL to which the payloads will be delivered. example: https://example.com/webhook format: uri - content_type: &9 + content_type: &10 type: string description: The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`. example: '"json"' - secret: &10 + secret: &11 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). example: '"********"' - insecure_ssl: &11 + insecure_ssl: &12 oneOf: - type: string description: Determines whether the SSL certificate of the host @@ -1366,7 +1351,7 @@ paths: example: '"0"' - type: number examples: - default: &13 + default: &14 value: content_type: json insecure_ssl: '0' @@ -1396,10 +1381,10 @@ paths: schema: type: object properties: - url: *8 - content_type: *9 - secret: *10 - insecure_ssl: *11 + url: *9 + content_type: *10 + secret: *11 + insecure_ssl: *12 examples: default: value: @@ -1412,9 +1397,9 @@ paths: description: Response content: application/json: - schema: *12 + schema: *13 examples: - default: *13 + default: *14 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1434,7 +1419,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/webhooks#list-deliveries-for-an-app-webhook parameters: - - &17 + - &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)." @@ -1442,7 +1427,7 @@ paths: schema: type: integer default: 30 - - &183 + - &184 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 @@ -1463,7 +1448,7 @@ paths: application/json: schema: type: array - items: &184 + items: &185 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1534,7 +1519,7 @@ paths: - installation_id - repository_id examples: - default: &185 + default: &186 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1558,11 +1543,11 @@ paths: action: opened installation_id: 123 repository_id: 456 - '400': &14 + '400': &15 description: Bad Request content: application/json: - schema: *2 + schema: *3 application/scim+json: schema: &558 title: Scim Error @@ -1587,11 +1572,11 @@ paths: type: array items: type: string - '422': &15 + '422': &16 description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &117 + schema: &118 title: Validation Error description: Validation Error type: object @@ -1649,7 +1634,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: - - &16 + - &17 name: delivery_id in: path required: true @@ -1660,7 +1645,7 @@ paths: description: Response content: application/json: - schema: &186 + schema: &187 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1768,7 +1753,7 @@ paths: - request - response examples: - default: &187 + default: &188 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1804,8 +1789,8 @@ paths: headers: Content-Type: text/html;charset=utf-8 payload: ok - '400': *14 - '422': *15 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1825,9 +1810,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: - - *16 + - *17 responses: - '202': &119 + '202': &120 description: Accepted content: application/json: @@ -1836,8 +1821,8 @@ paths: examples: default: value: - '400': *14 - '422': *15 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1855,8 +1840,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: - - *17 - - &19 + - *18 + - &20 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)." @@ -1885,8 +1870,8 @@ paths: example: MDExOkludGVncmF0aW9uMQ== account: anyOf: - - *18 - - &20 + - *19 + - &21 title: Enterprise description: An enterprise on GitHub. type: object @@ -1941,7 +1926,7 @@ paths: - created_at - updated_at - avatar_url - requester: *18 + requester: *19 created_at: type: string format: date-time @@ -1994,13 +1979,13 @@ paths: type: User site_admin: false created_at: '2022-07-08T16:18:44-04:00' - '304': &36 + '304': &37 description: Not modified - '401': &24 + '401': &25 description: Requires authentication content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -2020,9 +2005,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#list-installations-for-the-authenticated-app parameters: - - *17 - - *19 - - &87 + - *18 + - *20 + - &88 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) @@ -2045,7 +2030,7 @@ paths: application/json: schema: type: array - items: &21 + items: &22 title: Installation description: Installation type: object @@ -2057,8 +2042,8 @@ paths: account: nullable: true anyOf: - - *18 - - *20 + - *19 + - *21 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -2088,7 +2073,7 @@ paths: target_type: type: string example: Organization - permissions: &23 + permissions: &24 title: App Permissions type: object description: The permissions granted to the user access token. @@ -2478,8 +2463,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true suspended_at: type: string @@ -2555,7 +2540,7 @@ paths: suspended_at: suspended_by: headers: - Link: &38 + Link: &39 example: ; rel="next", ; rel="last" schema: @@ -2579,7 +2564,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: - - &22 + - &23 name: installation_id description: The unique identifier of the installation. in: path @@ -2594,7 +2579,7 @@ paths: description: Response content: application/json: - schema: *21 + schema: *22 examples: default: value: @@ -2642,7 +2627,7 @@ paths: app_slug: github-actions suspended_at: suspended_by: - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -2661,11 +2646,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: - - *22 + - *23 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -2708,7 +2693,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: - - *22 + - *23 requestBody: required: false content: @@ -2731,7 +2716,7 @@ paths: type: array items: type: integer - permissions: *23 + permissions: *24 examples: default: value: @@ -2755,7 +2740,7 @@ paths: type: string expires_at: type: string - permissions: *23 + permissions: *24 repository_selection: type: string enum: @@ -2763,11 +2748,11 @@ paths: - selected repositories: type: array - items: &56 + items: &57 title: Repository description: A repository on GitHub. type: object - properties: &229 + properties: &230 id: description: Unique identifier of the repository example: 42 @@ -2786,7 +2771,7 @@ paths: title: License Simple description: License Simple type: object - properties: &98 + properties: &99 key: type: string example: mit @@ -2808,7 +2793,7 @@ paths: html_url: type: string format: uri - required: &99 + required: &100 - key - name - url @@ -2834,7 +2819,7 @@ paths: - admin - pull - push - owner: *18 + owner: *19 private: description: Whether the repository is private or public. default: false @@ -3195,7 +3180,7 @@ paths: type: boolean description: Whether anonymous git access is enabled for this repository - required: &230 + required: &231 - archive_url - assignees_url - blobs_url @@ -3412,14 +3397,14 @@ paths: forks: 1 open_issues: 1 watchers: 1 - '403': &28 + '403': &29 description: Forbidden content: application/json: - schema: *2 - '401': *24 - '404': *6 - '422': *15 + schema: *3 + '401': *25 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -3439,11 +3424,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#suspend-an-app-installation parameters: - - *22 + - *23 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3462,11 +3447,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#unsuspend-an-app-installation parameters: - - *22 + - *23 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3485,7 +3470,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/oauth-applications#delete-an-app-authorization parameters: - - &25 + - &26 name: client_id in: path required: true @@ -3515,7 +3500,7 @@ paths: responses: '204': description: Response - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3537,7 +3522,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/oauth-applications#check-a-token parameters: - - *25 + - *26 requestBody: required: true content: @@ -3559,7 +3544,7 @@ paths: description: Response content: application/json: - schema: &26 + schema: &27 title: Authorization description: The authorization for an OAuth app, GitHub App, or a Personal Access Token. @@ -3618,14 +3603,14 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true installation: title: Scoped Installation type: object properties: - permissions: *23 + permissions: *24 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -3651,7 +3636,7 @@ paths: type: string format: uri example: https://api.github.com/users/octocat/repos - account: *18 + account: *19 required: - permissions - repository_selection @@ -3678,7 +3663,7 @@ paths: - updated_at - expires_at examples: - default: &27 + default: &28 value: id: 1 url: https://api.github.com/authorizations/1 @@ -3717,8 +3702,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3739,7 +3724,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/oauth-applications#reset-a-token parameters: - - *25 + - *26 requestBody: required: true content: @@ -3761,10 +3746,10 @@ paths: description: Response content: application/json: - schema: *26 + schema: *27 examples: - default: *27 - '422': *15 + default: *28 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3784,7 +3769,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/oauth-applications#delete-an-app-token parameters: - - *25 + - *26 requestBody: required: true content: @@ -3805,7 +3790,7 @@ paths: responses: '204': description: Response - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3831,7 +3816,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#create-a-scoped-access-token parameters: - - *25 + - *26 requestBody: required: true content: @@ -3871,7 +3856,7 @@ paths: type: array items: type: integer - permissions: *23 + permissions: *24 required: - access_token examples: @@ -3888,7 +3873,7 @@ paths: description: Response content: application/json: - schema: *26 + schema: *27 examples: default: value: @@ -3956,10 +3941,10 @@ paths: site_admin: false has_multiple_single_files: false single_file_paths: [] - '401': *24 - '403': *28 - '404': *6 - '422': *15 + '401': *25 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3988,11 +3973,11 @@ paths: description: Response content: application/json: - schema: *5 + schema: *6 examples: - default: *29 - '403': *28 - '404': *6 + default: *30 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -4010,7 +3995,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/classroom/classroom#get-an-assignment parameters: - - &30 + - &31 name: assignment_id description: The unique identifier of the classroom assignment. in: path @@ -4105,7 +4090,7 @@ paths: format: date-time example: '2011-01-26T19:06:43Z' nullable: true - starter_code_repository: &31 + starter_code_repository: &32 title: Simple Classroom Repository description: A GitHub repository view for Classroom type: object @@ -4141,7 +4126,7 @@ paths: - node_id - private - default_branch - classroom: &33 + classroom: &34 title: Classroom description: A GitHub Classroom classroom type: object @@ -4252,7 +4237,7 @@ paths: name: Programming Elixir archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir - '404': *6 + '404': *7 x-github: enabledForGitHubApps: true category: classroom @@ -4271,9 +4256,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/classroom/classroom#list-accepted-assignments-for-an-assignment parameters: - - *30 - - *19 - - *17 + - *31 + - *20 + - *18 responses: '200': description: Response @@ -4332,8 +4317,8 @@ paths: - login - avatar_url - html_url - repository: *31 - assignment: &35 + repository: *32 + assignment: &36 title: Simple Classroom Assignment description: A GitHub Classroom assignment type: object @@ -4422,7 +4407,7 @@ paths: format: date-time example: '2011-01-26T19:06:43Z' nullable: true - classroom: &32 + classroom: &33 title: Simple Classroom description: A GitHub Classroom classroom type: object @@ -4534,7 +4519,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/classroom/classroom#get-assignment-grades parameters: - - *30 + - *31 responses: '200': description: Response @@ -4617,7 +4602,7 @@ paths: points_awarded: 15 points_available: 15 group_name: monalisa-and-friends - '404': *6 + '404': *7 x-github: enabledForGitHubApps: true category: classroom @@ -4635,8 +4620,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/classroom/classroom#list-classrooms parameters: - - *19 - - *17 + - *20 + - *18 responses: '200': description: Response @@ -4644,7 +4629,7 @@ paths: application/json: schema: type: array - items: *32 + items: *33 examples: default: value: @@ -4669,7 +4654,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/classroom/classroom#get-a-classroom parameters: - - &34 + - &35 name: classroom_id description: The unique identifier of the classroom. in: path @@ -4681,7 +4666,7 @@ paths: description: Response content: application/json: - schema: *33 + schema: *34 examples: default: value: @@ -4696,7 +4681,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': *6 + '404': *7 x-github: enabledForGitHubApps: true category: classroom @@ -4714,9 +4699,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/classroom/classroom#list-assignments-for-a-classroom parameters: - - *34 - - *19 - - *17 + - *35 + - *20 + - *18 responses: '200': description: Response @@ -4724,7 +4709,7 @@ paths: application/json: schema: type: array - items: *35 + items: *36 examples: default: value: @@ -4772,7 +4757,7 @@ paths: application/json: schema: type: array - items: &37 + items: &38 title: Code Of Conduct description: Code Of Conduct type: object @@ -4855,7 +4840,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': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -4882,7 +4867,7 @@ paths: description: Response content: application/json: - schema: *37 + schema: *38 examples: default: value: @@ -4936,8 +4921,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': *6 - '304': *36 + '404': *7 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -6841,7 +6826,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': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -7203,7 +7188,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: - - &39 + - &40 name: enterprise description: The slug version of the enterprise name. You can also substitute this value with the enterprise id. @@ -7216,7 +7201,7 @@ paths: description: Response content: application/json: - schema: &120 + schema: &121 type: object properties: total_active_caches_count: @@ -7231,12 +7216,12 @@ paths: - total_active_caches_count - total_active_caches_size_in_bytes examples: - default: &121 + default: &122 value: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 headers: - Link: *38 + Link: *39 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -7256,7 +7241,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: - - *39 + - *40 responses: '204': description: Response @@ -7295,7 +7280,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: - - *39 + - *40 responses: '200': description: Response @@ -7304,7 +7289,7 @@ paths: schema: type: object properties: - enabled_organizations: &40 + enabled_organizations: &41 type: string description: The policy that controls the organizations in the enterprise that are allowed to run GitHub Actions. @@ -7317,7 +7302,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: &41 + allowed_actions: &42 type: string description: The permissions policy that controls the actions and reusable workflows that are allowed to run. @@ -7325,7 +7310,7 @@ paths: - all - local_only - selected - selected_actions_url: &124 + selected_actions_url: &125 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` @@ -7356,7 +7341,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: - - *39 + - *40 responses: '204': description: Response @@ -7367,8 +7352,8 @@ paths: schema: type: object properties: - enabled_organizations: *40 - allowed_actions: *41 + enabled_organizations: *41 + allowed_actions: *42 required: - enabled_organizations examples: @@ -7395,9 +7380,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: - - *39 - - *17 - - *19 + - *40 + - *18 + - *20 responses: '200': description: Response @@ -7410,7 +7395,7 @@ paths: type: number organizations: type: array - items: &51 + items: &52 title: Organization Simple description: A GitHub organization. type: object @@ -7472,7 +7457,7 @@ paths: - total_count - organizations examples: - default: &52 + default: &53 value: total_count: 1 organizations: @@ -7506,7 +7491,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: - - *39 + - *40 responses: '204': description: Response @@ -7550,8 +7535,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: - - *39 - - &42 + - *40 + - &43 name: org_id description: The unique identifier of the organization. in: path @@ -7579,8 +7564,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: - - *39 - - *42 + - *40 + - *43 responses: '204': description: Response @@ -7603,13 +7588,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: - - *39 + - *40 responses: '200': description: Response content: application/json: - schema: &43 + schema: &44 type: object properties: github_owned_allowed: @@ -7630,7 +7615,7 @@ paths: items: type: string examples: - default: &44 + default: &45 value: github_owned_allowed: true verified_allowed: false @@ -7655,7 +7640,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: - - *39 + - *40 responses: '204': description: Response @@ -7663,9 +7648,9 @@ paths: required: true content: application/json: - schema: *43 + schema: *44 examples: - selected_actions: *44 + selected_actions: *45 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -7687,23 +7672,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: - - *39 + - *40 responses: '200': description: Success response content: application/json: - schema: &127 + schema: &128 type: object properties: - default_workflow_permissions: &45 + default_workflow_permissions: &46 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &46 + can_approve_pull_request_reviews: &47 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -7711,7 +7696,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &47 + default: &48 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -7736,18 +7721,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: - - *39 + - *40 requestBody: required: true content: application/json: - schema: &128 + schema: &129 type: object properties: - default_workflow_permissions: *45 - can_approve_pull_request_reviews: *46 + default_workflow_permissions: *46 + can_approve_pull_request_reviews: *47 examples: - default: *47 + default: *48 responses: '204': description: Success response @@ -7770,9 +7755,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: - - *39 - - *17 - - *19 + - *40 + - *18 + - *20 - name: visible_to_organization description: Only return runner groups that are allowed to be used by this organization. @@ -7792,7 +7777,7 @@ paths: type: number runner_groups: type: array - items: &48 + items: &49 type: object properties: id: @@ -7894,7 +7879,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: - - *39 + - *40 requestBody: required: true content: @@ -7962,9 +7947,9 @@ paths: description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: &49 + default: &50 value: id: 2 name: octo-runner-group @@ -7996,8 +7981,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: - - *39 - - &50 + - *40 + - &51 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -8009,9 +7994,9 @@ paths: description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: *49 + default: *50 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -8030,8 +8015,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: - - *39 - - *50 + - *40 + - *51 requestBody: required: false content: @@ -8079,7 +8064,7 @@ paths: description: Response content: application/json: - schema: *48 + schema: *49 examples: default: value: @@ -8112,8 +8097,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: - - *39 - - *50 + - *40 + - *51 responses: '204': description: Response @@ -8136,10 +8121,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: - - *39 - - *50 - - *17 - - *19 + - *40 + - *51 + - *18 + - *20 responses: '200': description: Response @@ -8152,12 +8137,12 @@ paths: type: number organizations: type: array - items: *51 + items: *52 required: - total_count - organizations examples: - default: *52 + default: *53 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -8176,8 +8161,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: - - *39 - - *50 + - *40 + - *51 requestBody: required: true content: @@ -8222,9 +8207,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: - - *39 - - *50 - - *42 + - *40 + - *51 + - *43 responses: '204': description: Response @@ -8246,9 +8231,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: - - *39 - - *50 - - *42 + - *40 + - *51 + - *43 responses: '204': description: Response @@ -8271,10 +8256,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: - - *39 - - *50 - - *17 - - *19 + - *40 + - *51 + - *18 + - *20 responses: '200': description: Response @@ -8287,7 +8272,7 @@ paths: type: number runners: type: array - items: &54 + items: &55 title: Self hosted runners description: A self hosted runner type: object @@ -8316,7 +8301,7 @@ paths: type: boolean labels: type: array - items: &58 + items: &59 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -8347,7 +8332,7 @@ paths: - total_count - runners examples: - default: &55 + default: &56 value: total_count: 2 runners: @@ -8385,7 +8370,7 @@ paths: name: no-gpu type: custom headers: - Link: *38 + Link: *39 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -8404,8 +8389,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: - - *39 - - *50 + - *40 + - *51 requestBody: required: true content: @@ -8449,9 +8434,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: - - *39 - - *50 - - &53 + - *40 + - *51 + - &54 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -8479,9 +8464,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: - - *39 - - *50 - - *53 + - *40 + - *51 + - *54 responses: '204': description: Response @@ -8509,9 +8494,9 @@ paths: in: query schema: type: string - - *39 - - *17 - - *19 + - *40 + - *18 + - *20 responses: '200': description: Response @@ -8524,11 +8509,11 @@ paths: type: number runners: type: array - items: *54 + items: *55 examples: - default: *55 + default: *56 headers: - Link: *38 + Link: *39 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -8548,7 +8533,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: - - *39 + - *40 responses: '200': description: Response @@ -8556,7 +8541,7 @@ paths: application/json: schema: type: array - items: &132 + items: &133 title: Runner Application description: Runner Application type: object @@ -8581,7 +8566,7 @@ paths: - download_url - filename examples: - default: &133 + default: &134 value: - os: osx architecture: x64 @@ -8622,7 +8607,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: - - *39 + - *40 requestBody: required: true content: @@ -8665,7 +8650,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &134 + '201': &135 description: Response content: application/json: @@ -8675,7 +8660,7 @@ paths: - runner - encoded_jit_config properties: - runner: *54 + runner: *55 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -8702,8 +8687,8 @@ paths: name: no-gpu type: custom encoded_jit_config: abc123 - '404': *6 - '422': *7 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -8731,13 +8716,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: - - *39 + - *40 responses: '201': description: Response content: application/json: - schema: &57 + schema: &58 title: Authentication Token description: Authentication Token type: object @@ -8759,7 +8744,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *56 + items: *57 single_file: type: string example: config.yaml @@ -8775,7 +8760,7 @@ paths: - token - expires_at examples: - default: &135 + default: &136 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -8807,15 +8792,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: - - *39 + - *40 responses: '201': description: Response content: application/json: - schema: *57 + schema: *58 examples: - default: &136 + default: &137 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -8838,16 +8823,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: - - *39 - - *53 + - *40 + - *54 responses: '200': description: Response content: application/json: - schema: *54 + schema: *55 examples: - default: &137 + default: &138 value: id: 23 name: MBP @@ -8885,8 +8870,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: - - *39 - - *53 + - *40 + - *54 responses: '204': description: Response @@ -8909,10 +8894,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: - - *39 - - *53 + - *40 + - *54 responses: - '200': &59 + '200': &60 description: Response content: application/json: @@ -8926,7 +8911,7 @@ paths: type: integer labels: type: array - items: *58 + items: *59 examples: default: value: @@ -8944,7 +8929,7 @@ paths: - id: 21 name: no-gpu type: custom - '404': *6 + '404': *7 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -8963,8 +8948,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: - - *39 - - *53 + - *40 + - *54 requestBody: required: true content: @@ -8988,9 +8973,9 @@ paths: - gpu - accelerated responses: - '200': *59 - '404': *6 - '422': *7 + '200': *60 + '404': *7 + '422': *8 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -9010,8 +8995,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: - - *39 - - *53 + - *40 + - *54 requestBody: required: true content: @@ -9036,9 +9021,9 @@ paths: - gpu - accelerated responses: - '200': *59 - '404': *6 - '422': *7 + '200': *60 + '404': *7 + '422': *8 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -9058,10 +9043,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: - - *39 - - *53 + - *40 + - *54 responses: - '200': &138 + '200': &139 description: Response content: application/json: @@ -9075,7 +9060,7 @@ paths: type: integer labels: type: array - items: *58 + items: *59 examples: default: value: @@ -9090,8 +9075,8 @@ paths: - id: 20 name: macOS type: read-only - '404': *6 - '422': *7 + '404': *7 + '422': *8 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -9115,9 +9100,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: - - *39 - - *53 - - &139 + - *40 + - *54 + - &140 name: name description: The name of a self-hosted runner's custom label. in: path @@ -9125,9 +9110,9 @@ paths: schema: type: string responses: - '200': *59 - '404': *6 - '422': *7 + '200': *60 + '404': *7 + '422': *8 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -9144,26 +9129,26 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/enterprises#get-announcement-banner-for-enterprise parameters: - - *39 + - *40 responses: '200': description: Response content: application/json: - schema: &63 + schema: &64 title: Announcement Banner description: Announcement at either the repository, organization, or enterprise level type: object properties: - announcement: &60 + announcement: &61 type: string description: The announcement text in GitHub Flavored Markdown. For more information about GitHub Flavored Markdown, see "[Basic 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)." example: Very **important** announcement about _something_. nullable: true - expires_at: &61 + expires_at: &62 type: string format: date-time description: 'The time at which the announcement expires. This @@ -9184,7 +9169,7 @@ paths: - expires_at - user_dismissible examples: - default: &62 + default: &63 summary: Announcement banner value: announcement: Very **important** announcement about _something_. @@ -9208,27 +9193,27 @@ paths: required: true content: application/json: - schema: &146 + schema: &147 title: Enterprise Announcement description: Enterprise global announcement type: object properties: - announcement: *60 - expires_at: *61 + announcement: *61 + expires_at: *62 required: - announcement examples: - default: *62 + default: *63 parameters: - - *39 + - *40 responses: '200': description: Response content: application/json: - schema: *63 + schema: *64 examples: - default: *62 + default: *63 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -9244,7 +9229,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/enterprises#remove-announcement-banner-from-enterprise parameters: - - *39 + - *40 responses: '204': description: Response @@ -9271,7 +9256,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: - - *39 + - *40 - 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). @@ -9279,7 +9264,7 @@ paths: required: false schema: type: string - - &147 + - &148 name: include description: |- The event types to include: @@ -9297,7 +9282,7 @@ paths: - web - git - all - - &148 + - &149 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. @@ -9305,7 +9290,7 @@ paths: required: false schema: type: string - - &149 + - &150 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. @@ -9313,7 +9298,7 @@ paths: required: false schema: type: string - - &150 + - &151 name: order description: |- The order of audit log events. To list newest events first, specify `desc`. To list oldest events first, specify `asc`. @@ -9326,8 +9311,8 @@ paths: enum: - desc - asc - - *19 - - *17 + - *20 + - *18 responses: '200': description: Response @@ -9335,7 +9320,7 @@ paths: application/json: schema: type: array - items: &151 + items: &152 type: object properties: "@timestamp": @@ -9457,7 +9442,7 @@ paths: description: The repository visibility, for example `public` or `private`. examples: - default: &152 + default: &153 value: - "@timestamp": 1606929874512 action: team.add_member @@ -9502,18 +9487,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: - - *39 - - &154 + - *40 + - &155 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: &67 + schema: &68 type: string description: The name of the tool used to generate the code scanning analysis. - - &155 + - &156 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 @@ -9521,22 +9506,22 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &68 + schema: &69 nullable: true type: string description: The GUID of the tool used to generate the code scanning analysis, if provided in the uploaded SARIF data. - - *64 - *65 - - *19 - - *17 - *66 + - *20 + - *18 + - *67 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: &156 + schema: &157 type: string description: State of a code scanning alert. enum: @@ -9561,31 +9546,31 @@ paths: application/json: schema: type: array - items: &157 + items: &158 type: object properties: - number: &70 + number: &71 type: integer description: The security alert number. readOnly: true - created_at: &75 + created_at: &76 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: &76 + updated_at: &77 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: &73 + url: &74 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &74 + html_url: &75 type: string description: The GitHub URL of the alert resource. format: uri @@ -9596,14 +9581,14 @@ paths: for an alert. format: uri readOnly: true - state: &69 + state: &70 type: string description: State of a code scanning alert. enum: - open - dismissed - fixed - fixed_at: &78 + fixed_at: &79 type: string description: 'The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -9614,10 +9599,10 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true - dismissed_at: &77 + dismissed_at: &78 type: string description: 'The time that the alert was dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -9682,13 +9667,13 @@ paths: tool: &364 type: object properties: - name: *67 + name: *68 version: nullable: true type: string description: The version of the tool used to generate the code scanning analysis. - guid: *68 + guid: *69 most_recent_instance: &365 type: object properties: @@ -9714,7 +9699,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: *69 + state: *70 commit_sha: type: string message: @@ -9753,7 +9738,7 @@ paths: - generated - test - library - repository: &79 + repository: &80 title: Simple Repository description: A GitHub repository. type: object @@ -9774,7 +9759,7 @@ paths: type: string example: octocat/Hello-World description: The full, globally unique, name of the repository. - owner: *18 + owner: *19 private: type: boolean description: Whether the repository is private. @@ -10045,7 +10030,7 @@ paths: - most_recent_instance - repository examples: - default: &158 + default: &159 value: - number: 4 created_at: '2020-02-13T12:29:18Z' @@ -10274,9 +10259,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: *38 - '404': *6 - '503': &80 + Link: *39 + '404': *7 + '503': &81 description: Service unavailable content: application/json: @@ -10311,7 +10296,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: - - *39 + - *40 responses: '200': description: Response @@ -10376,7 +10361,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': *6 + '404': *7 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -10397,7 +10382,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: - - *39 + - *40 requestBody: required: false content: @@ -10457,7 +10442,7 @@ paths: '422': description: The action could not be taken due to an in progress enablement, or a policy is preventing enablement - '404': *6 + '404': *7 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -10479,9 +10464,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/license#list-enterprise-consumed-licenses parameters: - - *39 - - *17 - - *19 + - *40 + - *18 + - *20 responses: '200': description: Consumed Licenses Response @@ -10611,7 +10596,7 @@ paths: visual_studio_subscription_email: '' total_user_accounts: 1 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -10636,8 +10621,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - - *39 - - &167 + - *40 + - &168 name: state in: query description: |- @@ -10646,7 +10631,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &168 + - &169 name: severity in: query description: |- @@ -10655,7 +10640,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &169 + - &170 name: ecosystem in: query description: |- @@ -10664,14 +10649,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &170 + - &171 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 - - &171 + - &172 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -10681,7 +10666,7 @@ paths: enum: - development - runtime - - &172 + - &173 name: sort in: query description: |- @@ -10694,10 +10679,10 @@ paths: - created - updated default: created - - *66 - - *64 + - *67 - *65 - - &173 + - *66 + - &174 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -10710,7 +10695,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &174 + - &175 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -10722,7 +10707,7 @@ paths: type: integer minimum: 1 maximum: 100 - - *17 + - *18 responses: '200': description: Response @@ -10730,11 +10715,11 @@ paths: application/json: schema: type: array - items: &175 + items: &176 type: object description: A Dependabot alert. properties: - number: *70 + number: *71 state: type: string description: The state of the Dependabot alert. @@ -10749,7 +10734,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: &71 + package: &72 type: object description: Details for the vulnerable package. readOnly: true @@ -10810,13 +10795,13 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &72 + items: &73 type: object description: Details pertaining to one vulnerable version range for the advisory. readOnly: true properties: - package: *71 + package: *72 severity: type: string description: The severity of the vulnerability. @@ -10980,18 +10965,18 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *72 - url: *73 - html_url: *74 - created_at: *75 - updated_at: *76 - dismissed_at: *77 + security_vulnerability: *73 + url: *74 + html_url: *75 + created_at: *76 + updated_at: *77 + dismissed_at: *78 dismissed_by: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true dismissed_reason: type: string @@ -11009,7 +10994,7 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *78 + fixed_at: *79 auto_dismissed_at: &408 type: string description: 'The time that the alert was auto-dismissed in @@ -11017,7 +11002,7 @@ paths: format: date-time readOnly: true nullable: true - repository: *79 + repository: *80 required: - number - state @@ -11036,7 +11021,7 @@ paths: - repository additionalProperties: false examples: - default: &176 + default: &177 value: - number: 2 state: dismissed @@ -11337,10 +11322,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': *36 - '403': *28 - '404': *6 - '422': *7 + '304': *37 + '403': *29 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -11363,7 +11348,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/license#get-a-license-sync-status parameters: - - *39 + - *40 responses: '200': description: License Sync Status Response @@ -11427,8 +11412,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: - - *39 - - &242 + - *40 + - &243 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -11439,7 +11424,7 @@ paths: enum: - open - resolved - - &243 + - &244 name: secret_type in: query description: |- @@ -11449,7 +11434,7 @@ paths: required: false schema: type: string - - &244 + - &245 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -11458,7 +11443,7 @@ paths: required: false schema: type: string - - &245 + - &246 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. @@ -11470,11 +11455,11 @@ paths: - created - updated default: created - - *66 - - *17 - - *64 + - *67 + - *18 - *65 - - &246 + - *66 + - &247 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -11490,11 +11475,11 @@ paths: application/json: schema: type: array - items: &247 + items: &248 type: object properties: - number: *70 - created_at: *75 + number: *71 + created_at: *76 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -11502,8 +11487,8 @@ paths: format: date-time readOnly: true nullable: true - url: *73 - html_url: *74 + url: *74 + html_url: *75 locations_url: type: string format: uri @@ -11536,8 +11521,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true secret_type: type: string @@ -11550,7 +11535,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *79 + repository: *80 push_protection_bypassed: type: boolean description: Whether push protection was bypassed for the detected @@ -11560,8 +11545,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true push_protection_bypassed_at: type: string @@ -11582,7 +11567,7 @@ paths: - inactive - unknown examples: - default: &248 + default: &249 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -11785,9 +11770,9 @@ paths: resolution_comment: validity: unknown headers: - Link: *38 - '404': *6 - '503': *80 + Link: *39 + '404': *7 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -11809,7 +11794,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: - - *39 + - *40 responses: '200': description: Response @@ -11915,9 +11900,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: - - *39 - - *17 - - *19 + - *40 + - *18 + - *20 responses: '200': description: Success @@ -12021,7 +12006,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: - - *39 + - *40 responses: '200': description: Response @@ -12071,7 +12056,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: - - *39 + - *40 responses: '200': description: Response @@ -12121,7 +12106,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: - - *39 + - *40 - name: security_product in: path description: The security feature to enable or disable. @@ -12153,7 +12138,7 @@ paths: '422': description: The action could not be taken due to an in progress enablement, or a policy is preventing enablement - '404': *6 + '404': *7 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -12172,8 +12157,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -12181,7 +12166,7 @@ paths: application/json: schema: type: array - items: &109 + items: &110 title: Event description: Event type: object @@ -12191,7 +12176,7 @@ paths: type: type: string nullable: true - actor: &81 + actor: &82 title: Actor description: Actor type: object @@ -12231,13 +12216,13 @@ paths: - id - name - url - org: *81 + org: *82 payload: type: object properties: action: type: string - issue: &97 + issue: &98 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. @@ -12301,8 +12286,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true labels: description: Labels to associate with this issue; pass @@ -12341,12 +12326,12 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true assignees: type: array - items: *18 + items: *19 nullable: true milestone: title: Milestone @@ -12396,8 +12381,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true open_issues: type: integer @@ -12492,8 +12477,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true body_html: type: string @@ -12502,7 +12487,7 @@ paths: timeline_url: type: string format: uri - repository: *56 + repository: *57 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -12511,10 +12496,10 @@ paths: They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true - author_association: &84 + author_association: &85 title: author_association type: string example: OWNER @@ -12528,7 +12513,7 @@ paths: - MEMBER - NONE - OWNER - reactions: &85 + reactions: &86 title: Reaction Rollup type: object properties: @@ -12620,8 +12605,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true created_at: type: string @@ -12634,7 +12619,7 @@ paths: issue_url: type: string format: uri - author_association: *84 + author_association: *85 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -12643,10 +12628,10 @@ paths: They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true - reactions: *85 + reactions: *86 required: - id - node_id @@ -12739,9 +12724,9 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300 public: true created_at: '2022-06-07T07:50:26Z' - '304': *36 - '403': *28 - '503': *80 + '304': *37 + '403': *29 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -12821,7 +12806,7 @@ paths: _links: type: object properties: - timeline: &86 + timeline: &87 title: Link With Type description: Hypermedia Link with Type type: object @@ -12833,17 +12818,17 @@ paths: required: - href - type - user: *86 - security_advisories: *86 - current_user: *86 - current_user_public: *86 - current_user_actor: *86 - current_user_organization: *86 + user: *87 + security_advisories: *87 + current_user: *87 + current_user_public: *87 + current_user_actor: *87 + current_user_organization: *87 current_user_organizations: type: array - items: *86 - repository_discussions: *86 - repository_discussions_category: *86 + items: *87 + repository_discussions: *87 + repository_discussions_category: *87 required: - timeline - user @@ -12905,9 +12890,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *87 - - *17 - - *19 + - *88 + - *18 + - *20 responses: '200': description: Response @@ -12915,7 +12900,7 @@ paths: application/json: schema: type: array - items: &88 + items: &89 title: Base Gist description: Base Gist type: object @@ -12974,13 +12959,13 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true comments_url: type: string format: uri - owner: *18 + owner: *19 truncated: type: boolean forks: @@ -13007,7 +12992,7 @@ paths: - created_at - updated_at examples: - default: &89 + default: &90 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -13052,9 +13037,9 @@ paths: site_admin: false truncated: false headers: - Link: *38 - '304': *36 - '403': *28 + Link: *39 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13127,7 +13112,7 @@ paths: description: Response content: application/json: - schema: &90 + schema: &91 title: Gist Simple description: Gist Simple type: object @@ -13320,8 +13305,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true version: type: string @@ -13400,8 +13385,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true comments_url: type: string @@ -13410,8 +13395,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true truncated: type: boolean @@ -13490,11 +13475,11 @@ paths: nullable: true comments_url: type: string - owner: *18 + owner: *19 truncated: type: boolean examples: - default: &91 + default: &92 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -13573,10 +13558,10 @@ paths: example: https://api.github.com/gists/aa5a315d61ae9438b18d schema: type: string - '422': *15 - '304': *36 - '404': *6 - '403': *28 + '422': *16 + '304': *37 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13596,9 +13581,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-public-gists parameters: - - *87 - - *17 - - *19 + - *88 + - *18 + - *20 responses: '200': description: Response @@ -13606,14 +13591,14 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: - default: *89 + default: *90 headers: - Link: *38 - '422': *15 - '304': *36 - '403': *28 + Link: *39 + '422': *16 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13630,9 +13615,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-starred-gists parameters: - - *87 - - *17 - - *19 + - *88 + - *18 + - *20 responses: '200': description: Response @@ -13640,14 +13625,14 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: - default: *89 + default: *90 headers: - Link: *38 - '401': *24 - '304': *36 - '403': *28 + Link: *39 + '401': *25 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13670,7 +13655,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist parameters: - - &92 + - &93 name: gist_id description: The unique identifier of the gist. in: path @@ -13682,10 +13667,10 @@ paths: description: Response content: application/json: - schema: *90 + schema: *91 examples: - default: *91 - '403': &95 + default: *92 + '403': &96 description: Forbidden Gist content: application/json: @@ -13706,8 +13691,8 @@ paths: type: string documentation_url: type: string - '404': *6 - '304': *36 + '404': *7 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13733,7 +13718,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#update-a-gist parameters: - - *92 + - *93 requestBody: required: true content: @@ -13793,9 +13778,9 @@ paths: description: Response content: application/json: - schema: *90 + schema: *91 examples: - updateGist: *91 + updateGist: *92 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -13936,8 +13921,8 @@ paths: deletions: 0 url: https://api.github.com/gists/8481a81af6b7a2d418f2/468aac8caed5f0c3b859b8286968 truncated: false - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13953,13 +13938,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#delete-a-gist parameters: - - *92 + - *93 responses: '204': description: Response - '404': *6 - '304': *36 - '403': *28 + '404': *7 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13982,9 +13967,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#list-gist-comments parameters: - - *92 - - *17 - - *19 + - *93 + - *18 + - *20 responses: '200': description: Response @@ -13992,7 +13977,7 @@ paths: application/json: schema: type: array - items: &93 + items: &94 title: Gist Comment description: A comment made to a gist. type: object @@ -14016,8 +14001,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true created_at: type: string @@ -14027,7 +14012,7 @@ paths: type: string format: date-time example: '2011-04-18T23:23:56Z' - author_association: *84 + author_association: *85 required: - url - id @@ -14067,10 +14052,10 @@ paths: updated_at: '2011-04-18T23:23:56Z' author_association: COLLABORATOR headers: - Link: *38 - '304': *36 - '404': *6 - '403': *28 + Link: *39 + '304': *37 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14092,7 +14077,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#create-a-gist-comment parameters: - - *92 + - *93 requestBody: required: true content: @@ -14117,9 +14102,9 @@ paths: description: Response content: application/json: - schema: *93 + schema: *94 examples: - default: &94 + default: &95 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -14152,9 +14137,9 @@ paths: example: https://api.github.com/gists/a6db0bec360bb87e9418/comments/1 schema: type: string - '304': *36 - '404': *6 - '403': *28 + '304': *37 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14177,8 +14162,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#get-a-gist-comment parameters: - - *92 - - &96 + - *93 + - &97 name: comment_id description: The unique identifier of the comment. in: path @@ -14190,12 +14175,12 @@ paths: description: Response content: application/json: - schema: *93 + schema: *94 examples: - default: *94 - '304': *36 - '404': *6 - '403': *95 + default: *95 + '304': *37 + '404': *7 + '403': *96 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14217,8 +14202,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#update-a-gist-comment parameters: - - *92 - - *96 + - *93 + - *97 requestBody: required: true content: @@ -14243,10 +14228,10 @@ paths: description: Response content: application/json: - schema: *93 + schema: *94 examples: - default: *94 - '404': *6 + default: *95 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14262,14 +14247,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#delete-a-gist-comment parameters: - - *92 - - *96 + - *93 + - *97 responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 + '304': *37 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14286,9 +14271,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-commits parameters: - - *92 - - *17 - - *19 + - *93 + - *18 + - *20 responses: '200': description: Response @@ -14312,8 +14297,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true change_status: type: object @@ -14368,9 +14353,9 @@ paths: example: ; rel="next" schema: type: string - '404': *6 - '304': *36 - '403': *28 + '404': *7 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14387,9 +14372,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-forks parameters: - - *92 - - *17 - - *19 + - *93 + - *18 + - *20 responses: '200': description: Response @@ -14397,7 +14382,7 @@ paths: application/json: schema: type: array - items: *90 + items: *91 examples: default: value: @@ -14443,10 +14428,10 @@ paths: type: User site_admin: false headers: - Link: *38 - '404': *6 - '304': *36 - '403': *28 + Link: *39 + '404': *7 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14462,13 +14447,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#fork-a-gist parameters: - - *92 + - *93 responses: '201': description: Response content: application/json: - schema: *88 + schema: *89 examples: default: value: @@ -14519,10 +14504,10 @@ paths: example: https://api.github.com/gists/aa5a315d61ae9438b18d schema: type: string - '404': *6 - '422': *15 - '304': *36 - '403': *28 + '404': *7 + '422': *16 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14539,7 +14524,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#check-if-a-gist-is-starred parameters: - - *92 + - *93 responses: '204': description: Response if gist is starred @@ -14551,8 +14536,8 @@ paths: type: object properties: {} additionalProperties: false - '304': *36 - '403': *28 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14569,13 +14554,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#star-a-gist parameters: - - *92 + - *93 responses: '204': description: Response - '404': *6 - '304': *36 - '403': *28 + '404': *7 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14591,13 +14576,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#unstar-a-gist parameters: - - *92 + - *93 responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 + '304': *37 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14620,7 +14605,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist-revision parameters: - - *92 + - *93 - name: sha in: path required: true @@ -14631,12 +14616,12 @@ paths: description: Response content: application/json: - schema: *90 + schema: *91 examples: - default: *91 - '422': *15 - '404': *6 - '403': *28 + default: *92 + '422': *16 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14673,7 +14658,7 @@ paths: - Bancha - C - C++ - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14758,7 +14743,7 @@ paths: *.exe *.out *.app - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14775,8 +14760,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: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -14792,7 +14777,7 @@ paths: type: integer repositories: type: array - items: *56 + items: *57 repository_selection: type: string example: selected @@ -14915,10 +14900,10 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *38 - '403': *28 - '304': *36 - '401': *24 + Link: *39 + '403': *29 + '304': *37 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15001,7 +14986,7 @@ paths: - closed - all default: open - - &194 + - &195 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -15019,8 +15004,8 @@ paths: - updated - comments default: created - - *66 - - *87 + - *67 + - *88 - name: collab in: query required: false @@ -15041,8 +15026,8 @@ paths: required: false schema: type: boolean - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -15050,9 +15035,9 @@ paths: application/json: schema: type: array - items: *97 + items: *98 examples: - default: &195 + default: &196 value: - id: 1 node_id: MDU6SXNzdWUx @@ -15297,10 +15282,10 @@ paths: watchers: 1 author_association: COLLABORATOR headers: - Link: *38 - '422': *15 - '304': *36 - '404': *6 + Link: *39 + '422': *16 + '304': *37 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -15323,8 +15308,8 @@ paths: required: false schema: type: boolean - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -15336,8 +15321,8 @@ paths: title: License Simple description: License Simple type: object - properties: *98 - required: *99 + properties: *99 + required: *100 examples: default: value: @@ -15376,7 +15361,7 @@ paths: spdx_id: GPL-3.0 url: https://api.github.com/licenses/gpl-3.0 node_id: MDc6TGljZW5zZW1pdA== - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15559,9 +15544,9 @@ paths: OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. featured: true - '403': *28 - '404': *6 - '304': *36 + '403': *29 + '404': *7 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15621,7 +15606,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &100 + X-CommonMarker-Version: &101 example: 0.17.4 schema: type: string @@ -15633,7 +15618,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15676,7 +15661,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *100 + X-CommonMarker-Version: *101 content: text/html: schema: @@ -15685,7 +15670,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15705,7 +15690,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: - - &103 + - &104 name: account_id description: account_id parameter in: path @@ -15717,7 +15702,7 @@ paths: description: Response content: application/json: - schema: &102 + schema: &103 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -15747,7 +15732,7 @@ paths: nullable: true id: type: integer - plan: &101 + plan: &102 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -15836,7 +15821,7 @@ paths: nullable: true updated_at: type: string - plan: *101 + plan: *102 required: - url - id @@ -15844,7 +15829,7 @@ paths: - login - marketplace_purchase examples: - default: &104 + default: &105 value: url: https://api.github.com/orgs/github type: Organization @@ -15899,8 +15884,8 @@ paths: description: Not Found when the account has not purchased the listing content: application/json: - schema: *2 - '401': *24 + schema: *3 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -15920,8 +15905,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-plans parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -15929,9 +15914,9 @@ paths: application/json: schema: type: array - items: *101 + items: *102 examples: - default: &105 + default: &106 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -15949,9 +15934,9 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *38 - '404': *6 - '401': *24 + Link: *39 + '404': *7 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -15971,14 +15956,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &106 + - &107 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &107 + - &108 name: sort description: The property to sort the results by. in: query @@ -15999,8 +15984,8 @@ paths: enum: - asc - desc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -16008,9 +15993,9 @@ paths: application/json: schema: type: array - items: *102 + items: *103 examples: - default: &108 + default: &109 value: - url: https://api.github.com/orgs/github type: Organization @@ -16061,10 +16046,10 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *38 - '404': *6 - '422': *15 - '401': *24 + Link: *39 + '404': *7 + '422': *16 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16084,18 +16069,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: - - *103 + - *104 responses: '200': description: Response content: application/json: - schema: *102 + schema: *103 examples: - default: *104 + default: *105 '404': description: Not Found when the account has not purchased the listing - '401': *24 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16115,8 +16100,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-plans-stubbed parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -16124,12 +16109,12 @@ paths: application/json: schema: type: array - items: *101 + items: *102 examples: - default: *105 + default: *106 headers: - Link: *38 - '401': *24 + Link: *39 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16149,8 +16134,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *106 - *107 + - *108 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -16161,8 +16146,8 @@ paths: enum: - asc - desc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -16170,12 +16155,12 @@ paths: application/json: schema: type: array - items: *102 + items: *103 examples: - default: *108 + default: *109 headers: - Link: *38 - '401': *24 + Link: *39 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16366,7 +16351,7 @@ paths: - "*.example.com" packages: - "*.example.com" - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16398,8 +16383,8 @@ paths: required: true schema: type: string - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -16407,7 +16392,7 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: default: value: @@ -16458,14 +16443,14 @@ paths: action: started public: true created_at: '2022-06-08T23:29:25Z' - '404': *6 - '403': *28 - '304': *36 + '404': *7 + '403': *29 + '304': *37 '301': &294 description: Moved permanently content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16500,7 +16485,7 @@ paths: schema: type: boolean default: false - - *87 + - *88 - &486 name: before description: 'Only show notifications updated before the given time. This @@ -16511,7 +16496,7 @@ paths: schema: type: string format: date-time - - *19 + - *20 - 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)." @@ -16526,18 +16511,18 @@ paths: application/json: schema: type: array - items: &110 + items: &111 title: Thread description: Thread type: object properties: id: type: string - repository: &131 + repository: &132 title: Minimal Repository description: Minimal Repository type: object - properties: &178 + properties: &179 id: type: integer example: 1296269 @@ -16550,7 +16535,7 @@ paths: full_name: type: string example: octocat/Hello-World - owner: *18 + owner: *19 private: type: boolean html_url: @@ -16783,7 +16768,7 @@ paths: type: integer network_count: type: integer - code_of_conduct: *37 + code_of_conduct: *38 license: type: object properties: @@ -16812,7 +16797,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &231 + security_and_analysis: &232 nullable: true type: object properties: @@ -16860,7 +16845,7 @@ paths: enum: - enabled - disabled - required: &179 + required: &180 - archive_url - assignees_url - blobs_url @@ -17030,11 +17015,11 @@ paths: url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription headers: - Link: *38 - '304': *36 - '403': *28 - '401': *24 - '422': *15 + Link: *39 + '304': *37 + '403': *29 + '401': *25 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17095,9 +17080,9 @@ paths: Notifications are being marked as read in the background. '205': description: Reset Content - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17114,7 +17099,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread parameters: - - &111 + - &112 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 @@ -17128,7 +17113,7 @@ paths: description: Response content: application/json: - schema: *110 + schema: *111 examples: default: value: @@ -17211,9 +17196,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': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17231,12 +17216,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-read parameters: - - *111 + - *112 responses: '205': description: Reset Content - '304': *36 - '403': *28 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17254,7 +17239,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-done parameters: - - *111 + - *112 responses: '204': description: No content @@ -17277,13 +17262,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: - - *111 + - *112 responses: '200': description: Response content: application/json: - schema: &112 + schema: &113 title: Thread Subscription description: Thread Subscription type: object @@ -17320,7 +17305,7 @@ paths: - url - subscribed examples: - default: &113 + default: &114 value: subscribed: true ignored: false @@ -17328,9 +17313,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': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17351,7 +17336,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#set-a-thread-subscription parameters: - - *111 + - *112 requestBody: required: false content: @@ -17372,12 +17357,12 @@ paths: description: Response content: application/json: - schema: *112 + schema: *113 examples: - default: *113 - '304': *36 - '403': *28 - '401': *24 + default: *114 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17397,13 +17382,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#delete-a-thread-subscription parameters: - - *111 + - *112 responses: '204': description: Response - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17483,7 +17468,7 @@ paths: required: false schema: type: integer - - *17 + - *18 responses: '200': description: Response @@ -17491,7 +17476,7 @@ paths: application/json: schema: type: array - items: *51 + items: *52 examples: default: &615 value: @@ -17512,7 +17497,7 @@ paths: example: ; rel="next" schema: type: string - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17557,7 +17542,7 @@ paths: type: integer custom_roles: type: array - items: &162 + items: &163 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -17589,7 +17574,7 @@ paths: type: array items: type: string - organization: *18 + organization: *19 created_at: type: string format: date-time @@ -17605,7 +17590,7 @@ paths: - created_at - updated_at examples: - default: &163 + default: &164 value: id: 8030 name: Security Engineer @@ -17657,7 +17642,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#get-an-organization parameters: - - &114 + - &115 name: org description: The organization name. The name is not case sensitive. in: path @@ -17669,7 +17654,7 @@ paths: description: Response content: application/json: - schema: &115 + schema: &116 title: Organization Full description: Organization Full type: object @@ -17942,7 +17927,7 @@ paths: - updated_at - archived_at examples: - default-response: &116 + default-response: &117 value: login: github id: 1 @@ -18007,7 +17992,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': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18030,7 +18015,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#update-an-organization parameters: - - *114 + - *115 requestBody: required: false content: @@ -18228,22 +18213,22 @@ paths: description: Response content: application/json: - schema: *115 + schema: *116 examples: - default: *116 + default: *117 '422': description: Validation failed content: application/json: schema: oneOf: - - *117 - *118 - '409': &206 + - *119 + '409': &207 description: Conflict content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18266,11 +18251,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#delete-an-organization parameters: - - *114 + - *115 responses: - '202': *119 - '404': *6 - '403': *28 + '202': *120 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18291,17 +18276,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: - - *114 + - *115 responses: '200': description: Response content: application/json: - schema: *120 + schema: *121 examples: - default: *121 + default: *122 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18322,9 +18307,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: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 responses: '200': description: Response @@ -18375,7 +18360,7 @@ paths: active_caches_size_in_bytes: 1022142 active_caches_count: 2 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18395,13 +18380,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: - - *114 + - *115 responses: '200': description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &122 + schema: &123 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -18415,7 +18400,7 @@ paths: required: - include_claim_keys examples: - default: &123 + default: &124 value: include_claim_keys: - repo @@ -18437,20 +18422,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: - - *114 + - *115 requestBody: required: true content: application/json: - schema: *122 + schema: *123 examples: - default: *123 + default: *124 responses: '201': description: Empty response content: application/json: - schema: &142 + schema: &143 title: Empty Object description: An object without any properties. type: object @@ -18459,8 +18444,8 @@ paths: examples: default: value: - '404': *6 - '403': *28 + '404': *7 + '403': *29 x-github: enabledForGitHubApps: true previews: [] @@ -18480,7 +18465,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: - - *114 + - *115 responses: '200': description: Response @@ -18489,7 +18474,7 @@ paths: schema: type: object properties: - enabled_repositories: &125 + enabled_repositories: &126 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -18502,8 +18487,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: *41 - selected_actions_url: *124 + allowed_actions: *42 + selected_actions_url: *125 required: - enabled_repositories examples: @@ -18532,7 +18517,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: - - *114 + - *115 responses: '204': description: Response @@ -18543,8 +18528,8 @@ paths: schema: type: object properties: - enabled_repositories: *125 - allowed_actions: *41 + enabled_repositories: *126 + allowed_actions: *42 required: - enabled_repositories examples: @@ -18571,9 +18556,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: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 responses: '200': description: Response @@ -18589,7 +18574,7 @@ paths: type: number repositories: type: array - items: *56 + items: *57 examples: default: &609 value: @@ -18731,7 +18716,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: - - *114 + - *115 responses: '204': description: Response @@ -18775,8 +18760,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: - - *114 - - &126 + - *115 + - &127 name: repository_id description: The unique identifier of the repository. in: path @@ -18804,8 +18789,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: - - *114 - - *126 + - *115 + - *127 responses: '204': description: Response @@ -18828,15 +18813,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: - - *114 + - *115 responses: '200': description: Response content: application/json: - schema: *43 + schema: *44 examples: - default: *44 + default: *45 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -18859,7 +18844,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: - - *114 + - *115 responses: '204': description: Response @@ -18867,9 +18852,9 @@ paths: required: false content: application/json: - schema: *43 + schema: *44 examples: - selected_actions: *44 + selected_actions: *45 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -18891,15 +18876,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: - - *114 + - *115 responses: '200': description: Response content: application/json: - schema: *127 + schema: *128 examples: - default: *47 + default: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18920,7 +18905,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: - - *114 + - *115 responses: '204': description: Success response @@ -18931,9 +18916,9 @@ paths: required: false content: application/json: - schema: *128 + schema: *129 examples: - default: *47 + default: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18953,9 +18938,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: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 - name: visible_to_repository description: Only return runner groups that are allowed to be used by this repository. @@ -18978,7 +18963,7 @@ paths: type: number runner_groups: type: array - items: &129 + items: &130 type: object properties: id: @@ -19088,7 +19073,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: - - *114 + - *115 requestBody: required: true content: @@ -19157,9 +19142,9 @@ paths: description: Response content: application/json: - schema: *129 + schema: *130 examples: - default: &130 + default: &131 value: id: 2 name: octo-runner-group @@ -19192,14 +19177,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: - - *114 - - *50 + - *115 + - *51 responses: '200': description: Response content: application/json: - schema: *129 + schema: *130 examples: default: value: @@ -19233,8 +19218,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: - - *114 - - *50 + - *115 + - *51 requestBody: required: true content: @@ -19284,9 +19269,9 @@ paths: description: Response content: application/json: - schema: *129 + schema: *130 examples: - default: *130 + default: *131 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -19305,8 +19290,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: - - *114 - - *50 + - *115 + - *51 responses: '204': description: Response @@ -19329,10 +19314,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: - - *114 - - *50 - - *19 - - *17 + - *115 + - *51 + - *20 + - *18 responses: '200': description: Response @@ -19348,7 +19333,7 @@ paths: type: number repositories: type: array - items: *131 + items: *132 examples: default: &600 value: @@ -19602,8 +19587,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: - - *114 - - *50 + - *115 + - *51 requestBody: required: true content: @@ -19647,9 +19632,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: - - *114 - - *50 - - *126 + - *115 + - *51 + - *127 responses: '204': description: Response @@ -19671,9 +19656,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: - - *114 - - *50 - - *126 + - *115 + - *51 + - *127 responses: '204': description: Response @@ -19696,10 +19681,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: - - *114 - - *50 - - *17 - - *19 + - *115 + - *51 + - *18 + - *20 responses: '200': description: Response @@ -19715,11 +19700,11 @@ paths: type: number runners: type: array - items: *54 + items: *55 examples: - default: *55 + default: *56 headers: - Link: *38 + Link: *39 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -19738,8 +19723,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: - - *114 - - *50 + - *115 + - *51 requestBody: required: true content: @@ -19783,9 +19768,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: - - *114 - - *50 - - *53 + - *115 + - *51 + - *54 responses: '204': description: Response @@ -19807,9 +19792,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: - - *114 - - *50 - - *53 + - *115 + - *51 + - *54 responses: '204': description: Response @@ -19839,9 +19824,9 @@ paths: in: query schema: type: string - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 responses: '200': description: Response @@ -19857,11 +19842,11 @@ paths: type: integer runners: type: array - items: *54 + items: *55 examples: - default: *55 + default: *56 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19883,7 +19868,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: - - *114 + - *115 responses: '200': description: Response @@ -19891,9 +19876,9 @@ paths: application/json: schema: type: array - items: *132 + items: *133 examples: - default: *133 + default: *134 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19915,7 +19900,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: - - *114 + - *115 requestBody: required: true content: @@ -19958,9 +19943,9 @@ paths: - no-gpu work_folder: _work responses: - '201': *134 - '404': *6 - '422': *7 + '201': *135 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19988,15 +19973,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: - - *114 + - *115 responses: '201': description: Response content: application/json: - schema: *57 + schema: *58 examples: - default: *135 + default: *136 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20024,15 +20009,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: - - *114 + - *115 responses: '201': description: Response content: application/json: - schema: *57 + schema: *58 examples: - default: *136 + default: *137 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20054,16 +20039,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: - - *114 - - *53 + - *115 + - *54 responses: '200': description: Response content: application/json: - schema: *54 + schema: *55 examples: - default: *137 + default: *138 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20084,8 +20069,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: - - *114 - - *53 + - *115 + - *54 responses: '204': description: Response @@ -20110,11 +20095,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: - - *114 - - *53 + - *115 + - *54 responses: - '200': *59 - '404': *6 + '200': *60 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20135,8 +20120,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: - - *114 - - *53 + - *115 + - *54 requestBody: required: true content: @@ -20160,9 +20145,9 @@ paths: - gpu - accelerated responses: - '200': *59 - '404': *6 - '422': *7 + '200': *60 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20184,8 +20169,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: - - *114 - - *53 + - *115 + - *54 requestBody: required: true content: @@ -20210,9 +20195,9 @@ paths: - gpu - accelerated responses: - '200': *59 - '404': *6 - '422': *7 + '200': *60 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20234,11 +20219,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: - - *114 - - *53 + - *115 + - *54 responses: - '200': *138 - '404': *6 + '200': *139 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20264,13 +20249,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: - - *114 - - *53 - - *139 + - *115 + - *54 + - *140 responses: - '200': *59 - '404': *6 - '422': *7 + '200': *60 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20293,9 +20278,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-organization-secrets parameters: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 responses: '200': description: Response @@ -20311,7 +20296,7 @@ paths: type: integer secrets: type: array - items: &140 + items: &141 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -20361,7 +20346,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20384,7 +20369,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-public-key parameters: - - *114 + - *115 responses: '200': description: Response @@ -20444,8 +20429,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-secret parameters: - - *114 - - &141 + - *115 + - &142 name: secret_name description: The name of the secret. in: path @@ -20457,7 +20442,7 @@ paths: description: Response content: application/json: - schema: *140 + schema: *141 examples: default: value: @@ -20487,8 +20472,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *114 - - *141 + - *115 + - *142 requestBody: required: true content: @@ -20543,7 +20528,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *142 + schema: *143 examples: default: value: @@ -20569,8 +20554,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-organization-secret parameters: - - *114 - - *141 + - *115 + - *142 responses: '204': description: Response @@ -20596,10 +20581,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: - - *114 - - *141 - - *19 - - *17 + - *115 + - *142 + - *20 + - *18 responses: '200': description: Response @@ -20615,9 +20600,9 @@ paths: type: integer repositories: type: array - items: *131 + items: *132 examples: - default: &145 + default: &146 value: total_count: 1 repositories: @@ -20709,8 +20694,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: - - *114 - - *141 + - *115 + - *142 requestBody: required: true content: @@ -20762,8 +20747,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: - - *114 - - *141 + - *115 + - *142 - name: repository_id in: path required: true @@ -20796,8 +20781,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: - - *114 - - *141 + - *115 + - *142 - name: repository_id in: path required: true @@ -20829,7 +20814,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - - *114 + - *115 - &304 name: per_page description: The number of results per page (max 30). For more information, @@ -20838,7 +20823,7 @@ paths: schema: type: integer default: 10 - - *19 + - *20 responses: '200': description: Response @@ -20854,7 +20839,7 @@ paths: type: integer variables: type: array - items: &143 + items: &144 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -20918,7 +20903,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/variables/ADMIN_EMAIL/repositories headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20939,7 +20924,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-organization-variable parameters: - - *114 + - *115 requestBody: required: true content: @@ -20987,7 +20972,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *142 + schema: *143 examples: default: value: @@ -21012,8 +20997,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-organization-variable parameters: - - *114 - - &144 + - *115 + - &145 name: name description: The name of the variable. in: path @@ -21025,7 +21010,7 @@ paths: description: Response content: application/json: - schema: *143 + schema: *144 examples: default: value: @@ -21055,8 +21040,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-organization-variable parameters: - - *114 - - *144 + - *115 + - *145 requestBody: required: true content: @@ -21118,8 +21103,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-organization-variable parameters: - - *114 - - *144 + - *115 + - *145 responses: '204': description: Response @@ -21145,10 +21130,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: - - *114 - - *144 - - *19 - - *17 + - *115 + - *145 + - *20 + - *18 responses: '200': description: Response @@ -21164,9 +21149,9 @@ paths: type: integer repositories: type: array - items: *131 + items: *132 examples: - default: *145 + default: *146 '409': description: Response when the visibility of the variable is not set to `selected` @@ -21192,8 +21177,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: - - *114 - - *144 + - *115 + - *145 requestBody: required: true content: @@ -21242,8 +21227,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: - - *114 - - *144 + - *115 + - *145 - name: repository_id in: path required: true @@ -21277,8 +21262,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: - - *114 - - *144 + - *115 + - *145 - name: repository_id in: path required: true @@ -21309,15 +21294,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#get-announcement-banner-for-organization parameters: - - *114 + - *115 responses: '200': description: Response content: application/json: - schema: *63 + schema: *64 examples: - default: *62 + default: *63 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -21336,19 +21321,19 @@ paths: required: true content: application/json: - schema: *146 + schema: *147 examples: - default: *62 + default: *63 parameters: - - *114 + - *115 responses: '200': description: Response content: application/json: - schema: *63 + schema: *64 examples: - default: *62 + default: *63 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -21364,7 +21349,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#remove-announcement-banner-from-organization parameters: - - *114 + - *115 responses: '204': description: Response @@ -21395,7 +21380,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: - - *114 + - *115 - 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). @@ -21403,11 +21388,11 @@ paths: required: false schema: type: string - - *147 - *148 - *149 - *150 - - *17 + - *151 + - *18 responses: '200': description: Response @@ -21415,9 +21400,9 @@ paths: application/json: schema: type: array - items: *151 + items: *152 examples: - default: *152 + default: *153 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -21434,9 +21419,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 responses: '200': description: Response @@ -21444,9 +21429,9 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: &196 + default: &197 value: - login: octocat id: 1 @@ -21484,8 +21469,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: - - *114 - - &153 + - *115 + - &154 name: username description: The handle for the GitHub user account. in: path @@ -21499,7 +21484,7 @@ paths: description: If the user is not blocked content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21516,12 +21501,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *114 - - *153 + - *115 + - *154 responses: '204': description: Response - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21537,8 +21522,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *114 - - *153 + - *115 + - *154 responses: '204': description: Response @@ -21563,20 +21548,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: - - *114 - - *154 + - *115 - *155 - - *64 + - *156 - *65 - - *19 - - *17 - *66 + - *20 + - *18 + - *67 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: *156 + schema: *157 - name: sort description: The property by which to sort the results. in: query @@ -21610,13 +21595,13 @@ paths: application/json: schema: type: array - items: *157 + items: *158 examples: - default: *158 + default: *159 headers: - Link: *38 - '404': *6 - '503': *80 + Link: *39 + '404': *7 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21636,9 +21621,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#list-codespaces-for-the-organization parameters: - - *17 - - *19 - - *114 + - *18 + - *20 + - *115 responses: '200': description: Response @@ -21654,7 +21639,7 @@ paths: type: integer codespaces: type: array - items: &197 + items: &198 type: object title: Codespace description: A codespace. @@ -21676,9 +21661,9 @@ paths: type: string example: 26a7c758-7299-4a73-b978-5a92a7ae98a0 nullable: true - owner: *18 - billable_owner: *18 - repository: *131 + owner: *19 + billable_owner: *19 + repository: *132 machine: type: object title: Codespace machine @@ -21930,7 +21915,7 @@ paths: - pulls_url - recent_folders examples: - default: &198 + default: &199 value: total_count: 3 codespaces: @@ -22339,15 +22324,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': *36 - '500': &159 + '304': *37 + '500': &160 description: Internal Error content: application/json: - schema: *2 - '401': *24 - '403': *28 - '404': *6 + schema: *3 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22366,7 +22351,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *114 + - *115 deprecated: true requestBody: required: true @@ -22405,12 +22390,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *36 + '304': *37 '400': description: Users are neither members nor collaborators of this organization. - '404': *6 - '422': *15 - '500': *159 + '404': *7 + '422': *16 + '500': *160 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22433,7 +22418,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: - - *114 + - *115 deprecated: true requestBody: required: true @@ -22460,12 +22445,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *36 + '304': *37 '400': description: Users are neither members nor collaborators of this organization. - '404': *6 - '422': *15 - '500': *159 + '404': *7 + '422': *16 + '500': *160 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22488,7 +22473,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *114 + - *115 requestBody: required: true content: @@ -22514,12 +22499,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *36 + '304': *37 '400': description: Users are neither members nor collaborators of this organization. - '404': *6 - '422': *15 - '500': *159 + '404': *7 + '422': *16 + '500': *160 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22540,9 +22525,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 responses: '200': description: Response @@ -22558,7 +22543,7 @@ paths: type: integer secrets: type: array - items: &160 + items: &161 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -22610,7 +22595,7 @@ paths: updated_at: '2020-01-11T11:59:22Z' visibility: all headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22629,7 +22614,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *114 + - *115 responses: '200': description: Response @@ -22687,14 +22672,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *114 - - *141 + - *115 + - *142 responses: '200': description: Response content: application/json: - schema: *160 + schema: *161 examples: default: &384 value: @@ -22703,7 +22688,7 @@ paths: updated_at: '2020-01-10T14:59:22Z' visibility: all headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22723,8 +22708,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: - - *114 - - *141 + - *115 + - *142 requestBody: required: true content: @@ -22779,14 +22764,14 @@ paths: description: Response when creating a secret content: application/json: - schema: *142 + schema: *143 examples: default: value: '204': description: Response when updating a secret - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22805,12 +22790,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *114 - - *141 + - *115 + - *142 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22831,10 +22816,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: - - *114 - - *141 - - *19 - - *17 + - *115 + - *142 + - *20 + - *18 responses: '200': description: Response @@ -22850,10 +22835,10 @@ paths: type: integer repositories: type: array - items: *131 + items: *132 examples: - default: *145 - '404': *6 + default: *146 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22874,8 +22859,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: - - *114 - - *141 + - *115 + - *142 requestBody: required: true content: @@ -22904,7 +22889,7 @@ paths: responses: '204': description: Response - '404': *6 + '404': *7 '409': description: Conflict when visibility type not set to selected x-github: @@ -22925,8 +22910,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: - - *114 - - *141 + - *115 + - *142 - name: repository_id in: path required: true @@ -22935,10 +22920,10 @@ paths: responses: '204': description: No Content when repository was added to the selected list - '404': *6 + '404': *7 '409': description: Conflict when visibility type is not set to selected - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22959,8 +22944,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: - - *114 - - *141 + - *115 + - *142 - name: repository_id in: path required: true @@ -22969,10 +22954,10 @@ paths: responses: '204': description: Response when repository was removed from the selected list - '404': *6 + '404': *7 '409': description: Conflict when visibility type not set to selected - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22998,7 +22983,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: - - *114 + - *115 responses: '200': description: OK @@ -23096,10 +23081,10 @@ paths: inactive_this_cycle: 11 seat_management_setting: assign_selected public_code_suggestions: block - '500': *159 - '401': *24 - '403': *28 - '404': *6 + '500': *160 + '401': *25 + '403': *29 + '404': *7 '422': description: There is a problem with your account's associated payment method. x-github: @@ -23125,8 +23110,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: - - *114 - - *19 + - *115 + - *20 - 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)." @@ -23148,7 +23133,7 @@ paths: currently being billed. seats: type: array - items: &200 + items: &201 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -23160,8 +23145,8 @@ paths: GitHub Copilot. additionalProperties: true oneOf: - - *18 - - &161 + - *19 + - &162 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -23429,7 +23414,7 @@ paths: to the assignee. This will be null if the user was assigned a seat individually. oneOf: - - *161 + - *162 nullable: true pending_cancellation_date: type: string @@ -23533,11 +23518,11 @@ paths: type: User site_admin: false headers: - Link: *38 - '500': *159 - '401': *24 - '403': *28 - '404': *6 + Link: *39 + '500': *160 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23566,7 +23551,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: - - *114 + - *115 requestBody: content: application/json: @@ -23607,10 +23592,10 @@ paths: default: value: seats_created: 5 - '500': *159 - '401': *24 - '403': *28 - '404': *6 + '500': *160 + '401': *25 + '403': *29 + '404': *7 '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 @@ -23643,7 +23628,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: - - *114 + - *115 requestBody: content: application/json: @@ -23684,10 +23669,10 @@ paths: default: value: seats_cancelled: 5 - '500': *159 - '401': *24 - '403': *28 - '404': *6 + '500': *160 + '401': *25 + '403': *29 + '404': *7 '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 @@ -23721,7 +23706,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: - - *114 + - *115 requestBody: content: application/json: @@ -23762,10 +23747,10 @@ paths: default: value: seats_created: 5 - '500': *159 - '401': *24 - '403': *28 - '404': *6 + '500': *160 + '401': *25 + '403': *29 + '404': *7 '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 @@ -23798,7 +23783,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: - - *114 + - *115 requestBody: content: application/json: @@ -23839,10 +23824,10 @@ paths: default: value: seats_cancelled: 5 - '500': *159 - '401': *24 - '403': *28 - '404': *6 + '500': *160 + '401': *25 + '403': *29 + '404': *7 '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 @@ -23870,8 +23855,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: - - *114 - - *17 + - *115 + - *18 - name: page description: Page token in: query @@ -24009,7 +23994,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: - - *114 + - *115 - name: credential_id in: path required: true @@ -24018,7 +24003,7 @@ paths: responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -24040,7 +24025,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: - - *114 + - *115 responses: '200': description: Response - list of custom role names @@ -24055,7 +24040,7 @@ paths: type: integer custom_roles: type: array - items: *162 + items: *163 examples: default: value: @@ -24142,12 +24127,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#create-a-custom-repository-role parameters: - - *114 + - *115 requestBody: required: true content: application/json: - schema: &165 + schema: &166 type: object properties: name: @@ -24188,11 +24173,11 @@ paths: description: Response content: application/json: - schema: *162 + schema: *163 examples: - default: *163 - '422': *15 - '404': *6 + default: *164 + '422': *16 + '404': *7 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -24214,8 +24199,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#get-a-custom-repository-role parameters: - - *114 - - &164 + - *115 + - &165 name: role_id description: The unique identifier of the role. in: path @@ -24227,10 +24212,10 @@ paths: description: Response content: application/json: - schema: *162 + schema: *163 examples: - default: *163 - '404': *6 + default: *164 + '404': *7 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -24251,13 +24236,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#update-a-custom-repository-role parameters: - - *114 - - *164 + - *115 + - *165 requestBody: required: true content: application/json: - schema: &166 + schema: &167 type: object properties: name: @@ -24295,11 +24280,11 @@ paths: description: Response content: application/json: - schema: *162 + schema: *163 examples: - default: *163 - '422': *15 - '404': *6 + default: *164 + '422': *16 + '404': *7 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -24321,8 +24306,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#delete-a-custom-repository-role parameters: - - *114 - - *164 + - *115 + - *165 responses: '204': description: Response @@ -24350,12 +24335,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#deprecated---create-a-custom-role parameters: - - *114 + - *115 requestBody: required: true content: application/json: - schema: *165 + schema: *166 examples: default: value: @@ -24369,11 +24354,11 @@ paths: description: Response content: application/json: - schema: *162 + schema: *163 examples: - default: *163 - '422': *15 - '404': *6 + default: *164 + '422': *16 + '404': *7 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -24401,17 +24386,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#deprecated---get-a-custom-role parameters: - - *114 - - *164 + - *115 + - *165 responses: '200': description: Response content: application/json: - schema: *162 + schema: *163 examples: - default: *163 - '404': *6 + default: *164 + '404': *7 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -24438,13 +24423,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#deprecated---update-a-custom-role parameters: - - *114 - - *164 + - *115 + - *165 requestBody: required: true content: application/json: - schema: *166 + schema: *167 examples: default: value: @@ -24459,11 +24444,11 @@ paths: description: Response content: application/json: - schema: *162 + schema: *163 examples: - default: *163 - '422': *15 - '404': *6 + default: *164 + '422': *16 + '404': *7 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -24491,8 +24476,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#deprecated---delete-a-custom-role parameters: - - *114 - - *164 + - *115 + - *165 responses: '204': description: Response @@ -24520,19 +24505,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *114 - - *167 + - *115 - *168 - *169 - *170 - *171 - *172 - - *66 - - *64 - - *65 - *173 + - *67 + - *65 + - *66 - *174 - - *17 + - *175 + - *18 responses: '200': description: Response @@ -24540,14 +24525,14 @@ paths: application/json: schema: type: array - items: *175 + items: *176 examples: - default: *176 - '304': *36 - '400': *14 - '403': *28 - '404': *6 - '422': *7 + default: *177 + '304': *37 + '400': *15 + '403': *29 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24568,9 +24553,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-organization-secrets parameters: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 responses: '200': description: Response @@ -24586,7 +24571,7 @@ paths: type: integer secrets: type: array - items: &177 + items: &178 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -24636,7 +24621,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/dependabot/secrets/SUPER_SECRET/repositories headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24657,7 +24642,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-public-key parameters: - - *114 + - *115 responses: '200': description: Response @@ -24703,14 +24688,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-secret parameters: - - *114 - - *141 + - *115 + - *142 responses: '200': description: Response content: application/json: - schema: *177 + schema: *178 examples: default: value: @@ -24738,8 +24723,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *114 - - *141 + - *115 + - *142 requestBody: required: true content: @@ -24794,7 +24779,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *142 + schema: *143 examples: default: value: @@ -24818,8 +24803,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-an-organization-secret parameters: - - *114 - - *141 + - *115 + - *142 responses: '204': description: Response @@ -24843,10 +24828,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: - - *114 - - *141 - - *19 - - *17 + - *115 + - *142 + - *20 + - *18 responses: '200': description: Response @@ -24862,9 +24847,9 @@ paths: type: integer repositories: type: array - items: *131 + items: *132 examples: - default: *145 + default: *146 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24885,8 +24870,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: - - *114 - - *141 + - *115 + - *142 requestBody: required: true content: @@ -24936,8 +24921,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: - - *114 - - *141 + - *115 + - *142 - name: repository_id in: path required: true @@ -24968,8 +24953,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: - - *114 - - *141 + - *115 + - *142 - name: repository_id in: path required: true @@ -24999,7 +24984,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: - - *114 + - *115 responses: '200': description: Response @@ -25007,7 +24992,7 @@ paths: application/json: schema: type: array - items: &209 + items: &210 title: Package description: A software package type: object @@ -25050,15 +25035,15 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true repository: title: Minimal Repository description: Minimal Repository type: object - properties: *178 - required: *179 + properties: *179 + required: *180 nullable: true created_at: type: string @@ -25077,7 +25062,7 @@ paths: - created_at - updated_at examples: - default: &210 + default: &211 value: - id: 197 name: hello_docker @@ -25135,8 +25120,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': *28 - '401': *24 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -25153,9 +25138,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-organization-events parameters: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 responses: '200': description: Response @@ -25163,7 +25148,7 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: 200-response: value: @@ -25233,7 +25218,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#get-an-external-group parameters: - - *114 + - *115 - name: group_id description: The unique identifier of the group. in: path @@ -25364,8 +25349,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: - - *114 - - *17 + - *115 + - *18 - name: page description: Page token in: query @@ -25451,9 +25436,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-failed-organization-invitations parameters: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 responses: '200': description: Response @@ -25461,7 +25446,7 @@ paths: application/json: schema: type: array - items: &191 + items: &192 title: Organization Invitation description: Organization Invitation type: object @@ -25484,7 +25469,7 @@ paths: failed_reason: type: string nullable: true - inviter: *18 + inviter: *19 team_count: type: integer node_id: @@ -25507,7 +25492,7 @@ paths: - invitation_teams_url - node_id examples: - default: &192 + default: &193 value: - id: 1 login: monalisa @@ -25540,8 +25525,8 @@ paths: invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25566,7 +25551,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: - - *114 + - *115 responses: '200': description: Response @@ -25574,7 +25559,7 @@ paths: application/json: schema: type: array - items: &232 + items: &233 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -25588,7 +25573,7 @@ paths: - name - description examples: - default: &233 + default: &234 value: - name: add_assignee description: Assign or remove a user @@ -25619,9 +25604,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-organization-webhooks parameters: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 responses: '200': description: Response @@ -25629,7 +25614,7 @@ paths: application/json: schema: type: array - items: &180 + items: &181 title: Org Hook description: Org Hook type: object @@ -25717,8 +25702,8 @@ paths: created_at: '2011-09-06T17:26:27Z' type: Organization headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25738,7 +25723,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#create-an-organization-webhook parameters: - - *114 + - *115 requestBody: required: true content: @@ -25753,10 +25738,10 @@ paths: type: object description: Key/value pairs to provide settings for this webhook. properties: - url: *8 - content_type: *9 - secret: *10 - insecure_ssl: *11 + url: *9 + content_type: *10 + secret: *11 + insecure_ssl: *12 username: type: string example: '"kdaigle"' @@ -25798,9 +25783,9 @@ paths: description: Response content: application/json: - schema: *180 + schema: *181 examples: - default: &181 + default: &182 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -25822,8 +25807,8 @@ paths: example: https://api.github.com/orgs/octocat/hooks/1 schema: type: string - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25844,8 +25829,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - - *114 - - &182 + - *115 + - &183 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. @@ -25858,10 +25843,10 @@ paths: description: Response content: application/json: - schema: *180 + schema: *181 examples: - default: *181 - '404': *6 + default: *182 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25881,8 +25866,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - - *114 - - *182 + - *115 + - *183 requestBody: required: false content: @@ -25894,10 +25879,10 @@ paths: type: object description: Key/value pairs to provide settings for this webhook. properties: - url: *8 - content_type: *9 - secret: *10 - insecure_ssl: *11 + url: *9 + content_type: *10 + secret: *11 + insecure_ssl: *12 required: - url events: @@ -25927,7 +25912,7 @@ paths: description: Response content: application/json: - schema: *180 + schema: *181 examples: default: value: @@ -25945,8 +25930,8 @@ paths: updated_at: '2011-09-06T20:39:23Z' created_at: '2011-09-06T17:26:27Z' type: Organization - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25966,12 +25951,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *114 - - *182 + - *115 + - *183 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25992,16 +25977,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: - - *114 - - *182 + - *115 + - *183 responses: '200': description: Response content: application/json: - schema: *12 + schema: *13 examples: - default: *13 + default: *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26021,8 +26006,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: - - *114 - - *182 + - *115 + - *183 requestBody: required: false content: @@ -26030,10 +26015,10 @@ paths: schema: type: object properties: - url: *8 - content_type: *9 - secret: *10 - insecure_ssl: *11 + url: *9 + content_type: *10 + secret: *11 + insecure_ssl: *12 examples: default: summary: Update an existing webhook @@ -26047,9 +26032,9 @@ paths: description: Response content: application/json: - schema: *12 + schema: *13 examples: - default: *13 + default: *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26070,10 +26055,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *114 - - *182 - - *17 + - *115 - *183 + - *18 + - *184 - name: redelivery in: query required: false @@ -26086,11 +26071,11 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: - default: *185 - '400': *14 - '422': *15 + default: *186 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26111,19 +26096,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: - - *114 - - *182 - - *16 + - *115 + - *183 + - *17 responses: '200': description: Response content: application/json: - schema: *186 + schema: *187 examples: - default: *187 - '400': *14 - '422': *15 + default: *188 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26144,13 +26129,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: - - *114 - - *182 - - *16 + - *115 + - *183 + - *17 responses: - '202': *119 - '400': *14 - '422': *15 + '202': *120 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26171,12 +26156,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *114 - - *182 + - *115 + - *183 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26196,13 +26181,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: - - *114 + - *115 responses: '200': description: Response content: application/json: - schema: *21 + schema: *22 examples: default: &449 value: @@ -26272,9 +26257,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 responses: '200': description: Response @@ -26290,7 +26275,7 @@ paths: type: integer installations: type: array - items: *21 + items: *22 examples: default: value: @@ -26342,7 +26327,7 @@ paths: suspended_at: suspended_by: headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26361,7 +26346,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *114 + - *115 responses: '200': description: Response @@ -26369,12 +26354,12 @@ paths: application/json: schema: anyOf: - - &189 + - &190 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &188 + limit: &189 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -26399,7 +26384,7 @@ paths: properties: {} additionalProperties: false examples: - default: &190 + default: &191 value: limit: collaborators_only origin: organization @@ -26423,7 +26408,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *114 + - *115 requestBody: required: true content: @@ -26434,7 +26419,7 @@ paths: duration type: object properties: - limit: *188 + limit: *189 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -26458,10 +26443,10 @@ paths: description: Response content: application/json: - schema: *189 + schema: *190 examples: - default: *190 - '422': *15 + default: *191 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26478,7 +26463,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *114 + - *115 responses: '204': description: Response @@ -26501,9 +26486,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-pending-organization-invitations parameters: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 - name: role description: Filter invitations by their member role. in: query @@ -26535,12 +26520,12 @@ paths: application/json: schema: type: array - items: *191 + items: *192 examples: - default: *192 + default: *193 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26560,7 +26545,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#create-an-organization-invitation parameters: - - *114 + - *115 requestBody: required: false content: @@ -26614,7 +26599,7 @@ paths: description: Response content: application/json: - schema: *191 + schema: *192 examples: default: value: @@ -26646,8 +26631,8 @@ paths: team_count: 2 invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: triggersNotification: true githubCloudOnly: false @@ -26668,8 +26653,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - - *114 - - &193 + - *115 + - &194 name: invitation_id description: The unique identifier of the invitation. in: path @@ -26679,8 +26664,8 @@ paths: responses: '204': description: Response - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: triggersNotification: true githubCloudOnly: false @@ -26699,10 +26684,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - - *114 - - *193 - - *17 - - *19 + - *115 + - *194 + - *18 + - *20 responses: '200': description: Response @@ -26710,9 +26695,9 @@ paths: application/json: schema: type: array - items: *161 + items: *162 examples: - default: &208 + default: &209 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -26728,8 +26713,8 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26759,7 +26744,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: - - *114 + - *115 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -26789,7 +26774,7 @@ paths: - closed - all default: open - - *194 + - *195 - name: sort description: What to sort results by. in: query @@ -26801,10 +26786,10 @@ paths: - updated - comments default: created - - *66 - - *87 - - *17 - - *19 + - *67 + - *88 + - *18 + - *20 responses: '200': description: Response @@ -26812,12 +26797,12 @@ paths: application/json: schema: type: array - items: *97 + items: *98 examples: - default: *195 + default: *196 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -26836,7 +26821,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-members parameters: - - *114 + - *115 - 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) @@ -26861,8 +26846,8 @@ paths: - admin - member default: all - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -26870,12 +26855,12 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 + default: *197 headers: - Link: *38 - '422': *15 + Link: *39 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26892,8 +26877,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#check-organization-membership-for-a-user parameters: - - *114 - - *153 + - *115 + - *154 responses: '204': description: Response if requester is an organization member and user is @@ -26924,12 +26909,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-an-organization-member parameters: - - *114 - - *153 + - *115 + - *154 responses: '204': description: Response - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26949,10 +26934,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: - - *17 - - *19 - - *114 - - *153 + - *18 + - *20 + - *115 + - *154 responses: '200': description: Response @@ -26968,14 +26953,14 @@ paths: type: integer codespaces: type: array - items: *197 + items: *198 examples: - default: *198 - '304': *36 - '500': *159 - '401': *24 - '403': *28 - '404': *6 + default: *199 + '304': *37 + '500': *160 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -26995,9 +26980,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *114 - - *153 - - &199 + - *115 + - *154 + - &200 name: codespace_name in: path required: true @@ -27005,12 +26990,12 @@ paths: schema: type: string responses: - '202': *119 - '304': *36 - '500': *159 - '401': *24 - '403': *28 - '404': *6 + '202': *120 + '304': *37 + '500': *160 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -27030,15 +27015,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: - - *114 - - *153 - - *199 + - *115 + - *154 + - *200 responses: '200': description: Response content: application/json: - schema: *197 + schema: *198 examples: default: &377 value: @@ -27181,11 +27166,11 @@ paths: pulls_url: https://api.github.com/repos/octocat/Hello-World/pulls/1 recent_folders: [] template: - '304': *36 - '500': *159 - '401': *24 - '403': *28 - '404': *6 + '304': *37 + '500': *160 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -27209,14 +27194,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: - - *114 - - *153 + - *115 + - *154 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *200 + schema: *201 examples: default: value: @@ -27258,10 +27243,10 @@ paths: members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos parent: - '500': *159 - '401': *24 - '403': *28 - '404': *6 + '500': *160 + '401': *25 + '403': *29 + '404': *7 '422': description: Copilot Business or Enterprise is not enabled for this organization or the user has a pending organization invitation. @@ -27283,14 +27268,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#get-organization-membership-for-a-user parameters: - - *114 - - *153 + - *115 + - *154 responses: '200': description: Response content: application/json: - schema: &201 + schema: &202 title: Org Membership description: Org Membership type: object @@ -27319,13 +27304,13 @@ paths: type: string format: uri example: https://api.github.com/orgs/octocat - organization: *51 + organization: *52 user: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true permissions: type: object @@ -27342,7 +27327,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &202 + response-if-user-has-an-active-admin-membership-with-organization: &203 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -27381,8 +27366,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *6 - '403': *28 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27410,8 +27395,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#set-organization-membership-for-a-user parameters: - - *114 - - *153 + - *115 + - *154 requestBody: required: false content: @@ -27439,11 +27424,11 @@ paths: description: Response content: application/json: - schema: *201 + schema: *202 examples: - response-if-user-already-had-membership-with-organization: *202 - '422': *15 - '403': *28 + response-if-user-already-had-membership-with-organization: *203 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27462,13 +27447,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *114 - - *153 + - *115 + - *154 responses: '204': description: Response - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27488,9 +27473,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-organization-migrations parameters: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 - name: exclude description: Exclude attributes from the API response to improve performance in: query @@ -27509,7 +27494,7 @@ paths: application/json: schema: type: array - items: &203 + items: &204 title: Migration description: A migration. type: object @@ -27521,8 +27506,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true guid: type: string @@ -27549,7 +27534,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *56 + items: *57 url: type: string format: uri @@ -27745,7 +27730,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -27761,7 +27746,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#start-an-organization-migration parameters: - - *114 + - *115 requestBody: required: true content: @@ -27837,7 +27822,7 @@ paths: description: Response content: application/json: - schema: *203 + schema: *204 examples: default: value: @@ -27989,8 +27974,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': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28015,8 +28000,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - - *114 - - &204 + - *115 + - &205 name: migration_id description: The unique identifier of the migration. in: path @@ -28043,7 +28028,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *203 + schema: *204 examples: default: value: @@ -28195,7 +28180,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': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28212,12 +28197,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *114 - - *204 + - *115 + - *205 responses: '302': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28234,12 +28219,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *114 - - *204 + - *115 + - *205 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28258,8 +28243,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - - *114 - - *204 + - *115 + - *205 - &614 name: repo_name description: repo_name parameter @@ -28270,7 +28255,7 @@ paths: responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28287,10 +28272,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *114 - - *204 - - *17 - - *19 + - *115 + - *205 + - *18 + - *20 responses: '200': description: Response @@ -28298,9 +28283,9 @@ paths: application/json: schema: type: array - items: *131 + items: *132 examples: - default: &215 + default: &216 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -28411,8 +28396,8 @@ paths: secret_scanning_validity_checks: status: disabled headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28439,7 +28424,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: - - *114 + - *115 responses: '200': description: Response @@ -28467,8 +28452,8 @@ paths: description: View organization roles - name: write_organization_custom_org_role description: Manage custom organization roles - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28493,7 +28478,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: - - *114 + - *115 responses: '200': description: Response - list of organization roles @@ -28509,7 +28494,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &205 + items: &206 title: Organization Role description: Organization roles type: object @@ -28534,8 +28519,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true created_at: description: The date and time the role was created. @@ -28612,8 +28597,8 @@ paths: site_admin: false created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:20:11Z' - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28637,7 +28622,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#create-a-custom-organization-role parameters: - - *114 + - *115 requestBody: required: true content: @@ -28675,7 +28660,7 @@ paths: description: Response content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -28702,9 +28687,9 @@ paths: description: A great organization created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:19:11Z' - '422': *15 - '404': *6 - '409': *206 + '422': *16 + '404': *7 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28726,8 +28711,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: - - *114 - - &207 + - *115 + - &208 name: team_slug description: The slug of the team name. in: path @@ -28758,9 +28743,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: - - *114 - - *207 - - *164 + - *115 + - *208 + - *165 responses: '204': description: Response @@ -28789,9 +28774,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: - - *114 - - *207 - - *164 + - *115 + - *208 + - *165 responses: '204': description: Response @@ -28816,8 +28801,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: - - *114 - - *153 + - *115 + - *154 responses: '204': description: Response @@ -28842,9 +28827,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: - - *114 - - *153 - - *164 + - *115 + - *154 + - *165 responses: '204': description: Response @@ -28874,9 +28859,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: - - *114 - - *153 - - *164 + - *115 + - *154 + - *165 responses: '204': description: Response @@ -28904,14 +28889,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#get-an-organization-role parameters: - - *114 - - *164 + - *115 + - *165 responses: '200': description: Response content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -28938,8 +28923,8 @@ paths: description: A great organization created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:20:11Z' - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28964,8 +28949,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#update-a-custom-organization-role parameters: - - *114 - - *164 + - *115 + - *165 requestBody: required: true content: @@ -28994,7 +28979,7 @@ paths: description: Response content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -29021,9 +29006,9 @@ paths: description: A great organization created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:19:11Z' - '422': *15 - '409': *206 - '404': *6 + '422': *16 + '409': *207 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29047,8 +29032,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#delete-a-custom-organization-role parameters: - - *114 - - *164 + - *115 + - *165 responses: '204': description: Response @@ -29073,10 +29058,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: - - *114 - - *164 - - *17 - - *19 + - *115 + - *165 + - *18 + - *20 responses: '200': description: Response - List of assigned teams @@ -29085,11 +29070,11 @@ paths: schema: type: array description: List of teams assigned to the organization role - items: *161 + items: *162 examples: - default: *208 + default: *209 headers: - Link: *38 + Link: *39 '404': description: Response if the organization or role does not exist. '422': @@ -29116,10 +29101,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: - - *114 - - *164 - - *17 - - *19 + - *115 + - *165 + - *18 + - *20 responses: '200': description: Response - List of assigned users @@ -29128,11 +29113,11 @@ paths: schema: type: array description: List of users assigned to the organization role - items: *18 + items: *19 examples: - default: *196 + default: *197 headers: - Link: *38 + Link: *39 '404': description: Response if the organization or role does not exist. '422': @@ -29154,7 +29139,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: - - *114 + - *115 - 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) @@ -29167,8 +29152,8 @@ paths: - 2fa_disabled - all default: all - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -29176,11 +29161,11 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 + default: *197 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29203,8 +29188,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: - - *114 - - *153 + - *115 + - *154 requestBody: required: false content: @@ -29244,7 +29229,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': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29261,8 +29246,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: - - *114 - - *153 + - *115 + - *154 responses: '204': description: Response @@ -29319,7 +29304,7 @@ paths: - docker - nuget - container - - *114 + - *115 - &616 name: visibility description: |- @@ -29356,11 +29341,11 @@ paths: application/json: schema: type: array - items: *209 + items: *210 examples: - default: *210 - '403': *28 - '401': *24 + default: *211 + '403': *29 + '401': *25 '400': &618 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. @@ -29383,7 +29368,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &211 + - &212 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 @@ -29401,20 +29386,20 @@ paths: - docker - nuget - container - - &212 + - &213 name: package_name description: The name of the package. in: path required: true schema: type: string - - *114 + - *115 responses: '200': description: Response content: application/json: - schema: *209 + schema: *210 examples: default: value: @@ -29466,15 +29451,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *211 - *212 - - *114 + - *213 + - *115 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29500,9 +29485,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *211 - *212 - - *114 + - *213 + - *115 - name: token description: package token schema: @@ -29512,9 +29497,9 @@ paths: responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29534,11 +29519,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: - - *211 - *212 - - *114 - - *19 - - *17 + - *213 + - *115 + - *20 + - *18 - name: state in: query required: false @@ -29556,7 +29541,7 @@ paths: application/json: schema: type: array - items: &213 + items: &214 title: Package Version description: A version of a software package type: object @@ -29659,9 +29644,9 @@ paths: html_url: https://github.com/octo-org/hello-world-npm/packages/43752?version=1.0.3 metadata: package_type: npm - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29681,10 +29666,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: - - *211 - *212 - - *114 - - &214 + - *213 + - *115 + - &215 name: package_version_id description: Unique identifier of the package version. in: path @@ -29696,7 +29681,7 @@ paths: description: Response content: application/json: - schema: *213 + schema: *214 examples: default: value: @@ -29732,16 +29717,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *211 - *212 - - *114 - - *214 + - *213 + - *115 + - *215 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29767,16 +29752,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *211 - *212 - - *114 - - *214 + - *213 + - *115 + - *215 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29797,10 +29782,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: - - *114 - - *17 - - *19 - - &216 + - *115 + - *18 + - *20 + - &217 name: sort description: The property by which to sort the results. in: query @@ -29810,8 +29795,8 @@ paths: enum: - created_at default: created_at - - *66 - - &217 + - *67 + - &218 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -29822,7 +29807,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &218 + - &219 name: repository description: The name of the repository to use to filter the results. in: query @@ -29830,7 +29815,7 @@ paths: schema: type: string example: Hello-World - - &219 + - &220 name: permission description: The permission to use to filter the results. in: query @@ -29838,7 +29823,7 @@ paths: schema: type: string example: issues_read - - &220 + - &221 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) @@ -29848,7 +29833,7 @@ paths: schema: type: string format: date-time - - &221 + - &222 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) @@ -29859,10 +29844,10 @@ paths: type: string format: date-time responses: - '500': *159 - '422': *15 - '404': *6 - '403': *28 + '500': *160 + '422': *16 + '404': *7 + '403': *29 '200': description: Response content: @@ -29884,7 +29869,7 @@ paths: type: string nullable: true description: Reason for requesting access. - owner: *18 + owner: *19 repository_selection: type: string enum: @@ -29977,7 +29962,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29997,7 +29982,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: - - *114 + - *115 requestBody: required: true content: @@ -30038,11 +30023,11 @@ paths: action: deny reason: Access is too broad. responses: - '500': *159 - '422': *15 - '404': *6 - '403': *28 - '202': *119 + '500': *160 + '422': *16 + '404': *7 + '403': *29 + '202': *120 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30063,7 +30048,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: - - *114 + - *115 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -30099,11 +30084,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *159 - '422': *15 - '404': *6 - '403': *28 - '204': &222 + '500': *160 + '422': *16 + '404': *7 + '403': *29 + '204': &223 description: A header with no content is returned. x-github: githubCloudOnly: false @@ -30125,7 +30110,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: - - *114 + - *115 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -30133,23 +30118,23 @@ paths: required: true schema: type: integer - - *17 - - *19 + - *18 + - *20 responses: - '500': *159 - '404': *6 - '403': *28 + '500': *160 + '404': *7 + '403': *29 '200': description: Response content: application/json: schema: type: array - items: *131 + items: *132 examples: - default: *215 + default: *216 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30170,21 +30155,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: - - *114 - - *17 - - *19 - - *216 - - *66 + - *115 + - *18 + - *20 - *217 + - *67 - *218 - *219 - *220 - *221 + - *222 responses: - '500': *159 - '422': *15 - '404': *6 - '403': *28 + '500': *160 + '422': *16 + '404': *7 + '403': *29 '200': description: Response content: @@ -30202,7 +30187,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: *18 + owner: *19 repository_selection: type: string enum: @@ -30294,7 +30279,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30314,7 +30299,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: - - *114 + - *115 requestBody: required: true content: @@ -30349,11 +30334,11 @@ paths: - 1296269 - 1296280 responses: - '500': *159 - '404': *6 - '202': *119 - '403': *28 - '422': *15 + '500': *160 + '404': *7 + '202': *120 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30374,7 +30359,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: - - *114 + - *115 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -30402,11 +30387,11 @@ paths: value: action: revoke responses: - '500': *159 - '404': *6 - '204': *222 - '403': *28 - '422': *15 + '500': *160 + '404': *7 + '204': *223 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30426,30 +30411,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: - - *114 + - *115 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. required: true schema: type: integer - - *17 - - *19 + - *18 + - *20 responses: - '500': *159 - '404': *6 - '403': *28 + '500': *160 + '404': *7 + '403': *29 '200': description: Response content: application/json: schema: type: array - items: *131 + items: *132 examples: - default: *215 + default: *216 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30469,7 +30454,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-organization-projects parameters: - - *114 + - *115 - name: state description: Indicates the state of the projects to return. in: query @@ -30481,8 +30466,8 @@ paths: - closed - all default: open - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -30490,7 +30475,7 @@ paths: application/json: schema: type: array - items: &223 + items: &224 title: Project description: Projects are a way to organize columns and cards of work. @@ -30539,8 +30524,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true created_at: type: string @@ -30614,8 +30599,8 @@ paths: organization_permission: write private: true headers: - Link: *38 - '422': *7 + Link: *39 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30634,7 +30619,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-an-organization-project parameters: - - *114 + - *115 requestBody: required: true content: @@ -30660,7 +30645,7 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: default: value: @@ -30695,15 +30680,15 @@ paths: site_admin: false created_at: '2011-04-11T20:09:31Z' updated_at: '2014-03-04T18:58:10Z' - '401': *24 - '403': *28 - '404': *6 + '401': *25 + '403': *29 + '404': *7 '410': &291 description: Gone content: application/json: - schema: *2 - '422': *7 + schema: *3 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30722,7 +30707,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: - - *114 + - *115 responses: '200': description: Response @@ -30730,7 +30715,7 @@ paths: application/json: schema: type: array - items: &224 + items: &225 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -30778,7 +30763,7 @@ paths: - property_name - value_type examples: - default: &225 + default: &226 value: - property_name: environment value_type: single_select @@ -30794,8 +30779,8 @@ paths: - property_name: team value_type: string description: Team owning the repository - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30816,7 +30801,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: - - *114 + - *115 requestBody: required: true content: @@ -30827,7 +30812,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *224 + items: *225 minItems: 1 maxItems: 100 required: @@ -30857,11 +30842,11 @@ paths: application/json: schema: type: array - items: *224 + items: *225 examples: - default: *225 - '403': *28 - '404': *6 + default: *226 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30880,8 +30865,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: - - *114 - - &226 + - *115 + - &227 name: custom_property_name description: The custom property name. The name is case sensitive. in: path @@ -30893,9 +30878,9 @@ paths: description: Response content: application/json: - schema: *224 + schema: *225 examples: - default: &227 + default: &228 value: property_name: environment value_type: single_select @@ -30905,8 +30890,8 @@ paths: allowed_values: - production - development - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30927,8 +30912,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: - - *114 - - *226 + - *115 + - *227 requestBody: required: true content: @@ -30981,11 +30966,11 @@ paths: description: Response content: application/json: - schema: *224 + schema: *225 examples: - default: *227 - '403': *28 - '404': *6 + default: *228 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31006,12 +30991,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: - - *114 - - *226 + - *115 + - *227 responses: - '204': *222 - '403': *28 - '404': *6 + '204': *223 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31030,9 +31015,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: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 - 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 @@ -31068,7 +31053,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &228 + items: &229 title: Custom Property Value description: Custom property name and associated value type: object @@ -31107,9 +31092,9 @@ paths: - property_name: team value: octocat headers: - Link: *38 - '403': *28 - '404': *6 + Link: *39 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31135,7 +31120,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: - - *114 + - *115 requestBody: required: true content: @@ -31155,7 +31140,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *228 + items: *229 required: - repository_names - properties @@ -31176,9 +31161,9 @@ paths: '204': description: No Content when custom property values are successfully created or updated - '403': *28 - '404': *6 - '422': *15 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31196,9 +31181,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-public-organization-members parameters: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 responses: '200': description: Response @@ -31206,11 +31191,11 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 + default: *197 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31227,8 +31212,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: - - *114 - - *153 + - *115 + - *154 responses: '204': description: Response if user is a public member @@ -31252,12 +31237,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: - - *114 - - *153 + - *115 + - *154 responses: '204': description: Response - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -31274,8 +31259,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: - - *114 - - *153 + - *115 + - *154 responses: '204': description: Response @@ -31298,7 +31283,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-organization-repositories parameters: - - *114 + - *115 - 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 @@ -31336,8 +31321,8 @@ paths: enum: - asc - desc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -31345,11 +31330,11 @@ paths: application/json: schema: type: array - items: *131 + items: *132 examples: - default: *215 + default: *216 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31368,7 +31353,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-organization-repository parameters: - - *114 + - *115 requestBody: required: true content: @@ -31563,7 +31548,7 @@ paths: full_name: type: string example: octocat/Hello-World - owner: *18 + owner: *19 private: type: boolean html_url: @@ -31822,8 +31807,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *229 - required: *230 + properties: *230 + required: *231 nullable: true temp_clone_token: type: string @@ -31910,18 +31895,18 @@ paths: title: License Simple description: License Simple type: object - properties: *98 - required: *99 + properties: *99 + required: *100 nullable: true organization: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true - parent: *56 - source: *56 + parent: *57 + source: *57 forks: type: integer master_branch: @@ -31959,7 +31944,7 @@ paths: - key - name - html_url - security_and_analysis: *231 + security_and_analysis: *232 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -32538,8 +32523,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World schema: type: string - '403': *28 - '422': *15 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32561,7 +32546,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: - - *114 + - *115 responses: '200': description: Response @@ -32569,9 +32554,9 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: - default: *233 + default: *234 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -32593,9 +32578,9 @@ paths: category: orgs subcategory: rules parameters: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 responses: '200': description: Response @@ -32603,7 +32588,7 @@ paths: application/json: schema: type: array - items: &240 + items: &241 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -32635,7 +32620,7 @@ paths: source: type: string description: The name of the source - enforcement: &236 + enforcement: &237 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -32647,7 +32632,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &237 + items: &238 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -32706,7 +32691,7 @@ paths: conditions: nullable: true anyOf: - - &234 + - &235 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -32730,7 +32715,7 @@ paths: match. items: type: string - - &238 + - &239 title: Organization ruleset conditions type: object description: 'Conditions for an organization ruleset. The @@ -32745,7 +32730,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *234 + - *235 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -32779,7 +32764,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *234 + - *235 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -32801,7 +32786,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *234 + - *235 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -32814,7 +32799,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &235 + items: &236 title: Repository ruleset property targeting definition type: object @@ -32839,12 +32824,12 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *235 + items: *236 required: - repository_property rules: type: array - items: &239 + items: &240 title: Repository Rule type: object description: A repository rule. @@ -33303,8 +33288,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': *6 - '500': *159 + '404': *7 + '500': *160 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -33320,7 +33305,7 @@ paths: category: orgs subcategory: rules parameters: - - *114 + - *115 requestBody: description: Request body required: true @@ -33338,16 +33323,16 @@ paths: enum: - branch - tag - enforcement: *236 + enforcement: *237 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *237 - conditions: *238 + items: *238 + conditions: *239 rules: type: array description: An array of rules within the ruleset. - items: *239 + items: *240 required: - name - enforcement @@ -33385,9 +33370,9 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: &241 + default: &242 value: id: 21 name: super cool ruleset @@ -33426,8 +33411,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': *6 - '500': *159 + '404': *7 + '500': *160 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -33441,7 +33426,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *114 + - *115 - name: repository_name description: The name of the repository to filter on. When specified, only rule evaluations from this repository will be returned. @@ -33484,8 +33469,8 @@ paths: - bypass - all default: all - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -33568,8 +33553,8 @@ paths: pushed_at: '2023-07-07T08:43:03Z' result: pass evaluation_result: fail - '404': *6 - '500': *159 + '404': *7 + '500': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33588,7 +33573,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *114 + - *115 - &537 name: rule_suite_id description: |- @@ -33733,8 +33718,8 @@ paths: enforcement: evaluate result: fail rule_type: commit_message_pattern - '404': *6 - '500': *159 + '404': *7 + '500': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33756,7 +33741,7 @@ paths: category: orgs subcategory: rules parameters: - - *114 + - *115 - name: ruleset_id description: The ID of the ruleset. in: path @@ -33768,11 +33753,11 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: *241 - '404': *6 - '500': *159 + default: *242 + '404': *7 + '500': *160 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -33788,7 +33773,7 @@ paths: category: orgs subcategory: rules parameters: - - *114 + - *115 - name: ruleset_id description: The ID of the ruleset. in: path @@ -33812,16 +33797,16 @@ paths: enum: - branch - tag - enforcement: *236 + enforcement: *237 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *237 - conditions: *238 + items: *238 + conditions: *239 rules: description: An array of rules within the ruleset. type: array - items: *239 + items: *240 examples: default: value: @@ -33856,11 +33841,11 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: *241 - '404': *6 - '500': *159 + default: *242 + '404': *7 + '500': *160 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -33876,7 +33861,7 @@ paths: category: orgs subcategory: rules parameters: - - *114 + - *115 - name: ruleset_id description: The ID of the ruleset. in: path @@ -33886,8 +33871,8 @@ paths: responses: '204': description: Response - '404': *6 - '500': *159 + '404': *7 + '500': *160 "/orgs/{org}/secret-scanning/alerts": get: summary: List secret scanning alerts for an organization @@ -33904,14 +33889,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: - - *114 - - *242 + - *115 - *243 - *244 - *245 - - *66 - - *19 - - *17 + - *246 + - *67 + - *20 + - *18 - &541 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). @@ -33932,7 +33917,7 @@ paths: required: false schema: type: string - - *246 + - *247 responses: '200': description: Response @@ -33940,13 +33925,13 @@ paths: application/json: schema: type: array - items: *247 + items: *248 examples: - default: *248 + default: *249 headers: - Link: *38 - '404': *6 - '503': *80 + Link: *39 + '404': *7 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33968,8 +33953,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: - - *114 - - *66 + - *115 + - *67 - name: sort description: The property to sort the results by. in: query @@ -33981,8 +33966,8 @@ paths: - updated - published default: created - - *64 - *65 + - *66 - 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)." @@ -34058,13 +34043,13 @@ paths: nullable: true description: The author of the advisory. allOf: - - *18 + - *19 publisher: readOnly: true nullable: true description: The publisher of the advisory. allOf: - - *18 + - *19 identifiers: type: array items: @@ -34152,7 +34137,7 @@ paths: type: object nullable: true properties: - ecosystem: *249 + ecosystem: *1 name: type: string description: The unique package name within its ecosystem. @@ -34240,7 +34225,7 @@ paths: advisory. type: object properties: - user: *18 + user: *19 type: *250 state: type: string @@ -34260,19 +34245,19 @@ paths: type: array description: A list of users that collaborate on the advisory. nullable: true - items: *18 + items: *19 collaborating_teams: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *161 + items: *162 private_fork: readOnly: true nullable: true description: A temporary private fork of the advisory's repository for collaborating on a fix. allOf: - - *79 + - *80 required: - ghsa_id - cve_id @@ -34647,8 +34632,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': *14 - '404': *6 + '400': *15 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34670,7 +34655,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#list-security-manager-teams parameters: - - *114 + - *115 responses: '200': description: Response @@ -34686,7 +34671,7 @@ paths: properties: *251 required: *252 examples: - default: *208 + default: *209 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34709,8 +34694,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - - *114 - - *207 + - *115 + - *208 responses: '204': description: Response @@ -34738,8 +34723,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *114 - - *207 + - *115 + - *208 responses: '204': description: Response @@ -34765,7 +34750,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: - - *114 + - *115 responses: '200': description: Response @@ -34797,9 +34782,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: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 responses: '200': description: Success @@ -34829,7 +34814,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: - - *114 + - *115 responses: '200': description: Response @@ -34859,7 +34844,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: - - *114 + - *115 responses: '200': description: Response @@ -34884,8 +34869,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: - - *114 - - *17 + - *115 + - *18 - name: page description: Page token in: query @@ -34982,9 +34967,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-teams parameters: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 responses: '200': description: Response @@ -34992,12 +34977,12 @@ paths: application/json: schema: type: array - items: *161 + items: *162 examples: - default: *208 + default: *209 headers: - Link: *38 - '403': *28 + Link: *39 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35016,7 +35001,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#create-a-team parameters: - - *114 + - *115 requestBody: required: true content: @@ -35446,8 +35431,8 @@ paths: created_at: '2008-01-14T04:33:35Z' updated_at: '2017-08-17T12:37:15Z' type: Organization - '422': *15 - '403': *28 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35467,8 +35452,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - - *114 - - *207 + - *115 + - *208 responses: '200': description: Response @@ -35477,7 +35462,7 @@ paths: schema: *261 examples: default: *262 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35496,8 +35481,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - - *114 - - *207 + - *115 + - *208 requestBody: required: false content: @@ -35569,9 +35554,9 @@ paths: schema: *261 examples: default: *262 - '404': *6 - '422': *15 - '403': *28 + '404': *7 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35592,8 +35577,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - - *114 - - *207 + - *115 + - *208 responses: '204': description: Response @@ -35618,11 +35603,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - - *114 - - *207 - - *66 - - *17 - - *19 + - *115 + - *208 + - *67 + - *18 + - *20 - name: pinned in: query required: false @@ -35646,8 +35631,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true body: description: The main text of the discussion. @@ -35715,7 +35700,7 @@ paths: type: string format: uri example: https://api.github.com/organizations/1/team/2343027/discussions/1 - reactions: *85 + reactions: *86 required: - author - body @@ -35785,7 +35770,7 @@ paths: eyes: 1 rocket: 1 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35808,8 +35793,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - - *114 - - *207 + - *115 + - *208 requestBody: required: true content: @@ -35916,8 +35901,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - - *114 - - *207 + - *115 + - *208 - &265 name: discussion_number description: The number that identifies the discussion. @@ -35953,8 +35938,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - - *114 - - *207 + - *115 + - *208 - *265 requestBody: required: false @@ -36049,8 +36034,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - - *114 - - *207 + - *115 + - *208 - *265 responses: '204': @@ -36076,12 +36061,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - - *114 - - *207 + - *115 + - *208 - *265 - - *66 - - *17 - - *19 + - *67 + - *18 + - *20 responses: '200': description: Response @@ -36098,8 +36083,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true body: description: The main text of the comment. @@ -36146,7 +36131,7 @@ paths: type: string format: uri example: https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1 - reactions: *85 + reactions: *86 required: - author - body @@ -36205,7 +36190,7 @@ paths: eyes: 1 rocket: 1 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36228,8 +36213,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - - *114 - - *207 + - *115 + - *208 - *265 requestBody: required: true @@ -36319,8 +36304,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - - *114 - - *207 + - *115 + - *208 - *265 - &268 name: comment_number @@ -36357,8 +36342,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - - *114 - - *207 + - *115 + - *208 - *265 - *268 requestBody: @@ -36447,8 +36432,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - - *114 - - *207 + - *115 + - *208 - *265 - *268 responses: @@ -36475,8 +36460,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: - - *114 - - *207 + - *115 + - *208 - *265 - *268 - name: content @@ -36495,8 +36480,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -36520,8 +36505,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true content: description: The reaction to use @@ -36573,7 +36558,7 @@ paths: content: heart created_at: '2016-05-20T20:09:31Z' headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36596,8 +36581,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: - - *114 - - *207 + - *115 + - *208 - *265 - *268 requestBody: @@ -36687,8 +36672,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - - *114 - - *207 + - *115 + - *208 - *265 - *268 - &272 @@ -36722,8 +36707,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - - *114 - - *207 + - *115 + - *208 - *265 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -36741,8 +36726,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -36754,7 +36739,7 @@ paths: examples: default: *271 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36777,8 +36762,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - - *114 - - *207 + - *115 + - *208 - *265 requestBody: required: true @@ -36842,8 +36827,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - - *114 - - *207 + - *115 + - *208 - *265 - *272 responses: @@ -36868,8 +36853,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: - - *114 - - *207 + - *115 + - *208 responses: '200': description: Response @@ -36896,8 +36881,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: - - *114 - - *207 + - *115 + - *208 requestBody: required: true content: @@ -36941,8 +36926,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: - - *114 - - *207 + - *115 + - *208 responses: '204': description: Response @@ -36965,10 +36950,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - - *114 - - *207 - - *17 - - *19 + - *115 + - *208 + - *18 + - *20 responses: '200': description: Response @@ -36976,11 +36961,11 @@ paths: application/json: schema: type: array - items: *191 + items: *192 examples: - default: *192 + default: *193 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37000,8 +36985,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - - *114 - - *207 + - *115 + - *208 - name: role description: Filters members returned by their role in the team. in: query @@ -37013,8 +36998,8 @@ paths: - maintainer - all default: all - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -37022,11 +37007,11 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 + default: *197 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37053,9 +37038,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - - *114 - - *207 - - *153 + - *115 + - *208 + - *154 responses: '200': description: Response @@ -37122,9 +37107,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: - - *114 - - *207 - - *153 + - *115 + - *208 + - *154 requestBody: required: false content: @@ -37184,9 +37169,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - - *114 - - *207 - - *153 + - *115 + - *208 + - *154 responses: '204': description: Response @@ -37211,10 +37196,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - - *114 - - *207 - - *17 - - *19 + - *115 + - *208 + - *18 + - *20 responses: '200': description: Response @@ -37248,7 +37233,7 @@ paths: type: integer state: type: string - creator: *18 + creator: *19 created_at: type: string updated_at: @@ -37330,7 +37315,7 @@ paths: write: true admin: false headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37350,8 +37335,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - - *114 - - *207 + - *115 + - *208 - &279 name: project_id description: The unique identifier of the project. @@ -37425,8 +37410,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - - *114 - - *207 + - *115 + - *208 - *279 requestBody: required: false @@ -37490,8 +37475,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - - *114 - - *207 + - *115 + - *208 - *279 responses: '204': @@ -37515,10 +37500,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - - *114 - - *207 - - *17 - - *19 + - *115 + - *208 + - *18 + - *20 responses: '200': description: Response @@ -37526,11 +37511,11 @@ paths: application/json: schema: type: array - items: *131 + items: *132 examples: - default: *215 + default: *216 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37556,8 +37541,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *114 - - *207 + - *115 + - *208 - *280 - *281 responses: @@ -37588,8 +37573,8 @@ paths: title: License Simple description: License Simple type: object - properties: *98 - required: *99 + properties: *99 + required: *100 nullable: true forks: type: integer @@ -37617,8 +37602,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true private: description: Whether the repository is private or public. @@ -38133,8 +38118,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *114 - - *207 + - *115 + - *208 - *280 - *281 requestBody: @@ -38181,8 +38166,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - - *114 - - *207 + - *115 + - *208 - *280 - *281 responses: @@ -38209,8 +38194,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: - - *114 - - *207 + - *115 + - *208 responses: '200': description: Response @@ -38239,8 +38224,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: - - *114 - - *207 + - *115 + - *208 requestBody: required: true content: @@ -38314,10 +38299,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - - *114 - - *207 - - *17 - - *19 + - *115 + - *208 + - *18 + - *20 responses: '200': description: if child teams exist @@ -38325,7 +38310,7 @@ paths: application/json: schema: type: array - items: *161 + items: *162 examples: response-if-child-teams-exist: &596 value: @@ -38355,7 +38340,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos html_url: https://github.com/orgs/rails/teams/core headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38377,7 +38362,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: - - *114 + - *115 - name: security_product in: path description: The security feature to enable or disable. @@ -38481,8 +38466,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true created_at: type: string @@ -38554,10 +38539,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': *36 - '403': *28 - '401': *24 - '404': *6 + '304': *37 + '403': *29 + '401': *25 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38603,11 +38588,11 @@ paths: schema: *285 examples: default: *286 - '304': *36 - '403': *28 - '401': *24 - '404': *6 - '422': *7 + '304': *37 + '403': *29 + '401': *25 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38627,7 +38612,7 @@ paths: responses: '204': description: Response - '304': *36 + '304': *37 '403': description: Forbidden content: @@ -38643,8 +38628,8 @@ paths: type: array items: type: string - '401': *24 - '404': *6 + '401': *25 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38701,7 +38686,7 @@ paths: examples: default: value: - '304': *36 + '304': *37 '403': description: Forbidden content: @@ -38726,7 +38711,7 @@ paths: type: string field: type: string - '401': *24 + '401': *25 '503': description: Response content: @@ -38749,7 +38734,7 @@ paths: type: string message: type: string - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38834,10 +38819,10 @@ paths: name: To Do created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' - '304': *36 - '403': *28 - '404': *6 - '401': *24 + '304': *37 + '403': *29 + '404': *7 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38880,9 +38865,9 @@ paths: schema: *288 examples: default: *289 - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38902,9 +38887,9 @@ paths: responses: '204': description: Response - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38933,8 +38918,8 @@ paths: - archived - not_archived default: not_archived - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -38976,10 +38961,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: *38 - '304': *36 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39038,17 +39023,17 @@ paths: schema: *285 examples: default: *286 - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 '422': description: Validation failed content: application/json: schema: oneOf: - - *117 - *118 + - *119 '503': description: Response content: @@ -39121,10 +39106,10 @@ paths: examples: default: value: - '304': *36 - '403': *28 - '422': *7 - '401': *24 + '304': *37 + '403': *29 + '422': *8 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39149,7 +39134,7 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: default: &290 value: @@ -39184,9 +39169,9 @@ paths: site_admin: false created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39250,13 +39235,13 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: default: *290 '404': description: Not Found if the authenticated user does not have access to the project - '304': *36 + '304': *37 '403': description: Forbidden content: @@ -39272,9 +39257,9 @@ paths: type: array items: type: string - '401': *24 + '401': *25 '410': *291 - '422': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39295,7 +39280,7 @@ paths: responses: '204': description: Delete Success - '304': *36 + '304': *37 '403': description: Forbidden content: @@ -39311,9 +39296,9 @@ paths: type: array items: type: string - '401': *24 + '401': *25 '410': *291 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39351,8 +39336,8 @@ paths: - direct - all default: all - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -39360,16 +39345,16 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 + default: *197 headers: - Link: *38 - '404': *6 - '422': *15 - '304': *36 - '403': *28 - '401': *24 + Link: *39 + '404': *7 + '422': *16 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39388,7 +39373,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - *279 - - *153 + - *154 requestBody: required: false content: @@ -39414,11 +39399,11 @@ paths: responses: '204': description: Response - '404': *6 - '422': *15 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '422': *16 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39436,15 +39421,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - *279 - - *153 + - *154 responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '422': *15 - '401': *24 + '304': *37 + '404': *7 + '403': *29 + '422': *16 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39465,7 +39450,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - *279 - - *153 + - *154 responses: '200': description: Response @@ -39482,8 +39467,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - permission @@ -39511,11 +39496,11 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *6 - '422': *15 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '422': *16 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39533,8 +39518,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - *279 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -39555,10 +39540,10 @@ paths: created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' headers: - Link: *38 - '304': *36 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39609,10 +39594,10 @@ paths: name: To Do created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' - '304': *36 - '403': *28 - '422': *7 - '401': *24 + '304': *37 + '403': *29 + '422': *8 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39762,8 +39747,8 @@ paths: schema: type: integer format: timestamp - '304': *36 - '404': *6 + '304': *37 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40290,8 +40275,8 @@ paths: status: disabled secret_scanning_validity_checks: status: disabled - '403': *28 - '404': *6 + '403': *29 + '404': *7 '301': *294 x-github: githubCloudOnly: false @@ -40541,10 +40526,10 @@ paths: description: Temporary Redirect content: application/json: - schema: *2 - '403': *28 - '422': *15 - '404': *6 + schema: *3 + '403': *29 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40590,7 +40575,7 @@ paths: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository '307': *296 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40614,8 +40599,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 - &311 name: name description: The name field of an artifact. When specified, only artifacts @@ -40747,7 +40732,7 @@ paths: head_branch: main head_sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40920,8 +40905,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 - &300 name: ref description: The full Git reference for narrowing down the cache. The `ref` @@ -40950,7 +40935,7 @@ paths: - last_accessed_at - size_in_bytes default: last_accessed_at - - *66 + - *67 responses: '200': description: Response @@ -41010,7 +40995,7 @@ paths: created_at: '2019-01-24T22:45:36.000Z' size_in_bytes: 1024 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41472,11 +41457,11 @@ paths: description: Response content: application/json: - schema: *142 + schema: *143 examples: default: value: - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41527,8 +41512,8 @@ paths: include_claim_keys: - repo - context - '400': *14 - '404': *6 + '400': *15 + '404': *7 x-github: enabledForGitHubApps: true previews: [] @@ -41582,13 +41567,13 @@ paths: description: Empty response content: application/json: - schema: *142 + schema: *143 examples: default: value: - '404': *6 - '400': *14 - '422': *7 + '404': *7 + '400': *15 + '422': *8 x-github: enabledForGitHubApps: true previews: [] @@ -41613,8 +41598,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -41661,7 +41646,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41686,7 +41671,7 @@ paths: - *280 - *281 - *304 - - *19 + - *20 responses: '200': description: Response @@ -41745,7 +41730,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41778,8 +41763,8 @@ paths: enabled: &305 type: boolean description: Whether GitHub Actions is enabled on the repository. - allowed_actions: *41 - selected_actions_url: *124 + allowed_actions: *42 + selected_actions_url: *125 required: - enabled examples: @@ -41821,7 +41806,7 @@ paths: type: object properties: enabled: *305 - allowed_actions: *41 + allowed_actions: *42 required: - enabled examples: @@ -41940,9 +41925,9 @@ paths: description: Response content: application/json: - schema: *43 + schema: *44 examples: - default: *44 + default: *45 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -41974,9 +41959,9 @@ paths: required: false content: application/json: - schema: *43 + schema: *44 examples: - selected_actions: *44 + selected_actions: *45 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -42005,9 +41990,9 @@ paths: description: Response content: application/json: - schema: *127 + schema: *128 examples: - default: *47 + default: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42040,9 +42025,9 @@ paths: required: true content: application/json: - schema: *128 + schema: *129 examples: - default: *47 + default: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42071,8 +42056,8 @@ paths: type: string - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -42088,11 +42073,11 @@ paths: type: integer runners: type: array - items: *54 + items: *55 examples: - default: *55 + default: *56 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42123,9 +42108,9 @@ paths: application/json: schema: type: array - items: *132 + items: *133 examples: - default: *133 + default: *134 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42191,9 +42176,9 @@ paths: - no-gpu work_folder: _work responses: - '201': *134 - '404': *6 - '422': *7 + '201': *135 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42228,9 +42213,9 @@ paths: description: Response content: application/json: - schema: *57 + schema: *58 examples: - default: *135 + default: *136 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42265,9 +42250,9 @@ paths: description: Response content: application/json: - schema: *57 + schema: *58 examples: - default: *136 + default: *137 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42291,15 +42276,15 @@ paths: parameters: - *280 - *281 - - *53 + - *54 responses: '200': description: Response content: application/json: - schema: *54 + schema: *55 examples: - default: *137 + default: *138 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42322,7 +42307,7 @@ paths: parameters: - *280 - *281 - - *53 + - *54 responses: '204': description: Response @@ -42349,10 +42334,10 @@ paths: parameters: - *280 - *281 - - *53 + - *54 responses: - '200': *59 - '404': *6 + '200': *60 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42375,7 +42360,7 @@ paths: parameters: - *280 - *281 - - *53 + - *54 requestBody: required: true content: @@ -42399,9 +42384,9 @@ paths: - gpu - accelerated responses: - '200': *59 - '404': *6 - '422': *7 + '200': *60 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42425,7 +42410,7 @@ paths: parameters: - *280 - *281 - - *53 + - *54 requestBody: required: true content: @@ -42450,9 +42435,9 @@ paths: - gpu - accelerated responses: - '200': *59 - '404': *6 - '422': *7 + '200': *60 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42476,10 +42461,10 @@ paths: parameters: - *280 - *281 - - *53 + - *54 responses: - '200': *138 - '404': *6 + '200': *139 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42507,12 +42492,12 @@ paths: parameters: - *280 - *281 - - *53 - - *139 + - *54 + - *140 responses: - '200': *59 - '404': *6 - '422': *7 + '200': *60 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42586,8 +42571,8 @@ paths: - requested - waiting - pending - - *17 - - *19 + - *18 + - *20 - &329 name: created description: Returns workflow runs created within the given date-time range. @@ -42800,8 +42785,8 @@ paths: updated_at: type: string format: date-time - actor: *18 - triggering_actor: *18 + actor: *19 + triggering_actor: *19 run_started_at: type: string format: date-time @@ -42905,8 +42890,8 @@ paths: - author - committer nullable: true - repository: *131 - head_repository: *131 + repository: *132 + head_repository: *132 head_repository_id: type: integer example: 5 @@ -43158,7 +43143,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: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43523,7 +43508,7 @@ paths: - pending example: approved type: string - user: *18 + user: *19 comment: type: string description: The comment submitted with the deployment review @@ -43592,12 +43577,12 @@ paths: description: Response content: application/json: - schema: *142 + schema: *143 examples: default: value: - '404': *6 - '403': *28 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43622,8 +43607,8 @@ paths: - *280 - *281 - *310 - - *17 - - *19 + - *18 + - *20 - *311 responses: '200': @@ -43644,7 +43629,7 @@ paths: examples: default: *312 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43711,8 +43696,8 @@ paths: - *281 - *310 - *314 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -43819,8 +43804,8 @@ paths: workflow_name: CI head_branch: main headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43882,11 +43867,11 @@ paths: description: Response content: application/json: - schema: *142 + schema: *143 examples: default: value: - '409': *206 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43986,11 +43971,11 @@ paths: description: Response content: application/json: - schema: *142 + schema: *143 examples: default: value: - '409': *206 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44028,8 +44013,8 @@ paths: - latest - all default: latest - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -44049,7 +44034,7 @@ paths: examples: default: *316 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44107,8 +44092,8 @@ paths: responses: '204': description: Response - '403': *28 - '500': *159 + '403': *29 + '500': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44200,8 +44185,8 @@ paths: example: User reviewer: anyOf: - - *18 - - *161 + - *19 + - *162 required: - environment - wait_timer @@ -44374,8 +44359,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true created_at: type: string @@ -44411,8 +44396,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true required: - id @@ -44509,7 +44494,7 @@ paths: description: Response content: application/json: - schema: *142 + schema: *143 examples: default: value: @@ -44555,7 +44540,7 @@ paths: description: Response content: application/json: - schema: *142 + schema: *143 examples: default: value: @@ -44721,8 +44706,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -44742,7 +44727,7 @@ paths: examples: default: *318 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44798,7 +44783,7 @@ paths: parameters: - *280 - *281 - - *141 + - *142 responses: '200': description: Response @@ -44834,7 +44819,7 @@ paths: parameters: - *280 - *281 - - *141 + - *142 requestBody: required: true content: @@ -44862,7 +44847,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *142 + schema: *143 examples: default: value: @@ -44890,7 +44875,7 @@ paths: parameters: - *280 - *281 - - *141 + - *142 responses: '204': description: Response @@ -44918,7 +44903,7 @@ paths: - *280 - *281 - *304 - - *19 + - *20 responses: '200': description: Response @@ -44938,7 +44923,7 @@ paths: examples: default: *322 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44987,7 +44972,7 @@ paths: description: Response content: application/json: - schema: *142 + schema: *143 examples: default: value: @@ -45014,7 +44999,7 @@ paths: parameters: - *280 - *281 - - *144 + - *145 responses: '200': description: Response @@ -45050,7 +45035,7 @@ paths: parameters: - *280 - *281 - - *144 + - *145 requestBody: required: true content: @@ -45094,7 +45079,7 @@ paths: parameters: - *280 - *281 - - *144 + - *145 responses: '204': description: Response @@ -45121,8 +45106,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -45222,7 +45207,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: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45409,8 +45394,8 @@ paths: - *326 - *327 - *328 - - *17 - - *19 + - *18 + - *20 - *329 - *308 - *330 @@ -45434,7 +45419,7 @@ paths: examples: default: *332 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45523,10 +45508,10 @@ paths: parameters: - *280 - *281 - - *66 - - *17 - - *64 + - *67 + - *18 - *65 + - *66 - name: ref description: |- The Git reference for the activities you want to list. @@ -45625,8 +45610,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - id @@ -45667,8 +45652,8 @@ paths: type: User site_admin: false headers: - Link: *38 - '422': *7 + Link: *39 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45688,8 +45673,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -45697,12 +45682,12 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 + default: *197 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45739,7 +45724,7 @@ paths: description: Otherwise a `404` status code is returned. content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45871,7 +45856,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/autolinks/1 schema: type: string - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45908,7 +45893,7 @@ paths: schema: *333 examples: default: *334 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45933,7 +45918,7 @@ paths: responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46055,8 +46040,8 @@ paths: required: false schema: type: boolean - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -46157,17 +46142,17 @@ paths: description: The list of users with review dismissal access. type: array - items: *18 + items: *19 teams: description: The list of teams with review dismissal access. type: array - items: *161 + items: *162 apps: description: The list of apps with review dismissal access. type: array - items: *5 + items: *6 url: type: string example: '"https://api.github.com/repos/the-org/an-org-repo/branches/master/protection/dismissal_restrictions"' @@ -46186,17 +46171,17 @@ paths: description: The list of users allowed to bypass pull request requirements. type: array - items: *18 + items: *19 teams: description: The list of teams allowed to bypass pull request requirements. type: array - items: *161 + items: *162 apps: description: The list of apps allowed to bypass pull request requirements. type: array - items: *5 + items: *6 dismiss_stale_reviews: type: boolean example: true @@ -46498,8 +46483,8 @@ paths: - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46639,15 +46624,15 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true committer: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true parents: type: array @@ -46869,7 +46854,7 @@ paths: checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection '301': *294 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47067,7 +47052,7 @@ paths: enabled: true allow_fork_syncing: enabled: true - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47420,13 +47405,13 @@ paths: format: uri users: type: array - items: *18 + items: *19 teams: type: array - items: *161 + items: *162 apps: type: array - items: *5 + items: *6 required: - url - users_url @@ -47438,13 +47423,13 @@ paths: properties: users: type: array - items: *18 + items: *19 teams: type: array - items: *161 + items: *162 apps: type: array - items: *5 + items: *6 required: - users - teams @@ -47589,9 +47574,9 @@ paths: enabled: true allow_fork_syncing: enabled: true - '403': *28 - '422': *7 - '404': *6 + '403': *29 + '422': *8 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47617,7 +47602,7 @@ paths: responses: '204': description: Response - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47705,7 +47690,7 @@ paths: responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47934,7 +47919,7 @@ paths: schema: *342 examples: default: *343 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47960,7 +47945,7 @@ paths: responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47996,7 +47981,7 @@ paths: value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48026,7 +48011,7 @@ paths: schema: *340 examples: default: *344 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48051,7 +48036,7 @@ paths: responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48089,7 +48074,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': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48164,8 +48149,8 @@ paths: schema: *345 examples: default: *346 - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48227,7 +48212,7 @@ paths: default: value: - continuous-integration/travis-ci - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48293,9 +48278,9 @@ paths: value: - continuous-integration/travis-ci - continuous-integration/jenkins - '422': *15 - '403': *28 - '404': *6 + '422': *16 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48360,8 +48345,8 @@ paths: default: value: - continuous-integration/travis-ci - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48425,8 +48410,8 @@ paths: default: value: - continuous-integration/travis-ci - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48529,7 +48514,7 @@ paths: events: - push - pull_request - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48583,7 +48568,7 @@ paths: application/json: schema: type: array - items: *5 + items: *6 examples: default: &347 value: @@ -48623,7 +48608,7 @@ paths: events: - push - pull_request - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48680,10 +48665,10 @@ paths: application/json: schema: type: array - items: *5 + items: *6 examples: default: *347 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48741,10 +48726,10 @@ paths: application/json: schema: type: array - items: *5 + items: *6 examples: default: *347 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48801,10 +48786,10 @@ paths: application/json: schema: type: array - items: *5 + items: *6 examples: default: *347 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48835,10 +48820,10 @@ paths: application/json: schema: type: array - items: *161 + items: *162 examples: - default: *208 - '404': *6 + default: *209 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48895,10 +48880,10 @@ paths: application/json: schema: type: array - items: *161 + items: *162 examples: - default: *208 - '422': *15 + default: *209 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48956,10 +48941,10 @@ paths: application/json: schema: type: array - items: *161 + items: *162 examples: - default: *208 - '422': *15 + default: *209 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49016,10 +49001,10 @@ paths: application/json: schema: type: array - items: *161 + items: *162 examples: - default: *208 - '422': *15 + default: *209 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49050,10 +49035,10 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 - '404': *6 + default: *197 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49113,10 +49098,10 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 - '422': *15 + default: *197 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49177,10 +49162,10 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 - '422': *15 + default: *197 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49240,10 +49225,10 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 - '422': *15 + default: *197 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49380,9 +49365,9 @@ paths: - ci-test - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection - '403': *28 - '404': *6 - '422': *15 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49793,8 +49778,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true pull_requests: description: Pull requests that are open with a `head_sha` or @@ -49869,8 +49854,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true required: - id @@ -50464,8 +50449,8 @@ paths: - *280 - *281 - *351 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -50538,7 +50523,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: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50568,7 +50553,7 @@ paths: description: Response content: application/json: - schema: *142 + schema: *143 examples: default: value: @@ -50577,13 +50562,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': *6 + schema: *3 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50701,10 +50686,10 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true - repository: *131 + repository: *132 created_at: type: string format: date-time @@ -51120,7 +51105,7 @@ paths: required: - app_id - setting - repository: *131 + repository: *132 examples: default: value: @@ -51437,8 +51422,8 @@ paths: - latest - all default: latest - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -51538,7 +51523,7 @@ paths: url: https://api.github.com/repos/github/hello-world name: hello-world headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51566,7 +51551,7 @@ paths: description: Response content: application/json: - schema: *142 + schema: *143 examples: default: value: @@ -51595,10 +51580,10 @@ paths: parameters: - *280 - *281 - - *154 - *155 - - *19 - - *17 + - *156 + - *20 + - *18 - &369 name: ref description: The Git reference for the results you want to list. The `ref` @@ -51607,7 +51592,7 @@ paths: in: query required: false schema: *358 - - *66 + - *67 - name: sort description: The property by which to sort the results. in: query @@ -51623,7 +51608,7 @@ paths: be returned. in: query required: false - schema: *156 + schema: *157 - name: severity description: If specified, only code scanning alerts with this severity will be returned. @@ -51640,22 +51625,22 @@ paths: items: type: object properties: - number: *70 - created_at: *75 - updated_at: *76 - url: *73 - html_url: *74 + number: *71 + created_at: *76 + updated_at: *77 + url: *74 + html_url: *75 instances_url: *360 - state: *69 - fixed_at: *78 + state: *70 + fixed_at: *79 dismissed_by: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true - dismissed_at: *77 + dismissed_at: *78 dismissed_reason: *361 dismissed_comment: *362 rule: *363 @@ -51775,15 +51760,15 @@ paths: end_column: 18 classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances - '304': *36 + '304': *37 '403': &366 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: - schema: *2 - '404': *6 - '503': *80 + schema: *3 + '404': *7 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51813,7 +51798,7 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *70 + schema: *71 responses: '200': description: Response @@ -51822,22 +51807,22 @@ paths: schema: &368 type: object properties: - number: *70 - created_at: *75 - updated_at: *76 - url: *73 - html_url: *74 + number: *71 + created_at: *76 + updated_at: *77 + url: *74 + html_url: *75 instances_url: *360 - state: *69 - fixed_at: *78 + state: *70 + fixed_at: *79 dismissed_by: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true - dismissed_at: *77 + dismissed_at: *78 dismissed_reason: *361 dismissed_comment: *362 rule: @@ -51981,10 +51966,10 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '304': *36 + '304': *37 '403': *366 - '404': *6 - '503': *80 + '404': *7 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52115,9 +52100,9 @@ paths: Security is not enabled for this repository content: application/json: - schema: *2 - '404': *6 - '503': *80 + schema: *3 + '404': *7 + '503': *81 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -52140,8 +52125,8 @@ paths: - *280 - *281 - *367 - - *19 - - *17 + - *20 + - *18 - *369 responses: '200': @@ -52190,8 +52175,8 @@ paths: classifications: - source '403': *366 - '404': *6 - '503': *80 + '404': *7 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52225,10 +52210,10 @@ paths: parameters: - *280 - *281 - - *154 - *155 - - *19 - - *17 + - *156 + - *20 + - *18 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` @@ -52244,7 +52229,7 @@ paths: type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 - - *66 + - *67 - name: sort description: The property by which to sort the results. in: query @@ -52364,8 +52349,8 @@ paths: deletable: true warning: '' '403': *366 - '404': *6 - '503': *80 + '404': *7 + '503': *81 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -52468,8 +52453,8 @@ paths: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 '403': *366 - '404': *6 - '503': *80 + '404': *7 + '503': *81 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -52602,10 +52587,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': *14 + '400': *15 '403': *374 - '404': *6 - '503': *80 + '404': *7 + '503': *81 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -52648,7 +52633,7 @@ paths: language: type: string description: The language of the CodeQL database. - uploader: *18 + uploader: *19 content_type: type: string description: The MIME type of the CodeQL database file. @@ -52746,8 +52731,8 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c '403': *366 - '404': *6 - '503': *80 + '404': *7 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52822,8 +52807,8 @@ paths: '302': &405 description: Found '403': *366 - '404': *6 - '503': *80 + '404': *7 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52907,8 +52892,8 @@ paths: updated_at: '2023-01-19T11:21:34Z' schedule: weekly '403': *366 - '404': *6 - '503': *80 + '404': *7 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52973,7 +52958,7 @@ paths: description: Response content: application/json: - schema: *142 + schema: *143 examples: default: value: @@ -52999,14 +52984,14 @@ paths: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 '403': *374 - '404': *6 + '404': *7 '409': description: Response if there is already a validation run in progress with a different default setup configuration content: application/json: - schema: *2 - '503': *80 + schema: *3 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53143,10 +53128,10 @@ paths: '400': description: Bad Request if the sarif field is invalid '403': *374 - '404': *6 + '404': *7 '413': description: Payload Too Large if the sarif field is too large - '503': *80 + '503': *81 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -53215,7 +53200,7 @@ paths: '403': *366 '404': description: Not Found if the sarif id does not match any upload - '503': *80 + '503': *81 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -53356,8 +53341,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: - - *17 - - *19 + - *18 + - *20 - *280 - *281 responses: @@ -53375,7 +53360,7 @@ paths: type: integer codespaces: type: array - items: *197 + items: *198 examples: default: value: @@ -53651,10 +53636,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': *159 - '401': *24 - '403': *28 - '404': *6 + '500': *160 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -53737,7 +53722,7 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *197 + schema: *198 examples: default: *377 '202': @@ -53745,14 +53730,14 @@ paths: being retried in the background content: application/json: - schema: *197 + schema: *198 examples: default: *377 - '400': *14 - '401': *24 - '403': *28 - '404': *6 - '503': *80 + '400': *15 + '401': *25 + '403': *29 + '404': *7 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -53774,8 +53759,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: - - *17 - - *19 + - *18 + - *20 - *280 - *281 responses: @@ -53817,11 +53802,11 @@ paths: - path: ".devcontainer.json" display_name: Default project configuration total_count: 3 - '500': *159 - '400': *14 - '401': *24 - '403': *28 - '404': *6 + '500': *160 + '400': *15 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53900,11 +53885,11 @@ paths: storage_in_bytes: 68719476736 memory_in_bytes: 34359738368 cpus: 8 - '304': *36 - '500': *159 - '401': *24 - '403': *28 - '404': *6 + '304': *37 + '500': *160 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53949,7 +53934,7 @@ paths: schema: type: object properties: - billable_owner: *18 + billable_owner: *19 defaults: type: object required: @@ -53986,9 +53971,9 @@ paths: defaults: location: EastUs devcontainer_path: ".devcontainer/devcontainer.json" - '401': *24 - '403': *28 - '404': *6 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54051,11 +54036,11 @@ paths: default: value: accepted: true - '401': *24 - '403': *28 - '404': *6 - '422': *15 - '503': *80 + '401': *25 + '403': *29 + '404': *7 + '422': *16 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54078,8 +54063,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -54117,7 +54102,7 @@ paths: examples: default: *380 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54171,7 +54156,7 @@ paths: parameters: - *280 - *281 - - *141 + - *142 responses: '200': description: Response @@ -54201,7 +54186,7 @@ paths: parameters: - *280 - *281 - - *141 + - *142 requestBody: required: true content: @@ -54229,7 +54214,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *142 + schema: *143 examples: default: value: @@ -54255,7 +54240,7 @@ paths: parameters: - *280 - *281 - - *141 + - *142 responses: '204': description: Response @@ -54313,8 +54298,8 @@ paths: - push - maintain - admin - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -54464,8 +54449,8 @@ paths: admin: false role_name: write headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54491,7 +54476,7 @@ paths: parameters: - *280 - *281 - - *153 + - *154 responses: '204': description: Response if user is a collaborator @@ -54535,7 +54520,7 @@ paths: parameters: - *280 - *281 - - *153 + - *154 requestBody: required: false content: @@ -54571,20 +54556,20 @@ paths: description: Unique identifier of the repository invitation. example: 42 type: integer - repository: *131 + repository: *132 invitee: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true inviter: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true permissions: description: The permission associated with the invitation. @@ -54742,8 +54727,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': *15 - '403': *28 + '422': *16 + '403': *29 x-github: triggersNotification: true githubCloudOnly: false @@ -54783,12 +54768,12 @@ paths: parameters: - *280 - *281 - - *153 + - *154 responses: '204': description: No Content when collaborator was removed from the repository. - '422': *15 - '403': *28 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54814,7 +54799,7 @@ paths: parameters: - *280 - *281 - - *153 + - *154 responses: '200': description: if user has admin permissions @@ -54865,7 +54850,7 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54892,8 +54877,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -54933,8 +54918,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true created_at: type: string @@ -54942,8 +54927,8 @@ paths: updated_at: type: string format: date-time - author_association: *84 - reactions: *85 + author_association: *85 + reactions: *86 required: - url - html_url @@ -54993,7 +54978,7 @@ paths: updated_at: '2011-04-14T16:00:49Z' author_association: COLLABORATOR headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55020,7 +55005,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 responses: '200': description: Response @@ -55061,7 +55046,7 @@ paths: site_admin: false created_at: '2011-04-14T16:00:49Z' updated_at: '2011-04-14T16:00:49Z' - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55087,7 +55072,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 requestBody: required: true content: @@ -55144,7 +55129,7 @@ paths: site_admin: false created_at: '2011-04-14T16:00:49Z' updated_at: '2011-04-14T16:00:49Z' - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55162,11 +55147,11 @@ paths: parameters: - *280 - *281 - - *96 + - *97 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55185,7 +55170,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 - 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. @@ -55202,8 +55187,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -55215,8 +55200,8 @@ paths: examples: default: *271 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55236,7 +55221,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 requestBody: required: true content: @@ -55278,7 +55263,7 @@ paths: schema: *269 examples: default: *270 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55300,7 +55285,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 - *272 responses: '204': @@ -55376,7 +55361,7 @@ paths: required: false schema: type: string - - *87 + - *88 - 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`.' @@ -55385,8 +55370,8 @@ paths: schema: type: string format: date-time - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -55465,11 +55450,11 @@ paths: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: - Link: *38 - '500': *159 - '400': *14 - '404': *6 - '409': *206 + Link: *39 + '500': *160 + '400': *15 + '404': *7 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55537,8 +55522,8 @@ paths: sha: c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc url: https://api.github.com/repos/octocat/Hello-World/commits/c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc protected: false - '422': *15 - '409': *206 + '422': *16 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55566,8 +55551,8 @@ paths: - *280 - *281 - *389 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -55579,7 +55564,7 @@ paths: examples: default: *390 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55650,8 +55635,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/comments/1 schema: type: string - '403': *28 - '422': *15 + '403': *29 + '422': *16 x-github: triggersNotification: true githubCloudOnly: false @@ -55675,8 +55660,8 @@ paths: - *280 - *281 - *389 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -55750,8 +55735,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true body: type: string @@ -55822,20 +55807,20 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true assignees: type: array - items: *18 + items: *19 nullable: true requested_reviewers: type: array - items: *18 + items: *19 nullable: true requested_teams: type: array - items: *161 + items: *162 nullable: true head: type: object @@ -55844,15 +55829,15 @@ paths: type: string ref: type: string - repo: *56 + repo: *57 sha: type: string user: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - label @@ -55867,15 +55852,15 @@ paths: type: string ref: type: string - repo: *56 + repo: *57 sha: type: string user: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - label @@ -55911,13 +55896,13 @@ paths: - review_comments - review_comment - self - author_association: *84 + author_association: *85 auto_merge: &496 title: Auto merge description: The status of auto merging a pull request. type: object properties: - enabled_by: *18 + enabled_by: *19 merge_method: type: string description: The merge method to use. @@ -56454,8 +56439,8 @@ paths: auto_merge: draft: false headers: - Link: *38 - '409': *206 + Link: *39 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56512,8 +56497,8 @@ paths: parameters: - *280 - *281 - - *19 - - *17 + - *20 + - *18 - &395 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), @@ -56614,11 +56599,11 @@ paths: patch: |- @@ -29,7 +29,7 @@ ..... - '422': *15 - '404': *6 - '500': *159 - '503': *80 - '409': *206 + '422': *16 + '404': *7 + '500': *160 + '503': *81 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56658,8 +56643,8 @@ paths: - latest - all default: latest - - *17 - - *19 + - *18 + - *20 - name: app_id in: query required: false @@ -56684,7 +56669,7 @@ paths: examples: default: *398 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56717,8 +56702,8 @@ paths: type: integer example: 1 - *396 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -56909,7 +56894,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: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56937,8 +56922,8 @@ paths: - *280 - *281 - *395 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -57003,7 +56988,7 @@ paths: type: string total_count: type: integer - repository: *131 + repository: *132 commit_url: type: string format: uri @@ -57114,7 +57099,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': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57137,8 +57122,8 @@ paths: - *280 - *281 - *395 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -57178,8 +57163,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - url @@ -57226,7 +57211,7 @@ paths: type: User site_admin: false headers: - Link: *38 + Link: *39 '301': *294 x-github: githubCloudOnly: false @@ -57306,8 +57291,8 @@ paths: title: License Simple description: License Simple type: object - properties: *98 - required: *99 + properties: *99 + required: *100 nullable: true contributing: title: Community Health File @@ -57459,8 +57444,8 @@ paths: parameters: - *280 - *281 - - *19 - - *17 + - *20 + - *18 - 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 @@ -57764,9 +57749,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': *6 - '500': *159 - '503': *80 + '404': *7 + '500': *160 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58352,8 +58337,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': *6 - '403': *28 + '404': *7 + '403': *29 '302': *405 x-github: githubCloudOnly: false @@ -58661,9 +58646,9 @@ paths: reason: unsigned signature: payload: - '404': *6 - '422': *15 - '409': *206 + '404': *7 + '422': *16 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58781,10 +58766,10 @@ paths: reason: unsigned signature: payload: - '422': *15 - '404': *6 - '409': *206 - '503': *80 + '422': *16 + '404': *7 + '409': *207 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58812,8 +58797,8 @@ paths: required: false schema: type: string - - *17 - - *19 + - *18 + - *20 responses: '200': description: If repository contains content @@ -58903,11 +58888,11 @@ paths: site_admin: false contributions: 32 headers: - Link: *38 + Link: *39 '204': description: Response if repository is empty - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58928,19 +58913,19 @@ paths: parameters: - *280 - *281 - - *167 - *168 - *169 - *170 + - *171 - 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 - - *171 - *172 - - *66 + - *173 + - *67 - name: page description: "**Deprecated**. Page number of the results to fetch. Use cursor-based pagination with `before` or `after` instead." @@ -58957,10 +58942,10 @@ paths: schema: type: integer default: 30 - - *64 - *65 - - *173 + - *66 - *174 + - *175 responses: '200': description: Response @@ -58972,7 +58957,7 @@ paths: type: object description: A Dependabot alert. properties: - number: *70 + number: *71 state: type: string description: The state of the Dependabot alert. @@ -58987,7 +58972,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: *71 + package: *72 manifest_path: type: string description: The full path to the dependency manifest file, @@ -59002,18 +58987,18 @@ paths: - development - runtime security_advisory: *407 - security_vulnerability: *72 - url: *73 - html_url: *74 - created_at: *75 - updated_at: *76 - dismissed_at: *77 + security_vulnerability: *73 + url: *74 + html_url: *75 + created_at: *76 + updated_at: *77 + dismissed_at: *78 dismissed_by: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true dismissed_reason: type: string @@ -59031,7 +59016,7 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *78 + fixed_at: *79 auto_dismissed_at: *408 required: - number @@ -59221,11 +59206,11 @@ paths: dismissed_reason: dismissed_comment: fixed_at: - '304': *36 - '400': *14 - '403': *28 - '404': *6 - '422': *7 + '304': *37 + '400': *15 + '403': *29 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59256,7 +59241,7 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *70 + schema: *71 responses: '200': description: Response @@ -59343,9 +59328,9 @@ paths: dismissed_reason: dismissed_comment: fixed_at: - '304': *36 - '403': *28 - '404': *6 + '304': *37 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59508,11 +59493,11 @@ paths: dismissed_reason: tolerable_risk dismissed_comment: This alert is accurate but we use a sanitizer. fixed_at: - '400': *14 - '403': *28 - '404': *6 - '409': *206 - '422': *7 + '400': *15 + '403': *29 + '404': *7 + '409': *207 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59536,8 +59521,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -59584,7 +59569,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59637,7 +59622,7 @@ paths: parameters: - *280 - *281 - - *141 + - *142 responses: '200': description: Response @@ -59671,7 +59656,7 @@ paths: parameters: - *280 - *281 - - *141 + - *142 requestBody: required: true content: @@ -59699,7 +59684,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *142 + schema: *143 examples: default: value: @@ -59725,7 +59710,7 @@ paths: parameters: - *280 - *281 - - *141 + - *142 responses: '204': description: Response @@ -59884,14 +59869,14 @@ paths: advisory_summary: Ruby OpenID advisory_url: https://github.com/advisories/GHSA-fqfj-cmh6-hj49 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 '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 @@ -60083,9 +60068,9 @@ paths: licenseConcluded: MIT licenseDeclared: MIT headers: - Link: *38 - '404': *6 - '403': *28 + Link: *39 + '404': *7 + '403': *29 x-github: githubCloudOnly: false category: dependency-graph @@ -60389,8 +60374,8 @@ paths: type: string default: none nullable: true - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -60402,7 +60387,7 @@ paths: examples: default: *416 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60604,7 +60589,7 @@ paths: '409': description: Conflict when there is a merge conflict or the commit's status checks failed - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60674,7 +60659,7 @@ paths: repository_url: https://api.github.com/repos/octocat/example transient_environment: false production_environment: true - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60706,8 +60691,8 @@ paths: responses: '204': description: Response - '404': *6 - '422': *7 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60727,8 +60712,8 @@ paths: - *280 - *281 - *417 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -60767,8 +60752,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true description: description: A short description of the status. @@ -60824,8 +60809,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true required: - id @@ -60875,8 +60860,8 @@ paths: environment_url: https://test-branch.lab.acme.com log_url: https://example.com/deployment/42/output headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61013,7 +60998,7 @@ paths: example: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 schema: type: string - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61046,7 +61031,7 @@ paths: schema: *418 examples: default: *419 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61104,8 +61089,8 @@ paths: responses: '204': description: Response - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61129,8 +61114,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -61236,8 +61221,8 @@ paths: type: *420 reviewer: anyOf: - - *18 - - *161 + - *19 + - *162 required: - id - node_id @@ -61534,7 +61519,7 @@ paths: are set to the same value content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61581,8 +61566,8 @@ paths: - *280 - *281 - *422 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -62060,8 +62045,8 @@ paths: - *422 - *281 - *280 - - *19 - - *17 + - *20 + - *18 responses: '200': description: A list of custom deployment rule integrations available for @@ -62183,8 +62168,8 @@ paths: - *280 - *281 - *422 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -62204,7 +62189,7 @@ paths: examples: default: *318 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62262,7 +62247,7 @@ paths: - *280 - *281 - *422 - - *141 + - *142 responses: '200': description: Response @@ -62295,7 +62280,7 @@ paths: - *280 - *281 - *422 - - *141 + - *142 requestBody: required: true content: @@ -62326,7 +62311,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *142 + schema: *143 examples: default: value: @@ -62355,7 +62340,7 @@ paths: - *280 - *281 - *422 - - *141 + - *142 responses: '204': description: Default response @@ -62384,7 +62369,7 @@ paths: - *281 - *422 - *304 - - *19 + - *20 responses: '200': description: Response @@ -62404,7 +62389,7 @@ paths: examples: default: *322 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62454,7 +62439,7 @@ paths: description: Response content: application/json: - schema: *142 + schema: *143 examples: default: value: @@ -62482,7 +62467,7 @@ paths: - *280 - *281 - *422 - - *144 + - *145 responses: '200': description: Response @@ -62513,7 +62498,7 @@ paths: parameters: - *280 - *281 - - *144 + - *145 - *422 requestBody: required: true @@ -62558,7 +62543,7 @@ paths: parameters: - *280 - *281 - - *144 + - *145 - *422 responses: '204': @@ -62582,8 +62567,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -62591,7 +62576,7 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: 200-response: value: @@ -62672,8 +62657,8 @@ paths: - stargazers - watchers default: newest - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -62681,7 +62666,7 @@ paths: application/json: schema: type: array - items: *131 + items: *132 examples: default: value: @@ -62794,8 +62779,8 @@ paths: url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== headers: - Link: *38 - '400': *14 + Link: *39 + '400': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62852,10 +62837,10 @@ paths: schema: *293 examples: default: *295 - '400': *14 - '422': *15 - '403': *28 - '404': *6 + '400': *15 + '422': *16 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62923,10 +62908,10 @@ paths: example: https://api.github.com/repos/octocat/example/git/blobs/3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15 schema: type: string - '404': *6 - '409': *206 - '403': *28 - '422': *15 + '404': *7 + '409': *207 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63000,10 +62985,10 @@ paths: sha: 3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15 size: 19 node_id: Q29udGVudCBvZiB0aGUgYmxvYg== - '404': *6 - '422': *15 - '403': *28 - '409': *206 + '404': *7 + '422': *16 + '403': *29 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63316,9 +63301,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/git/commits/7638417db6d59f3c431d3e1f261cc637155684cd schema: type: string - '422': *15 - '404': *6 - '409': *206 + '422': *16 + '404': *7 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63404,8 +63389,8 @@ paths: reason: unsigned signature: payload: - '404': *6 - '409': *206 + '404': *7 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63501,8 +63486,8 @@ paths: sha: 612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: - Link: *38 - '409': *206 + Link: *39 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63541,8 +63526,8 @@ paths: type: commit sha: aa218f56b14c9653891f9e74264a383fa43fefbd url: https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd - '404': *6 - '409': *206 + '404': *7 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63599,8 +63584,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA schema: type: string - '422': *15 - '409': *206 + '422': *16 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63653,8 +63638,8 @@ paths: schema: *437 examples: default: *438 - '422': *15 - '409': *206 + '422': *16 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63676,8 +63661,8 @@ paths: responses: '204': description: Response - '422': *15 - '409': *206 + '422': *16 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63878,8 +63863,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/git/tags/940bd336248efae0f9ee5bc7b2d5c985887b16ac schema: type: string - '422': *15 - '409': *206 + '422': *16 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63939,8 +63924,8 @@ paths: schema: *440 examples: default: *441 - '404': *6 - '409': *206 + '404': *7 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64122,10 +64107,10 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/trees/cd8274d15fa3ae2ab983129fb037999f264ba9a7 schema: type: string - '422': *15 - '404': *6 - '403': *28 - '409': *206 + '422': *16 + '404': *7 + '403': *29 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64211,9 +64196,9 @@ paths: sha: 7c258a9869f33c1e1e1f74fbb32f07c86cb5a75b url: https://api.github.com/repos/octocat/Hello-World/git/7c258a9869f33c1e1e1f74fbb32f07c86cb5a75b truncated: false - '422': *15 - '404': *6 - '409': *206 + '422': *16 + '404': *7 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64233,8 +64218,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -64271,7 +64256,7 @@ paths: example: - push - pull_request - config: *12 + config: *13 updated_at: type: string format: date-time @@ -64351,8 +64336,8 @@ paths: status: unused message: headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64388,10 +64373,10 @@ paths: type: object description: Key/value pairs to provide settings for this webhook. properties: - url: *8 - content_type: *9 - secret: *10 - insecure_ssl: *11 + url: *9 + content_type: *10 + secret: *11 + insecure_ssl: *12 events: type: array description: Determines what [events](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads) @@ -64453,9 +64438,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/hooks/12345678 schema: type: string - '404': *6 - '422': *15 - '403': *28 + '404': *7 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64475,7 +64460,7 @@ paths: parameters: - *280 - *281 - - *182 + - *183 responses: '200': description: Response @@ -64484,7 +64469,7 @@ paths: schema: *443 examples: default: *444 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64505,7 +64490,7 @@ paths: parameters: - *280 - *281 - - *182 + - *183 requestBody: required: true content: @@ -64513,7 +64498,7 @@ paths: schema: type: object properties: - config: *12 + config: *13 events: type: array description: Determines what [events](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads) @@ -64553,8 +64538,8 @@ paths: schema: *443 examples: default: *444 - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64572,11 +64557,11 @@ paths: parameters: - *280 - *281 - - *182 + - *183 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64598,15 +64583,15 @@ paths: parameters: - *280 - *281 - - *182 + - *183 responses: '200': description: Response content: application/json: - schema: *12 + schema: *13 examples: - default: *13 + default: *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64627,7 +64612,7 @@ paths: parameters: - *280 - *281 - - *182 + - *183 requestBody: required: false content: @@ -64636,10 +64621,10 @@ paths: type: object additionalProperties: false properties: - url: *8 - content_type: *9 - secret: *10 - insecure_ssl: *11 + url: *9 + content_type: *10 + secret: *11 + insecure_ssl: *12 examples: default: summary: Example of updating content type and URL @@ -64651,9 +64636,9 @@ paths: description: Response content: application/json: - schema: *12 + schema: *13 examples: - default: *13 + default: *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64673,9 +64658,9 @@ paths: parameters: - *280 - *281 - - *182 - - *17 - *183 + - *18 + - *184 - name: redelivery in: query required: false @@ -64688,11 +64673,11 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: - default: *185 - '400': *14 - '422': *15 + default: *186 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64711,18 +64696,18 @@ paths: parameters: - *280 - *281 - - *182 - - *16 + - *183 + - *17 responses: '200': description: Response content: application/json: - schema: *186 + schema: *187 examples: - default: *187 - '400': *14 - '422': *15 + default: *188 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64741,12 +64726,12 @@ paths: parameters: - *280 - *281 - - *182 - - *16 + - *183 + - *17 responses: - '202': *119 - '400': *14 - '422': *15 + '202': *120 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64766,11 +64751,11 @@ paths: parameters: - *280 - *281 - - *182 + - *183 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64792,11 +64777,11 @@ paths: parameters: - *280 - *281 - - *182 + - *183 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64970,12 +64955,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': *6 + '404': *7 '503': &446 description: Unavailable due to service under maintenance. content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65071,8 +65056,8 @@ paths: example: https://api.github.com/repos/spraints/socm/import schema: type: string - '422': *15 - '404': *6 + '422': *16 + '404': *7 '503': *446 x-github: githubCloudOnly: false @@ -65319,7 +65304,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': *6 + '404': *7 '503': *446 x-github: githubCloudOnly: false @@ -65386,8 +65371,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': *15 - '404': *6 + '422': *16 + '404': *7 '503': *446 x-github: githubCloudOnly: false @@ -65511,7 +65496,7 @@ paths: schema: *445 examples: default: *448 - '422': *15 + '422': *16 '503': *446 x-github: githubCloudOnly: false @@ -65542,11 +65527,11 @@ paths: description: Response content: application/json: - schema: *21 + schema: *22 examples: default: *449 '301': *294 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -65574,7 +65559,7 @@ paths: application/json: schema: anyOf: - - *189 + - *190 - type: object properties: {} additionalProperties: false @@ -65622,7 +65607,7 @@ paths: description: Response content: application/json: - schema: *189 + schema: *190 examples: default: *451 '409': @@ -65672,8 +65657,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -65797,7 +65782,7 @@ paths: html_url: https://github.com/octocat/Hello-World/invitations node_id: MDQ6VXNlcjE= headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65816,7 +65801,7 @@ paths: parameters: - *280 - *281 - - *193 + - *194 requestBody: required: false content: @@ -65978,7 +65963,7 @@ paths: parameters: - *280 - *281 - - *193 + - *194 responses: '204': description: Response @@ -66052,7 +66037,7 @@ paths: required: false schema: type: string - - *194 + - *195 - name: sort description: What to sort results by. in: query @@ -66064,10 +66049,10 @@ paths: - updated - comments default: created - - *66 - - *87 - - *17 - - *19 + - *67 + - *88 + - *18 + - *20 responses: '200': description: Response @@ -66075,7 +66060,7 @@ paths: application/json: schema: type: array - items: *97 + items: *98 examples: default: value: @@ -66224,10 +66209,10 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *38 + Link: *39 '301': *294 - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66330,7 +66315,7 @@ paths: description: Response content: application/json: - schema: *97 + schema: *98 examples: default: &458 value: @@ -66483,11 +66468,11 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 schema: type: string - '400': *14 - '403': *28 - '422': *15 - '503': *80 - '404': *6 + '400': *15 + '403': *29 + '422': *16 + '503': *81 + '404': *7 '410': *291 x-github: triggersNotification: true @@ -66518,7 +66503,7 @@ paths: parameters: - *280 - *281 - - *107 + - *108 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -66528,9 +66513,9 @@ paths: enum: - asc - desc - - *87 - - *17 - - *19 + - *88 + - *18 + - *20 responses: '200': description: Response @@ -66571,9 +66556,9 @@ paths: issue_url: https://api.github.com/repos/octocat/Hello-World/issues/1347 author_association: COLLABORATOR headers: - Link: *38 - '422': *15 - '404': *6 + Link: *39 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66600,7 +66585,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 responses: '200': description: Response @@ -66638,7 +66623,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': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66664,7 +66649,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 requestBody: required: true content: @@ -66689,7 +66674,7 @@ paths: schema: *453 examples: default: *454 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66708,7 +66693,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 responses: '204': description: Response @@ -66730,7 +66715,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 - 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. @@ -66747,8 +66732,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -66760,8 +66745,8 @@ paths: examples: default: *271 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66781,7 +66766,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 requestBody: required: true content: @@ -66823,7 +66808,7 @@ paths: schema: *269 examples: default: *270 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66845,7 +66830,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 - *272 responses: '204': @@ -66868,8 +66853,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -66897,8 +66882,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true event: type: string @@ -66941,31 +66926,31 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true assigner: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true review_requester: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true requested_reviewer: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true - requested_team: *161 + requested_team: *162 dismissed_review: title: Issue Event Dismissed Review type: object @@ -67030,7 +67015,7 @@ paths: required: - from - to - author_association: *84 + author_association: *85 lock_reason: type: string nullable: true @@ -67042,8 +67027,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true required: - id @@ -67210,8 +67195,8 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *38 - '422': *15 + Link: *39 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67432,9 +67417,9 @@ paths: updated_at: '2011-04-22T13:33:48Z' author_association: COLLABORATOR state_reason: completed - '404': *6 + '404': *7 '410': *291 - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67483,13 +67468,13 @@ paths: description: Response content: application/json: - schema: *97 + schema: *98 examples: default: *458 '301': *294 - '404': *6 + '404': *7 '410': *291 - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67609,14 +67594,14 @@ paths: description: Response content: application/json: - schema: *97 + schema: *98 examples: default: *458 - '422': *15 - '503': *80 - '403': *28 + '422': *16 + '503': *81 + '403': *29 '301': *294 - '404': *6 + '404': *7 '410': *291 x-github: githubCloudOnly: false @@ -67663,7 +67648,7 @@ paths: description: Response content: application/json: - schema: *97 + schema: *98 examples: default: *458 x-github: @@ -67708,7 +67693,7 @@ paths: description: Response content: application/json: - schema: *97 + schema: *98 examples: default: *458 x-github: @@ -67747,7 +67732,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 @@ -67777,9 +67762,9 @@ paths: - *280 - *281 - *459 - - *87 - - *17 - - *19 + - *88 + - *18 + - *20 responses: '200': description: Response @@ -67791,8 +67776,8 @@ paths: examples: default: *460 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 '410': *291 x-github: githubCloudOnly: false @@ -67854,10 +67839,10 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string - '403': *28 + '403': *29 '410': *291 - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: triggersNotification: true githubCloudOnly: false @@ -67878,8 +67863,8 @@ paths: - *280 - *281 - *459 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -67902,7 +67887,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -67921,8 +67906,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true label: type: object @@ -67956,7 +67941,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -67975,8 +67960,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true label: type: object @@ -68009,7 +67994,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -68020,9 +68005,9 @@ paths: nullable: true created_at: type: string - performed_via_github_app: *5 - assignee: *18 - assigner: *18 + performed_via_github_app: *6 + assignee: *19 + assigner: *19 required: - id - node_id @@ -68045,7 +68030,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -68064,11 +68049,11 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true - assignee: *18 - assigner: *18 + assignee: *19 + assigner: *19 required: - id - node_id @@ -68092,7 +68077,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -68111,8 +68096,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true milestone: type: object @@ -68143,7 +68128,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -68162,8 +68147,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true milestone: type: object @@ -68194,7 +68179,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -68213,8 +68198,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true rename: type: object @@ -68248,7 +68233,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -68267,12 +68252,12 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true - review_requester: *18 - requested_team: *161 - requested_reviewer: *18 + review_requester: *19 + requested_team: *162 + requested_reviewer: *19 required: - review_requester - id @@ -68295,7 +68280,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -68314,12 +68299,12 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true - review_requester: *18 - requested_team: *161 - requested_reviewer: *18 + review_requester: *19 + requested_team: *162 + requested_reviewer: *19 required: - review_requester - id @@ -68342,7 +68327,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -68361,8 +68346,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true dismissed_review: type: object @@ -68402,7 +68387,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -68421,8 +68406,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true lock_reason: type: string @@ -68450,7 +68435,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -68469,8 +68454,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true project_card: type: object @@ -68516,7 +68501,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -68535,8 +68520,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true project_card: type: object @@ -68582,7 +68567,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -68601,8 +68586,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true project_card: type: object @@ -68648,7 +68633,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -68659,7 +68644,7 @@ paths: nullable: true created_at: type: string - performed_via_github_app: *5 + performed_via_github_app: *6 project_card: type: object properties: @@ -68727,7 +68712,7 @@ paths: name: label color: red headers: - Link: *38 + Link: *39 '410': *291 x-github: githubCloudOnly: false @@ -68748,8 +68733,8 @@ paths: - *280 - *281 - *459 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -68817,9 +68802,9 @@ paths: color: a2eeef default: false headers: - Link: *38 + Link: *39 '301': *294 - '404': *6 + '404': *7 '410': *291 x-github: githubCloudOnly: false @@ -68902,9 +68887,9 @@ paths: examples: default: *462 '301': *294 - '404': *6 + '404': *7 '410': *291 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68986,9 +68971,9 @@ paths: examples: default: *462 '301': *294 - '404': *6 + '404': *7 '410': *291 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69011,7 +68996,7 @@ paths: '204': description: Response '301': *294 - '404': *6 + '404': *7 '410': *291 x-github: githubCloudOnly: false @@ -69058,7 +69043,7 @@ paths: color: f29513 default: true '301': *294 - '404': *6 + '404': *7 '410': *291 x-github: githubCloudOnly: false @@ -69108,10 +69093,10 @@ paths: responses: '204': description: Response - '403': *28 + '403': *29 '410': *291 - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69133,8 +69118,8 @@ paths: responses: '204': description: Response - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69170,8 +69155,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -69183,8 +69168,8 @@ paths: examples: default: *271 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 '410': *291 x-github: githubCloudOnly: false @@ -69247,7 +69232,7 @@ paths: schema: *269 examples: default: *270 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -69293,8 +69278,8 @@ paths: - *280 - *281 - *459 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -69326,7 +69311,7 @@ paths: properties: event: type: string - actor: *18 + actor: *19 id: description: Unique identifier of the issue comment example: 42 @@ -69350,7 +69335,7 @@ paths: html_url: type: string format: uri - user: *18 + user: *19 created_at: type: string format: date-time @@ -69362,7 +69347,7 @@ paths: issue_url: type: string format: uri - author_association: *84 + author_association: *85 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. They @@ -69371,10 +69356,10 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true - reactions: *85 + reactions: *86 required: - event - actor @@ -69393,7 +69378,7 @@ paths: properties: event: type: string - actor: *18 + actor: *19 created_at: type: string format: date-time @@ -69405,7 +69390,7 @@ paths: properties: type: type: string - issue: *97 + issue: *98 required: - event - created_at @@ -69549,7 +69534,7 @@ paths: node_id: type: string example: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= - user: *18 + user: *19 body: nullable: true description: The text of the review. @@ -69597,7 +69582,7 @@ paths: type: string body_text: type: string - author_association: *84 + author_association: *85 required: - event - id @@ -69682,7 +69667,7 @@ paths: description: The comment ID to reply to. example: 8 type: integer - user: *18 + user: *19 body: description: The text of the comment. example: We should probably include a check for null @@ -69707,7 +69692,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *84 + author_association: *85 _links: type: object properties: @@ -69791,7 +69776,7 @@ paths: enum: - line - file - reactions: *85 + reactions: *86 body_html: type: string example: '"

comment body

"' @@ -69838,7 +69823,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -69857,10 +69842,10 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true - assignee: *18 + assignee: *19 required: - id - node_id @@ -69882,7 +69867,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -69901,10 +69886,10 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true - assignee: *18 + assignee: *19 required: - id - node_id @@ -69926,7 +69911,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -69945,8 +69930,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true state_reason: type: string @@ -70114,8 +70099,8 @@ paths: type: User site_admin: true headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 '410': *291 x-github: githubCloudOnly: false @@ -70135,8 +70120,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -70190,7 +70175,7 @@ paths: added_by: octocat last_used: '2022-01-10T15:53:42Z' headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70261,7 +70246,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/keys/1 schema: type: string - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70295,7 +70280,7 @@ paths: schema: *476 examples: default: *477 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70336,8 +70321,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -70349,8 +70334,8 @@ paths: examples: default: *462 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70421,8 +70406,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/labels/bug schema: type: string - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70454,7 +70439,7 @@ paths: schema: *461 examples: default: *479 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70603,7 +70588,7 @@ paths: - *280 - *281 responses: - '202': *119 + '202': *120 '403': description: |- We will return a 403 with one of the following messages: @@ -70720,8 +70705,8 @@ paths: title: License Simple description: License Simple type: object - properties: *98 - required: *99 + properties: *99 + required: *100 nullable: true required: - _links @@ -70785,7 +70770,7 @@ paths: spdx_id: MIT url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70913,8 +70898,8 @@ paths: description: Not Found when the base or head does not exist '409': description: Conflict when there is a merge conflict - '403': *28 - '422': *15 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70964,8 +70949,8 @@ paths: - asc - desc default: asc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -71017,8 +71002,8 @@ paths: closed_at: '2013-02-12T13:22:01Z' due_on: '2012-10-09T23:39:01Z' headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71118,8 +71103,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/milestones/1 schema: type: string - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71153,7 +71138,7 @@ paths: schema: *481 examples: default: *482 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71233,7 +71218,7 @@ paths: responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71253,8 +71238,8 @@ paths: - *280 - *281 - *483 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -71266,7 +71251,7 @@ paths: examples: default: *462 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71287,10 +71272,10 @@ paths: - *281 - *484 - *485 - - *87 + - *88 - *486 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -71298,11 +71283,11 @@ paths: application/json: schema: type: array - items: *110 + items: *111 examples: default: *487 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -71533,7 +71518,7 @@ paths: - developer.github.com expires_at: '2021-05-22' https_enforced: true - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71612,8 +71597,8 @@ paths: schema: *488 examples: default: *489 - '422': *15 - '409': *206 + '422': *16 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71719,9 +71704,9 @@ paths: responses: '204': description: Response - '422': *15 - '400': *14 - '409': *206 + '422': *16 + '400': *15 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71747,9 +71732,9 @@ paths: responses: '204': description: Response - '422': *15 - '404': *6 - '409': *206 + '422': *16 + '404': *7 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71771,8 +71756,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -71802,8 +71787,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true commit: type: string @@ -71855,7 +71840,7 @@ paths: created_at: '2014-02-10T19:00:49Z' updated_at: '2014-02-10T19:00:51Z' headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72096,9 +72081,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': *14 - '422': *15 - '404': *6 + '400': *15 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72158,7 +72143,7 @@ paths: default: value: status: succeed - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72182,8 +72167,8 @@ paths: - *281 - *492 responses: - '204': *222 - '404': *6 + '204': *223 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72439,7 +72424,7 @@ paths: description: Empty response content: application/json: - schema: *142 + schema: *143 examples: default: value: @@ -72447,7 +72432,7 @@ paths: description: Custom domains are not available for GitHub Pages '422': description: There isn't a CNAME for this page - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72486,7 +72471,7 @@ paths: default: value: enabled: true - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72507,8 +72492,8 @@ paths: - *280 - *281 responses: - '204': *222 - '422': *14 + '204': *223 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72529,8 +72514,8 @@ paths: - *280 - *281 responses: - '204': *222 - '422': *14 + '204': *223 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72563,8 +72548,8 @@ paths: - closed - all default: open - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -72572,7 +72557,7 @@ paths: application/json: schema: type: array - items: *223 + items: *224 examples: default: value: @@ -72608,12 +72593,12 @@ paths: created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' headers: - Link: *38 - '401': *24 - '403': *28 - '404': *6 + Link: *39 + '401': *25 + '403': *29 + '404': *7 '410': *291 - '422': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72659,14 +72644,14 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: default: *290 - '401': *24 - '403': *28 - '404': *6 + '401': *25 + '403': *29 + '404': *7 '410': *291 - '422': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72694,7 +72679,7 @@ paths: application/json: schema: type: array - items: *228 + items: *229 examples: default: value: @@ -72704,8 +72689,8 @@ paths: value: web - property_name: team value: octocat - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72738,7 +72723,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *228 + items: *229 required: - properties examples: @@ -72755,9 +72740,9 @@ paths: '204': description: No Content when custom property values are successfully created or updated - '403': *28 - '404': *6 - '422': *15 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72842,8 +72827,8 @@ paths: enum: - asc - desc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -72855,9 +72840,9 @@ paths: examples: default: *494 headers: - Link: *38 - '304': *36 - '422': *15 + Link: *39 + '304': *37 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73024,7 +73009,7 @@ paths: description: The title of the pull request. example: Amazing new feature type: string - user: *18 + user: *19 body: type: string example: Please pull these awesome changes @@ -73095,16 +73080,16 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true assignees: type: array - items: *18 + items: *19 nullable: true requested_reviewers: type: array - items: *18 + items: *19 nullable: true requested_teams: type: array @@ -73832,8 +73817,8 @@ paths: title: License Simple description: License Simple type: object - properties: *98 - required: *99 + properties: *99 + required: *100 nullable: true pushed_at: type: string @@ -74035,7 +74020,7 @@ paths: - review_comments - review_comment - self - author_association: *84 + author_association: *85 auto_merge: *496 draft: description: Indicates whether or not the pull request is a draft. @@ -74058,8 +74043,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true comments: type: integer @@ -74627,8 +74612,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/1347 schema: type: string - '403': *28 - '422': *15 + '403': *29 + '422': *16 x-github: triggersNotification: true githubCloudOnly: false @@ -74675,9 +74660,9 @@ paths: enum: - asc - desc - - *87 - - *17 - - *19 + - *88 + - *18 + - *20 responses: '200': description: Response @@ -74739,7 +74724,7 @@ paths: original_line: 2 side: RIGHT headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74766,7 +74751,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 responses: '200': description: Response @@ -74825,7 +74810,7 @@ paths: line: 2 original_line: 2 side: RIGHT - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74851,7 +74836,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 requestBody: required: true content: @@ -74893,11 +74878,11 @@ paths: parameters: - *280 - *281 - - *96 + - *97 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74916,7 +74901,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 - 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. @@ -74933,8 +74918,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -74946,8 +74931,8 @@ paths: examples: default: *271 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74967,7 +74952,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 requestBody: required: true content: @@ -75009,7 +74994,7 @@ paths: schema: *269 examples: default: *270 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75031,7 +75016,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 - *272 responses: '204': @@ -75093,10 +75078,10 @@ paths: schema: *499 examples: default: *500 - '304': *36 - '404': *6 - '500': *159 - '503': *80 + '304': *37 + '404': *7 + '500': *160 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75170,8 +75155,8 @@ paths: schema: *499 examples: default: *500 - '422': *15 - '403': *28 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75253,7 +75238,7 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *197 + schema: *198 examples: default: *377 '202': @@ -75261,13 +75246,13 @@ paths: being retried in the background content: application/json: - schema: *197 + schema: *198 examples: default: *377 - '401': *24 - '403': *28 - '404': *6 - '503': *80 + '401': *25 + '403': *29 + '404': *7 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -75296,7 +75281,7 @@ paths: - *280 - *281 - *501 - - *107 + - *108 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -75306,9 +75291,9 @@ paths: enum: - asc - desc - - *87 - - *17 - - *19 + - *88 + - *18 + - *20 responses: '200': description: Response @@ -75320,7 +75305,7 @@ paths: examples: default: *502 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75516,8 +75501,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 schema: type: string - '422': *15 - '403': *28 + '422': *16 + '403': *29 x-github: triggersNotification: true githubCloudOnly: false @@ -75549,7 +75534,7 @@ paths: - *280 - *281 - *501 - - *96 + - *97 requestBody: required: true content: @@ -75629,7 +75614,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 schema: type: string - '404': *6 + '404': *7 x-github: triggersNotification: true githubCloudOnly: false @@ -75661,8 +75646,8 @@ paths: - *280 - *281 - *501 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -75674,7 +75659,7 @@ paths: examples: default: *503 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75706,8 +75691,8 @@ paths: - *280 - *281 - *501 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -75731,10 +75716,10 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" headers: - Link: *38 - '422': *15 - '500': *159 - '503': *80 + Link: *39 + '422': *16 + '500': *160 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75867,9 +75852,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': *15 - '403': *28 - '404': *6 + '422': *16 + '403': *29 + '404': *7 x-github: triggersNotification: true githubCloudOnly: false @@ -75906,10 +75891,10 @@ paths: properties: users: type: array - items: *18 + items: *19 teams: type: array - items: *161 + items: *162 required: - users - teams @@ -75950,7 +75935,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76525,7 +76510,7 @@ paths: draft: false '422': description: Unprocessable Entity if user is not a collaborator - '403': *28 + '403': *29 x-github: triggersNotification: true githubCloudOnly: false @@ -77059,7 +77044,7 @@ paths: author_association: OWNER auto_merge: draft: false - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77087,8 +77072,8 @@ paths: - *280 - *281 - *501 - - *17 - - *19 + - *18 + - *20 responses: '200': description: The list of reviews returns in chronological order. @@ -77112,8 +77097,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true body: description: The text of the review. @@ -77164,7 +77149,7 @@ paths: type: string body_text: type: string - author_association: *84 + author_association: *85 required: - id - node_id @@ -77213,7 +77198,7 @@ paths: commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77371,8 +77356,8 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '422': *7 - '403': *28 + '422': *8 + '403': *29 x-github: triggersNotification: true githubCloudOnly: false @@ -77450,7 +77435,7 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77538,7 +77523,7 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '422': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77574,8 +77559,8 @@ paths: schema: *504 examples: default: *506 - '422': *7 - '404': *6 + '422': *8 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77604,8 +77589,8 @@ paths: - *281 - *501 - *505 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -77658,8 +77643,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true body: type: string @@ -77680,7 +77665,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *84 + author_association: *85 _links: type: object properties: @@ -77695,7 +77680,7 @@ paths: type: string body_html: type: string - reactions: *85 + reactions: *86 side: description: The side of the first line of the range for a multi-line comment. @@ -77800,8 +77785,8 @@ paths: pull_request: href: https://api.github.com/repos/octocat/Hello-World/pulls/1 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77898,8 +77883,8 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '404': *6 - '422': *7 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77965,9 +77950,9 @@ paths: schema: *504 examples: default: *507 - '404': *6 - '422': *7 - '403': *28 + '404': *7 + '422': *8 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78026,8 +78011,8 @@ paths: value: message: Updating pull request branch. url: https://github.com/repos/octocat/Hello-World/pulls/53 - '422': *15 - '403': *28 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -78083,8 +78068,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': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78131,8 +78116,8 @@ paths: schema: *508 examples: default: *509 - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78154,8 +78139,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -78223,7 +78208,7 @@ paths: type: string format: date-time nullable: true - author: *18 + author: *19 assets: type: array items: &511 @@ -78270,8 +78255,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - id @@ -78297,7 +78282,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *85 + reactions: *86 required: - assets_url - upload_url @@ -78387,8 +78372,8 @@ paths: type: User site_admin: false headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78565,8 +78550,8 @@ paths: description: Not Found if the discussion category name is invalid content: application/json: - schema: *2 - '422': *15 + schema: *3 + '422': *16 x-github: triggersNotification: true githubCloudOnly: false @@ -78636,7 +78621,7 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *6 + '404': *7 '302': *405 x-github: githubCloudOnly: false @@ -78793,7 +78778,7 @@ paths: value: name: Release v1.0.0 is now available! body: "##Changes in Release v1.0.0 ... ##Contributors @monalisa" - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78856,7 +78841,7 @@ paths: schema: *510 examples: default: *514 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78987,7 +78972,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 @@ -79028,8 +79013,8 @@ paths: - *280 - *281 - *515 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -79073,7 +79058,7 @@ paths: type: User site_admin: false headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79217,8 +79202,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -79230,8 +79215,8 @@ paths: examples: default: *271 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79291,7 +79276,7 @@ paths: schema: *269 examples: default: *270 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79341,8 +79326,8 @@ paths: - *280 - *281 - *338 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -79458,8 +79443,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 - name: includes_parents description: Include rulesets configured at higher levels that apply to this repository @@ -79475,7 +79460,7 @@ paths: application/json: schema: type: array - items: *240 + items: *241 examples: default: value: @@ -79505,8 +79490,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': *6 - '500': *159 + '404': *7 + '500': *160 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -79541,16 +79526,16 @@ paths: enum: - branch - tag - enforcement: *236 + enforcement: *237 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *237 - conditions: *234 + items: *238 + conditions: *235 rules: type: array description: An array of rules within the ruleset. - items: *239 + items: *240 required: - name - enforcement @@ -79581,7 +79566,7 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: default: &540 value: @@ -79615,8 +79600,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': *6 - '500': *159 + '404': *7 + '500': *160 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -79642,8 +79627,8 @@ paths: - *532 - *533 - *534 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -79652,8 +79637,8 @@ paths: schema: *535 examples: default: *536 - '404': *6 - '500': *159 + '404': *7 + '500': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79683,8 +79668,8 @@ paths: schema: *538 examples: default: *539 - '404': *6 - '500': *159 + '404': *7 + '500': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79727,11 +79712,11 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: default: *540 - '404': *6 - '500': *159 + '404': *7 + '500': *160 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -79772,16 +79757,16 @@ paths: enum: - branch - tag - enforcement: *236 + enforcement: *237 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *237 - conditions: *234 + items: *238 + conditions: *235 rules: description: An array of rules within the ruleset. type: array - items: *239 + items: *240 examples: default: value: @@ -79809,11 +79794,11 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: default: *540 - '404': *6 - '500': *159 + '404': *7 + '500': *160 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -79840,8 +79825,8 @@ paths: responses: '204': description: Response - '404': *6 - '500': *159 + '404': *7 + '500': *160 "/repos/{owner}/{repo}/secret-scanning/alerts": get: summary: List secret scanning alerts for a repository @@ -79860,16 +79845,16 @@ paths: parameters: - *280 - *281 - - *242 - *243 - *244 - *245 - - *66 - - *19 - - *17 + - *246 + - *67 + - *20 + - *18 - *541 - *542 - - *246 + - *247 responses: '200': description: Response @@ -79880,8 +79865,8 @@ paths: items: &545 type: object properties: - number: *70 - created_at: *75 + number: *71 + created_at: *76 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -79889,8 +79874,8 @@ paths: format: date-time readOnly: true nullable: true - url: *73 - html_url: *74 + url: *74 + html_url: *75 locations_url: type: string format: uri @@ -79908,8 +79893,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true resolution_comment: type: string @@ -79935,8 +79920,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true push_protection_bypassed_at: type: string @@ -80027,7 +80012,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *80 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80078,11 +80063,11 @@ paths: push_protection_bypassed_at: resolution_comment: validity: unknown - '304': *36 + '304': *37 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *80 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80179,7 +80164,7 @@ paths: repository, or the resource is not found '422': description: State does not match the resolution or resolution comment - '503': *80 + '503': *81 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -80204,8 +80189,8 @@ paths: - *280 - *281 - *367 - - *19 - - *17 + - *20 + - *18 responses: '200': description: Response @@ -80547,11 +80532,11 @@ paths: details: pull_request_review_comment_url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/12 headers: - Link: *38 + Link: *39 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *80 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80575,7 +80560,7 @@ paths: parameters: - *280 - *281 - - *66 + - *67 - name: sort description: The property to sort the results by. in: query @@ -80587,8 +80572,8 @@ paths: - updated - published default: created - - *64 - *65 + - *66 - 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)." @@ -80621,8 +80606,8 @@ paths: items: *546 examples: default: *547 - '400': *14 - '404': *6 + '400': *15 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80675,7 +80660,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *249 + ecosystem: *1 name: type: string description: The unique package name within its ecosystem. @@ -81011,9 +80996,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': *28 - '404': *6 - '422': *15 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81061,7 +81046,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *249 + ecosystem: *1 name: type: string description: The unique package name within its ecosystem. @@ -81254,9 +81239,9 @@ paths: permission: admin parent: private_fork: - '403': *28 - '404': *6 - '422': *15 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81292,8 +81277,8 @@ paths: schema: *546 examples: default: *549 - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81348,7 +81333,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *249 + ecosystem: *1 name: type: string description: The unique package name within its ecosystem. @@ -81480,13 +81465,13 @@ paths: examples: default: *549 add_credit: *549 - '403': *28 - '404': *6 + '403': *29 + '404': *7 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *117 + schema: *118 examples: invalid_state_transition: value: @@ -81521,11 +81506,11 @@ paths: - *281 - *548 responses: - '202': *119 - '400': *14 - '403': *28 - '404': *6 - '422': *15 + '202': *120 + '400': *15 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81556,10 +81541,10 @@ paths: schema: *293 examples: default: *295 - '400': *14 - '422': *15 - '403': *28 - '404': *6 + '400': *15 + '422': *16 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81583,8 +81568,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -81593,7 +81578,7 @@ paths: schema: anyOf: - type: array - items: *18 + items: *19 - type: array items: title: Stargazer @@ -81607,8 +81592,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - starred_at @@ -81659,8 +81644,8 @@ paths: type: User site_admin: false headers: - Link: *38 - '422': *15 + Link: *39 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81704,8 +81689,8 @@ paths: - - 1302998400 - 1124 - -435 - '202': *119 - '204': *222 + '202': *120 + '204': *223 '422': description: Repository contains more than 10,000 commits x-github: @@ -81774,8 +81759,8 @@ paths: - 0 total: 89 week: 1336280400 - '202': *119 - '204': *222 + '202': *120 + '204': *223 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81819,8 +81804,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true total: type: integer @@ -81875,8 +81860,8 @@ paths: a: 6898 d: 77 c: 10 - '202': *119 - '204': *222 + '202': *120 + '204': *223 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82029,7 +82014,7 @@ paths: - 1 - 10 - 3 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82077,7 +82062,7 @@ paths: - - 0 - 2 - 21 - '204': *222 + '204': *223 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82208,8 +82193,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -82217,11 +82202,11 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 + default: *197 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82294,7 +82279,7 @@ paths: repository_url: https://api.github.com/repos/octocat/example '404': description: Not Found if you don't subscribe to the repository - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82391,8 +82376,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -82446,7 +82431,7 @@ paths: tarball_url: https://github.com/octocat/Hello-World/tarball/v0.1 node_id: MDQ6VXNlcjE= headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82502,8 +82487,8 @@ paths: value: - id: 2 pattern: v1.* - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82550,8 +82535,8 @@ paths: default: value: enabled: true - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82581,8 +82566,8 @@ paths: responses: '204': description: Response - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82642,8 +82627,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -82651,12 +82636,12 @@ paths: application/json: schema: type: array - items: *161 + items: *162 examples: - default: *208 + default: *209 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82675,8 +82660,8 @@ paths: parameters: - *280 - *281 - - *19 - - *17 + - *20 + - *18 responses: '200': description: Response @@ -82701,7 +82686,7 @@ paths: - atom - electron - api - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82752,8 +82737,8 @@ paths: schema: *554 examples: default: *555 - '404': *6 - '422': *7 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82873,7 +82858,7 @@ paths: - timestamp: '2016-10-24T00:00:00Z' count: 7 uniques: 5 - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82964,7 +82949,7 @@ paths: title: hubot/LICENSE.md at master · github/hubot · GitHub count: 281 uniques: 222 - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83023,7 +83008,7 @@ paths: - referrer: yandex.ru count: 1 uniques: 1 - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83119,7 +83104,7 @@ paths: - timestamp: '2016-10-24T00:00:00Z' count: 614 uniques: 237 - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83177,7 +83162,7 @@ paths: description: Response content: application/json: - schema: *131 + schema: *132 examples: default: value: @@ -83624,7 +83609,7 @@ paths: application/json: schema: type: array - items: *131 + items: *132 examples: default: value: @@ -83699,8 +83684,8 @@ paths: example: ; rel="next" schema: type: string - '422': *15 - '304': *36 + '422': *16 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83767,7 +83752,7 @@ paths: default: 30 format: int32 example: 1 - - *39 + - *40 responses: '200': description: Success, either groups were found or not found @@ -83980,7 +83965,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#provision-a-scim-enterprise-group parameters: - - *39 + - *40 requestBody: required: true content: @@ -84098,7 +84083,7 @@ paths: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - *565 - - *39 + - *40 responses: '200': description: Success, a group was found @@ -84110,7 +84095,7 @@ paths: '400': *560 '401': *561 '403': *562 - '404': *6 + '404': *7 '429': *563 '500': *564 x-github: @@ -84135,7 +84120,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - *567 - - *39 + - *40 requestBody: required: true content: @@ -84173,7 +84158,7 @@ paths: '400': *560 '401': *561 '403': *562 - '404': *6 + '404': *7 '409': *569 '429': *563 '500': *564 @@ -84203,7 +84188,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - *567 - - *39 + - *40 requestBody: required: true content: @@ -84275,7 +84260,7 @@ paths: '400': *560 '401': *561 '403': *562 - '404': *6 + '404': *7 '409': *569 '429': *563 '500': *564 @@ -84299,14 +84284,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - *567 - - *39 + - *40 responses: '204': description: Group was deleted, no content '400': *560 '401': *561 '403': *562 - '404': *6 + '404': *7 '429': *563 '500': *564 x-github: @@ -84347,7 +84332,7 @@ paths: value: externalId eq 'E012345' - *570 - *571 - - *39 + - *40 responses: '200': description: Success, either users were found or not found @@ -84577,7 +84562,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#provision-a-scim-enterprise-user parameters: - - *39 + - *40 requestBody: required: true content: @@ -84775,7 +84760,7 @@ paths: required: true schema: type: string - - *39 + - *40 responses: '200': description: Success, a user was found @@ -84787,7 +84772,7 @@ paths: '400': *560 '401': *561 '403': *562 - '404': *6 + '404': *7 '429': *563 '500': *564 x-github: @@ -84814,7 +84799,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - *576 - - *39 + - *40 requestBody: required: true content: @@ -84833,7 +84818,7 @@ paths: '400': *560 '401': *561 '403': *562 - '404': *6 + '404': *7 '409': *569 '429': *563 '500': *564 @@ -84874,7 +84859,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - *576 - - *39 + - *40 requestBody: required: true content: @@ -84927,7 +84912,7 @@ paths: '400': *560 '401': *561 '403': *562 - '404': *6 + '404': *7 '409': *569 '429': *563 '500': *564 @@ -84951,14 +84936,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - *576 - - *39 + - *40 responses: '204': description: User was deleted, no content '400': *560 '401': *561 '403': *562 - '404': *6 + '404': *7 '429': *563 '500': *564 x-github: @@ -84993,7 +84978,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#list-scim-provisioned-identities parameters: - - *114 + - *115 - name: startIndex description: 'Used for pagination: the index of the first result to return.' in: query @@ -85277,7 +85262,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': *36 + '304': *37 '404': &581 description: Resource not found content: @@ -85313,7 +85298,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#provision-and-invite-a-scim-user parameters: - - *114 + - *115 responses: '201': description: Response @@ -85343,7 +85328,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': *36 + '304': *37 '404': *581 '403': *582 '500': *564 @@ -85446,7 +85431,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: - - *114 + - *115 - *576 responses: '200': @@ -85458,7 +85443,7 @@ paths: default: *583 '404': *581 '403': *582 - '304': *36 + '304': *37 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -85479,7 +85464,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - - *114 + - *115 - *576 responses: '200': @@ -85489,7 +85474,7 @@ paths: schema: *580 examples: default: *583 - '304': *36 + '304': *37 '404': *581 '403': *582 requestBody: @@ -85598,7 +85583,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: - - *114 + - *115 - *576 responses: '200': @@ -85608,7 +85593,7 @@ paths: schema: *580 examples: default: *583 - '304': *36 + '304': *37 '404': *581 '403': *582 '400': *560 @@ -85616,7 +85601,7 @@ paths: description: Response content: application/json: - schema: *2 + schema: *3 requestBody: required: true content: @@ -85701,14 +85686,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: - - *114 + - *115 - *576 responses: '204': description: Response '404': *581 '403': *582 - '304': *36 + '304': *37 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -85781,8 +85766,8 @@ paths: - desc - asc default: desc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -85821,7 +85806,7 @@ paths: html_url: type: string format: uri - repository: *131 + repository: *132 score: type: number file_size: @@ -85952,10 +85937,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': *36 - '503': *80 - '422': *15 - '403': *28 + '304': *37 + '503': *81 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86015,8 +86000,8 @@ paths: - desc - asc default: desc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -86105,8 +86090,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true committer: title: Git User @@ -86125,7 +86110,7 @@ paths: type: string sha: type: string - repository: *131 + repository: *132 score: type: number node_id: @@ -86259,7 +86244,7 @@ paths: deployments_url: https://api.github.com/repos/octocat/Spoon-Knife/deployments score: 1 node_id: MDQ6VXNlcjU4MzIzMQ== - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86323,8 +86308,8 @@ paths: - created - updated - *585 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -86381,14 +86366,14 @@ paths: nullable: true assignees: type: array - items: *18 + items: *19 nullable: true user: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true labels: type: array @@ -86420,8 +86405,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true milestone: title: Milestone @@ -86475,10 +86460,10 @@ paths: type: string score: type: number - author_association: *84 + author_association: *85 draft: type: boolean - repository: *56 + repository: *57 body_html: type: string body_text: @@ -86494,10 +86479,10 @@ paths: They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true - reactions: *85 + reactions: *86 required: - assignee - closed_at @@ -86613,10 +86598,10 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *80 - '422': *15 - '304': *36 - '403': *28 + '503': *81 + '422': *16 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86667,8 +86652,8 @@ paths: - created - updated - *585 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -86742,10 +86727,10 @@ paths: default: true description: Something isn't working. score: 1 - '304': *36 - '404': *6 - '403': *28 - '422': *15 + '304': *37 + '404': *7 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86797,8 +86782,8 @@ paths: - help-wanted-issues - updated - *585 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -86834,8 +86819,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true private: type: boolean @@ -87015,8 +87000,8 @@ paths: title: License Simple description: License Simple type: object - properties: *98 - required: *99 + properties: *99 + required: *100 nullable: true permissions: type: object @@ -87237,9 +87222,9 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *80 - '422': *15 - '304': *36 + '503': *81 + '422': *16 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87275,8 +87260,8 @@ paths: required: true schema: type: string - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -87477,7 +87462,7 @@ paths: featured: true curated: true score: 1 - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87530,8 +87515,8 @@ paths: - repositories - joined - *585 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -87688,9 +87673,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': *36 - '503': *80 - '422': *15 + '304': *37 + '503': *81 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87725,7 +87710,7 @@ paths: schema: *261 examples: default: *262 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87822,9 +87807,9 @@ paths: schema: *261 examples: default: *262 - '404': *6 - '422': *15 - '403': *28 + '404': *7 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87852,8 +87837,8 @@ paths: responses: '204': description: Response - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87879,9 +87864,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - *586 - - *66 - - *17 - - *19 + - *67 + - *18 + - *20 responses: '200': description: Response @@ -87893,7 +87878,7 @@ paths: examples: default: *587 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88095,9 +88080,9 @@ paths: parameters: - *586 - *265 - - *66 - - *17 - - *19 + - *67 + - *18 + - *20 responses: '200': description: Response @@ -88109,7 +88094,7 @@ paths: examples: default: *589 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88319,8 +88304,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -88332,7 +88317,7 @@ paths: examples: default: *271 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88437,8 +88422,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -88450,7 +88435,7 @@ paths: examples: default: *271 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88535,8 +88520,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - *586 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -88544,11 +88529,11 @@ paths: application/json: schema: type: array - items: *191 + items: *192 examples: - default: *192 + default: *193 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88583,8 +88568,8 @@ paths: - maintainer - all default: all - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -88592,12 +88577,12 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 + default: *197 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88623,7 +88608,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - *586 - - *153 + - *154 responses: '204': description: if user is a member @@ -88659,7 +88644,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - *586 - - *153 + - *154 responses: '204': description: Response @@ -88669,7 +88654,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': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88698,7 +88683,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - *586 - - *153 + - *154 responses: '204': description: Response @@ -88734,7 +88719,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - *586 - - *153 + - *154 responses: '200': description: Response @@ -88743,7 +88728,7 @@ paths: schema: *277 examples: response-if-user-is-a-team-maintainer: *591 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88774,7 +88759,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - *586 - - *153 + - *154 requestBody: required: false content: @@ -88807,7 +88792,7 @@ paths: '422': description: Unprocessable Entity if you attempt to add an organization to a team - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88834,7 +88819,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - *586 - - *153 + - *154 responses: '204': description: Response @@ -88863,8 +88848,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - *586 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -88876,8 +88861,8 @@ paths: examples: default: *593 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88978,8 +88963,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': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89006,8 +88991,8 @@ paths: responses: '204': description: Response - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89031,8 +89016,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - *586 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -89040,12 +89025,12 @@ paths: application/json: schema: type: array - items: *131 + items: *132 examples: - default: *215 + default: *216 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89256,8 +89241,8 @@ paths: responses: '204': description: Response - '403': *28 - '422': *15 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89318,8 +89303,8 @@ paths: schema: *282 examples: default: *283 - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -89408,8 +89393,8 @@ paths: - group_id: '123' group_name: Octocat admins group_description: The people who configure your octoworld. - '422': *15 - '403': *28 + '422': *16 + '403': *29 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -89433,8 +89418,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - *586 - - *17 - - *19 + - *18 + - *20 responses: '200': description: if child teams exist @@ -89442,14 +89427,14 @@ paths: application/json: schema: type: array - items: *161 + items: *162 examples: response-if-child-teams-exist: *596 headers: - Link: *38 - '404': *6 - '403': *28 - '422': *15 + Link: *39 + '404': *7 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89759,9 +89744,9 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89876,11 +89861,11 @@ paths: space: 400 private_repos: 20 collaborators: 0 - '304': *36 - '404': *6 - '403': *28 - '401': *24 - '422': *15 + '304': *37 + '404': *7 + '403': *29 + '401': *25 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89897,8 +89882,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: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -89906,13 +89891,13 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + default: *197 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89931,7 +89916,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: - - *153 + - *154 responses: '204': description: If the user is blocked @@ -89939,10 +89924,10 @@ paths: description: If the user is not blocked content: application/json: - schema: *2 - '304': *36 - '403': *28 - '401': *24 + schema: *3 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89959,15 +89944,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#block-a-user parameters: - - *153 + - *154 responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '401': *24 - '422': *15 + '304': *37 + '404': *7 + '403': *29 + '401': *25 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89983,14 +89968,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#unblock-a-user parameters: - - *153 + - *154 responses: '204': description: Response - '304': *36 - '403': *28 - '401': *24 - '404': *6 + '304': *37 + '403': *29 + '401': *25 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90010,8 +89995,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#list-codespaces-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 - name: repository_id description: ID of the Repository to filter on in: query @@ -90032,14 +90017,14 @@ paths: type: integer codespaces: type: array - items: *197 + items: *198 examples: - default: *198 - '304': *36 - '500': *159 - '401': *24 - '403': *28 - '404': *6 + default: *199 + '304': *37 + '500': *160 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90173,7 +90158,7 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *197 + schema: *198 examples: default: *377 '202': @@ -90181,13 +90166,13 @@ paths: being retried in the background content: application/json: - schema: *197 + schema: *198 examples: default: *377 - '401': *24 - '403': *28 - '404': *6 - '503': *80 + '401': *25 + '403': *29 + '404': *7 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90210,8 +90195,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#list-secrets-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -90269,7 +90254,7 @@ paths: examples: default: *380 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90337,7 +90322,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: - - *141 + - *142 responses: '200': description: Response @@ -90373,7 +90358,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: - - *141 + - *142 requestBody: required: true content: @@ -90418,14 +90403,14 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *142 + schema: *143 examples: default: value: '204': description: Response after successfully updating a secret - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90446,7 +90431,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: - - *141 + - *142 responses: '204': description: Response @@ -90471,7 +90456,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: - - *141 + - *142 responses: '200': description: Response @@ -90487,13 +90472,13 @@ paths: type: integer repositories: type: array - items: *131 + items: *132 examples: default: *600 - '401': *24 - '403': *28 - '404': *6 - '500': *159 + '401': *25 + '403': *29 + '404': *7 + '500': *160 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90514,7 +90499,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: - - *141 + - *142 requestBody: required: true content: @@ -90543,10 +90528,10 @@ paths: responses: '204': description: No Content when repositories were added to the selected list - '401': *24 - '403': *28 - '404': *6 - '500': *159 + '401': *25 + '403': *29 + '404': *7 + '500': *160 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90568,7 +90553,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: - - *141 + - *142 - name: repository_id in: path required: true @@ -90577,10 +90562,10 @@ paths: responses: '204': description: No Content when repository was added to the selected list - '401': *24 - '403': *28 - '404': *6 - '500': *159 + '401': *25 + '403': *29 + '404': *7 + '500': *160 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90601,7 +90586,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: - - *141 + - *142 - name: repository_id in: path required: true @@ -90610,10 +90595,10 @@ paths: responses: '204': description: No Content when repository was removed from the selected list - '401': *24 - '403': *28 - '404': *6 - '500': *159 + '401': *25 + '403': *29 + '404': *7 + '500': *160 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90633,20 +90618,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: - - *199 + - *200 responses: '200': description: Response content: application/json: - schema: *197 + schema: *198 examples: default: *377 - '304': *36 - '500': *159 - '401': *24 - '403': *28 - '404': *6 + '304': *37 + '500': *160 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90667,7 +90652,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: - - *199 + - *200 requestBody: required: false content: @@ -90697,12 +90682,12 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: *377 - '401': *24 - '403': *28 - '404': *6 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90721,14 +90706,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: - - *199 + - *200 responses: - '202': *119 - '304': *36 - '500': *159 - '401': *24 - '403': *28 - '404': *6 + '202': *120 + '304': *37 + '500': *160 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90750,7 +90735,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: - - *199 + - *200 responses: '202': description: Response @@ -90805,11 +90790,11 @@ paths: sha: fd95a81ca01e48ede9f39c799ecbcef817b8a3b2 id: latest export_url: https://api.github.com/user/codespaces/:name/exports/latest - '500': *159 - '401': *24 - '403': *28 - '404': *6 - '422': *15 + '500': *160 + '401': *25 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90829,7 +90814,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *199 + - *200 - name: export_id in: path required: true @@ -90845,7 +90830,7 @@ paths: schema: *601 examples: default: *602 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90865,7 +90850,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *199 + - *200 responses: '200': description: Response @@ -90884,11 +90869,11 @@ paths: items: *603 examples: default: *604 - '304': *36 - '500': *159 - '401': *24 - '403': *28 - '404': *6 + '304': *37 + '500': *160 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90912,7 +90897,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: - - *199 + - *200 requestBody: required: true content: @@ -90959,8 +90944,8 @@ paths: type: string example: 26a7c758-7299-4a73-b978-5a92a7ae98a0 nullable: true - owner: *18 - billable_owner: *18 + owner: *19 + billable_owner: *19 repository: *293 machine: type: object @@ -91719,10 +91704,10 @@ paths: pulls_url: https://api.github.com/repos/octocat/Hello-World/pulls/1 recent_folders: [] template: - '401': *24 - '403': *28 - '404': *6 - '422': *15 + '401': *25 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false category: codespaces @@ -91741,27 +91726,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: - - *199 + - *200 responses: '200': description: Response content: application/json: - schema: *197 + schema: *198 examples: default: *377 - '304': *36 - '500': *159 - '400': *14 - '401': *24 + '304': *37 + '500': *160 + '400': *15 + '401': *25 '402': description: Payment required content: application/json: - schema: *2 - '403': *28 - '404': *6 - '409': *206 + schema: *3 + '403': *29 + '404': *7 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91781,19 +91766,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: - - *199 + - *200 responses: '200': description: Response content: application/json: - schema: *197 + schema: *198 examples: default: *377 - '500': *159 - '401': *24 - '403': *28 - '404': *6 + '500': *160 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91819,7 +91804,7 @@ paths: application/json: schema: type: array - items: *209 + items: *210 examples: default: &617 value: @@ -91953,11 +91938,11 @@ paths: primary: true verified: true visibility: private - '304': *36 - '404': *6 - '403': *28 - '401': *24 - '422': *15 + '304': *37 + '404': *7 + '403': *29 + '401': *25 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91978,8 +91963,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: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -91996,11 +91981,11 @@ paths: primary: true visibility: public headers: - Link: *38 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92080,11 +92065,11 @@ paths: primary: false verified: false visibility: - '422': *15 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92142,11 +92127,11 @@ paths: responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '401': *24 - '422': *15 + '304': *37 + '404': *7 + '403': *29 + '401': *25 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92163,8 +92148,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-followers-of-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -92172,14 +92157,14 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 + default: *197 headers: - Link: *38 - '304': *36 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92196,8 +92181,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: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -92205,14 +92190,14 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 + default: *197 headers: - Link: *38 - '304': *36 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92229,7 +92214,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: - - *153 + - *154 responses: '204': description: if the person is followed by the authenticated user @@ -92237,10 +92222,10 @@ paths: description: if the person is not followed by the authenticated user content: application/json: - schema: *2 - '304': *36 - '403': *28 - '401': *24 + schema: *3 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92259,14 +92244,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#follow-a-user parameters: - - *153 + - *154 responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92283,14 +92268,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#unfollow-a-user parameters: - - *153 + - *154 responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92310,8 +92295,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: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -92480,11 +92465,11 @@ paths: revoked: false raw_key: string headers: - Link: *38 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92568,11 +92553,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': *15 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92607,10 +92592,10 @@ paths: schema: *606 examples: default: *607 - '404': *6 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92633,11 +92618,11 @@ paths: responses: '204': description: Response - '404': *6 - '422': *15 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '422': *16 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92659,8 +92644,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: - - *17 - - *19 + - *18 + - *20 responses: '200': description: You can find the permissions for the installation under the @@ -92677,7 +92662,7 @@ paths: type: integer installations: type: array - items: *21 + items: *22 examples: default: value: @@ -92772,10 +92757,10 @@ paths: suspended_at: suspended_by: headers: - Link: *38 - '304': *36 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92797,9 +92782,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: - - *22 - - *17 - - *19 + - *23 + - *18 + - *20 responses: '200': description: The access the user has to each repository is included in the @@ -92818,14 +92803,14 @@ paths: type: string repositories: type: array - items: *56 + items: *57 examples: default: *609 headers: - Link: *38 - '404': *6 - '403': *28 - '304': *36 + Link: *39 + '404': *7 + '403': *29 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92843,14 +92828,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: - - *22 - - *126 + - *23 + - *127 responses: '204': description: Response - '403': *28 - '304': *36 - '404': *6 + '403': *29 + '304': *37 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92868,14 +92853,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: - - *22 - - *126 + - *23 + - *127 responses: '204': description: Response - '403': *28 - '304': *36 - '404': *6 + '403': *29 + '304': *37 + '404': *7 '422': description: Returned when the application is installed on `all` repositories in the organization, or if this request would remove the last repository @@ -92903,12 +92888,12 @@ paths: application/json: schema: anyOf: - - *189 + - *190 - type: object properties: {} additionalProperties: false examples: - default: *190 + default: *191 '204': description: Response when there are no restrictions x-github: @@ -92943,14 +92928,14 @@ paths: description: Response content: application/json: - schema: *189 + schema: *190 examples: default: value: limit: collaborators_only origin: user expires_at: '2018-08-17T04:18:39Z' - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93026,7 +93011,7 @@ paths: - closed - all default: open - - *194 + - *195 - name: sort description: What to sort results by. in: query @@ -93038,10 +93023,10 @@ paths: - updated - comments default: created - - *66 - - *87 - - *17 - - *19 + - *67 + - *88 + - *18 + - *20 responses: '200': description: Response @@ -93049,13 +93034,13 @@ paths: application/json: schema: type: array - items: *97 + items: *98 examples: - default: *195 + default: *196 headers: - Link: *38 - '404': *6 - '304': *36 + Link: *39 + '404': *7 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93075,8 +93060,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: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -93130,11 +93115,11 @@ paths: verified: false read_only: false headers: - Link: *38 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93191,11 +93176,11 @@ paths: created_at: '2020-06-11T21:31:57Z' verified: false read_only: false - '422': *15 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93224,10 +93209,10 @@ paths: schema: *610 examples: default: *611 - '404': *6 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93250,10 +93235,10 @@ paths: responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93270,8 +93255,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-subscriptions-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -93336,7 +93321,7 @@ paths: - id - type - login - plan: *101 + plan: *102 required: - billing_cycle - next_billing_date @@ -93380,10 +93365,10 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *38 - '304': *36 - '401': *24 - '404': *6 + Link: *39 + '304': *37 + '401': *25 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93400,8 +93385,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: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -93413,9 +93398,9 @@ paths: examples: default: *613 headers: - Link: *38 - '304': *36 - '401': *24 + Link: *39 + '304': *37 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93442,8 +93427,8 @@ paths: enum: - active - pending - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -93451,7 +93436,7 @@ paths: application/json: schema: type: array - items: *201 + items: *202 examples: default: value: @@ -93528,11 +93513,11 @@ paths: type: User site_admin: false headers: - Link: *38 - '304': *36 - '403': *28 - '401': *24 - '422': *15 + Link: *39 + '304': *37 + '403': *29 + '401': *25 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93553,13 +93538,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: - - *114 + - *115 responses: '200': description: Response content: application/json: - schema: *201 + schema: *202 examples: default: value: @@ -93599,8 +93584,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93617,7 +93602,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: - - *114 + - *115 requestBody: required: true content: @@ -93642,7 +93627,7 @@ paths: description: Response content: application/json: - schema: *201 + schema: *202 examples: default: value: @@ -93682,9 +93667,9 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '403': *28 - '404': *6 - '422': *15 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93701,8 +93686,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-user-migrations parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -93710,7 +93695,7 @@ paths: application/json: schema: type: array - items: *203 + items: *204 examples: default: value: @@ -93863,10 +93848,10 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *38 - '304': *36 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93963,7 +93948,7 @@ paths: description: Response content: application/json: - schema: *203 + schema: *204 examples: default: value: @@ -94115,10 +94100,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': *15 - '304': *36 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94143,7 +94128,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *204 + - *205 - name: exclude in: query required: false @@ -94156,7 +94141,7 @@ paths: description: Response content: application/json: - schema: *203 + schema: *204 examples: default: value: @@ -94309,10 +94294,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': *6 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94350,13 +94335,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *204 + - *205 responses: '302': description: Response - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94376,14 +94361,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *204 + - *205 responses: '204': description: Response - '404': *6 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94405,15 +94390,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *204 + - *205 - *614 responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94430,9 +94415,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *204 - - *17 - - *19 + - *205 + - *18 + - *20 responses: '200': description: Response @@ -94440,12 +94425,12 @@ paths: application/json: schema: type: array - items: *131 + items: *132 examples: - default: *215 + default: *216 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94465,8 +94450,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-organizations-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -94474,14 +94459,14 @@ paths: application/json: schema: type: array - items: *51 + items: *52 examples: default: *615 headers: - Link: *38 - '304': *36 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94519,8 +94504,8 @@ paths: - nuget - container - *616 - - *19 - - *17 + - *20 + - *18 responses: '200': description: Response @@ -94528,7 +94513,7 @@ paths: application/json: schema: type: array - items: *209 + items: *210 examples: default: *617 '400': *618 @@ -94551,14 +94536,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: - - *211 - *212 + - *213 responses: '200': description: Response content: application/json: - schema: *209 + schema: *210 examples: default: &629 value: @@ -94673,14 +94658,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: - - *211 - *212 + - *213 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94704,8 +94689,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: - - *211 - *212 + - *213 - name: token description: package token schema: @@ -94715,9 +94700,9 @@ paths: responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94737,10 +94722,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: - - *211 - *212 - - *19 - - *17 + - *213 + - *20 + - *18 - name: state in: query required: false @@ -94758,7 +94743,7 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: default: value: @@ -94785,9 +94770,9 @@ paths: package_type: container container: tags: [] - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94807,15 +94792,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: - - *211 - *212 - - *214 + - *213 + - *215 responses: '200': description: Response content: application/json: - schema: *213 + schema: *214 examples: default: value: @@ -94851,15 +94836,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: - - *211 - *212 - - *214 + - *213 + - *215 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94883,15 +94868,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: - - *211 - *212 - - *214 + - *213 + - *215 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94941,7 +94926,7 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: default: value: @@ -94976,10 +94961,10 @@ paths: site_admin: false created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' - '304': *36 - '403': *28 - '401': *24 - '422': *7 + '304': *37 + '403': *29 + '401': *25 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95001,8 +94986,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: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -95014,11 +94999,11 @@ paths: examples: default: *619 headers: - Link: *38 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95096,8 +95081,8 @@ paths: enum: - asc - desc - - *17 - - *19 + - *18 + - *20 - 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: @@ -95123,7 +95108,7 @@ paths: application/json: schema: type: array - items: *56 + items: *57 examples: default: &626 summary: Default response @@ -95245,10 +95230,10 @@ paths: forks: 1 open_issues: 1 watchers: 1 - '422': *15 - '304': *36 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95431,12 +95416,12 @@ paths: example: https://api.github.com/repos/octocat/Hello-World schema: type: string - '401': *24 - '304': *36 - '404': *6 - '403': *28 - '422': *15 - '400': *14 + '401': *25 + '304': *37 + '404': *7 + '403': *29 + '422': *16 + '400': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95454,8 +95439,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: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -95467,11 +95452,11 @@ paths: examples: default: *620 headers: - Link: *38 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95488,14 +95473,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *193 + - *194 responses: '204': description: Response - '403': *28 - '409': *206 - '404': *6 - '304': *36 + '403': *29 + '409': *207 + '404': *7 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95511,14 +95496,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *193 + - *194 responses: '204': description: Response - '409': *206 - '304': *36 - '404': *6 - '403': *28 + '409': *207 + '304': *37 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95535,8 +95520,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: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -95564,11 +95549,11 @@ paths: - provider: twitter url: https://twitter.com/github headers: - Link: *38 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95624,11 +95609,11 @@ paths: items: *621 examples: default: *622 - '422': *15 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95677,11 +95662,11 @@ paths: responses: '204': description: Response - '422': *15 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95701,8 +95686,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: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -95743,11 +95728,11 @@ paths: title: ssh-rsa AAAAB3NzaC1yc2EAAB created_at: '2020-07-11T21:31:57Z' headers: - Link: *38 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95805,11 +95790,11 @@ paths: url: https://api.github.com/user/keys/2 title: ssh-rsa AAAAB3NzaC1yc2EAAA created_at: '2020-06-11T21:31:57Z' - '422': *15 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95844,10 +95829,10 @@ paths: schema: *623 examples: default: *624 - '404': *6 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95870,10 +95855,10 @@ paths: responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95908,9 +95893,9 @@ paths: - created - updated default: created - - *66 - - *17 - - *19 + - *67 + - *18 + - *20 responses: '200': description: Response @@ -95918,7 +95903,7 @@ paths: application/json: schema: type: array - items: *56 + items: *57 examples: default-response: *626 application/vnd.github.v3.star+json: @@ -95932,7 +95917,7 @@ paths: starred_at: type: string format: date-time - repo: *56 + repo: *57 required: - starred_at - repo @@ -96060,10 +96045,10 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *38 - '304': *36 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96089,10 +96074,10 @@ paths: description: Not Found if this repository is not starred by you content: application/json: - schema: *2 - '401': *24 - '304': *36 - '403': *28 + schema: *3 + '401': *25 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96114,10 +96099,10 @@ paths: responses: '204': description: Response - '403': *28 - '404': *6 - '401': *24 - '304': *36 + '403': *29 + '404': *7 + '401': *25 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96139,10 +96124,10 @@ paths: responses: '204': description: Response - '404': *6 - '401': *24 - '304': *36 - '403': *28 + '404': *7 + '401': *25 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96159,8 +96144,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: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -96168,14 +96153,14 @@ paths: application/json: schema: type: array - items: *131 + items: *132 examples: - default: *215 + default: *216 headers: - Link: *38 - '304': *36 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96198,8 +96183,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-teams-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -96258,10 +96243,10 @@ paths: updated_at: '2017-08-17T12:37:15Z' type: Organization headers: - Link: *38 - '304': *36 - '404': *6 - '403': *28 + Link: *39 + '304': *37 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96282,7 +96267,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - *627 - - *17 + - *18 responses: '200': description: Response @@ -96290,15 +96275,15 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 + default: *197 headers: Link: example: ; rel="next" schema: type: string - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96320,7 +96305,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user parameters: - - *153 + - *154 responses: '200': description: Response @@ -96406,7 +96391,7 @@ paths: space: 976562499 collaborators: 0 private_repos: 9999 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96426,7 +96411,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: - - *153 + - *154 responses: '200': description: Response @@ -96434,11 +96419,11 @@ paths: application/json: schema: type: array - items: *209 + items: *210 examples: default: *617 - '403': *28 - '401': *24 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96456,9 +96441,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-events-for-the-authenticated-user parameters: - - *153 - - *17 - - *19 + - *154 + - *18 + - *20 responses: '200': description: Response @@ -96466,7 +96451,7 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: default: value: @@ -96534,10 +96519,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: - - *153 - - *114 - - *17 - - *19 + - *154 + - *115 + - *18 + - *20 responses: '200': description: Response @@ -96545,7 +96530,7 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: default: value: @@ -96622,9 +96607,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-user parameters: - - *153 - - *17 - - *19 + - *154 + - *18 + - *20 responses: '200': description: Response @@ -96632,7 +96617,7 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: default: value: @@ -96699,9 +96684,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-followers-of-a-user parameters: - - *153 - - *17 - - *19 + - *154 + - *18 + - *20 responses: '200': description: Response @@ -96709,11 +96694,11 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 + default: *197 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96730,9 +96715,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-the-people-a-user-follows parameters: - - *153 - - *17 - - *19 + - *154 + - *18 + - *20 responses: '200': description: Response @@ -96740,11 +96725,11 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 + default: *197 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96761,7 +96746,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: - - *153 + - *154 - name: target_user in: path required: true @@ -96788,10 +96773,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-a-user parameters: - - *153 - - *87 - - *17 - - *19 + - *154 + - *88 + - *18 + - *20 responses: '200': description: Response @@ -96799,12 +96784,12 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: - default: *89 + default: *90 headers: - Link: *38 - '422': *15 + Link: *39 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96822,9 +96807,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: - - *153 - - *17 - - *19 + - *154 + - *18 + - *20 responses: '200': description: Response @@ -96836,7 +96821,7 @@ paths: examples: default: *628 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96858,7 +96843,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-contextual-information-for-a-user parameters: - - *153 + - *154 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -96909,8 +96894,8 @@ paths: contexts: - message: Owns this repository octicon: repo - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96930,13 +96915,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: - - *153 + - *154 responses: '200': description: Response content: application/json: - schema: *21 + schema: *22 examples: default: *449 x-github: @@ -96956,9 +96941,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#list-public-keys-for-a-user parameters: - - *153 - - *17 - - *19 + - *154 + - *18 + - *20 responses: '200': description: Response @@ -96984,7 +96969,7 @@ paths: - id: 1 key: ssh-rsa AAA... headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97004,9 +96989,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-organizations-for-a-user parameters: - - *153 - - *17 - - *19 + - *154 + - *18 + - *20 responses: '200': description: Response @@ -97014,11 +96999,11 @@ paths: application/json: schema: type: array - items: *51 + items: *52 examples: default: *615 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97056,9 +97041,9 @@ paths: - nuget - container - *616 - - *153 - - *19 - - *17 + - *154 + - *20 + - *18 responses: '200': description: Response @@ -97066,11 +97051,11 @@ paths: application/json: schema: type: array - items: *209 + items: *210 examples: default: *617 - '403': *28 - '401': *24 + '403': *29 + '401': *25 '400': *618 x-github: githubCloudOnly: false @@ -97091,15 +97076,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *211 - *212 - - *153 + - *213 + - *154 responses: '200': description: Response content: application/json: - schema: *209 + schema: *210 examples: default: *629 x-github: @@ -97122,15 +97107,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *211 - *212 - - *153 + - *213 + - *154 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97156,9 +97141,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *211 - *212 - - *153 + - *213 + - *154 - name: token description: package token schema: @@ -97168,9 +97153,9 @@ paths: responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97190,9 +97175,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: - - *211 - *212 - - *153 + - *213 + - *154 responses: '200': description: Response @@ -97200,7 +97185,7 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: default: value: @@ -97236,9 +97221,9 @@ paths: html_url: https://github.com/octocat/octo-name-repo/packages/40201?version=0.1.0 metadata: package_type: rubygems - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97258,16 +97243,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: - - *211 - *212 - - *214 - - *153 + - *213 + - *215 + - *154 responses: '200': description: Response content: application/json: - schema: *213 + schema: *214 examples: default: value: @@ -97302,16 +97287,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *211 - *212 - - *153 - - *214 + - *213 + - *154 + - *215 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97337,16 +97322,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *211 - *212 - - *153 - - *214 + - *213 + - *154 + - *215 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97363,7 +97348,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-user-projects parameters: - - *153 + - *154 - name: state description: Indicates the state of the projects to return. in: query @@ -97375,8 +97360,8 @@ paths: - closed - all default: open - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -97384,7 +97369,7 @@ paths: application/json: schema: type: array - items: *223 + items: *224 examples: default: value: @@ -97420,8 +97405,8 @@ paths: created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' headers: - Link: *38 - '422': *15 + Link: *39 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97440,9 +97425,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: - - *153 - - *17 - - *19 + - *154 + - *18 + - *20 responses: '200': description: Response @@ -97450,7 +97435,7 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: default: value: @@ -97527,9 +97512,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: - - *153 - - *17 - - *19 + - *154 + - *18 + - *20 responses: '200': description: Response @@ -97537,7 +97522,7 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: default: value: @@ -97614,7 +97599,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repositories-for-a-user parameters: - - *153 + - *154 - name: type description: Limit results to repositories of the specified type. in: query @@ -97648,8 +97633,8 @@ paths: enum: - asc - desc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -97657,11 +97642,11 @@ paths: application/json: schema: type: array - items: *131 + items: *132 examples: - default: *215 + default: *216 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97683,7 +97668,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: - - *153 + - *154 responses: '200': description: Response @@ -97713,7 +97698,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: - - *153 + - *154 responses: '200': description: Response @@ -97743,7 +97728,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: - - *153 + - *154 responses: '200': description: Response @@ -97769,9 +97754,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: - - *153 - - *17 - - *19 + - *154 + - *18 + - *20 responses: '200': description: Response @@ -97783,7 +97768,7 @@ paths: examples: default: *622 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97801,9 +97786,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: - - *153 - - *17 - - *19 + - *154 + - *18 + - *20 responses: '200': description: Response @@ -97815,7 +97800,7 @@ paths: examples: default: *630 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97837,11 +97822,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *153 + - *154 - *631 - - *66 - - *17 - - *19 + - *67 + - *18 + - *20 responses: '200': description: Response @@ -97852,11 +97837,11 @@ paths: - type: array items: *632 - type: array - items: *56 + items: *57 examples: default-response: *626 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97873,9 +97858,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *153 - - *17 - - *19 + - *154 + - *18 + - *20 responses: '200': description: Response @@ -97883,11 +97868,11 @@ paths: application/json: schema: type: array - items: *131 + items: *132 examples: - default: *215 + default: *216 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97920,7 +97905,7 @@ paths: - '2021-01-01' - '2021-06-01' - '2022-01-01' - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98175,15 +98160,15 @@ x-webhooks: title: License Simple description: License Simple type: object - properties: *98 - required: *99 + properties: *99 + required: *100 nullable: true organization: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true forks: type: integer @@ -98204,7 +98189,7 @@ x-webhooks: - admin - pull - push - owner: *18 + owner: *19 private: description: Whether the repository is private or public. default: false @@ -99880,8 +99865,8 @@ x-webhooks: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true check_suite: description: A suite of checks performed on the code of a given @@ -99892,7 +99877,7 @@ x-webhooks: example: d6fde92930d4715a2b49857d24b940956b26d2d3 type: string nullable: true - app: *5 + app: *6 before: example: 146e867f55c26428e5f9fade55a9bbf5e95a7912 type: string @@ -99931,7 +99916,7 @@ x-webhooks: pull_requests: type: array items: *349 - repository: *131 + repository: *132 status: example: completed type: string @@ -105740,7 +105725,7 @@ x-webhooks: type: string enum: - created - definition: *224 + definition: *225 enterprise: *633 installation: *634 organization: *635 @@ -105907,7 +105892,7 @@ x-webhooks: type: string enum: - updated - definition: *224 + definition: *225 enterprise: *633 installation: *634 organization: *635 @@ -105995,11 +105980,11 @@ x-webhooks: new_property_values: type: array description: The new custom property values for the repository. - items: *228 + items: *229 old_property_values: type: array description: The old custom property values for the repository. - items: *228 + items: *229 required: - action - repository @@ -116669,7 +116654,7 @@ x-webhooks: enum: - created enterprise: *633 - installation: *21 + installation: *22 organization: *635 repositories: description: An array of repository objects that the installation @@ -116840,7 +116825,7 @@ x-webhooks: enum: - deleted enterprise: *633 - installation: *21 + installation: *22 organization: *635 repositories: description: An array of repository objects that the installation @@ -116945,7 +116930,7 @@ x-webhooks: enum: - new_permissions_accepted enterprise: *633 - installation: *21 + installation: *22 organization: *635 repositories: description: An array of repository objects that the installation @@ -117050,7 +117035,7 @@ x-webhooks: enum: - added enterprise: *633 - installation: *21 + installation: *22 organization: *635 repositories_added: description: An array of repository objects, which were added to @@ -117252,7 +117237,7 @@ x-webhooks: enum: - removed enterprise: *633 - installation: *21 + installation: *22 organization: *635 repositories_added: description: An array of repository objects, which were added to @@ -117460,7 +117445,7 @@ x-webhooks: enum: - suspend enterprise: *633 - installation: *21 + installation: *22 organization: *635 repositories: description: An array of repository objects that the installation @@ -117748,7 +117733,7 @@ x-webhooks: enum: - unsuspend enterprise: *633 - installation: *21 + installation: *22 organization: *635 repositories: description: An array of repository objects that the installation @@ -117899,8 +117884,8 @@ x-webhooks: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true reactions: title: Reactions @@ -119279,8 +119264,8 @@ x-webhooks: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true reactions: title: Reactions @@ -120668,8 +120653,8 @@ x-webhooks: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true reactions: title: Reactions @@ -148981,7 +148966,7 @@ x-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: *18 + owner: *19 permissions_added: type: object description: New requested permissions, categorized by type @@ -149433,10 +149418,10 @@ x-webhooks: config: type: object properties: - content_type: *9 - insecure_ssl: *11 - secret: *10 - url: *8 + content_type: *10 + insecure_ssl: *12 + secret: *11 + url: *9 created_at: type: string format: date-time @@ -152406,8 +152391,8 @@ x-webhooks: type: number node_id: type: string - owner: *18 - creator: *18 + owner: *19 + creator: *19 title: type: string description: @@ -152442,8 +152427,8 @@ x-webhooks: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - id @@ -152860,7 +152845,7 @@ x-webhooks: - Issue - PullRequest - DraftIssue - creator: *18 + creator: *19 created_at: type: string format: date-time @@ -219854,7 +219839,7 @@ x-webhooks: installation: *634 organization: *635 repository: *636 - repository_ruleset: *240 + repository_ruleset: *241 sender: *637 required: - action @@ -219936,7 +219921,7 @@ x-webhooks: installation: *634 organization: *635 repository: *636 - repository_ruleset: *240 + repository_ruleset: *241 sender: *637 required: - action @@ -220018,7 +220003,7 @@ x-webhooks: installation: *634 organization: *635 repository: *636 - repository_ruleset: *240 + repository_ruleset: *241 changes: type: object properties: @@ -220037,16 +220022,16 @@ x-webhooks: properties: added: type: array - items: *234 + items: *235 deleted: type: array - items: *234 + items: *235 updated: type: array items: type: object properties: - condition: *234 + condition: *235 changes: type: object properties: @@ -220079,16 +220064,16 @@ x-webhooks: properties: added: type: array - items: *239 + items: *240 deleted: type: array - items: *239 + items: *240 updated: type: array items: type: object properties: - rule: *239 + rule: *240 changes: type: object properties: @@ -221508,8 +221493,8 @@ x-webhooks: alert: &650 type: object properties: - number: *70 - created_at: *75 + number: *71 + created_at: *76 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -221517,8 +221502,8 @@ x-webhooks: format: date-time readOnly: true nullable: true - url: *73 - html_url: *74 + url: *74 + html_url: *75 locations_url: type: string format: uri @@ -221545,8 +221530,8 @@ x-webhooks: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true resolution_comment: type: string @@ -221571,8 +221556,8 @@ x-webhooks: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true push_protection_bypassed_at: type: string @@ -222788,7 +222773,7 @@ x-webhooks: from: type: object properties: - security_and_analysis: *231 + security_and_analysis: *232 enterprise: *633 installation: *634 organization: *635 diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index c341da9bc5..ffad449bf4 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/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/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 24683b8661..3d66918541 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/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 - - &64 + - &65 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 - - &65 + - &66 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 - - &66 + - &67 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: @@ -599,24 +601,7 @@ paths: type: object nullable: true properties: - ecosystem: &249 - 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 description: The unique package name within its ecosystem. @@ -688,11 +673,11 @@ paths: items: type: object properties: - user: &18 + user: &19 title: Simple User description: A GitHub user. type: object - properties: &3 + properties: &4 name: nullable: true type: string @@ -764,7 +749,7 @@ paths: starred_at: type: string example: '"2020-07-09T00:17:55Z"' - required: &4 + required: &5 - avatar_url - events_url - followers_url @@ -889,7 +874,7 @@ paths: description: Too many requests content: application/json: - schema: &2 + schema: &3 title: Basic Error description: Basic Error type: object @@ -902,11 +887,11 @@ paths: type: string status: type: string - '422': &7 + '422': &8 description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &118 + schema: &119 title: Validation Error Simple description: Validation Error Simple type: object @@ -951,7 +936,7 @@ paths: description: Response content: application/json: - schema: *1 + schema: *2 examples: default: value: @@ -1012,11 +997,11 @@ paths: type: User site_admin: false type: analyst - '404': &6 + '404': &7 description: Resource not found content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -1041,7 +1026,7 @@ paths: description: Response content: application/json: - schema: &5 + schema: &6 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 @@ -1049,7 +1034,7 @@ paths: and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: &82 + properties: &83 id: description: Unique identifier of the GitHub app example: 37 @@ -1065,8 +1050,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true name: description: The name of the GitHub app @@ -1138,7 +1123,7 @@ paths: type: string example: '"-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\n-----END RSA PRIVATE KEY-----\n"' - required: &83 + required: &84 - id - node_id - owner @@ -1151,7 +1136,7 @@ paths: - permissions - events examples: - default: &29 + default: &30 value: id: 1 slug: octoapp @@ -1220,7 +1205,7 @@ paths: application/json: schema: allOf: - - *5 + - *6 - type: object properties: client_id: @@ -1308,8 +1293,8 @@ paths: fgtriltLSSD6rTA9hUAsL/X62rY0wdXuNdijjBb/qvrx7CAV6i37NK1CjABNjsfG ZM372Ac6zc1EqSrid2IjET1YqyIW2KGLI1R2xbQc98UGlt48OdWu -----END RSA PRIVATE KEY----- - '404': *6 - '422': *7 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1333,28 +1318,28 @@ paths: description: Response content: application/json: - schema: &12 + schema: &13 title: Webhook Configuration description: Configuration object of the webhook type: object properties: - url: &8 + url: &9 type: string description: The URL to which the payloads will be delivered. example: https://example.com/webhook format: uri - content_type: &9 + content_type: &10 type: string description: The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`. example: '"json"' - secret: &10 + secret: &11 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). example: '"********"' - insecure_ssl: &11 + insecure_ssl: &12 oneOf: - type: string description: Determines whether the SSL certificate of the host @@ -1366,7 +1351,7 @@ paths: example: '"0"' - type: number examples: - default: &13 + default: &14 value: content_type: json insecure_ssl: '0' @@ -1396,10 +1381,10 @@ paths: schema: type: object properties: - url: *8 - content_type: *9 - secret: *10 - insecure_ssl: *11 + url: *9 + content_type: *10 + secret: *11 + insecure_ssl: *12 examples: default: value: @@ -1412,9 +1397,9 @@ paths: description: Response content: application/json: - schema: *12 + schema: *13 examples: - default: *13 + default: *14 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1434,7 +1419,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/webhooks#list-deliveries-for-an-app-webhook parameters: - - &17 + - &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)." @@ -1442,7 +1427,7 @@ paths: schema: type: integer default: 30 - - &183 + - &184 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 @@ -1463,7 +1448,7 @@ paths: application/json: schema: type: array - items: &184 + items: &185 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1534,7 +1519,7 @@ paths: - installation_id - repository_id examples: - default: &185 + default: &186 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1558,11 +1543,11 @@ paths: action: opened installation_id: 123 repository_id: 456 - '400': &14 + '400': &15 description: Bad Request content: application/json: - schema: *2 + schema: *3 application/scim+json: schema: &558 title: Scim Error @@ -1587,11 +1572,11 @@ paths: type: array items: type: string - '422': &15 + '422': &16 description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &117 + schema: &118 title: Validation Error description: Validation Error type: object @@ -1649,7 +1634,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: - - &16 + - &17 name: delivery_id in: path required: true @@ -1660,7 +1645,7 @@ paths: description: Response content: application/json: - schema: &186 + schema: &187 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1768,7 +1753,7 @@ paths: - request - response examples: - default: &187 + default: &188 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1804,8 +1789,8 @@ paths: headers: Content-Type: text/html;charset=utf-8 payload: ok - '400': *14 - '422': *15 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1825,9 +1810,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: - - *16 + - *17 responses: - '202': &119 + '202': &120 description: Accepted content: application/json: @@ -1836,8 +1821,8 @@ paths: examples: default: value: - '400': *14 - '422': *15 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -1855,8 +1840,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: - - *17 - - &19 + - *18 + - &20 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)." @@ -1885,8 +1870,8 @@ paths: example: MDExOkludGVncmF0aW9uMQ== account: anyOf: - - *18 - - &20 + - *19 + - &21 title: Enterprise description: An enterprise on GitHub. type: object @@ -1941,7 +1926,7 @@ paths: - created_at - updated_at - avatar_url - requester: *18 + requester: *19 created_at: type: string format: date-time @@ -1994,13 +1979,13 @@ paths: type: User site_admin: false created_at: '2022-07-08T16:18:44-04:00' - '304': &36 + '304': &37 description: Not modified - '401': &24 + '401': &25 description: Requires authentication content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -2020,9 +2005,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#list-installations-for-the-authenticated-app parameters: - - *17 - - *19 - - &87 + - *18 + - *20 + - &88 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) @@ -2045,7 +2030,7 @@ paths: application/json: schema: type: array - items: &21 + items: &22 title: Installation description: Installation type: object @@ -2057,8 +2042,8 @@ paths: account: nullable: true anyOf: - - *18 - - *20 + - *19 + - *21 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -2088,7 +2073,7 @@ paths: target_type: type: string example: Organization - permissions: &23 + permissions: &24 title: App Permissions type: object description: The permissions granted to the user access token. @@ -2478,8 +2463,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true suspended_at: type: string @@ -2555,7 +2540,7 @@ paths: suspended_at: suspended_by: headers: - Link: &38 + Link: &39 example: ; rel="next", ; rel="last" schema: @@ -2579,7 +2564,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: - - &22 + - &23 name: installation_id description: The unique identifier of the installation. in: path @@ -2594,7 +2579,7 @@ paths: description: Response content: application/json: - schema: *21 + schema: *22 examples: default: value: @@ -2642,7 +2627,7 @@ paths: app_slug: github-actions suspended_at: suspended_by: - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -2661,11 +2646,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: - - *22 + - *23 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -2708,7 +2693,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: - - *22 + - *23 requestBody: required: false content: @@ -2731,7 +2716,7 @@ paths: type: array items: type: integer - permissions: *23 + permissions: *24 examples: default: value: @@ -2755,7 +2740,7 @@ paths: type: string expires_at: type: string - permissions: *23 + permissions: *24 repository_selection: type: string enum: @@ -2763,11 +2748,11 @@ paths: - selected repositories: type: array - items: &56 + items: &57 title: Repository description: A repository on GitHub. type: object - properties: &229 + properties: &230 id: description: Unique identifier of the repository example: 42 @@ -2786,7 +2771,7 @@ paths: title: License Simple description: License Simple type: object - properties: &98 + properties: &99 key: type: string example: mit @@ -2808,7 +2793,7 @@ paths: html_url: type: string format: uri - required: &99 + required: &100 - key - name - url @@ -2834,7 +2819,7 @@ paths: - admin - pull - push - owner: *18 + owner: *19 private: description: Whether the repository is private or public. default: false @@ -3195,7 +3180,7 @@ paths: type: boolean description: Whether anonymous git access is enabled for this repository - required: &230 + required: &231 - archive_url - assignees_url - blobs_url @@ -3412,14 +3397,14 @@ paths: forks: 1 open_issues: 1 watchers: 1 - '403': &28 + '403': &29 description: Forbidden content: application/json: - schema: *2 - '401': *24 - '404': *6 - '422': *15 + schema: *3 + '401': *25 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -3439,11 +3424,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#suspend-an-app-installation parameters: - - *22 + - *23 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3462,11 +3447,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#unsuspend-an-app-installation parameters: - - *22 + - *23 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3485,7 +3470,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/oauth-applications#delete-an-app-authorization parameters: - - &25 + - &26 name: client_id in: path required: true @@ -3515,7 +3500,7 @@ paths: responses: '204': description: Response - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3537,7 +3522,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/oauth-applications#check-a-token parameters: - - *25 + - *26 requestBody: required: true content: @@ -3559,7 +3544,7 @@ paths: description: Response content: application/json: - schema: &26 + schema: &27 title: Authorization description: The authorization for an OAuth app, GitHub App, or a Personal Access Token. @@ -3618,14 +3603,14 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true installation: title: Scoped Installation type: object properties: - permissions: *23 + permissions: *24 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -3651,7 +3636,7 @@ paths: type: string format: uri example: https://api.github.com/users/octocat/repos - account: *18 + account: *19 required: - permissions - repository_selection @@ -3678,7 +3663,7 @@ paths: - updated_at - expires_at examples: - default: &27 + default: &28 value: id: 1 url: https://api.github.com/authorizations/1 @@ -3717,8 +3702,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3739,7 +3724,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/oauth-applications#reset-a-token parameters: - - *25 + - *26 requestBody: required: true content: @@ -3761,10 +3746,10 @@ paths: description: Response content: application/json: - schema: *26 + schema: *27 examples: - default: *27 - '422': *15 + default: *28 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3784,7 +3769,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/oauth-applications#delete-an-app-token parameters: - - *25 + - *26 requestBody: required: true content: @@ -3805,7 +3790,7 @@ paths: responses: '204': description: Response - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3831,7 +3816,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#create-a-scoped-access-token parameters: - - *25 + - *26 requestBody: required: true content: @@ -3871,7 +3856,7 @@ paths: type: array items: type: integer - permissions: *23 + permissions: *24 required: - access_token examples: @@ -3888,7 +3873,7 @@ paths: description: Response content: application/json: - schema: *26 + schema: *27 examples: default: value: @@ -3956,10 +3941,10 @@ paths: site_admin: false has_multiple_single_files: false single_file_paths: [] - '401': *24 - '403': *28 - '404': *6 - '422': *15 + '401': *25 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3988,11 +3973,11 @@ paths: description: Response content: application/json: - schema: *5 + schema: *6 examples: - default: *29 - '403': *28 - '404': *6 + default: *30 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -4010,7 +3995,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/classroom/classroom#get-an-assignment parameters: - - &30 + - &31 name: assignment_id description: The unique identifier of the classroom assignment. in: path @@ -4105,7 +4090,7 @@ paths: format: date-time example: '2011-01-26T19:06:43Z' nullable: true - starter_code_repository: &31 + starter_code_repository: &32 title: Simple Classroom Repository description: A GitHub repository view for Classroom type: object @@ -4141,7 +4126,7 @@ paths: - node_id - private - default_branch - classroom: &33 + classroom: &34 title: Classroom description: A GitHub Classroom classroom type: object @@ -4252,7 +4237,7 @@ paths: name: Programming Elixir archived: false, url: https://classroom.github.com/classrooms/1-programming-elixir - '404': *6 + '404': *7 x-github: enabledForGitHubApps: true category: classroom @@ -4271,9 +4256,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/classroom/classroom#list-accepted-assignments-for-an-assignment parameters: - - *30 - - *19 - - *17 + - *31 + - *20 + - *18 responses: '200': description: Response @@ -4332,8 +4317,8 @@ paths: - login - avatar_url - html_url - repository: *31 - assignment: &35 + repository: *32 + assignment: &36 title: Simple Classroom Assignment description: A GitHub Classroom assignment type: object @@ -4422,7 +4407,7 @@ paths: format: date-time example: '2011-01-26T19:06:43Z' nullable: true - classroom: &32 + classroom: &33 title: Simple Classroom description: A GitHub Classroom classroom type: object @@ -4534,7 +4519,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/classroom/classroom#get-assignment-grades parameters: - - *30 + - *31 responses: '200': description: Response @@ -4617,7 +4602,7 @@ paths: points_awarded: 15 points_available: 15 group_name: monalisa-and-friends - '404': *6 + '404': *7 x-github: enabledForGitHubApps: true category: classroom @@ -4635,8 +4620,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/classroom/classroom#list-classrooms parameters: - - *19 - - *17 + - *20 + - *18 responses: '200': description: Response @@ -4644,7 +4629,7 @@ paths: application/json: schema: type: array - items: *32 + items: *33 examples: default: value: @@ -4669,7 +4654,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/classroom/classroom#get-a-classroom parameters: - - &34 + - &35 name: classroom_id description: The unique identifier of the classroom. in: path @@ -4681,7 +4666,7 @@ paths: description: Response content: application/json: - schema: *33 + schema: *34 examples: default: value: @@ -4696,7 +4681,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': *6 + '404': *7 x-github: enabledForGitHubApps: true category: classroom @@ -4714,9 +4699,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/classroom/classroom#list-assignments-for-a-classroom parameters: - - *34 - - *19 - - *17 + - *35 + - *20 + - *18 responses: '200': description: Response @@ -4724,7 +4709,7 @@ paths: application/json: schema: type: array - items: *35 + items: *36 examples: default: value: @@ -4772,7 +4757,7 @@ paths: application/json: schema: type: array - items: &37 + items: &38 title: Code Of Conduct description: Code Of Conduct type: object @@ -4855,7 +4840,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': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -4882,7 +4867,7 @@ paths: description: Response content: application/json: - schema: *37 + schema: *38 examples: default: value: @@ -4936,8 +4921,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': *6 - '304': *36 + '404': *7 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -6841,7 +6826,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': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -7203,7 +7188,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: - - &39 + - &40 name: enterprise description: The slug version of the enterprise name. You can also substitute this value with the enterprise id. @@ -7216,7 +7201,7 @@ paths: description: Response content: application/json: - schema: &120 + schema: &121 type: object properties: total_active_caches_count: @@ -7231,12 +7216,12 @@ paths: - total_active_caches_count - total_active_caches_size_in_bytes examples: - default: &121 + default: &122 value: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 headers: - Link: *38 + Link: *39 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -7256,7 +7241,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: - - *39 + - *40 responses: '204': description: Response @@ -7295,7 +7280,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: - - *39 + - *40 responses: '200': description: Response @@ -7304,7 +7289,7 @@ paths: schema: type: object properties: - enabled_organizations: &40 + enabled_organizations: &41 type: string description: The policy that controls the organizations in the enterprise that are allowed to run GitHub Actions. @@ -7317,7 +7302,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: &41 + allowed_actions: &42 type: string description: The permissions policy that controls the actions and reusable workflows that are allowed to run. @@ -7325,7 +7310,7 @@ paths: - all - local_only - selected - selected_actions_url: &124 + selected_actions_url: &125 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` @@ -7356,7 +7341,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: - - *39 + - *40 responses: '204': description: Response @@ -7367,8 +7352,8 @@ paths: schema: type: object properties: - enabled_organizations: *40 - allowed_actions: *41 + enabled_organizations: *41 + allowed_actions: *42 required: - enabled_organizations examples: @@ -7395,9 +7380,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: - - *39 - - *17 - - *19 + - *40 + - *18 + - *20 responses: '200': description: Response @@ -7410,7 +7395,7 @@ paths: type: number organizations: type: array - items: &51 + items: &52 title: Organization Simple description: A GitHub organization. type: object @@ -7472,7 +7457,7 @@ paths: - total_count - organizations examples: - default: &52 + default: &53 value: total_count: 1 organizations: @@ -7506,7 +7491,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: - - *39 + - *40 responses: '204': description: Response @@ -7550,8 +7535,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: - - *39 - - &42 + - *40 + - &43 name: org_id description: The unique identifier of the organization. in: path @@ -7579,8 +7564,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: - - *39 - - *42 + - *40 + - *43 responses: '204': description: Response @@ -7603,13 +7588,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: - - *39 + - *40 responses: '200': description: Response content: application/json: - schema: &43 + schema: &44 type: object properties: github_owned_allowed: @@ -7630,7 +7615,7 @@ paths: items: type: string examples: - default: &44 + default: &45 value: github_owned_allowed: true verified_allowed: false @@ -7655,7 +7640,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: - - *39 + - *40 responses: '204': description: Response @@ -7663,9 +7648,9 @@ paths: required: true content: application/json: - schema: *43 + schema: *44 examples: - selected_actions: *44 + selected_actions: *45 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -7687,23 +7672,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: - - *39 + - *40 responses: '200': description: Success response content: application/json: - schema: &127 + schema: &128 type: object properties: - default_workflow_permissions: &45 + default_workflow_permissions: &46 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &46 + can_approve_pull_request_reviews: &47 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -7711,7 +7696,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &47 + default: &48 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -7736,18 +7721,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: - - *39 + - *40 requestBody: required: true content: application/json: - schema: &128 + schema: &129 type: object properties: - default_workflow_permissions: *45 - can_approve_pull_request_reviews: *46 + default_workflow_permissions: *46 + can_approve_pull_request_reviews: *47 examples: - default: *47 + default: *48 responses: '204': description: Success response @@ -7770,9 +7755,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: - - *39 - - *17 - - *19 + - *40 + - *18 + - *20 - name: visible_to_organization description: Only return runner groups that are allowed to be used by this organization. @@ -7792,7 +7777,7 @@ paths: type: number runner_groups: type: array - items: &48 + items: &49 type: object properties: id: @@ -7894,7 +7879,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: - - *39 + - *40 requestBody: required: true content: @@ -7962,9 +7947,9 @@ paths: description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: &49 + default: &50 value: id: 2 name: octo-runner-group @@ -7996,8 +7981,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: - - *39 - - &50 + - *40 + - &51 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -8009,9 +7994,9 @@ paths: description: Response content: application/json: - schema: *48 + schema: *49 examples: - default: *49 + default: *50 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -8030,8 +8015,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: - - *39 - - *50 + - *40 + - *51 requestBody: required: false content: @@ -8079,7 +8064,7 @@ paths: description: Response content: application/json: - schema: *48 + schema: *49 examples: default: value: @@ -8112,8 +8097,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: - - *39 - - *50 + - *40 + - *51 responses: '204': description: Response @@ -8136,10 +8121,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: - - *39 - - *50 - - *17 - - *19 + - *40 + - *51 + - *18 + - *20 responses: '200': description: Response @@ -8152,12 +8137,12 @@ paths: type: number organizations: type: array - items: *51 + items: *52 required: - total_count - organizations examples: - default: *52 + default: *53 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -8176,8 +8161,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: - - *39 - - *50 + - *40 + - *51 requestBody: required: true content: @@ -8222,9 +8207,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: - - *39 - - *50 - - *42 + - *40 + - *51 + - *43 responses: '204': description: Response @@ -8246,9 +8231,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: - - *39 - - *50 - - *42 + - *40 + - *51 + - *43 responses: '204': description: Response @@ -8271,10 +8256,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: - - *39 - - *50 - - *17 - - *19 + - *40 + - *51 + - *18 + - *20 responses: '200': description: Response @@ -8287,7 +8272,7 @@ paths: type: number runners: type: array - items: &54 + items: &55 title: Self hosted runners description: A self hosted runner type: object @@ -8316,7 +8301,7 @@ paths: type: boolean labels: type: array - items: &58 + items: &59 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -8347,7 +8332,7 @@ paths: - total_count - runners examples: - default: &55 + default: &56 value: total_count: 2 runners: @@ -8385,7 +8370,7 @@ paths: name: no-gpu type: custom headers: - Link: *38 + Link: *39 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -8404,8 +8389,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: - - *39 - - *50 + - *40 + - *51 requestBody: required: true content: @@ -8449,9 +8434,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: - - *39 - - *50 - - &53 + - *40 + - *51 + - &54 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -8479,9 +8464,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: - - *39 - - *50 - - *53 + - *40 + - *51 + - *54 responses: '204': description: Response @@ -8509,9 +8494,9 @@ paths: in: query schema: type: string - - *39 - - *17 - - *19 + - *40 + - *18 + - *20 responses: '200': description: Response @@ -8524,11 +8509,11 @@ paths: type: number runners: type: array - items: *54 + items: *55 examples: - default: *55 + default: *56 headers: - Link: *38 + Link: *39 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -8548,7 +8533,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: - - *39 + - *40 responses: '200': description: Response @@ -8556,7 +8541,7 @@ paths: application/json: schema: type: array - items: &132 + items: &133 title: Runner Application description: Runner Application type: object @@ -8581,7 +8566,7 @@ paths: - download_url - filename examples: - default: &133 + default: &134 value: - os: osx architecture: x64 @@ -8622,7 +8607,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: - - *39 + - *40 requestBody: required: true content: @@ -8665,7 +8650,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &134 + '201': &135 description: Response content: application/json: @@ -8675,7 +8660,7 @@ paths: - runner - encoded_jit_config properties: - runner: *54 + runner: *55 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -8702,8 +8687,8 @@ paths: name: no-gpu type: custom encoded_jit_config: abc123 - '404': *6 - '422': *7 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -8731,13 +8716,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: - - *39 + - *40 responses: '201': description: Response content: application/json: - schema: &57 + schema: &58 title: Authentication Token description: Authentication Token type: object @@ -8759,7 +8744,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *56 + items: *57 single_file: type: string example: config.yaml @@ -8775,7 +8760,7 @@ paths: - token - expires_at examples: - default: &135 + default: &136 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -8807,15 +8792,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: - - *39 + - *40 responses: '201': description: Response content: application/json: - schema: *57 + schema: *58 examples: - default: &136 + default: &137 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -8838,16 +8823,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: - - *39 - - *53 + - *40 + - *54 responses: '200': description: Response content: application/json: - schema: *54 + schema: *55 examples: - default: &137 + default: &138 value: id: 23 name: MBP @@ -8885,8 +8870,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: - - *39 - - *53 + - *40 + - *54 responses: '204': description: Response @@ -8909,10 +8894,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: - - *39 - - *53 + - *40 + - *54 responses: - '200': &59 + '200': &60 description: Response content: application/json: @@ -8926,7 +8911,7 @@ paths: type: integer labels: type: array - items: *58 + items: *59 examples: default: value: @@ -8944,7 +8929,7 @@ paths: - id: 21 name: no-gpu type: custom - '404': *6 + '404': *7 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -8963,8 +8948,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: - - *39 - - *53 + - *40 + - *54 requestBody: required: true content: @@ -8988,9 +8973,9 @@ paths: - gpu - accelerated responses: - '200': *59 - '404': *6 - '422': *7 + '200': *60 + '404': *7 + '422': *8 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -9010,8 +8995,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: - - *39 - - *53 + - *40 + - *54 requestBody: required: true content: @@ -9036,9 +9021,9 @@ paths: - gpu - accelerated responses: - '200': *59 - '404': *6 - '422': *7 + '200': *60 + '404': *7 + '422': *8 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -9058,10 +9043,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: - - *39 - - *53 + - *40 + - *54 responses: - '200': &138 + '200': &139 description: Response content: application/json: @@ -9075,7 +9060,7 @@ paths: type: integer labels: type: array - items: *58 + items: *59 examples: default: value: @@ -9090,8 +9075,8 @@ paths: - id: 20 name: macOS type: read-only - '404': *6 - '422': *7 + '404': *7 + '422': *8 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -9115,9 +9100,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: - - *39 - - *53 - - &139 + - *40 + - *54 + - &140 name: name description: The name of a self-hosted runner's custom label. in: path @@ -9125,9 +9110,9 @@ paths: schema: type: string responses: - '200': *59 - '404': *6 - '422': *7 + '200': *60 + '404': *7 + '422': *8 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -9144,26 +9129,26 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/enterprises#get-announcement-banner-for-enterprise parameters: - - *39 + - *40 responses: '200': description: Response content: application/json: - schema: &63 + schema: &64 title: Announcement Banner description: Announcement at either the repository, organization, or enterprise level type: object properties: - announcement: &60 + announcement: &61 type: string description: The announcement text in GitHub Flavored Markdown. For more information about GitHub Flavored Markdown, see "[Basic 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)." example: Very **important** announcement about _something_. nullable: true - expires_at: &61 + expires_at: &62 type: string format: date-time description: 'The time at which the announcement expires. This @@ -9184,7 +9169,7 @@ paths: - expires_at - user_dismissible examples: - default: &62 + default: &63 summary: Announcement banner value: announcement: Very **important** announcement about _something_. @@ -9208,27 +9193,27 @@ paths: required: true content: application/json: - schema: &146 + schema: &147 title: Enterprise Announcement description: Enterprise global announcement type: object properties: - announcement: *60 - expires_at: *61 + announcement: *61 + expires_at: *62 required: - announcement examples: - default: *62 + default: *63 parameters: - - *39 + - *40 responses: '200': description: Response content: application/json: - schema: *63 + schema: *64 examples: - default: *62 + default: *63 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -9244,7 +9229,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/enterprises#remove-announcement-banner-from-enterprise parameters: - - *39 + - *40 responses: '204': description: Response @@ -9271,7 +9256,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: - - *39 + - *40 - 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). @@ -9279,7 +9264,7 @@ paths: required: false schema: type: string - - &147 + - &148 name: include description: |- The event types to include: @@ -9297,7 +9282,7 @@ paths: - web - git - all - - &148 + - &149 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. @@ -9305,7 +9290,7 @@ paths: required: false schema: type: string - - &149 + - &150 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. @@ -9313,7 +9298,7 @@ paths: required: false schema: type: string - - &150 + - &151 name: order description: |- The order of audit log events. To list newest events first, specify `desc`. To list oldest events first, specify `asc`. @@ -9326,8 +9311,8 @@ paths: enum: - desc - asc - - *19 - - *17 + - *20 + - *18 responses: '200': description: Response @@ -9335,7 +9320,7 @@ paths: application/json: schema: type: array - items: &151 + items: &152 type: object properties: "@timestamp": @@ -9457,7 +9442,7 @@ paths: description: The repository visibility, for example `public` or `private`. examples: - default: &152 + default: &153 value: - "@timestamp": 1606929874512 action: team.add_member @@ -9502,18 +9487,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: - - *39 - - &154 + - *40 + - &155 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: &67 + schema: &68 type: string description: The name of the tool used to generate the code scanning analysis. - - &155 + - &156 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 @@ -9521,22 +9506,22 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &68 + schema: &69 nullable: true type: string description: The GUID of the tool used to generate the code scanning analysis, if provided in the uploaded SARIF data. - - *64 - *65 - - *19 - - *17 - *66 + - *20 + - *18 + - *67 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: &156 + schema: &157 type: string description: State of a code scanning alert. enum: @@ -9561,31 +9546,31 @@ paths: application/json: schema: type: array - items: &157 + items: &158 type: object properties: - number: &70 + number: &71 type: integer description: The security alert number. readOnly: true - created_at: &75 + created_at: &76 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: &76 + updated_at: &77 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: &73 + url: &74 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &74 + html_url: &75 type: string description: The GitHub URL of the alert resource. format: uri @@ -9596,14 +9581,14 @@ paths: for an alert. format: uri readOnly: true - state: &69 + state: &70 type: string description: State of a code scanning alert. enum: - open - dismissed - fixed - fixed_at: &78 + fixed_at: &79 type: string description: 'The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -9614,10 +9599,10 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true - dismissed_at: &77 + dismissed_at: &78 type: string description: 'The time that the alert was dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -9682,13 +9667,13 @@ paths: tool: &364 type: object properties: - name: *67 + name: *68 version: nullable: true type: string description: The version of the tool used to generate the code scanning analysis. - guid: *68 + guid: *69 most_recent_instance: &365 type: object properties: @@ -9714,7 +9699,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: *69 + state: *70 commit_sha: type: string message: @@ -9753,7 +9738,7 @@ paths: - generated - test - library - repository: &79 + repository: &80 title: Simple Repository description: A GitHub repository. type: object @@ -9774,7 +9759,7 @@ paths: type: string example: octocat/Hello-World description: The full, globally unique, name of the repository. - owner: *18 + owner: *19 private: type: boolean description: Whether the repository is private. @@ -10045,7 +10030,7 @@ paths: - most_recent_instance - repository examples: - default: &158 + default: &159 value: - number: 4 created_at: '2020-02-13T12:29:18Z' @@ -10274,9 +10259,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: *38 - '404': *6 - '503': &80 + Link: *39 + '404': *7 + '503': &81 description: Service unavailable content: application/json: @@ -10311,7 +10296,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: - - *39 + - *40 responses: '200': description: Response @@ -10376,7 +10361,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': *6 + '404': *7 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -10397,7 +10382,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: - - *39 + - *40 requestBody: required: false content: @@ -10457,7 +10442,7 @@ paths: '422': description: The action could not be taken due to an in progress enablement, or a policy is preventing enablement - '404': *6 + '404': *7 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -10479,9 +10464,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/license#list-enterprise-consumed-licenses parameters: - - *39 - - *17 - - *19 + - *40 + - *18 + - *20 responses: '200': description: Consumed Licenses Response @@ -10611,7 +10596,7 @@ paths: visual_studio_subscription_email: '' total_user_accounts: 1 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -10636,8 +10621,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - - *39 - - &167 + - *40 + - &168 name: state in: query description: |- @@ -10646,7 +10631,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &168 + - &169 name: severity in: query description: |- @@ -10655,7 +10640,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &169 + - &170 name: ecosystem in: query description: |- @@ -10664,14 +10649,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &170 + - &171 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 - - &171 + - &172 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -10681,7 +10666,7 @@ paths: enum: - development - runtime - - &172 + - &173 name: sort in: query description: |- @@ -10694,10 +10679,10 @@ paths: - created - updated default: created - - *66 - - *64 + - *67 - *65 - - &173 + - *66 + - &174 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -10710,7 +10695,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &174 + - &175 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -10722,7 +10707,7 @@ paths: type: integer minimum: 1 maximum: 100 - - *17 + - *18 responses: '200': description: Response @@ -10730,11 +10715,11 @@ paths: application/json: schema: type: array - items: &175 + items: &176 type: object description: A Dependabot alert. properties: - number: *70 + number: *71 state: type: string description: The state of the Dependabot alert. @@ -10749,7 +10734,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: &71 + package: &72 type: object description: Details for the vulnerable package. readOnly: true @@ -10810,13 +10795,13 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &72 + items: &73 type: object description: Details pertaining to one vulnerable version range for the advisory. readOnly: true properties: - package: *71 + package: *72 severity: type: string description: The severity of the vulnerability. @@ -10980,18 +10965,18 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *72 - url: *73 - html_url: *74 - created_at: *75 - updated_at: *76 - dismissed_at: *77 + security_vulnerability: *73 + url: *74 + html_url: *75 + created_at: *76 + updated_at: *77 + dismissed_at: *78 dismissed_by: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true dismissed_reason: type: string @@ -11009,7 +10994,7 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *78 + fixed_at: *79 auto_dismissed_at: &408 type: string description: 'The time that the alert was auto-dismissed in @@ -11017,7 +11002,7 @@ paths: format: date-time readOnly: true nullable: true - repository: *79 + repository: *80 required: - number - state @@ -11036,7 +11021,7 @@ paths: - repository additionalProperties: false examples: - default: &176 + default: &177 value: - number: 2 state: dismissed @@ -11337,10 +11322,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': *36 - '403': *28 - '404': *6 - '422': *7 + '304': *37 + '403': *29 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -11363,7 +11348,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/license#get-a-license-sync-status parameters: - - *39 + - *40 responses: '200': description: License Sync Status Response @@ -11427,8 +11412,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: - - *39 - - &242 + - *40 + - &243 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -11439,7 +11424,7 @@ paths: enum: - open - resolved - - &243 + - &244 name: secret_type in: query description: |- @@ -11449,7 +11434,7 @@ paths: required: false schema: type: string - - &244 + - &245 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -11458,7 +11443,7 @@ paths: required: false schema: type: string - - &245 + - &246 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. @@ -11470,11 +11455,11 @@ paths: - created - updated default: created - - *66 - - *17 - - *64 + - *67 + - *18 - *65 - - &246 + - *66 + - &247 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -11490,11 +11475,11 @@ paths: application/json: schema: type: array - items: &247 + items: &248 type: object properties: - number: *70 - created_at: *75 + number: *71 + created_at: *76 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -11502,8 +11487,8 @@ paths: format: date-time readOnly: true nullable: true - url: *73 - html_url: *74 + url: *74 + html_url: *75 locations_url: type: string format: uri @@ -11536,8 +11521,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true secret_type: type: string @@ -11550,7 +11535,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *79 + repository: *80 push_protection_bypassed: type: boolean description: Whether push protection was bypassed for the detected @@ -11560,8 +11545,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true push_protection_bypassed_at: type: string @@ -11582,7 +11567,7 @@ paths: - inactive - unknown examples: - default: &248 + default: &249 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -11785,9 +11770,9 @@ paths: resolution_comment: validity: unknown headers: - Link: *38 - '404': *6 - '503': *80 + Link: *39 + '404': *7 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -11809,7 +11794,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: - - *39 + - *40 responses: '200': description: Response @@ -11915,9 +11900,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: - - *39 - - *17 - - *19 + - *40 + - *18 + - *20 responses: '200': description: Success @@ -12021,7 +12006,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: - - *39 + - *40 responses: '200': description: Response @@ -12071,7 +12056,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: - - *39 + - *40 responses: '200': description: Response @@ -12121,7 +12106,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: - - *39 + - *40 - name: security_product in: path description: The security feature to enable or disable. @@ -12153,7 +12138,7 @@ paths: '422': description: The action could not be taken due to an in progress enablement, or a policy is preventing enablement - '404': *6 + '404': *7 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -12172,8 +12157,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -12181,7 +12166,7 @@ paths: application/json: schema: type: array - items: &109 + items: &110 title: Event description: Event type: object @@ -12191,7 +12176,7 @@ paths: type: type: string nullable: true - actor: &81 + actor: &82 title: Actor description: Actor type: object @@ -12231,13 +12216,13 @@ paths: - id - name - url - org: *81 + org: *82 payload: type: object properties: action: type: string - issue: &97 + issue: &98 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. @@ -12301,8 +12286,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true labels: description: Labels to associate with this issue; pass @@ -12341,12 +12326,12 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true assignees: type: array - items: *18 + items: *19 nullable: true milestone: title: Milestone @@ -12396,8 +12381,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true open_issues: type: integer @@ -12492,8 +12477,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true body_html: type: string @@ -12502,7 +12487,7 @@ paths: timeline_url: type: string format: uri - repository: *56 + repository: *57 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -12511,10 +12496,10 @@ paths: They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true - author_association: &84 + author_association: &85 title: author_association type: string example: OWNER @@ -12528,7 +12513,7 @@ paths: - MEMBER - NONE - OWNER - reactions: &85 + reactions: &86 title: Reaction Rollup type: object properties: @@ -12620,8 +12605,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true created_at: type: string @@ -12634,7 +12619,7 @@ paths: issue_url: type: string format: uri - author_association: *84 + author_association: *85 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -12643,10 +12628,10 @@ paths: They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true - reactions: *85 + reactions: *86 required: - id - node_id @@ -12739,9 +12724,9 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300 public: true created_at: '2022-06-07T07:50:26Z' - '304': *36 - '403': *28 - '503': *80 + '304': *37 + '403': *29 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -12821,7 +12806,7 @@ paths: _links: type: object properties: - timeline: &86 + timeline: &87 title: Link With Type description: Hypermedia Link with Type type: object @@ -12833,17 +12818,17 @@ paths: required: - href - type - user: *86 - security_advisories: *86 - current_user: *86 - current_user_public: *86 - current_user_actor: *86 - current_user_organization: *86 + user: *87 + security_advisories: *87 + current_user: *87 + current_user_public: *87 + current_user_actor: *87 + current_user_organization: *87 current_user_organizations: type: array - items: *86 - repository_discussions: *86 - repository_discussions_category: *86 + items: *87 + repository_discussions: *87 + repository_discussions_category: *87 required: - timeline - user @@ -12905,9 +12890,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *87 - - *17 - - *19 + - *88 + - *18 + - *20 responses: '200': description: Response @@ -12915,7 +12900,7 @@ paths: application/json: schema: type: array - items: &88 + items: &89 title: Base Gist description: Base Gist type: object @@ -12974,13 +12959,13 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true comments_url: type: string format: uri - owner: *18 + owner: *19 truncated: type: boolean forks: @@ -13007,7 +12992,7 @@ paths: - created_at - updated_at examples: - default: &89 + default: &90 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -13052,9 +13037,9 @@ paths: site_admin: false truncated: false headers: - Link: *38 - '304': *36 - '403': *28 + Link: *39 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13127,7 +13112,7 @@ paths: description: Response content: application/json: - schema: &90 + schema: &91 title: Gist Simple description: Gist Simple type: object @@ -13320,8 +13305,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true version: type: string @@ -13400,8 +13385,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true comments_url: type: string @@ -13410,8 +13395,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true truncated: type: boolean @@ -13490,11 +13475,11 @@ paths: nullable: true comments_url: type: string - owner: *18 + owner: *19 truncated: type: boolean examples: - default: &91 + default: &92 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -13573,10 +13558,10 @@ paths: example: https://api.github.com/gists/aa5a315d61ae9438b18d schema: type: string - '422': *15 - '304': *36 - '404': *6 - '403': *28 + '422': *16 + '304': *37 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13596,9 +13581,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-public-gists parameters: - - *87 - - *17 - - *19 + - *88 + - *18 + - *20 responses: '200': description: Response @@ -13606,14 +13591,14 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: - default: *89 + default: *90 headers: - Link: *38 - '422': *15 - '304': *36 - '403': *28 + Link: *39 + '422': *16 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13630,9 +13615,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-starred-gists parameters: - - *87 - - *17 - - *19 + - *88 + - *18 + - *20 responses: '200': description: Response @@ -13640,14 +13625,14 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: - default: *89 + default: *90 headers: - Link: *38 - '401': *24 - '304': *36 - '403': *28 + Link: *39 + '401': *25 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13670,7 +13655,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist parameters: - - &92 + - &93 name: gist_id description: The unique identifier of the gist. in: path @@ -13682,10 +13667,10 @@ paths: description: Response content: application/json: - schema: *90 + schema: *91 examples: - default: *91 - '403': &95 + default: *92 + '403': &96 description: Forbidden Gist content: application/json: @@ -13706,8 +13691,8 @@ paths: type: string documentation_url: type: string - '404': *6 - '304': *36 + '404': *7 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13733,7 +13718,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#update-a-gist parameters: - - *92 + - *93 requestBody: required: true content: @@ -13793,9 +13778,9 @@ paths: description: Response content: application/json: - schema: *90 + schema: *91 examples: - updateGist: *91 + updateGist: *92 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -13936,8 +13921,8 @@ paths: deletions: 0 url: https://api.github.com/gists/8481a81af6b7a2d418f2/468aac8caed5f0c3b859b8286968 truncated: false - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13953,13 +13938,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#delete-a-gist parameters: - - *92 + - *93 responses: '204': description: Response - '404': *6 - '304': *36 - '403': *28 + '404': *7 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13982,9 +13967,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#list-gist-comments parameters: - - *92 - - *17 - - *19 + - *93 + - *18 + - *20 responses: '200': description: Response @@ -13992,7 +13977,7 @@ paths: application/json: schema: type: array - items: &93 + items: &94 title: Gist Comment description: A comment made to a gist. type: object @@ -14016,8 +14001,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true created_at: type: string @@ -14027,7 +14012,7 @@ paths: type: string format: date-time example: '2011-04-18T23:23:56Z' - author_association: *84 + author_association: *85 required: - url - id @@ -14067,10 +14052,10 @@ paths: updated_at: '2011-04-18T23:23:56Z' author_association: COLLABORATOR headers: - Link: *38 - '304': *36 - '404': *6 - '403': *28 + Link: *39 + '304': *37 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14092,7 +14077,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#create-a-gist-comment parameters: - - *92 + - *93 requestBody: required: true content: @@ -14117,9 +14102,9 @@ paths: description: Response content: application/json: - schema: *93 + schema: *94 examples: - default: &94 + default: &95 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -14152,9 +14137,9 @@ paths: example: https://api.github.com/gists/a6db0bec360bb87e9418/comments/1 schema: type: string - '304': *36 - '404': *6 - '403': *28 + '304': *37 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14177,8 +14162,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#get-a-gist-comment parameters: - - *92 - - &96 + - *93 + - &97 name: comment_id description: The unique identifier of the comment. in: path @@ -14190,12 +14175,12 @@ paths: description: Response content: application/json: - schema: *93 + schema: *94 examples: - default: *94 - '304': *36 - '404': *6 - '403': *95 + default: *95 + '304': *37 + '404': *7 + '403': *96 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14217,8 +14202,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#update-a-gist-comment parameters: - - *92 - - *96 + - *93 + - *97 requestBody: required: true content: @@ -14243,10 +14228,10 @@ paths: description: Response content: application/json: - schema: *93 + schema: *94 examples: - default: *94 - '404': *6 + default: *95 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14262,14 +14247,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#delete-a-gist-comment parameters: - - *92 - - *96 + - *93 + - *97 responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 + '304': *37 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14286,9 +14271,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-commits parameters: - - *92 - - *17 - - *19 + - *93 + - *18 + - *20 responses: '200': description: Response @@ -14312,8 +14297,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true change_status: type: object @@ -14368,9 +14353,9 @@ paths: example: ; rel="next" schema: type: string - '404': *6 - '304': *36 - '403': *28 + '404': *7 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14387,9 +14372,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-forks parameters: - - *92 - - *17 - - *19 + - *93 + - *18 + - *20 responses: '200': description: Response @@ -14397,7 +14382,7 @@ paths: application/json: schema: type: array - items: *90 + items: *91 examples: default: value: @@ -14443,10 +14428,10 @@ paths: type: User site_admin: false headers: - Link: *38 - '404': *6 - '304': *36 - '403': *28 + Link: *39 + '404': *7 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14462,13 +14447,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#fork-a-gist parameters: - - *92 + - *93 responses: '201': description: Response content: application/json: - schema: *88 + schema: *89 examples: default: value: @@ -14519,10 +14504,10 @@ paths: example: https://api.github.com/gists/aa5a315d61ae9438b18d schema: type: string - '404': *6 - '422': *15 - '304': *36 - '403': *28 + '404': *7 + '422': *16 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14539,7 +14524,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#check-if-a-gist-is-starred parameters: - - *92 + - *93 responses: '204': description: Response if gist is starred @@ -14551,8 +14536,8 @@ paths: type: object properties: {} additionalProperties: false - '304': *36 - '403': *28 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14569,13 +14554,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#star-a-gist parameters: - - *92 + - *93 responses: '204': description: Response - '404': *6 - '304': *36 - '403': *28 + '404': *7 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14591,13 +14576,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#unstar-a-gist parameters: - - *92 + - *93 responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 + '304': *37 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14620,7 +14605,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist-revision parameters: - - *92 + - *93 - name: sha in: path required: true @@ -14631,12 +14616,12 @@ paths: description: Response content: application/json: - schema: *90 + schema: *91 examples: - default: *91 - '422': *15 - '404': *6 - '403': *28 + default: *92 + '422': *16 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14673,7 +14658,7 @@ paths: - Bancha - C - C++ - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14758,7 +14743,7 @@ paths: *.exe *.out *.app - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14775,8 +14760,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: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -14792,7 +14777,7 @@ paths: type: integer repositories: type: array - items: *56 + items: *57 repository_selection: type: string example: selected @@ -14915,10 +14900,10 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *38 - '403': *28 - '304': *36 - '401': *24 + Link: *39 + '403': *29 + '304': *37 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15001,7 +14986,7 @@ paths: - closed - all default: open - - &194 + - &195 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -15019,8 +15004,8 @@ paths: - updated - comments default: created - - *66 - - *87 + - *67 + - *88 - name: collab in: query required: false @@ -15041,8 +15026,8 @@ paths: required: false schema: type: boolean - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -15050,9 +15035,9 @@ paths: application/json: schema: type: array - items: *97 + items: *98 examples: - default: &195 + default: &196 value: - id: 1 node_id: MDU6SXNzdWUx @@ -15297,10 +15282,10 @@ paths: watchers: 1 author_association: COLLABORATOR headers: - Link: *38 - '422': *15 - '304': *36 - '404': *6 + Link: *39 + '422': *16 + '304': *37 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -15323,8 +15308,8 @@ paths: required: false schema: type: boolean - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -15336,8 +15321,8 @@ paths: title: License Simple description: License Simple type: object - properties: *98 - required: *99 + properties: *99 + required: *100 examples: default: value: @@ -15376,7 +15361,7 @@ paths: spdx_id: GPL-3.0 url: https://api.github.com/licenses/gpl-3.0 node_id: MDc6TGljZW5zZW1pdA== - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15559,9 +15544,9 @@ paths: OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. featured: true - '403': *28 - '404': *6 - '304': *36 + '403': *29 + '404': *7 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15621,7 +15606,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &100 + X-CommonMarker-Version: &101 example: 0.17.4 schema: type: string @@ -15633,7 +15618,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15676,7 +15661,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *100 + X-CommonMarker-Version: *101 content: text/html: schema: @@ -15685,7 +15670,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15705,7 +15690,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: - - &103 + - &104 name: account_id description: account_id parameter in: path @@ -15717,7 +15702,7 @@ paths: description: Response content: application/json: - schema: &102 + schema: &103 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -15747,7 +15732,7 @@ paths: nullable: true id: type: integer - plan: &101 + plan: &102 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -15836,7 +15821,7 @@ paths: nullable: true updated_at: type: string - plan: *101 + plan: *102 required: - url - id @@ -15844,7 +15829,7 @@ paths: - login - marketplace_purchase examples: - default: &104 + default: &105 value: url: https://api.github.com/orgs/github type: Organization @@ -15899,8 +15884,8 @@ paths: description: Not Found when the account has not purchased the listing content: application/json: - schema: *2 - '401': *24 + schema: *3 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -15920,8 +15905,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-plans parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -15929,9 +15914,9 @@ paths: application/json: schema: type: array - items: *101 + items: *102 examples: - default: &105 + default: &106 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -15949,9 +15934,9 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *38 - '404': *6 - '401': *24 + Link: *39 + '404': *7 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -15971,14 +15956,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &106 + - &107 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &107 + - &108 name: sort description: The property to sort the results by. in: query @@ -15999,8 +15984,8 @@ paths: enum: - asc - desc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -16008,9 +15993,9 @@ paths: application/json: schema: type: array - items: *102 + items: *103 examples: - default: &108 + default: &109 value: - url: https://api.github.com/orgs/github type: Organization @@ -16061,10 +16046,10 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *38 - '404': *6 - '422': *15 - '401': *24 + Link: *39 + '404': *7 + '422': *16 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16084,18 +16069,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: - - *103 + - *104 responses: '200': description: Response content: application/json: - schema: *102 + schema: *103 examples: - default: *104 + default: *105 '404': description: Not Found when the account has not purchased the listing - '401': *24 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16115,8 +16100,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-plans-stubbed parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -16124,12 +16109,12 @@ paths: application/json: schema: type: array - items: *101 + items: *102 examples: - default: *105 + default: *106 headers: - Link: *38 - '401': *24 + Link: *39 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16149,8 +16134,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *106 - *107 + - *108 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -16161,8 +16146,8 @@ paths: enum: - asc - desc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -16170,12 +16155,12 @@ paths: application/json: schema: type: array - items: *102 + items: *103 examples: - default: *108 + default: *109 headers: - Link: *38 - '401': *24 + Link: *39 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16366,7 +16351,7 @@ paths: - "*.example.com" packages: - "*.example.com" - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16398,8 +16383,8 @@ paths: required: true schema: type: string - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -16407,7 +16392,7 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: default: value: @@ -16458,14 +16443,14 @@ paths: action: started public: true created_at: '2022-06-08T23:29:25Z' - '404': *6 - '403': *28 - '304': *36 + '404': *7 + '403': *29 + '304': *37 '301': &294 description: Moved permanently content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16500,7 +16485,7 @@ paths: schema: type: boolean default: false - - *87 + - *88 - &486 name: before description: 'Only show notifications updated before the given time. This @@ -16511,7 +16496,7 @@ paths: schema: type: string format: date-time - - *19 + - *20 - 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)." @@ -16526,18 +16511,18 @@ paths: application/json: schema: type: array - items: &110 + items: &111 title: Thread description: Thread type: object properties: id: type: string - repository: &131 + repository: &132 title: Minimal Repository description: Minimal Repository type: object - properties: &178 + properties: &179 id: type: integer example: 1296269 @@ -16550,7 +16535,7 @@ paths: full_name: type: string example: octocat/Hello-World - owner: *18 + owner: *19 private: type: boolean html_url: @@ -16783,7 +16768,7 @@ paths: type: integer network_count: type: integer - code_of_conduct: *37 + code_of_conduct: *38 license: type: object properties: @@ -16812,7 +16797,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &231 + security_and_analysis: &232 nullable: true type: object properties: @@ -16860,7 +16845,7 @@ paths: enum: - enabled - disabled - required: &179 + required: &180 - archive_url - assignees_url - blobs_url @@ -17030,11 +17015,11 @@ paths: url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription headers: - Link: *38 - '304': *36 - '403': *28 - '401': *24 - '422': *15 + Link: *39 + '304': *37 + '403': *29 + '401': *25 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17095,9 +17080,9 @@ paths: Notifications are being marked as read in the background. '205': description: Reset Content - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17114,7 +17099,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread parameters: - - &111 + - &112 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 @@ -17128,7 +17113,7 @@ paths: description: Response content: application/json: - schema: *110 + schema: *111 examples: default: value: @@ -17211,9 +17196,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': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17231,12 +17216,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-read parameters: - - *111 + - *112 responses: '205': description: Reset Content - '304': *36 - '403': *28 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17254,7 +17239,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-done parameters: - - *111 + - *112 responses: '204': description: No content @@ -17277,13 +17262,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: - - *111 + - *112 responses: '200': description: Response content: application/json: - schema: &112 + schema: &113 title: Thread Subscription description: Thread Subscription type: object @@ -17320,7 +17305,7 @@ paths: - url - subscribed examples: - default: &113 + default: &114 value: subscribed: true ignored: false @@ -17328,9 +17313,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': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17351,7 +17336,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#set-a-thread-subscription parameters: - - *111 + - *112 requestBody: required: false content: @@ -17372,12 +17357,12 @@ paths: description: Response content: application/json: - schema: *112 + schema: *113 examples: - default: *113 - '304': *36 - '403': *28 - '401': *24 + default: *114 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17397,13 +17382,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#delete-a-thread-subscription parameters: - - *111 + - *112 responses: '204': description: Response - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17483,7 +17468,7 @@ paths: required: false schema: type: integer - - *17 + - *18 responses: '200': description: Response @@ -17491,7 +17476,7 @@ paths: application/json: schema: type: array - items: *51 + items: *52 examples: default: &615 value: @@ -17512,7 +17497,7 @@ paths: example: ; rel="next" schema: type: string - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17557,7 +17542,7 @@ paths: type: integer custom_roles: type: array - items: &162 + items: &163 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -17589,7 +17574,7 @@ paths: type: array items: type: string - organization: *18 + organization: *19 created_at: type: string format: date-time @@ -17605,7 +17590,7 @@ paths: - created_at - updated_at examples: - default: &163 + default: &164 value: id: 8030 name: Security Engineer @@ -17657,7 +17642,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#get-an-organization parameters: - - &114 + - &115 name: org description: The organization name. The name is not case sensitive. in: path @@ -17669,7 +17654,7 @@ paths: description: Response content: application/json: - schema: &115 + schema: &116 title: Organization Full description: Organization Full type: object @@ -17942,7 +17927,7 @@ paths: - updated_at - archived_at examples: - default-response: &116 + default-response: &117 value: login: github id: 1 @@ -18007,7 +17992,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': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18030,7 +18015,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#update-an-organization parameters: - - *114 + - *115 requestBody: required: false content: @@ -18228,22 +18213,22 @@ paths: description: Response content: application/json: - schema: *115 + schema: *116 examples: - default: *116 + default: *117 '422': description: Validation failed content: application/json: schema: oneOf: - - *117 - *118 - '409': &206 + - *119 + '409': &207 description: Conflict content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18266,11 +18251,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#delete-an-organization parameters: - - *114 + - *115 responses: - '202': *119 - '404': *6 - '403': *28 + '202': *120 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18291,17 +18276,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: - - *114 + - *115 responses: '200': description: Response content: application/json: - schema: *120 + schema: *121 examples: - default: *121 + default: *122 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18322,9 +18307,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: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 responses: '200': description: Response @@ -18375,7 +18360,7 @@ paths: active_caches_size_in_bytes: 1022142 active_caches_count: 2 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18395,13 +18380,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: - - *114 + - *115 responses: '200': description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &122 + schema: &123 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -18415,7 +18400,7 @@ paths: required: - include_claim_keys examples: - default: &123 + default: &124 value: include_claim_keys: - repo @@ -18437,20 +18422,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: - - *114 + - *115 requestBody: required: true content: application/json: - schema: *122 + schema: *123 examples: - default: *123 + default: *124 responses: '201': description: Empty response content: application/json: - schema: &142 + schema: &143 title: Empty Object description: An object without any properties. type: object @@ -18459,8 +18444,8 @@ paths: examples: default: value: - '404': *6 - '403': *28 + '404': *7 + '403': *29 x-github: enabledForGitHubApps: true previews: [] @@ -18480,7 +18465,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: - - *114 + - *115 responses: '200': description: Response @@ -18489,7 +18474,7 @@ paths: schema: type: object properties: - enabled_repositories: &125 + enabled_repositories: &126 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -18502,8 +18487,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: *41 - selected_actions_url: *124 + allowed_actions: *42 + selected_actions_url: *125 required: - enabled_repositories examples: @@ -18532,7 +18517,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: - - *114 + - *115 responses: '204': description: Response @@ -18543,8 +18528,8 @@ paths: schema: type: object properties: - enabled_repositories: *125 - allowed_actions: *41 + enabled_repositories: *126 + allowed_actions: *42 required: - enabled_repositories examples: @@ -18571,9 +18556,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: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 responses: '200': description: Response @@ -18589,7 +18574,7 @@ paths: type: number repositories: type: array - items: *56 + items: *57 examples: default: &609 value: @@ -18731,7 +18716,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: - - *114 + - *115 responses: '204': description: Response @@ -18775,8 +18760,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: - - *114 - - &126 + - *115 + - &127 name: repository_id description: The unique identifier of the repository. in: path @@ -18804,8 +18789,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: - - *114 - - *126 + - *115 + - *127 responses: '204': description: Response @@ -18828,15 +18813,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: - - *114 + - *115 responses: '200': description: Response content: application/json: - schema: *43 + schema: *44 examples: - default: *44 + default: *45 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -18859,7 +18844,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: - - *114 + - *115 responses: '204': description: Response @@ -18867,9 +18852,9 @@ paths: required: false content: application/json: - schema: *43 + schema: *44 examples: - selected_actions: *44 + selected_actions: *45 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -18891,15 +18876,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: - - *114 + - *115 responses: '200': description: Response content: application/json: - schema: *127 + schema: *128 examples: - default: *47 + default: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18920,7 +18905,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: - - *114 + - *115 responses: '204': description: Success response @@ -18931,9 +18916,9 @@ paths: required: false content: application/json: - schema: *128 + schema: *129 examples: - default: *47 + default: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18953,9 +18938,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: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 - name: visible_to_repository description: Only return runner groups that are allowed to be used by this repository. @@ -18978,7 +18963,7 @@ paths: type: number runner_groups: type: array - items: &129 + items: &130 type: object properties: id: @@ -19088,7 +19073,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: - - *114 + - *115 requestBody: required: true content: @@ -19157,9 +19142,9 @@ paths: description: Response content: application/json: - schema: *129 + schema: *130 examples: - default: &130 + default: &131 value: id: 2 name: octo-runner-group @@ -19192,14 +19177,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: - - *114 - - *50 + - *115 + - *51 responses: '200': description: Response content: application/json: - schema: *129 + schema: *130 examples: default: value: @@ -19233,8 +19218,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: - - *114 - - *50 + - *115 + - *51 requestBody: required: true content: @@ -19284,9 +19269,9 @@ paths: description: Response content: application/json: - schema: *129 + schema: *130 examples: - default: *130 + default: *131 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -19305,8 +19290,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: - - *114 - - *50 + - *115 + - *51 responses: '204': description: Response @@ -19329,10 +19314,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: - - *114 - - *50 - - *19 - - *17 + - *115 + - *51 + - *20 + - *18 responses: '200': description: Response @@ -19348,7 +19333,7 @@ paths: type: number repositories: type: array - items: *131 + items: *132 examples: default: &600 value: @@ -19602,8 +19587,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: - - *114 - - *50 + - *115 + - *51 requestBody: required: true content: @@ -19647,9 +19632,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: - - *114 - - *50 - - *126 + - *115 + - *51 + - *127 responses: '204': description: Response @@ -19671,9 +19656,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: - - *114 - - *50 - - *126 + - *115 + - *51 + - *127 responses: '204': description: Response @@ -19696,10 +19681,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: - - *114 - - *50 - - *17 - - *19 + - *115 + - *51 + - *18 + - *20 responses: '200': description: Response @@ -19715,11 +19700,11 @@ paths: type: number runners: type: array - items: *54 + items: *55 examples: - default: *55 + default: *56 headers: - Link: *38 + Link: *39 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -19738,8 +19723,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: - - *114 - - *50 + - *115 + - *51 requestBody: required: true content: @@ -19783,9 +19768,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: - - *114 - - *50 - - *53 + - *115 + - *51 + - *54 responses: '204': description: Response @@ -19807,9 +19792,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: - - *114 - - *50 - - *53 + - *115 + - *51 + - *54 responses: '204': description: Response @@ -19839,9 +19824,9 @@ paths: in: query schema: type: string - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 responses: '200': description: Response @@ -19857,11 +19842,11 @@ paths: type: integer runners: type: array - items: *54 + items: *55 examples: - default: *55 + default: *56 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19883,7 +19868,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: - - *114 + - *115 responses: '200': description: Response @@ -19891,9 +19876,9 @@ paths: application/json: schema: type: array - items: *132 + items: *133 examples: - default: *133 + default: *134 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19915,7 +19900,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: - - *114 + - *115 requestBody: required: true content: @@ -19958,9 +19943,9 @@ paths: - no-gpu work_folder: _work responses: - '201': *134 - '404': *6 - '422': *7 + '201': *135 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19988,15 +19973,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: - - *114 + - *115 responses: '201': description: Response content: application/json: - schema: *57 + schema: *58 examples: - default: *135 + default: *136 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20024,15 +20009,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: - - *114 + - *115 responses: '201': description: Response content: application/json: - schema: *57 + schema: *58 examples: - default: *136 + default: *137 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20054,16 +20039,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: - - *114 - - *53 + - *115 + - *54 responses: '200': description: Response content: application/json: - schema: *54 + schema: *55 examples: - default: *137 + default: *138 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20084,8 +20069,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: - - *114 - - *53 + - *115 + - *54 responses: '204': description: Response @@ -20110,11 +20095,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: - - *114 - - *53 + - *115 + - *54 responses: - '200': *59 - '404': *6 + '200': *60 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20135,8 +20120,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: - - *114 - - *53 + - *115 + - *54 requestBody: required: true content: @@ -20160,9 +20145,9 @@ paths: - gpu - accelerated responses: - '200': *59 - '404': *6 - '422': *7 + '200': *60 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20184,8 +20169,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: - - *114 - - *53 + - *115 + - *54 requestBody: required: true content: @@ -20210,9 +20195,9 @@ paths: - gpu - accelerated responses: - '200': *59 - '404': *6 - '422': *7 + '200': *60 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20234,11 +20219,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: - - *114 - - *53 + - *115 + - *54 responses: - '200': *138 - '404': *6 + '200': *139 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20264,13 +20249,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: - - *114 - - *53 - - *139 + - *115 + - *54 + - *140 responses: - '200': *59 - '404': *6 - '422': *7 + '200': *60 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20293,9 +20278,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-organization-secrets parameters: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 responses: '200': description: Response @@ -20311,7 +20296,7 @@ paths: type: integer secrets: type: array - items: &140 + items: &141 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -20361,7 +20346,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20384,7 +20369,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-public-key parameters: - - *114 + - *115 responses: '200': description: Response @@ -20444,8 +20429,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-secret parameters: - - *114 - - &141 + - *115 + - &142 name: secret_name description: The name of the secret. in: path @@ -20457,7 +20442,7 @@ paths: description: Response content: application/json: - schema: *140 + schema: *141 examples: default: value: @@ -20487,8 +20472,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *114 - - *141 + - *115 + - *142 requestBody: required: true content: @@ -20543,7 +20528,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *142 + schema: *143 examples: default: value: @@ -20569,8 +20554,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-organization-secret parameters: - - *114 - - *141 + - *115 + - *142 responses: '204': description: Response @@ -20596,10 +20581,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: - - *114 - - *141 - - *19 - - *17 + - *115 + - *142 + - *20 + - *18 responses: '200': description: Response @@ -20615,9 +20600,9 @@ paths: type: integer repositories: type: array - items: *131 + items: *132 examples: - default: &145 + default: &146 value: total_count: 1 repositories: @@ -20709,8 +20694,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: - - *114 - - *141 + - *115 + - *142 requestBody: required: true content: @@ -20762,8 +20747,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: - - *114 - - *141 + - *115 + - *142 - name: repository_id in: path required: true @@ -20796,8 +20781,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: - - *114 - - *141 + - *115 + - *142 - name: repository_id in: path required: true @@ -20829,7 +20814,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - - *114 + - *115 - &304 name: per_page description: The number of results per page (max 30). For more information, @@ -20838,7 +20823,7 @@ paths: schema: type: integer default: 10 - - *19 + - *20 responses: '200': description: Response @@ -20854,7 +20839,7 @@ paths: type: integer variables: type: array - items: &143 + items: &144 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -20918,7 +20903,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/variables/ADMIN_EMAIL/repositories headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20939,7 +20924,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-organization-variable parameters: - - *114 + - *115 requestBody: required: true content: @@ -20987,7 +20972,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *142 + schema: *143 examples: default: value: @@ -21012,8 +20997,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-organization-variable parameters: - - *114 - - &144 + - *115 + - &145 name: name description: The name of the variable. in: path @@ -21025,7 +21010,7 @@ paths: description: Response content: application/json: - schema: *143 + schema: *144 examples: default: value: @@ -21055,8 +21040,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-organization-variable parameters: - - *114 - - *144 + - *115 + - *145 requestBody: required: true content: @@ -21118,8 +21103,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-organization-variable parameters: - - *114 - - *144 + - *115 + - *145 responses: '204': description: Response @@ -21145,10 +21130,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: - - *114 - - *144 - - *19 - - *17 + - *115 + - *145 + - *20 + - *18 responses: '200': description: Response @@ -21164,9 +21149,9 @@ paths: type: integer repositories: type: array - items: *131 + items: *132 examples: - default: *145 + default: *146 '409': description: Response when the visibility of the variable is not set to `selected` @@ -21192,8 +21177,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: - - *114 - - *144 + - *115 + - *145 requestBody: required: true content: @@ -21242,8 +21227,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: - - *114 - - *144 + - *115 + - *145 - name: repository_id in: path required: true @@ -21277,8 +21262,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: - - *114 - - *144 + - *115 + - *145 - name: repository_id in: path required: true @@ -21309,15 +21294,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#get-announcement-banner-for-organization parameters: - - *114 + - *115 responses: '200': description: Response content: application/json: - schema: *63 + schema: *64 examples: - default: *62 + default: *63 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -21336,19 +21321,19 @@ paths: required: true content: application/json: - schema: *146 + schema: *147 examples: - default: *62 + default: *63 parameters: - - *114 + - *115 responses: '200': description: Response content: application/json: - schema: *63 + schema: *64 examples: - default: *62 + default: *63 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -21364,7 +21349,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#remove-announcement-banner-from-organization parameters: - - *114 + - *115 responses: '204': description: Response @@ -21395,7 +21380,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: - - *114 + - *115 - 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). @@ -21403,11 +21388,11 @@ paths: required: false schema: type: string - - *147 - *148 - *149 - *150 - - *17 + - *151 + - *18 responses: '200': description: Response @@ -21415,9 +21400,9 @@ paths: application/json: schema: type: array - items: *151 + items: *152 examples: - default: *152 + default: *153 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -21434,9 +21419,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 responses: '200': description: Response @@ -21444,9 +21429,9 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: &196 + default: &197 value: - login: octocat id: 1 @@ -21484,8 +21469,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: - - *114 - - &153 + - *115 + - &154 name: username description: The handle for the GitHub user account. in: path @@ -21499,7 +21484,7 @@ paths: description: If the user is not blocked content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21516,12 +21501,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *114 - - *153 + - *115 + - *154 responses: '204': description: Response - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21537,8 +21522,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *114 - - *153 + - *115 + - *154 responses: '204': description: Response @@ -21563,20 +21548,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: - - *114 - - *154 + - *115 - *155 - - *64 + - *156 - *65 - - *19 - - *17 - *66 + - *20 + - *18 + - *67 - name: state description: If specified, only code scanning alerts with this state will be returned. in: query required: false - schema: *156 + schema: *157 - name: sort description: The property by which to sort the results. in: query @@ -21610,13 +21595,13 @@ paths: application/json: schema: type: array - items: *157 + items: *158 examples: - default: *158 + default: *159 headers: - Link: *38 - '404': *6 - '503': *80 + Link: *39 + '404': *7 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21636,9 +21621,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#list-codespaces-for-the-organization parameters: - - *17 - - *19 - - *114 + - *18 + - *20 + - *115 responses: '200': description: Response @@ -21654,7 +21639,7 @@ paths: type: integer codespaces: type: array - items: &197 + items: &198 type: object title: Codespace description: A codespace. @@ -21676,9 +21661,9 @@ paths: type: string example: 26a7c758-7299-4a73-b978-5a92a7ae98a0 nullable: true - owner: *18 - billable_owner: *18 - repository: *131 + owner: *19 + billable_owner: *19 + repository: *132 machine: type: object title: Codespace machine @@ -21930,7 +21915,7 @@ paths: - pulls_url - recent_folders examples: - default: &198 + default: &199 value: total_count: 3 codespaces: @@ -22339,15 +22324,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': *36 - '500': &159 + '304': *37 + '500': &160 description: Internal Error content: application/json: - schema: *2 - '401': *24 - '403': *28 - '404': *6 + schema: *3 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22366,7 +22351,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *114 + - *115 deprecated: true requestBody: required: true @@ -22405,12 +22390,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *36 + '304': *37 '400': description: Users are neither members nor collaborators of this organization. - '404': *6 - '422': *15 - '500': *159 + '404': *7 + '422': *16 + '500': *160 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22433,7 +22418,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: - - *114 + - *115 deprecated: true requestBody: required: true @@ -22460,12 +22445,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *36 + '304': *37 '400': description: Users are neither members nor collaborators of this organization. - '404': *6 - '422': *15 - '500': *159 + '404': *7 + '422': *16 + '500': *160 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22488,7 +22473,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *114 + - *115 requestBody: required: true content: @@ -22514,12 +22499,12 @@ paths: responses: '204': description: Response when successfully modifying permissions. - '304': *36 + '304': *37 '400': description: Users are neither members nor collaborators of this organization. - '404': *6 - '422': *15 - '500': *159 + '404': *7 + '422': *16 + '500': *160 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22540,9 +22525,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 responses: '200': description: Response @@ -22558,7 +22543,7 @@ paths: type: integer secrets: type: array - items: &160 + items: &161 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -22610,7 +22595,7 @@ paths: updated_at: '2020-01-11T11:59:22Z' visibility: all headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22629,7 +22614,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *114 + - *115 responses: '200': description: Response @@ -22687,14 +22672,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *114 - - *141 + - *115 + - *142 responses: '200': description: Response content: application/json: - schema: *160 + schema: *161 examples: default: &384 value: @@ -22703,7 +22688,7 @@ paths: updated_at: '2020-01-10T14:59:22Z' visibility: all headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22723,8 +22708,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: - - *114 - - *141 + - *115 + - *142 requestBody: required: true content: @@ -22779,14 +22764,14 @@ paths: description: Response when creating a secret content: application/json: - schema: *142 + schema: *143 examples: default: value: '204': description: Response when updating a secret - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22805,12 +22790,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *114 - - *141 + - *115 + - *142 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22831,10 +22816,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: - - *114 - - *141 - - *19 - - *17 + - *115 + - *142 + - *20 + - *18 responses: '200': description: Response @@ -22850,10 +22835,10 @@ paths: type: integer repositories: type: array - items: *131 + items: *132 examples: - default: *145 - '404': *6 + default: *146 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22874,8 +22859,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: - - *114 - - *141 + - *115 + - *142 requestBody: required: true content: @@ -22904,7 +22889,7 @@ paths: responses: '204': description: Response - '404': *6 + '404': *7 '409': description: Conflict when visibility type not set to selected x-github: @@ -22925,8 +22910,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: - - *114 - - *141 + - *115 + - *142 - name: repository_id in: path required: true @@ -22935,10 +22920,10 @@ paths: responses: '204': description: No Content when repository was added to the selected list - '404': *6 + '404': *7 '409': description: Conflict when visibility type is not set to selected - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22959,8 +22944,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: - - *114 - - *141 + - *115 + - *142 - name: repository_id in: path required: true @@ -22969,10 +22954,10 @@ paths: responses: '204': description: Response when repository was removed from the selected list - '404': *6 + '404': *7 '409': description: Conflict when visibility type not set to selected - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22998,7 +22983,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: - - *114 + - *115 responses: '200': description: OK @@ -23096,10 +23081,10 @@ paths: inactive_this_cycle: 11 seat_management_setting: assign_selected public_code_suggestions: block - '500': *159 - '401': *24 - '403': *28 - '404': *6 + '500': *160 + '401': *25 + '403': *29 + '404': *7 '422': description: There is a problem with your account's associated payment method. x-github: @@ -23125,8 +23110,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: - - *114 - - *19 + - *115 + - *20 - 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)." @@ -23148,7 +23133,7 @@ paths: currently being billed. seats: type: array - items: &200 + items: &201 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -23160,8 +23145,8 @@ paths: GitHub Copilot. additionalProperties: true oneOf: - - *18 - - &161 + - *19 + - &162 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -23429,7 +23414,7 @@ paths: to the assignee. This will be null if the user was assigned a seat individually. oneOf: - - *161 + - *162 nullable: true pending_cancellation_date: type: string @@ -23533,11 +23518,11 @@ paths: type: User site_admin: false headers: - Link: *38 - '500': *159 - '401': *24 - '403': *28 - '404': *6 + Link: *39 + '500': *160 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23566,7 +23551,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: - - *114 + - *115 requestBody: content: application/json: @@ -23607,10 +23592,10 @@ paths: default: value: seats_created: 5 - '500': *159 - '401': *24 - '403': *28 - '404': *6 + '500': *160 + '401': *25 + '403': *29 + '404': *7 '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 @@ -23643,7 +23628,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: - - *114 + - *115 requestBody: content: application/json: @@ -23684,10 +23669,10 @@ paths: default: value: seats_cancelled: 5 - '500': *159 - '401': *24 - '403': *28 - '404': *6 + '500': *160 + '401': *25 + '403': *29 + '404': *7 '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 @@ -23721,7 +23706,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: - - *114 + - *115 requestBody: content: application/json: @@ -23762,10 +23747,10 @@ paths: default: value: seats_created: 5 - '500': *159 - '401': *24 - '403': *28 - '404': *6 + '500': *160 + '401': *25 + '403': *29 + '404': *7 '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 @@ -23798,7 +23783,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: - - *114 + - *115 requestBody: content: application/json: @@ -23839,10 +23824,10 @@ paths: default: value: seats_cancelled: 5 - '500': *159 - '401': *24 - '403': *28 - '404': *6 + '500': *160 + '401': *25 + '403': *29 + '404': *7 '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 @@ -23870,8 +23855,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: - - *114 - - *17 + - *115 + - *18 - name: page description: Page token in: query @@ -24009,7 +23994,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: - - *114 + - *115 - name: credential_id in: path required: true @@ -24018,7 +24003,7 @@ paths: responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -24040,7 +24025,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: - - *114 + - *115 responses: '200': description: Response - list of custom role names @@ -24055,7 +24040,7 @@ paths: type: integer custom_roles: type: array - items: *162 + items: *163 examples: default: value: @@ -24142,12 +24127,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#create-a-custom-repository-role parameters: - - *114 + - *115 requestBody: required: true content: application/json: - schema: &165 + schema: &166 type: object properties: name: @@ -24188,11 +24173,11 @@ paths: description: Response content: application/json: - schema: *162 + schema: *163 examples: - default: *163 - '422': *15 - '404': *6 + default: *164 + '422': *16 + '404': *7 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -24214,8 +24199,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#get-a-custom-repository-role parameters: - - *114 - - &164 + - *115 + - &165 name: role_id description: The unique identifier of the role. in: path @@ -24227,10 +24212,10 @@ paths: description: Response content: application/json: - schema: *162 + schema: *163 examples: - default: *163 - '404': *6 + default: *164 + '404': *7 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -24251,13 +24236,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#update-a-custom-repository-role parameters: - - *114 - - *164 + - *115 + - *165 requestBody: required: true content: application/json: - schema: &166 + schema: &167 type: object properties: name: @@ -24295,11 +24280,11 @@ paths: description: Response content: application/json: - schema: *162 + schema: *163 examples: - default: *163 - '422': *15 - '404': *6 + default: *164 + '422': *16 + '404': *7 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -24321,8 +24306,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#delete-a-custom-repository-role parameters: - - *114 - - *164 + - *115 + - *165 responses: '204': description: Response @@ -24350,12 +24335,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#deprecated---create-a-custom-role parameters: - - *114 + - *115 requestBody: required: true content: application/json: - schema: *165 + schema: *166 examples: default: value: @@ -24369,11 +24354,11 @@ paths: description: Response content: application/json: - schema: *162 + schema: *163 examples: - default: *163 - '422': *15 - '404': *6 + default: *164 + '422': *16 + '404': *7 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -24401,17 +24386,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#deprecated---get-a-custom-role parameters: - - *114 - - *164 + - *115 + - *165 responses: '200': description: Response content: application/json: - schema: *162 + schema: *163 examples: - default: *163 - '404': *6 + default: *164 + '404': *7 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -24438,13 +24423,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#deprecated---update-a-custom-role parameters: - - *114 - - *164 + - *115 + - *165 requestBody: required: true content: application/json: - schema: *166 + schema: *167 examples: default: value: @@ -24459,11 +24444,11 @@ paths: description: Response content: application/json: - schema: *162 + schema: *163 examples: - default: *163 - '422': *15 - '404': *6 + default: *164 + '422': *16 + '404': *7 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -24491,8 +24476,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#deprecated---delete-a-custom-role parameters: - - *114 - - *164 + - *115 + - *165 responses: '204': description: Response @@ -24520,19 +24505,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *114 - - *167 + - *115 - *168 - *169 - *170 - *171 - *172 - - *66 - - *64 - - *65 - *173 + - *67 + - *65 + - *66 - *174 - - *17 + - *175 + - *18 responses: '200': description: Response @@ -24540,14 +24525,14 @@ paths: application/json: schema: type: array - items: *175 + items: *176 examples: - default: *176 - '304': *36 - '400': *14 - '403': *28 - '404': *6 - '422': *7 + default: *177 + '304': *37 + '400': *15 + '403': *29 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24568,9 +24553,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-organization-secrets parameters: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 responses: '200': description: Response @@ -24586,7 +24571,7 @@ paths: type: integer secrets: type: array - items: &177 + items: &178 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -24636,7 +24621,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/dependabot/secrets/SUPER_SECRET/repositories headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24657,7 +24642,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-public-key parameters: - - *114 + - *115 responses: '200': description: Response @@ -24703,14 +24688,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-secret parameters: - - *114 - - *141 + - *115 + - *142 responses: '200': description: Response content: application/json: - schema: *177 + schema: *178 examples: default: value: @@ -24738,8 +24723,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *114 - - *141 + - *115 + - *142 requestBody: required: true content: @@ -24794,7 +24779,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *142 + schema: *143 examples: default: value: @@ -24818,8 +24803,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-an-organization-secret parameters: - - *114 - - *141 + - *115 + - *142 responses: '204': description: Response @@ -24843,10 +24828,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: - - *114 - - *141 - - *19 - - *17 + - *115 + - *142 + - *20 + - *18 responses: '200': description: Response @@ -24862,9 +24847,9 @@ paths: type: integer repositories: type: array - items: *131 + items: *132 examples: - default: *145 + default: *146 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24885,8 +24870,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: - - *114 - - *141 + - *115 + - *142 requestBody: required: true content: @@ -24936,8 +24921,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: - - *114 - - *141 + - *115 + - *142 - name: repository_id in: path required: true @@ -24968,8 +24953,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: - - *114 - - *141 + - *115 + - *142 - name: repository_id in: path required: true @@ -24999,7 +24984,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: - - *114 + - *115 responses: '200': description: Response @@ -25007,7 +24992,7 @@ paths: application/json: schema: type: array - items: &209 + items: &210 title: Package description: A software package type: object @@ -25050,15 +25035,15 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true repository: title: Minimal Repository description: Minimal Repository type: object - properties: *178 - required: *179 + properties: *179 + required: *180 nullable: true created_at: type: string @@ -25077,7 +25062,7 @@ paths: - created_at - updated_at examples: - default: &210 + default: &211 value: - id: 197 name: hello_docker @@ -25135,8 +25120,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': *28 - '401': *24 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -25153,9 +25138,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-organization-events parameters: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 responses: '200': description: Response @@ -25163,7 +25148,7 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: 200-response: value: @@ -25233,7 +25218,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#get-an-external-group parameters: - - *114 + - *115 - name: group_id description: The unique identifier of the group. in: path @@ -25364,8 +25349,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: - - *114 - - *17 + - *115 + - *18 - name: page description: Page token in: query @@ -25451,9 +25436,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-failed-organization-invitations parameters: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 responses: '200': description: Response @@ -25461,7 +25446,7 @@ paths: application/json: schema: type: array - items: &191 + items: &192 title: Organization Invitation description: Organization Invitation type: object @@ -25484,7 +25469,7 @@ paths: failed_reason: type: string nullable: true - inviter: *18 + inviter: *19 team_count: type: integer node_id: @@ -25507,7 +25492,7 @@ paths: - invitation_teams_url - node_id examples: - default: &192 + default: &193 value: - id: 1 login: monalisa @@ -25540,8 +25525,8 @@ paths: invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25566,7 +25551,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: - - *114 + - *115 responses: '200': description: Response @@ -25574,7 +25559,7 @@ paths: application/json: schema: type: array - items: &232 + items: &233 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -25588,7 +25573,7 @@ paths: - name - description examples: - default: &233 + default: &234 value: - name: add_assignee description: Assign or remove a user @@ -25619,9 +25604,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-organization-webhooks parameters: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 responses: '200': description: Response @@ -25629,7 +25614,7 @@ paths: application/json: schema: type: array - items: &180 + items: &181 title: Org Hook description: Org Hook type: object @@ -25717,8 +25702,8 @@ paths: created_at: '2011-09-06T17:26:27Z' type: Organization headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25738,7 +25723,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#create-an-organization-webhook parameters: - - *114 + - *115 requestBody: required: true content: @@ -25753,10 +25738,10 @@ paths: type: object description: Key/value pairs to provide settings for this webhook. properties: - url: *8 - content_type: *9 - secret: *10 - insecure_ssl: *11 + url: *9 + content_type: *10 + secret: *11 + insecure_ssl: *12 username: type: string example: '"kdaigle"' @@ -25798,9 +25783,9 @@ paths: description: Response content: application/json: - schema: *180 + schema: *181 examples: - default: &181 + default: &182 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -25822,8 +25807,8 @@ paths: example: https://api.github.com/orgs/octocat/hooks/1 schema: type: string - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25844,8 +25829,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - - *114 - - &182 + - *115 + - &183 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. @@ -25858,10 +25843,10 @@ paths: description: Response content: application/json: - schema: *180 + schema: *181 examples: - default: *181 - '404': *6 + default: *182 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25881,8 +25866,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - - *114 - - *182 + - *115 + - *183 requestBody: required: false content: @@ -25894,10 +25879,10 @@ paths: type: object description: Key/value pairs to provide settings for this webhook. properties: - url: *8 - content_type: *9 - secret: *10 - insecure_ssl: *11 + url: *9 + content_type: *10 + secret: *11 + insecure_ssl: *12 required: - url events: @@ -25927,7 +25912,7 @@ paths: description: Response content: application/json: - schema: *180 + schema: *181 examples: default: value: @@ -25945,8 +25930,8 @@ paths: updated_at: '2011-09-06T20:39:23Z' created_at: '2011-09-06T17:26:27Z' type: Organization - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25966,12 +25951,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *114 - - *182 + - *115 + - *183 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25992,16 +25977,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: - - *114 - - *182 + - *115 + - *183 responses: '200': description: Response content: application/json: - schema: *12 + schema: *13 examples: - default: *13 + default: *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26021,8 +26006,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: - - *114 - - *182 + - *115 + - *183 requestBody: required: false content: @@ -26030,10 +26015,10 @@ paths: schema: type: object properties: - url: *8 - content_type: *9 - secret: *10 - insecure_ssl: *11 + url: *9 + content_type: *10 + secret: *11 + insecure_ssl: *12 examples: default: summary: Update an existing webhook @@ -26047,9 +26032,9 @@ paths: description: Response content: application/json: - schema: *12 + schema: *13 examples: - default: *13 + default: *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26070,10 +26055,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *114 - - *182 - - *17 + - *115 - *183 + - *18 + - *184 - name: redelivery in: query required: false @@ -26086,11 +26071,11 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: - default: *185 - '400': *14 - '422': *15 + default: *186 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26111,19 +26096,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: - - *114 - - *182 - - *16 + - *115 + - *183 + - *17 responses: '200': description: Response content: application/json: - schema: *186 + schema: *187 examples: - default: *187 - '400': *14 - '422': *15 + default: *188 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26144,13 +26129,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: - - *114 - - *182 - - *16 + - *115 + - *183 + - *17 responses: - '202': *119 - '400': *14 - '422': *15 + '202': *120 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26171,12 +26156,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *114 - - *182 + - *115 + - *183 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26196,13 +26181,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: - - *114 + - *115 responses: '200': description: Response content: application/json: - schema: *21 + schema: *22 examples: default: &449 value: @@ -26272,9 +26257,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 responses: '200': description: Response @@ -26290,7 +26275,7 @@ paths: type: integer installations: type: array - items: *21 + items: *22 examples: default: value: @@ -26342,7 +26327,7 @@ paths: suspended_at: suspended_by: headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26361,7 +26346,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *114 + - *115 responses: '200': description: Response @@ -26369,12 +26354,12 @@ paths: application/json: schema: anyOf: - - &189 + - &190 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &188 + limit: &189 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -26399,7 +26384,7 @@ paths: properties: {} additionalProperties: false examples: - default: &190 + default: &191 value: limit: collaborators_only origin: organization @@ -26423,7 +26408,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *114 + - *115 requestBody: required: true content: @@ -26434,7 +26419,7 @@ paths: duration type: object properties: - limit: *188 + limit: *189 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -26458,10 +26443,10 @@ paths: description: Response content: application/json: - schema: *189 + schema: *190 examples: - default: *190 - '422': *15 + default: *191 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26478,7 +26463,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *114 + - *115 responses: '204': description: Response @@ -26501,9 +26486,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-pending-organization-invitations parameters: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 - name: role description: Filter invitations by their member role. in: query @@ -26535,12 +26520,12 @@ paths: application/json: schema: type: array - items: *191 + items: *192 examples: - default: *192 + default: *193 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26560,7 +26545,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#create-an-organization-invitation parameters: - - *114 + - *115 requestBody: required: false content: @@ -26614,7 +26599,7 @@ paths: description: Response content: application/json: - schema: *191 + schema: *192 examples: default: value: @@ -26646,8 +26631,8 @@ paths: team_count: 2 invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: triggersNotification: true githubCloudOnly: false @@ -26668,8 +26653,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - - *114 - - &193 + - *115 + - &194 name: invitation_id description: The unique identifier of the invitation. in: path @@ -26679,8 +26664,8 @@ paths: responses: '204': description: Response - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: triggersNotification: true githubCloudOnly: false @@ -26699,10 +26684,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - - *114 - - *193 - - *17 - - *19 + - *115 + - *194 + - *18 + - *20 responses: '200': description: Response @@ -26710,9 +26695,9 @@ paths: application/json: schema: type: array - items: *161 + items: *162 examples: - default: &208 + default: &209 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -26728,8 +26713,8 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26759,7 +26744,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: - - *114 + - *115 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -26789,7 +26774,7 @@ paths: - closed - all default: open - - *194 + - *195 - name: sort description: What to sort results by. in: query @@ -26801,10 +26786,10 @@ paths: - updated - comments default: created - - *66 - - *87 - - *17 - - *19 + - *67 + - *88 + - *18 + - *20 responses: '200': description: Response @@ -26812,12 +26797,12 @@ paths: application/json: schema: type: array - items: *97 + items: *98 examples: - default: *195 + default: *196 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -26836,7 +26821,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-members parameters: - - *114 + - *115 - 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) @@ -26861,8 +26846,8 @@ paths: - admin - member default: all - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -26870,12 +26855,12 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 + default: *197 headers: - Link: *38 - '422': *15 + Link: *39 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26892,8 +26877,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#check-organization-membership-for-a-user parameters: - - *114 - - *153 + - *115 + - *154 responses: '204': description: Response if requester is an organization member and user is @@ -26924,12 +26909,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-an-organization-member parameters: - - *114 - - *153 + - *115 + - *154 responses: '204': description: Response - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26949,10 +26934,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: - - *17 - - *19 - - *114 - - *153 + - *18 + - *20 + - *115 + - *154 responses: '200': description: Response @@ -26968,14 +26953,14 @@ paths: type: integer codespaces: type: array - items: *197 + items: *198 examples: - default: *198 - '304': *36 - '500': *159 - '401': *24 - '403': *28 - '404': *6 + default: *199 + '304': *37 + '500': *160 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -26995,9 +26980,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *114 - - *153 - - &199 + - *115 + - *154 + - &200 name: codespace_name in: path required: true @@ -27005,12 +26990,12 @@ paths: schema: type: string responses: - '202': *119 - '304': *36 - '500': *159 - '401': *24 - '403': *28 - '404': *6 + '202': *120 + '304': *37 + '500': *160 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -27030,15 +27015,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: - - *114 - - *153 - - *199 + - *115 + - *154 + - *200 responses: '200': description: Response content: application/json: - schema: *197 + schema: *198 examples: default: &377 value: @@ -27181,11 +27166,11 @@ paths: pulls_url: https://api.github.com/repos/octocat/Hello-World/pulls/1 recent_folders: [] template: - '304': *36 - '500': *159 - '401': *24 - '403': *28 - '404': *6 + '304': *37 + '500': *160 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -27209,14 +27194,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: - - *114 - - *153 + - *115 + - *154 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *200 + schema: *201 examples: default: value: @@ -27258,10 +27243,10 @@ paths: members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos parent: - '500': *159 - '401': *24 - '403': *28 - '404': *6 + '500': *160 + '401': *25 + '403': *29 + '404': *7 '422': description: Copilot Business or Enterprise is not enabled for this organization or the user has a pending organization invitation. @@ -27283,14 +27268,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#get-organization-membership-for-a-user parameters: - - *114 - - *153 + - *115 + - *154 responses: '200': description: Response content: application/json: - schema: &201 + schema: &202 title: Org Membership description: Org Membership type: object @@ -27319,13 +27304,13 @@ paths: type: string format: uri example: https://api.github.com/orgs/octocat - organization: *51 + organization: *52 user: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true permissions: type: object @@ -27342,7 +27327,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &202 + response-if-user-has-an-active-admin-membership-with-organization: &203 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -27381,8 +27366,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *6 - '403': *28 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27410,8 +27395,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#set-organization-membership-for-a-user parameters: - - *114 - - *153 + - *115 + - *154 requestBody: required: false content: @@ -27439,11 +27424,11 @@ paths: description: Response content: application/json: - schema: *201 + schema: *202 examples: - response-if-user-already-had-membership-with-organization: *202 - '422': *15 - '403': *28 + response-if-user-already-had-membership-with-organization: *203 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27462,13 +27447,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *114 - - *153 + - *115 + - *154 responses: '204': description: Response - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27488,9 +27473,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-organization-migrations parameters: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 - name: exclude description: Exclude attributes from the API response to improve performance in: query @@ -27509,7 +27494,7 @@ paths: application/json: schema: type: array - items: &203 + items: &204 title: Migration description: A migration. type: object @@ -27521,8 +27506,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true guid: type: string @@ -27549,7 +27534,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *56 + items: *57 url: type: string format: uri @@ -27745,7 +27730,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -27761,7 +27746,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#start-an-organization-migration parameters: - - *114 + - *115 requestBody: required: true content: @@ -27837,7 +27822,7 @@ paths: description: Response content: application/json: - schema: *203 + schema: *204 examples: default: value: @@ -27989,8 +27974,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': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28015,8 +28000,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - - *114 - - &204 + - *115 + - &205 name: migration_id description: The unique identifier of the migration. in: path @@ -28043,7 +28028,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *203 + schema: *204 examples: default: value: @@ -28195,7 +28180,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': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28212,12 +28197,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *114 - - *204 + - *115 + - *205 responses: '302': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28234,12 +28219,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *114 - - *204 + - *115 + - *205 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28258,8 +28243,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - - *114 - - *204 + - *115 + - *205 - &614 name: repo_name description: repo_name parameter @@ -28270,7 +28255,7 @@ paths: responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28287,10 +28272,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *114 - - *204 - - *17 - - *19 + - *115 + - *205 + - *18 + - *20 responses: '200': description: Response @@ -28298,9 +28283,9 @@ paths: application/json: schema: type: array - items: *131 + items: *132 examples: - default: &215 + default: &216 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -28411,8 +28396,8 @@ paths: secret_scanning_validity_checks: status: disabled headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28439,7 +28424,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: - - *114 + - *115 responses: '200': description: Response @@ -28467,8 +28452,8 @@ paths: description: View organization roles - name: write_organization_custom_org_role description: Manage custom organization roles - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28493,7 +28478,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: - - *114 + - *115 responses: '200': description: Response - list of organization roles @@ -28509,7 +28494,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &205 + items: &206 title: Organization Role description: Organization roles type: object @@ -28534,8 +28519,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true created_at: description: The date and time the role was created. @@ -28612,8 +28597,8 @@ paths: site_admin: false created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:20:11Z' - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28637,7 +28622,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#create-a-custom-organization-role parameters: - - *114 + - *115 requestBody: required: true content: @@ -28675,7 +28660,7 @@ paths: description: Response content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -28702,9 +28687,9 @@ paths: description: A great organization created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:19:11Z' - '422': *15 - '404': *6 - '409': *206 + '422': *16 + '404': *7 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28726,8 +28711,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: - - *114 - - &207 + - *115 + - &208 name: team_slug description: The slug of the team name. in: path @@ -28758,9 +28743,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: - - *114 - - *207 - - *164 + - *115 + - *208 + - *165 responses: '204': description: Response @@ -28789,9 +28774,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: - - *114 - - *207 - - *164 + - *115 + - *208 + - *165 responses: '204': description: Response @@ -28816,8 +28801,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: - - *114 - - *153 + - *115 + - *154 responses: '204': description: Response @@ -28842,9 +28827,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: - - *114 - - *153 - - *164 + - *115 + - *154 + - *165 responses: '204': description: Response @@ -28874,9 +28859,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: - - *114 - - *153 - - *164 + - *115 + - *154 + - *165 responses: '204': description: Response @@ -28904,14 +28889,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#get-an-organization-role parameters: - - *114 - - *164 + - *115 + - *165 responses: '200': description: Response content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -28938,8 +28923,8 @@ paths: description: A great organization created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:20:11Z' - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28964,8 +28949,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#update-a-custom-organization-role parameters: - - *114 - - *164 + - *115 + - *165 requestBody: required: true content: @@ -28994,7 +28979,7 @@ paths: description: Response content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -29021,9 +29006,9 @@ paths: description: A great organization created_at: '2022-07-04T22:19:11Z' updated_at: '2022-07-04T22:19:11Z' - '422': *15 - '409': *206 - '404': *6 + '422': *16 + '409': *207 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29047,8 +29032,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#delete-a-custom-organization-role parameters: - - *114 - - *164 + - *115 + - *165 responses: '204': description: Response @@ -29073,10 +29058,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: - - *114 - - *164 - - *17 - - *19 + - *115 + - *165 + - *18 + - *20 responses: '200': description: Response - List of assigned teams @@ -29085,11 +29070,11 @@ paths: schema: type: array description: List of teams assigned to the organization role - items: *161 + items: *162 examples: - default: *208 + default: *209 headers: - Link: *38 + Link: *39 '404': description: Response if the organization or role does not exist. '422': @@ -29116,10 +29101,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: - - *114 - - *164 - - *17 - - *19 + - *115 + - *165 + - *18 + - *20 responses: '200': description: Response - List of assigned users @@ -29128,11 +29113,11 @@ paths: schema: type: array description: List of users assigned to the organization role - items: *18 + items: *19 examples: - default: *196 + default: *197 headers: - Link: *38 + Link: *39 '404': description: Response if the organization or role does not exist. '422': @@ -29154,7 +29139,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: - - *114 + - *115 - 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) @@ -29167,8 +29152,8 @@ paths: - 2fa_disabled - all default: all - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -29176,11 +29161,11 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 + default: *197 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29203,8 +29188,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: - - *114 - - *153 + - *115 + - *154 requestBody: required: false content: @@ -29244,7 +29229,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': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29261,8 +29246,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: - - *114 - - *153 + - *115 + - *154 responses: '204': description: Response @@ -29319,7 +29304,7 @@ paths: - docker - nuget - container - - *114 + - *115 - &616 name: visibility description: |- @@ -29356,11 +29341,11 @@ paths: application/json: schema: type: array - items: *209 + items: *210 examples: - default: *210 - '403': *28 - '401': *24 + default: *211 + '403': *29 + '401': *25 '400': &618 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. @@ -29383,7 +29368,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &211 + - &212 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 @@ -29401,20 +29386,20 @@ paths: - docker - nuget - container - - &212 + - &213 name: package_name description: The name of the package. in: path required: true schema: type: string - - *114 + - *115 responses: '200': description: Response content: application/json: - schema: *209 + schema: *210 examples: default: value: @@ -29466,15 +29451,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *211 - *212 - - *114 + - *213 + - *115 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29500,9 +29485,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *211 - *212 - - *114 + - *213 + - *115 - name: token description: package token schema: @@ -29512,9 +29497,9 @@ paths: responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29534,11 +29519,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: - - *211 - *212 - - *114 - - *19 - - *17 + - *213 + - *115 + - *20 + - *18 - name: state in: query required: false @@ -29556,7 +29541,7 @@ paths: application/json: schema: type: array - items: &213 + items: &214 title: Package Version description: A version of a software package type: object @@ -29659,9 +29644,9 @@ paths: html_url: https://github.com/octo-org/hello-world-npm/packages/43752?version=1.0.3 metadata: package_type: npm - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29681,10 +29666,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: - - *211 - *212 - - *114 - - &214 + - *213 + - *115 + - &215 name: package_version_id description: Unique identifier of the package version. in: path @@ -29696,7 +29681,7 @@ paths: description: Response content: application/json: - schema: *213 + schema: *214 examples: default: value: @@ -29732,16 +29717,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *211 - *212 - - *114 - - *214 + - *213 + - *115 + - *215 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29767,16 +29752,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *211 - *212 - - *114 - - *214 + - *213 + - *115 + - *215 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29797,10 +29782,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: - - *114 - - *17 - - *19 - - &216 + - *115 + - *18 + - *20 + - &217 name: sort description: The property by which to sort the results. in: query @@ -29810,8 +29795,8 @@ paths: enum: - created_at default: created_at - - *66 - - &217 + - *67 + - &218 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -29822,7 +29807,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &218 + - &219 name: repository description: The name of the repository to use to filter the results. in: query @@ -29830,7 +29815,7 @@ paths: schema: type: string example: Hello-World - - &219 + - &220 name: permission description: The permission to use to filter the results. in: query @@ -29838,7 +29823,7 @@ paths: schema: type: string example: issues_read - - &220 + - &221 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) @@ -29848,7 +29833,7 @@ paths: schema: type: string format: date-time - - &221 + - &222 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) @@ -29859,10 +29844,10 @@ paths: type: string format: date-time responses: - '500': *159 - '422': *15 - '404': *6 - '403': *28 + '500': *160 + '422': *16 + '404': *7 + '403': *29 '200': description: Response content: @@ -29884,7 +29869,7 @@ paths: type: string nullable: true description: Reason for requesting access. - owner: *18 + owner: *19 repository_selection: type: string enum: @@ -29977,7 +29962,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29997,7 +29982,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: - - *114 + - *115 requestBody: required: true content: @@ -30038,11 +30023,11 @@ paths: action: deny reason: Access is too broad. responses: - '500': *159 - '422': *15 - '404': *6 - '403': *28 - '202': *119 + '500': *160 + '422': *16 + '404': *7 + '403': *29 + '202': *120 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30063,7 +30048,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: - - *114 + - *115 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -30099,11 +30084,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *159 - '422': *15 - '404': *6 - '403': *28 - '204': &222 + '500': *160 + '422': *16 + '404': *7 + '403': *29 + '204': &223 description: A header with no content is returned. x-github: githubCloudOnly: false @@ -30125,7 +30110,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: - - *114 + - *115 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -30133,23 +30118,23 @@ paths: required: true schema: type: integer - - *17 - - *19 + - *18 + - *20 responses: - '500': *159 - '404': *6 - '403': *28 + '500': *160 + '404': *7 + '403': *29 '200': description: Response content: application/json: schema: type: array - items: *131 + items: *132 examples: - default: *215 + default: *216 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30170,21 +30155,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: - - *114 - - *17 - - *19 - - *216 - - *66 + - *115 + - *18 + - *20 - *217 + - *67 - *218 - *219 - *220 - *221 + - *222 responses: - '500': *159 - '422': *15 - '404': *6 - '403': *28 + '500': *160 + '422': *16 + '404': *7 + '403': *29 '200': description: Response content: @@ -30202,7 +30187,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: *18 + owner: *19 repository_selection: type: string enum: @@ -30294,7 +30279,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30314,7 +30299,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: - - *114 + - *115 requestBody: required: true content: @@ -30349,11 +30334,11 @@ paths: - 1296269 - 1296280 responses: - '500': *159 - '404': *6 - '202': *119 - '403': *28 - '422': *15 + '500': *160 + '404': *7 + '202': *120 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30374,7 +30359,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: - - *114 + - *115 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -30402,11 +30387,11 @@ paths: value: action: revoke responses: - '500': *159 - '404': *6 - '204': *222 - '403': *28 - '422': *15 + '500': *160 + '404': *7 + '204': *223 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30426,30 +30411,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: - - *114 + - *115 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. required: true schema: type: integer - - *17 - - *19 + - *18 + - *20 responses: - '500': *159 - '404': *6 - '403': *28 + '500': *160 + '404': *7 + '403': *29 '200': description: Response content: application/json: schema: type: array - items: *131 + items: *132 examples: - default: *215 + default: *216 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30469,7 +30454,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-organization-projects parameters: - - *114 + - *115 - name: state description: Indicates the state of the projects to return. in: query @@ -30481,8 +30466,8 @@ paths: - closed - all default: open - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -30490,7 +30475,7 @@ paths: application/json: schema: type: array - items: &223 + items: &224 title: Project description: Projects are a way to organize columns and cards of work. @@ -30539,8 +30524,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true created_at: type: string @@ -30614,8 +30599,8 @@ paths: organization_permission: write private: true headers: - Link: *38 - '422': *7 + Link: *39 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30634,7 +30619,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-an-organization-project parameters: - - *114 + - *115 requestBody: required: true content: @@ -30660,7 +30645,7 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: default: value: @@ -30695,15 +30680,15 @@ paths: site_admin: false created_at: '2011-04-11T20:09:31Z' updated_at: '2014-03-04T18:58:10Z' - '401': *24 - '403': *28 - '404': *6 + '401': *25 + '403': *29 + '404': *7 '410': &291 description: Gone content: application/json: - schema: *2 - '422': *7 + schema: *3 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30722,7 +30707,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: - - *114 + - *115 responses: '200': description: Response @@ -30730,7 +30715,7 @@ paths: application/json: schema: type: array - items: &224 + items: &225 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -30778,7 +30763,7 @@ paths: - property_name - value_type examples: - default: &225 + default: &226 value: - property_name: environment value_type: single_select @@ -30794,8 +30779,8 @@ paths: - property_name: team value_type: string description: Team owning the repository - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30816,7 +30801,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: - - *114 + - *115 requestBody: required: true content: @@ -30827,7 +30812,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *224 + items: *225 minItems: 1 maxItems: 100 required: @@ -30857,11 +30842,11 @@ paths: application/json: schema: type: array - items: *224 + items: *225 examples: - default: *225 - '403': *28 - '404': *6 + default: *226 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30880,8 +30865,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: - - *114 - - &226 + - *115 + - &227 name: custom_property_name description: The custom property name. The name is case sensitive. in: path @@ -30893,9 +30878,9 @@ paths: description: Response content: application/json: - schema: *224 + schema: *225 examples: - default: &227 + default: &228 value: property_name: environment value_type: single_select @@ -30905,8 +30890,8 @@ paths: allowed_values: - production - development - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30927,8 +30912,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: - - *114 - - *226 + - *115 + - *227 requestBody: required: true content: @@ -30981,11 +30966,11 @@ paths: description: Response content: application/json: - schema: *224 + schema: *225 examples: - default: *227 - '403': *28 - '404': *6 + default: *228 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31006,12 +30991,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: - - *114 - - *226 + - *115 + - *227 responses: - '204': *222 - '403': *28 - '404': *6 + '204': *223 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31030,9 +31015,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: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 - 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 @@ -31068,7 +31053,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &228 + items: &229 title: Custom Property Value description: Custom property name and associated value type: object @@ -31107,9 +31092,9 @@ paths: - property_name: team value: octocat headers: - Link: *38 - '403': *28 - '404': *6 + Link: *39 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31135,7 +31120,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: - - *114 + - *115 requestBody: required: true content: @@ -31155,7 +31140,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *228 + items: *229 required: - repository_names - properties @@ -31176,9 +31161,9 @@ paths: '204': description: No Content when custom property values are successfully created or updated - '403': *28 - '404': *6 - '422': *15 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31196,9 +31181,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-public-organization-members parameters: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 responses: '200': description: Response @@ -31206,11 +31191,11 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 + default: *197 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31227,8 +31212,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: - - *114 - - *153 + - *115 + - *154 responses: '204': description: Response if user is a public member @@ -31252,12 +31237,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: - - *114 - - *153 + - *115 + - *154 responses: '204': description: Response - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -31274,8 +31259,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: - - *114 - - *153 + - *115 + - *154 responses: '204': description: Response @@ -31298,7 +31283,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-organization-repositories parameters: - - *114 + - *115 - 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 @@ -31336,8 +31321,8 @@ paths: enum: - asc - desc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -31345,11 +31330,11 @@ paths: application/json: schema: type: array - items: *131 + items: *132 examples: - default: *215 + default: *216 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31368,7 +31353,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-organization-repository parameters: - - *114 + - *115 requestBody: required: true content: @@ -31563,7 +31548,7 @@ paths: full_name: type: string example: octocat/Hello-World - owner: *18 + owner: *19 private: type: boolean html_url: @@ -31822,8 +31807,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *229 - required: *230 + properties: *230 + required: *231 nullable: true temp_clone_token: type: string @@ -31910,18 +31895,18 @@ paths: title: License Simple description: License Simple type: object - properties: *98 - required: *99 + properties: *99 + required: *100 nullable: true organization: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true - parent: *56 - source: *56 + parent: *57 + source: *57 forks: type: integer master_branch: @@ -31959,7 +31944,7 @@ paths: - key - name - html_url - security_and_analysis: *231 + security_and_analysis: *232 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -32538,8 +32523,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World schema: type: string - '403': *28 - '422': *15 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32561,7 +32546,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: - - *114 + - *115 responses: '200': description: Response @@ -32569,9 +32554,9 @@ paths: application/json: schema: type: array - items: *232 + items: *233 examples: - default: *233 + default: *234 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -32593,9 +32578,9 @@ paths: category: orgs subcategory: rules parameters: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 responses: '200': description: Response @@ -32603,7 +32588,7 @@ paths: application/json: schema: type: array - items: &240 + items: &241 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -32635,7 +32620,7 @@ paths: source: type: string description: The name of the source - enforcement: &236 + enforcement: &237 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -32647,7 +32632,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &237 + items: &238 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -32706,7 +32691,7 @@ paths: conditions: nullable: true anyOf: - - &234 + - &235 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -32730,7 +32715,7 @@ paths: match. items: type: string - - &238 + - &239 title: Organization ruleset conditions type: object description: 'Conditions for an organization ruleset. The @@ -32745,7 +32730,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *234 + - *235 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -32779,7 +32764,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *234 + - *235 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -32801,7 +32786,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *234 + - *235 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -32814,7 +32799,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &235 + items: &236 title: Repository ruleset property targeting definition type: object @@ -32839,12 +32824,12 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *235 + items: *236 required: - repository_property rules: type: array - items: &239 + items: &240 title: Repository Rule type: object description: A repository rule. @@ -33303,8 +33288,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': *6 - '500': *159 + '404': *7 + '500': *160 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -33320,7 +33305,7 @@ paths: category: orgs subcategory: rules parameters: - - *114 + - *115 requestBody: description: Request body required: true @@ -33338,16 +33323,16 @@ paths: enum: - branch - tag - enforcement: *236 + enforcement: *237 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *237 - conditions: *238 + items: *238 + conditions: *239 rules: type: array description: An array of rules within the ruleset. - items: *239 + items: *240 required: - name - enforcement @@ -33385,9 +33370,9 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: &241 + default: &242 value: id: 21 name: super cool ruleset @@ -33426,8 +33411,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': *6 - '500': *159 + '404': *7 + '500': *160 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -33441,7 +33426,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *114 + - *115 - name: repository_name description: The name of the repository to filter on. When specified, only rule evaluations from this repository will be returned. @@ -33484,8 +33469,8 @@ paths: - bypass - all default: all - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -33568,8 +33553,8 @@ paths: pushed_at: '2023-07-07T08:43:03Z' result: pass evaluation_result: fail - '404': *6 - '500': *159 + '404': *7 + '500': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33588,7 +33573,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *114 + - *115 - &537 name: rule_suite_id description: |- @@ -33733,8 +33718,8 @@ paths: enforcement: evaluate result: fail rule_type: commit_message_pattern - '404': *6 - '500': *159 + '404': *7 + '500': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33756,7 +33741,7 @@ paths: category: orgs subcategory: rules parameters: - - *114 + - *115 - name: ruleset_id description: The ID of the ruleset. in: path @@ -33768,11 +33753,11 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: *241 - '404': *6 - '500': *159 + default: *242 + '404': *7 + '500': *160 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -33788,7 +33773,7 @@ paths: category: orgs subcategory: rules parameters: - - *114 + - *115 - name: ruleset_id description: The ID of the ruleset. in: path @@ -33812,16 +33797,16 @@ paths: enum: - branch - tag - enforcement: *236 + enforcement: *237 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *237 - conditions: *238 + items: *238 + conditions: *239 rules: description: An array of rules within the ruleset. type: array - items: *239 + items: *240 examples: default: value: @@ -33856,11 +33841,11 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: *241 - '404': *6 - '500': *159 + default: *242 + '404': *7 + '500': *160 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -33876,7 +33861,7 @@ paths: category: orgs subcategory: rules parameters: - - *114 + - *115 - name: ruleset_id description: The ID of the ruleset. in: path @@ -33886,8 +33871,8 @@ paths: responses: '204': description: Response - '404': *6 - '500': *159 + '404': *7 + '500': *160 "/orgs/{org}/secret-scanning/alerts": get: summary: List secret scanning alerts for an organization @@ -33904,14 +33889,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: - - *114 - - *242 + - *115 - *243 - *244 - *245 - - *66 - - *19 - - *17 + - *246 + - *67 + - *20 + - *18 - &541 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). @@ -33932,7 +33917,7 @@ paths: required: false schema: type: string - - *246 + - *247 responses: '200': description: Response @@ -33940,13 +33925,13 @@ paths: application/json: schema: type: array - items: *247 + items: *248 examples: - default: *248 + default: *249 headers: - Link: *38 - '404': *6 - '503': *80 + Link: *39 + '404': *7 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33968,8 +33953,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: - - *114 - - *66 + - *115 + - *67 - name: sort description: The property to sort the results by. in: query @@ -33981,8 +33966,8 @@ paths: - updated - published default: created - - *64 - *65 + - *66 - 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)." @@ -34058,13 +34043,13 @@ paths: nullable: true description: The author of the advisory. allOf: - - *18 + - *19 publisher: readOnly: true nullable: true description: The publisher of the advisory. allOf: - - *18 + - *19 identifiers: type: array items: @@ -34152,7 +34137,7 @@ paths: type: object nullable: true properties: - ecosystem: *249 + ecosystem: *1 name: type: string description: The unique package name within its ecosystem. @@ -34240,7 +34225,7 @@ paths: advisory. type: object properties: - user: *18 + user: *19 type: *250 state: type: string @@ -34260,19 +34245,19 @@ paths: type: array description: A list of users that collaborate on the advisory. nullable: true - items: *18 + items: *19 collaborating_teams: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *161 + items: *162 private_fork: readOnly: true nullable: true description: A temporary private fork of the advisory's repository for collaborating on a fix. allOf: - - *79 + - *80 required: - ghsa_id - cve_id @@ -34647,8 +34632,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': *14 - '404': *6 + '400': *15 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34670,7 +34655,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#list-security-manager-teams parameters: - - *114 + - *115 responses: '200': description: Response @@ -34686,7 +34671,7 @@ paths: properties: *251 required: *252 examples: - default: *208 + default: *209 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34709,8 +34694,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - - *114 - - *207 + - *115 + - *208 responses: '204': description: Response @@ -34738,8 +34723,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *114 - - *207 + - *115 + - *208 responses: '204': description: Response @@ -34765,7 +34750,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: - - *114 + - *115 responses: '200': description: Response @@ -34797,9 +34782,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: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 responses: '200': description: Success @@ -34829,7 +34814,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: - - *114 + - *115 responses: '200': description: Response @@ -34859,7 +34844,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: - - *114 + - *115 responses: '200': description: Response @@ -34884,8 +34869,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: - - *114 - - *17 + - *115 + - *18 - name: page description: Page token in: query @@ -34982,9 +34967,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-teams parameters: - - *114 - - *17 - - *19 + - *115 + - *18 + - *20 responses: '200': description: Response @@ -34992,12 +34977,12 @@ paths: application/json: schema: type: array - items: *161 + items: *162 examples: - default: *208 + default: *209 headers: - Link: *38 - '403': *28 + Link: *39 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35016,7 +35001,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#create-a-team parameters: - - *114 + - *115 requestBody: required: true content: @@ -35446,8 +35431,8 @@ paths: created_at: '2008-01-14T04:33:35Z' updated_at: '2017-08-17T12:37:15Z' type: Organization - '422': *15 - '403': *28 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35467,8 +35452,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - - *114 - - *207 + - *115 + - *208 responses: '200': description: Response @@ -35477,7 +35462,7 @@ paths: schema: *261 examples: default: *262 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35496,8 +35481,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - - *114 - - *207 + - *115 + - *208 requestBody: required: false content: @@ -35569,9 +35554,9 @@ paths: schema: *261 examples: default: *262 - '404': *6 - '422': *15 - '403': *28 + '404': *7 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35592,8 +35577,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - - *114 - - *207 + - *115 + - *208 responses: '204': description: Response @@ -35618,11 +35603,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - - *114 - - *207 - - *66 - - *17 - - *19 + - *115 + - *208 + - *67 + - *18 + - *20 - name: pinned in: query required: false @@ -35646,8 +35631,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true body: description: The main text of the discussion. @@ -35715,7 +35700,7 @@ paths: type: string format: uri example: https://api.github.com/organizations/1/team/2343027/discussions/1 - reactions: *85 + reactions: *86 required: - author - body @@ -35785,7 +35770,7 @@ paths: eyes: 1 rocket: 1 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35808,8 +35793,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - - *114 - - *207 + - *115 + - *208 requestBody: required: true content: @@ -35916,8 +35901,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - - *114 - - *207 + - *115 + - *208 - &265 name: discussion_number description: The number that identifies the discussion. @@ -35953,8 +35938,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - - *114 - - *207 + - *115 + - *208 - *265 requestBody: required: false @@ -36049,8 +36034,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - - *114 - - *207 + - *115 + - *208 - *265 responses: '204': @@ -36076,12 +36061,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - - *114 - - *207 + - *115 + - *208 - *265 - - *66 - - *17 - - *19 + - *67 + - *18 + - *20 responses: '200': description: Response @@ -36098,8 +36083,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true body: description: The main text of the comment. @@ -36146,7 +36131,7 @@ paths: type: string format: uri example: https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1 - reactions: *85 + reactions: *86 required: - author - body @@ -36205,7 +36190,7 @@ paths: eyes: 1 rocket: 1 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36228,8 +36213,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - - *114 - - *207 + - *115 + - *208 - *265 requestBody: required: true @@ -36319,8 +36304,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - - *114 - - *207 + - *115 + - *208 - *265 - &268 name: comment_number @@ -36357,8 +36342,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - - *114 - - *207 + - *115 + - *208 - *265 - *268 requestBody: @@ -36447,8 +36432,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - - *114 - - *207 + - *115 + - *208 - *265 - *268 responses: @@ -36475,8 +36460,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: - - *114 - - *207 + - *115 + - *208 - *265 - *268 - name: content @@ -36495,8 +36480,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -36520,8 +36505,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true content: description: The reaction to use @@ -36573,7 +36558,7 @@ paths: content: heart created_at: '2016-05-20T20:09:31Z' headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36596,8 +36581,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: - - *114 - - *207 + - *115 + - *208 - *265 - *268 requestBody: @@ -36687,8 +36672,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - - *114 - - *207 + - *115 + - *208 - *265 - *268 - &272 @@ -36722,8 +36707,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - - *114 - - *207 + - *115 + - *208 - *265 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -36741,8 +36726,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -36754,7 +36739,7 @@ paths: examples: default: *271 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36777,8 +36762,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - - *114 - - *207 + - *115 + - *208 - *265 requestBody: required: true @@ -36842,8 +36827,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - - *114 - - *207 + - *115 + - *208 - *265 - *272 responses: @@ -36868,8 +36853,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: - - *114 - - *207 + - *115 + - *208 responses: '200': description: Response @@ -36896,8 +36881,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: - - *114 - - *207 + - *115 + - *208 requestBody: required: true content: @@ -36941,8 +36926,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: - - *114 - - *207 + - *115 + - *208 responses: '204': description: Response @@ -36965,10 +36950,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - - *114 - - *207 - - *17 - - *19 + - *115 + - *208 + - *18 + - *20 responses: '200': description: Response @@ -36976,11 +36961,11 @@ paths: application/json: schema: type: array - items: *191 + items: *192 examples: - default: *192 + default: *193 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37000,8 +36985,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - - *114 - - *207 + - *115 + - *208 - name: role description: Filters members returned by their role in the team. in: query @@ -37013,8 +36998,8 @@ paths: - maintainer - all default: all - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -37022,11 +37007,11 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 + default: *197 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37053,9 +37038,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - - *114 - - *207 - - *153 + - *115 + - *208 + - *154 responses: '200': description: Response @@ -37122,9 +37107,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: - - *114 - - *207 - - *153 + - *115 + - *208 + - *154 requestBody: required: false content: @@ -37184,9 +37169,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - - *114 - - *207 - - *153 + - *115 + - *208 + - *154 responses: '204': description: Response @@ -37211,10 +37196,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - - *114 - - *207 - - *17 - - *19 + - *115 + - *208 + - *18 + - *20 responses: '200': description: Response @@ -37248,7 +37233,7 @@ paths: type: integer state: type: string - creator: *18 + creator: *19 created_at: type: string updated_at: @@ -37330,7 +37315,7 @@ paths: write: true admin: false headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37350,8 +37335,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - - *114 - - *207 + - *115 + - *208 - &279 name: project_id description: The unique identifier of the project. @@ -37425,8 +37410,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - - *114 - - *207 + - *115 + - *208 - *279 requestBody: required: false @@ -37490,8 +37475,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - - *114 - - *207 + - *115 + - *208 - *279 responses: '204': @@ -37515,10 +37500,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - - *114 - - *207 - - *17 - - *19 + - *115 + - *208 + - *18 + - *20 responses: '200': description: Response @@ -37526,11 +37511,11 @@ paths: application/json: schema: type: array - items: *131 + items: *132 examples: - default: *215 + default: *216 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37556,8 +37541,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *114 - - *207 + - *115 + - *208 - *280 - *281 responses: @@ -37588,8 +37573,8 @@ paths: title: License Simple description: License Simple type: object - properties: *98 - required: *99 + properties: *99 + required: *100 nullable: true forks: type: integer @@ -37617,8 +37602,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true private: description: Whether the repository is private or public. @@ -38133,8 +38118,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *114 - - *207 + - *115 + - *208 - *280 - *281 requestBody: @@ -38181,8 +38166,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - - *114 - - *207 + - *115 + - *208 - *280 - *281 responses: @@ -38209,8 +38194,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: - - *114 - - *207 + - *115 + - *208 responses: '200': description: Response @@ -38239,8 +38224,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: - - *114 - - *207 + - *115 + - *208 requestBody: required: true content: @@ -38314,10 +38299,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - - *114 - - *207 - - *17 - - *19 + - *115 + - *208 + - *18 + - *20 responses: '200': description: if child teams exist @@ -38325,7 +38310,7 @@ paths: application/json: schema: type: array - items: *161 + items: *162 examples: response-if-child-teams-exist: &596 value: @@ -38355,7 +38340,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos html_url: https://github.com/orgs/rails/teams/core headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38377,7 +38362,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: - - *114 + - *115 - name: security_product in: path description: The security feature to enable or disable. @@ -38481,8 +38466,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true created_at: type: string @@ -38554,10 +38539,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': *36 - '403': *28 - '401': *24 - '404': *6 + '304': *37 + '403': *29 + '401': *25 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38603,11 +38588,11 @@ paths: schema: *285 examples: default: *286 - '304': *36 - '403': *28 - '401': *24 - '404': *6 - '422': *7 + '304': *37 + '403': *29 + '401': *25 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38627,7 +38612,7 @@ paths: responses: '204': description: Response - '304': *36 + '304': *37 '403': description: Forbidden content: @@ -38643,8 +38628,8 @@ paths: type: array items: type: string - '401': *24 - '404': *6 + '401': *25 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38701,7 +38686,7 @@ paths: examples: default: value: - '304': *36 + '304': *37 '403': description: Forbidden content: @@ -38726,7 +38711,7 @@ paths: type: string field: type: string - '401': *24 + '401': *25 '503': description: Response content: @@ -38749,7 +38734,7 @@ paths: type: string message: type: string - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38834,10 +38819,10 @@ paths: name: To Do created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' - '304': *36 - '403': *28 - '404': *6 - '401': *24 + '304': *37 + '403': *29 + '404': *7 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38880,9 +38865,9 @@ paths: schema: *288 examples: default: *289 - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38902,9 +38887,9 @@ paths: responses: '204': description: Response - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38933,8 +38918,8 @@ paths: - archived - not_archived default: not_archived - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -38976,10 +38961,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: *38 - '304': *36 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39038,17 +39023,17 @@ paths: schema: *285 examples: default: *286 - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 '422': description: Validation failed content: application/json: schema: oneOf: - - *117 - *118 + - *119 '503': description: Response content: @@ -39121,10 +39106,10 @@ paths: examples: default: value: - '304': *36 - '403': *28 - '422': *7 - '401': *24 + '304': *37 + '403': *29 + '422': *8 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39149,7 +39134,7 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: default: &290 value: @@ -39184,9 +39169,9 @@ paths: site_admin: false created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39250,13 +39235,13 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: default: *290 '404': description: Not Found if the authenticated user does not have access to the project - '304': *36 + '304': *37 '403': description: Forbidden content: @@ -39272,9 +39257,9 @@ paths: type: array items: type: string - '401': *24 + '401': *25 '410': *291 - '422': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39295,7 +39280,7 @@ paths: responses: '204': description: Delete Success - '304': *36 + '304': *37 '403': description: Forbidden content: @@ -39311,9 +39296,9 @@ paths: type: array items: type: string - '401': *24 + '401': *25 '410': *291 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39351,8 +39336,8 @@ paths: - direct - all default: all - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -39360,16 +39345,16 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 + default: *197 headers: - Link: *38 - '404': *6 - '422': *15 - '304': *36 - '403': *28 - '401': *24 + Link: *39 + '404': *7 + '422': *16 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39388,7 +39373,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - *279 - - *153 + - *154 requestBody: required: false content: @@ -39414,11 +39399,11 @@ paths: responses: '204': description: Response - '404': *6 - '422': *15 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '422': *16 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39436,15 +39421,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - *279 - - *153 + - *154 responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '422': *15 - '401': *24 + '304': *37 + '404': *7 + '403': *29 + '422': *16 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39465,7 +39450,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - *279 - - *153 + - *154 responses: '200': description: Response @@ -39482,8 +39467,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - permission @@ -39511,11 +39496,11 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *6 - '422': *15 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '422': *16 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39533,8 +39518,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - *279 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -39555,10 +39540,10 @@ paths: created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' headers: - Link: *38 - '304': *36 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39609,10 +39594,10 @@ paths: name: To Do created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' - '304': *36 - '403': *28 - '422': *7 - '401': *24 + '304': *37 + '403': *29 + '422': *8 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39762,8 +39747,8 @@ paths: schema: type: integer format: timestamp - '304': *36 - '404': *6 + '304': *37 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40290,8 +40275,8 @@ paths: status: disabled secret_scanning_validity_checks: status: disabled - '403': *28 - '404': *6 + '403': *29 + '404': *7 '301': *294 x-github: githubCloudOnly: false @@ -40541,10 +40526,10 @@ paths: description: Temporary Redirect content: application/json: - schema: *2 - '403': *28 - '422': *15 - '404': *6 + schema: *3 + '403': *29 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40590,7 +40575,7 @@ paths: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository '307': *296 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40614,8 +40599,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 - &311 name: name description: The name field of an artifact. When specified, only artifacts @@ -40747,7 +40732,7 @@ paths: head_branch: main head_sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40920,8 +40905,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 - &300 name: ref description: The full Git reference for narrowing down the cache. The `ref` @@ -40950,7 +40935,7 @@ paths: - last_accessed_at - size_in_bytes default: last_accessed_at - - *66 + - *67 responses: '200': description: Response @@ -41010,7 +40995,7 @@ paths: created_at: '2019-01-24T22:45:36.000Z' size_in_bytes: 1024 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41472,11 +41457,11 @@ paths: description: Response content: application/json: - schema: *142 + schema: *143 examples: default: value: - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41527,8 +41512,8 @@ paths: include_claim_keys: - repo - context - '400': *14 - '404': *6 + '400': *15 + '404': *7 x-github: enabledForGitHubApps: true previews: [] @@ -41582,13 +41567,13 @@ paths: description: Empty response content: application/json: - schema: *142 + schema: *143 examples: default: value: - '404': *6 - '400': *14 - '422': *7 + '404': *7 + '400': *15 + '422': *8 x-github: enabledForGitHubApps: true previews: [] @@ -41613,8 +41598,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -41661,7 +41646,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41686,7 +41671,7 @@ paths: - *280 - *281 - *304 - - *19 + - *20 responses: '200': description: Response @@ -41745,7 +41730,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41778,8 +41763,8 @@ paths: enabled: &305 type: boolean description: Whether GitHub Actions is enabled on the repository. - allowed_actions: *41 - selected_actions_url: *124 + allowed_actions: *42 + selected_actions_url: *125 required: - enabled examples: @@ -41821,7 +41806,7 @@ paths: type: object properties: enabled: *305 - allowed_actions: *41 + allowed_actions: *42 required: - enabled examples: @@ -41940,9 +41925,9 @@ paths: description: Response content: application/json: - schema: *43 + schema: *44 examples: - default: *44 + default: *45 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -41974,9 +41959,9 @@ paths: required: false content: application/json: - schema: *43 + schema: *44 examples: - selected_actions: *44 + selected_actions: *45 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -42005,9 +41990,9 @@ paths: description: Response content: application/json: - schema: *127 + schema: *128 examples: - default: *47 + default: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42040,9 +42025,9 @@ paths: required: true content: application/json: - schema: *128 + schema: *129 examples: - default: *47 + default: *48 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42071,8 +42056,8 @@ paths: type: string - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -42088,11 +42073,11 @@ paths: type: integer runners: type: array - items: *54 + items: *55 examples: - default: *55 + default: *56 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42123,9 +42108,9 @@ paths: application/json: schema: type: array - items: *132 + items: *133 examples: - default: *133 + default: *134 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42191,9 +42176,9 @@ paths: - no-gpu work_folder: _work responses: - '201': *134 - '404': *6 - '422': *7 + '201': *135 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42228,9 +42213,9 @@ paths: description: Response content: application/json: - schema: *57 + schema: *58 examples: - default: *135 + default: *136 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42265,9 +42250,9 @@ paths: description: Response content: application/json: - schema: *57 + schema: *58 examples: - default: *136 + default: *137 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42291,15 +42276,15 @@ paths: parameters: - *280 - *281 - - *53 + - *54 responses: '200': description: Response content: application/json: - schema: *54 + schema: *55 examples: - default: *137 + default: *138 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42322,7 +42307,7 @@ paths: parameters: - *280 - *281 - - *53 + - *54 responses: '204': description: Response @@ -42349,10 +42334,10 @@ paths: parameters: - *280 - *281 - - *53 + - *54 responses: - '200': *59 - '404': *6 + '200': *60 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42375,7 +42360,7 @@ paths: parameters: - *280 - *281 - - *53 + - *54 requestBody: required: true content: @@ -42399,9 +42384,9 @@ paths: - gpu - accelerated responses: - '200': *59 - '404': *6 - '422': *7 + '200': *60 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42425,7 +42410,7 @@ paths: parameters: - *280 - *281 - - *53 + - *54 requestBody: required: true content: @@ -42450,9 +42435,9 @@ paths: - gpu - accelerated responses: - '200': *59 - '404': *6 - '422': *7 + '200': *60 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42476,10 +42461,10 @@ paths: parameters: - *280 - *281 - - *53 + - *54 responses: - '200': *138 - '404': *6 + '200': *139 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42507,12 +42492,12 @@ paths: parameters: - *280 - *281 - - *53 - - *139 + - *54 + - *140 responses: - '200': *59 - '404': *6 - '422': *7 + '200': *60 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42586,8 +42571,8 @@ paths: - requested - waiting - pending - - *17 - - *19 + - *18 + - *20 - &329 name: created description: Returns workflow runs created within the given date-time range. @@ -42800,8 +42785,8 @@ paths: updated_at: type: string format: date-time - actor: *18 - triggering_actor: *18 + actor: *19 + triggering_actor: *19 run_started_at: type: string format: date-time @@ -42905,8 +42890,8 @@ paths: - author - committer nullable: true - repository: *131 - head_repository: *131 + repository: *132 + head_repository: *132 head_repository_id: type: integer example: 5 @@ -43158,7 +43143,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: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43523,7 +43508,7 @@ paths: - pending example: approved type: string - user: *18 + user: *19 comment: type: string description: The comment submitted with the deployment review @@ -43592,12 +43577,12 @@ paths: description: Response content: application/json: - schema: *142 + schema: *143 examples: default: value: - '404': *6 - '403': *28 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43622,8 +43607,8 @@ paths: - *280 - *281 - *310 - - *17 - - *19 + - *18 + - *20 - *311 responses: '200': @@ -43644,7 +43629,7 @@ paths: examples: default: *312 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43711,8 +43696,8 @@ paths: - *281 - *310 - *314 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -43819,8 +43804,8 @@ paths: workflow_name: CI head_branch: main headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43882,11 +43867,11 @@ paths: description: Response content: application/json: - schema: *142 + schema: *143 examples: default: value: - '409': *206 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43986,11 +43971,11 @@ paths: description: Response content: application/json: - schema: *142 + schema: *143 examples: default: value: - '409': *206 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44028,8 +44013,8 @@ paths: - latest - all default: latest - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -44049,7 +44034,7 @@ paths: examples: default: *316 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44107,8 +44092,8 @@ paths: responses: '204': description: Response - '403': *28 - '500': *159 + '403': *29 + '500': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44200,8 +44185,8 @@ paths: example: User reviewer: anyOf: - - *18 - - *161 + - *19 + - *162 required: - environment - wait_timer @@ -44374,8 +44359,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true created_at: type: string @@ -44411,8 +44396,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true required: - id @@ -44509,7 +44494,7 @@ paths: description: Response content: application/json: - schema: *142 + schema: *143 examples: default: value: @@ -44555,7 +44540,7 @@ paths: description: Response content: application/json: - schema: *142 + schema: *143 examples: default: value: @@ -44721,8 +44706,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -44742,7 +44727,7 @@ paths: examples: default: *318 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44798,7 +44783,7 @@ paths: parameters: - *280 - *281 - - *141 + - *142 responses: '200': description: Response @@ -44834,7 +44819,7 @@ paths: parameters: - *280 - *281 - - *141 + - *142 requestBody: required: true content: @@ -44862,7 +44847,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *142 + schema: *143 examples: default: value: @@ -44890,7 +44875,7 @@ paths: parameters: - *280 - *281 - - *141 + - *142 responses: '204': description: Response @@ -44918,7 +44903,7 @@ paths: - *280 - *281 - *304 - - *19 + - *20 responses: '200': description: Response @@ -44938,7 +44923,7 @@ paths: examples: default: *322 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44987,7 +44972,7 @@ paths: description: Response content: application/json: - schema: *142 + schema: *143 examples: default: value: @@ -45014,7 +44999,7 @@ paths: parameters: - *280 - *281 - - *144 + - *145 responses: '200': description: Response @@ -45050,7 +45035,7 @@ paths: parameters: - *280 - *281 - - *144 + - *145 requestBody: required: true content: @@ -45094,7 +45079,7 @@ paths: parameters: - *280 - *281 - - *144 + - *145 responses: '204': description: Response @@ -45121,8 +45106,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -45222,7 +45207,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: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45409,8 +45394,8 @@ paths: - *326 - *327 - *328 - - *17 - - *19 + - *18 + - *20 - *329 - *308 - *330 @@ -45434,7 +45419,7 @@ paths: examples: default: *332 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45523,10 +45508,10 @@ paths: parameters: - *280 - *281 - - *66 - - *17 - - *64 + - *67 + - *18 - *65 + - *66 - name: ref description: |- The Git reference for the activities you want to list. @@ -45625,8 +45610,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - id @@ -45667,8 +45652,8 @@ paths: type: User site_admin: false headers: - Link: *38 - '422': *7 + Link: *39 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45688,8 +45673,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -45697,12 +45682,12 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 + default: *197 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45739,7 +45724,7 @@ paths: description: Otherwise a `404` status code is returned. content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45871,7 +45856,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/autolinks/1 schema: type: string - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45908,7 +45893,7 @@ paths: schema: *333 examples: default: *334 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45933,7 +45918,7 @@ paths: responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46055,8 +46040,8 @@ paths: required: false schema: type: boolean - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -46157,17 +46142,17 @@ paths: description: The list of users with review dismissal access. type: array - items: *18 + items: *19 teams: description: The list of teams with review dismissal access. type: array - items: *161 + items: *162 apps: description: The list of apps with review dismissal access. type: array - items: *5 + items: *6 url: type: string example: '"https://api.github.com/repos/the-org/an-org-repo/branches/master/protection/dismissal_restrictions"' @@ -46186,17 +46171,17 @@ paths: description: The list of users allowed to bypass pull request requirements. type: array - items: *18 + items: *19 teams: description: The list of teams allowed to bypass pull request requirements. type: array - items: *161 + items: *162 apps: description: The list of apps allowed to bypass pull request requirements. type: array - items: *5 + items: *6 dismiss_stale_reviews: type: boolean example: true @@ -46498,8 +46483,8 @@ paths: - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46639,15 +46624,15 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true committer: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true parents: type: array @@ -46869,7 +46854,7 @@ paths: checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection '301': *294 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47067,7 +47052,7 @@ paths: enabled: true allow_fork_syncing: enabled: true - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47420,13 +47405,13 @@ paths: format: uri users: type: array - items: *18 + items: *19 teams: type: array - items: *161 + items: *162 apps: type: array - items: *5 + items: *6 required: - url - users_url @@ -47438,13 +47423,13 @@ paths: properties: users: type: array - items: *18 + items: *19 teams: type: array - items: *161 + items: *162 apps: type: array - items: *5 + items: *6 required: - users - teams @@ -47589,9 +47574,9 @@ paths: enabled: true allow_fork_syncing: enabled: true - '403': *28 - '422': *7 - '404': *6 + '403': *29 + '422': *8 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47617,7 +47602,7 @@ paths: responses: '204': description: Response - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47705,7 +47690,7 @@ paths: responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47934,7 +47919,7 @@ paths: schema: *342 examples: default: *343 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47960,7 +47945,7 @@ paths: responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47996,7 +47981,7 @@ paths: value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48026,7 +48011,7 @@ paths: schema: *340 examples: default: *344 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48051,7 +48036,7 @@ paths: responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48089,7 +48074,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': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48164,8 +48149,8 @@ paths: schema: *345 examples: default: *346 - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48227,7 +48212,7 @@ paths: default: value: - continuous-integration/travis-ci - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48293,9 +48278,9 @@ paths: value: - continuous-integration/travis-ci - continuous-integration/jenkins - '422': *15 - '403': *28 - '404': *6 + '422': *16 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48360,8 +48345,8 @@ paths: default: value: - continuous-integration/travis-ci - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48425,8 +48410,8 @@ paths: default: value: - continuous-integration/travis-ci - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48529,7 +48514,7 @@ paths: events: - push - pull_request - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48583,7 +48568,7 @@ paths: application/json: schema: type: array - items: *5 + items: *6 examples: default: &347 value: @@ -48623,7 +48608,7 @@ paths: events: - push - pull_request - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48680,10 +48665,10 @@ paths: application/json: schema: type: array - items: *5 + items: *6 examples: default: *347 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48741,10 +48726,10 @@ paths: application/json: schema: type: array - items: *5 + items: *6 examples: default: *347 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48801,10 +48786,10 @@ paths: application/json: schema: type: array - items: *5 + items: *6 examples: default: *347 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48835,10 +48820,10 @@ paths: application/json: schema: type: array - items: *161 + items: *162 examples: - default: *208 - '404': *6 + default: *209 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48895,10 +48880,10 @@ paths: application/json: schema: type: array - items: *161 + items: *162 examples: - default: *208 - '422': *15 + default: *209 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48956,10 +48941,10 @@ paths: application/json: schema: type: array - items: *161 + items: *162 examples: - default: *208 - '422': *15 + default: *209 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49016,10 +49001,10 @@ paths: application/json: schema: type: array - items: *161 + items: *162 examples: - default: *208 - '422': *15 + default: *209 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49050,10 +49035,10 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 - '404': *6 + default: *197 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49113,10 +49098,10 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 - '422': *15 + default: *197 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49177,10 +49162,10 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 - '422': *15 + default: *197 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49240,10 +49225,10 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 - '422': *15 + default: *197 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49380,9 +49365,9 @@ paths: - ci-test - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection - '403': *28 - '404': *6 - '422': *15 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49793,8 +49778,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true pull_requests: description: Pull requests that are open with a `head_sha` or @@ -49869,8 +49854,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true required: - id @@ -50464,8 +50449,8 @@ paths: - *280 - *281 - *351 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -50538,7 +50523,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: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50568,7 +50553,7 @@ paths: description: Response content: application/json: - schema: *142 + schema: *143 examples: default: value: @@ -50577,13 +50562,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': *6 + schema: *3 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50701,10 +50686,10 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true - repository: *131 + repository: *132 created_at: type: string format: date-time @@ -51120,7 +51105,7 @@ paths: required: - app_id - setting - repository: *131 + repository: *132 examples: default: value: @@ -51437,8 +51422,8 @@ paths: - latest - all default: latest - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -51538,7 +51523,7 @@ paths: url: https://api.github.com/repos/github/hello-world name: hello-world headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51566,7 +51551,7 @@ paths: description: Response content: application/json: - schema: *142 + schema: *143 examples: default: value: @@ -51595,10 +51580,10 @@ paths: parameters: - *280 - *281 - - *154 - *155 - - *19 - - *17 + - *156 + - *20 + - *18 - &369 name: ref description: The Git reference for the results you want to list. The `ref` @@ -51607,7 +51592,7 @@ paths: in: query required: false schema: *358 - - *66 + - *67 - name: sort description: The property by which to sort the results. in: query @@ -51623,7 +51608,7 @@ paths: be returned. in: query required: false - schema: *156 + schema: *157 - name: severity description: If specified, only code scanning alerts with this severity will be returned. @@ -51640,22 +51625,22 @@ paths: items: type: object properties: - number: *70 - created_at: *75 - updated_at: *76 - url: *73 - html_url: *74 + number: *71 + created_at: *76 + updated_at: *77 + url: *74 + html_url: *75 instances_url: *360 - state: *69 - fixed_at: *78 + state: *70 + fixed_at: *79 dismissed_by: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true - dismissed_at: *77 + dismissed_at: *78 dismissed_reason: *361 dismissed_comment: *362 rule: *363 @@ -51775,15 +51760,15 @@ paths: end_column: 18 classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances - '304': *36 + '304': *37 '403': &366 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: - schema: *2 - '404': *6 - '503': *80 + schema: *3 + '404': *7 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51813,7 +51798,7 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *70 + schema: *71 responses: '200': description: Response @@ -51822,22 +51807,22 @@ paths: schema: &368 type: object properties: - number: *70 - created_at: *75 - updated_at: *76 - url: *73 - html_url: *74 + number: *71 + created_at: *76 + updated_at: *77 + url: *74 + html_url: *75 instances_url: *360 - state: *69 - fixed_at: *78 + state: *70 + fixed_at: *79 dismissed_by: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true - dismissed_at: *77 + dismissed_at: *78 dismissed_reason: *361 dismissed_comment: *362 rule: @@ -51981,10 +51966,10 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '304': *36 + '304': *37 '403': *366 - '404': *6 - '503': *80 + '404': *7 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52115,9 +52100,9 @@ paths: Security is not enabled for this repository content: application/json: - schema: *2 - '404': *6 - '503': *80 + schema: *3 + '404': *7 + '503': *81 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -52140,8 +52125,8 @@ paths: - *280 - *281 - *367 - - *19 - - *17 + - *20 + - *18 - *369 responses: '200': @@ -52190,8 +52175,8 @@ paths: classifications: - source '403': *366 - '404': *6 - '503': *80 + '404': *7 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52225,10 +52210,10 @@ paths: parameters: - *280 - *281 - - *154 - *155 - - *19 - - *17 + - *156 + - *20 + - *18 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` @@ -52244,7 +52229,7 @@ paths: type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 - - *66 + - *67 - name: sort description: The property by which to sort the results. in: query @@ -52364,8 +52349,8 @@ paths: deletable: true warning: '' '403': *366 - '404': *6 - '503': *80 + '404': *7 + '503': *81 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -52468,8 +52453,8 @@ paths: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 '403': *366 - '404': *6 - '503': *80 + '404': *7 + '503': *81 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -52602,10 +52587,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': *14 + '400': *15 '403': *374 - '404': *6 - '503': *80 + '404': *7 + '503': *81 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -52648,7 +52633,7 @@ paths: language: type: string description: The language of the CodeQL database. - uploader: *18 + uploader: *19 content_type: type: string description: The MIME type of the CodeQL database file. @@ -52746,8 +52731,8 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c '403': *366 - '404': *6 - '503': *80 + '404': *7 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52822,8 +52807,8 @@ paths: '302': &405 description: Found '403': *366 - '404': *6 - '503': *80 + '404': *7 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52907,8 +52892,8 @@ paths: updated_at: '2023-01-19T11:21:34Z' schedule: weekly '403': *366 - '404': *6 - '503': *80 + '404': *7 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52973,7 +52958,7 @@ paths: description: Response content: application/json: - schema: *142 + schema: *143 examples: default: value: @@ -52999,14 +52984,14 @@ paths: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 '403': *374 - '404': *6 + '404': *7 '409': description: Response if there is already a validation run in progress with a different default setup configuration content: application/json: - schema: *2 - '503': *80 + schema: *3 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53143,10 +53128,10 @@ paths: '400': description: Bad Request if the sarif field is invalid '403': *374 - '404': *6 + '404': *7 '413': description: Payload Too Large if the sarif field is too large - '503': *80 + '503': *81 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -53215,7 +53200,7 @@ paths: '403': *366 '404': description: Not Found if the sarif id does not match any upload - '503': *80 + '503': *81 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -53356,8 +53341,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: - - *17 - - *19 + - *18 + - *20 - *280 - *281 responses: @@ -53375,7 +53360,7 @@ paths: type: integer codespaces: type: array - items: *197 + items: *198 examples: default: value: @@ -53651,10 +53636,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': *159 - '401': *24 - '403': *28 - '404': *6 + '500': *160 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -53737,7 +53722,7 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *197 + schema: *198 examples: default: *377 '202': @@ -53745,14 +53730,14 @@ paths: being retried in the background content: application/json: - schema: *197 + schema: *198 examples: default: *377 - '400': *14 - '401': *24 - '403': *28 - '404': *6 - '503': *80 + '400': *15 + '401': *25 + '403': *29 + '404': *7 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -53774,8 +53759,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: - - *17 - - *19 + - *18 + - *20 - *280 - *281 responses: @@ -53817,11 +53802,11 @@ paths: - path: ".devcontainer.json" display_name: Default project configuration total_count: 3 - '500': *159 - '400': *14 - '401': *24 - '403': *28 - '404': *6 + '500': *160 + '400': *15 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53900,11 +53885,11 @@ paths: storage_in_bytes: 68719476736 memory_in_bytes: 34359738368 cpus: 8 - '304': *36 - '500': *159 - '401': *24 - '403': *28 - '404': *6 + '304': *37 + '500': *160 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53949,7 +53934,7 @@ paths: schema: type: object properties: - billable_owner: *18 + billable_owner: *19 defaults: type: object required: @@ -53986,9 +53971,9 @@ paths: defaults: location: EastUs devcontainer_path: ".devcontainer/devcontainer.json" - '401': *24 - '403': *28 - '404': *6 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54051,11 +54036,11 @@ paths: default: value: accepted: true - '401': *24 - '403': *28 - '404': *6 - '422': *15 - '503': *80 + '401': *25 + '403': *29 + '404': *7 + '422': *16 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54078,8 +54063,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -54117,7 +54102,7 @@ paths: examples: default: *380 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54171,7 +54156,7 @@ paths: parameters: - *280 - *281 - - *141 + - *142 responses: '200': description: Response @@ -54201,7 +54186,7 @@ paths: parameters: - *280 - *281 - - *141 + - *142 requestBody: required: true content: @@ -54229,7 +54214,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *142 + schema: *143 examples: default: value: @@ -54255,7 +54240,7 @@ paths: parameters: - *280 - *281 - - *141 + - *142 responses: '204': description: Response @@ -54313,8 +54298,8 @@ paths: - push - maintain - admin - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -54464,8 +54449,8 @@ paths: admin: false role_name: write headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54491,7 +54476,7 @@ paths: parameters: - *280 - *281 - - *153 + - *154 responses: '204': description: Response if user is a collaborator @@ -54535,7 +54520,7 @@ paths: parameters: - *280 - *281 - - *153 + - *154 requestBody: required: false content: @@ -54571,20 +54556,20 @@ paths: description: Unique identifier of the repository invitation. example: 42 type: integer - repository: *131 + repository: *132 invitee: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true inviter: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true permissions: description: The permission associated with the invitation. @@ -54742,8 +54727,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': *15 - '403': *28 + '422': *16 + '403': *29 x-github: triggersNotification: true githubCloudOnly: false @@ -54783,12 +54768,12 @@ paths: parameters: - *280 - *281 - - *153 + - *154 responses: '204': description: No Content when collaborator was removed from the repository. - '422': *15 - '403': *28 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54814,7 +54799,7 @@ paths: parameters: - *280 - *281 - - *153 + - *154 responses: '200': description: if user has admin permissions @@ -54865,7 +54850,7 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54892,8 +54877,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -54933,8 +54918,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true created_at: type: string @@ -54942,8 +54927,8 @@ paths: updated_at: type: string format: date-time - author_association: *84 - reactions: *85 + author_association: *85 + reactions: *86 required: - url - html_url @@ -54993,7 +54978,7 @@ paths: updated_at: '2011-04-14T16:00:49Z' author_association: COLLABORATOR headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55020,7 +55005,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 responses: '200': description: Response @@ -55061,7 +55046,7 @@ paths: site_admin: false created_at: '2011-04-14T16:00:49Z' updated_at: '2011-04-14T16:00:49Z' - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55087,7 +55072,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 requestBody: required: true content: @@ -55144,7 +55129,7 @@ paths: site_admin: false created_at: '2011-04-14T16:00:49Z' updated_at: '2011-04-14T16:00:49Z' - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55162,11 +55147,11 @@ paths: parameters: - *280 - *281 - - *96 + - *97 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55185,7 +55170,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 - 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. @@ -55202,8 +55187,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -55215,8 +55200,8 @@ paths: examples: default: *271 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55236,7 +55221,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 requestBody: required: true content: @@ -55278,7 +55263,7 @@ paths: schema: *269 examples: default: *270 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55300,7 +55285,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 - *272 responses: '204': @@ -55376,7 +55361,7 @@ paths: required: false schema: type: string - - *87 + - *88 - 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`.' @@ -55385,8 +55370,8 @@ paths: schema: type: string format: date-time - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -55465,11 +55450,11 @@ paths: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: - Link: *38 - '500': *159 - '400': *14 - '404': *6 - '409': *206 + Link: *39 + '500': *160 + '400': *15 + '404': *7 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55537,8 +55522,8 @@ paths: sha: c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc url: https://api.github.com/repos/octocat/Hello-World/commits/c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc protected: false - '422': *15 - '409': *206 + '422': *16 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55566,8 +55551,8 @@ paths: - *280 - *281 - *389 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -55579,7 +55564,7 @@ paths: examples: default: *390 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55650,8 +55635,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/comments/1 schema: type: string - '403': *28 - '422': *15 + '403': *29 + '422': *16 x-github: triggersNotification: true githubCloudOnly: false @@ -55675,8 +55660,8 @@ paths: - *280 - *281 - *389 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -55750,8 +55735,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true body: type: string @@ -55822,20 +55807,20 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true assignees: type: array - items: *18 + items: *19 nullable: true requested_reviewers: type: array - items: *18 + items: *19 nullable: true requested_teams: type: array - items: *161 + items: *162 nullable: true head: type: object @@ -55844,15 +55829,15 @@ paths: type: string ref: type: string - repo: *56 + repo: *57 sha: type: string user: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - label @@ -55867,15 +55852,15 @@ paths: type: string ref: type: string - repo: *56 + repo: *57 sha: type: string user: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - label @@ -55911,13 +55896,13 @@ paths: - review_comments - review_comment - self - author_association: *84 + author_association: *85 auto_merge: &496 title: Auto merge description: The status of auto merging a pull request. type: object properties: - enabled_by: *18 + enabled_by: *19 merge_method: type: string description: The merge method to use. @@ -56454,8 +56439,8 @@ paths: auto_merge: draft: false headers: - Link: *38 - '409': *206 + Link: *39 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56512,8 +56497,8 @@ paths: parameters: - *280 - *281 - - *19 - - *17 + - *20 + - *18 - &395 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), @@ -56614,11 +56599,11 @@ paths: patch: |- @@ -29,7 +29,7 @@ ..... - '422': *15 - '404': *6 - '500': *159 - '503': *80 - '409': *206 + '422': *16 + '404': *7 + '500': *160 + '503': *81 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56658,8 +56643,8 @@ paths: - latest - all default: latest - - *17 - - *19 + - *18 + - *20 - name: app_id in: query required: false @@ -56684,7 +56669,7 @@ paths: examples: default: *398 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56717,8 +56702,8 @@ paths: type: integer example: 1 - *396 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -56909,7 +56894,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: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56937,8 +56922,8 @@ paths: - *280 - *281 - *395 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -57003,7 +56988,7 @@ paths: type: string total_count: type: integer - repository: *131 + repository: *132 commit_url: type: string format: uri @@ -57114,7 +57099,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': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57137,8 +57122,8 @@ paths: - *280 - *281 - *395 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -57178,8 +57163,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - url @@ -57226,7 +57211,7 @@ paths: type: User site_admin: false headers: - Link: *38 + Link: *39 '301': *294 x-github: githubCloudOnly: false @@ -57306,8 +57291,8 @@ paths: title: License Simple description: License Simple type: object - properties: *98 - required: *99 + properties: *99 + required: *100 nullable: true contributing: title: Community Health File @@ -57459,8 +57444,8 @@ paths: parameters: - *280 - *281 - - *19 - - *17 + - *20 + - *18 - 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 @@ -57764,9 +57749,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': *6 - '500': *159 - '503': *80 + '404': *7 + '500': *160 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58352,8 +58337,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': *6 - '403': *28 + '404': *7 + '403': *29 '302': *405 x-github: githubCloudOnly: false @@ -58661,9 +58646,9 @@ paths: reason: unsigned signature: payload: - '404': *6 - '422': *15 - '409': *206 + '404': *7 + '422': *16 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58781,10 +58766,10 @@ paths: reason: unsigned signature: payload: - '422': *15 - '404': *6 - '409': *206 - '503': *80 + '422': *16 + '404': *7 + '409': *207 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58812,8 +58797,8 @@ paths: required: false schema: type: string - - *17 - - *19 + - *18 + - *20 responses: '200': description: If repository contains content @@ -58903,11 +58888,11 @@ paths: site_admin: false contributions: 32 headers: - Link: *38 + Link: *39 '204': description: Response if repository is empty - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58928,19 +58913,19 @@ paths: parameters: - *280 - *281 - - *167 - *168 - *169 - *170 + - *171 - 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 - - *171 - *172 - - *66 + - *173 + - *67 - name: page description: "**Deprecated**. Page number of the results to fetch. Use cursor-based pagination with `before` or `after` instead." @@ -58957,10 +58942,10 @@ paths: schema: type: integer default: 30 - - *64 - *65 - - *173 + - *66 - *174 + - *175 responses: '200': description: Response @@ -58972,7 +58957,7 @@ paths: type: object description: A Dependabot alert. properties: - number: *70 + number: *71 state: type: string description: The state of the Dependabot alert. @@ -58987,7 +58972,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: *71 + package: *72 manifest_path: type: string description: The full path to the dependency manifest file, @@ -59002,18 +58987,18 @@ paths: - development - runtime security_advisory: *407 - security_vulnerability: *72 - url: *73 - html_url: *74 - created_at: *75 - updated_at: *76 - dismissed_at: *77 + security_vulnerability: *73 + url: *74 + html_url: *75 + created_at: *76 + updated_at: *77 + dismissed_at: *78 dismissed_by: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true dismissed_reason: type: string @@ -59031,7 +59016,7 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *78 + fixed_at: *79 auto_dismissed_at: *408 required: - number @@ -59221,11 +59206,11 @@ paths: dismissed_reason: dismissed_comment: fixed_at: - '304': *36 - '400': *14 - '403': *28 - '404': *6 - '422': *7 + '304': *37 + '400': *15 + '403': *29 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59256,7 +59241,7 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *70 + schema: *71 responses: '200': description: Response @@ -59343,9 +59328,9 @@ paths: dismissed_reason: dismissed_comment: fixed_at: - '304': *36 - '403': *28 - '404': *6 + '304': *37 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59508,11 +59493,11 @@ paths: dismissed_reason: tolerable_risk dismissed_comment: This alert is accurate but we use a sanitizer. fixed_at: - '400': *14 - '403': *28 - '404': *6 - '409': *206 - '422': *7 + '400': *15 + '403': *29 + '404': *7 + '409': *207 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59536,8 +59521,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -59584,7 +59569,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59637,7 +59622,7 @@ paths: parameters: - *280 - *281 - - *141 + - *142 responses: '200': description: Response @@ -59671,7 +59656,7 @@ paths: parameters: - *280 - *281 - - *141 + - *142 requestBody: required: true content: @@ -59699,7 +59684,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *142 + schema: *143 examples: default: value: @@ -59725,7 +59710,7 @@ paths: parameters: - *280 - *281 - - *141 + - *142 responses: '204': description: Response @@ -59884,14 +59869,14 @@ paths: advisory_summary: Ruby OpenID advisory_url: https://github.com/advisories/GHSA-fqfj-cmh6-hj49 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 '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 @@ -60083,9 +60068,9 @@ paths: licenseConcluded: MIT licenseDeclared: MIT headers: - Link: *38 - '404': *6 - '403': *28 + Link: *39 + '404': *7 + '403': *29 x-github: githubCloudOnly: false category: dependency-graph @@ -60389,8 +60374,8 @@ paths: type: string default: none nullable: true - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -60402,7 +60387,7 @@ paths: examples: default: *416 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60604,7 +60589,7 @@ paths: '409': description: Conflict when there is a merge conflict or the commit's status checks failed - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60674,7 +60659,7 @@ paths: repository_url: https://api.github.com/repos/octocat/example transient_environment: false production_environment: true - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60706,8 +60691,8 @@ paths: responses: '204': description: Response - '404': *6 - '422': *7 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60727,8 +60712,8 @@ paths: - *280 - *281 - *417 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -60767,8 +60752,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true description: description: A short description of the status. @@ -60824,8 +60809,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true required: - id @@ -60875,8 +60860,8 @@ paths: environment_url: https://test-branch.lab.acme.com log_url: https://example.com/deployment/42/output headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61013,7 +60998,7 @@ paths: example: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 schema: type: string - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61046,7 +61031,7 @@ paths: schema: *418 examples: default: *419 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61104,8 +61089,8 @@ paths: responses: '204': description: Response - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61129,8 +61114,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -61236,8 +61221,8 @@ paths: type: *420 reviewer: anyOf: - - *18 - - *161 + - *19 + - *162 required: - id - node_id @@ -61534,7 +61519,7 @@ paths: are set to the same value content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61581,8 +61566,8 @@ paths: - *280 - *281 - *422 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -62060,8 +62045,8 @@ paths: - *422 - *281 - *280 - - *19 - - *17 + - *20 + - *18 responses: '200': description: A list of custom deployment rule integrations available for @@ -62183,8 +62168,8 @@ paths: - *280 - *281 - *422 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -62204,7 +62189,7 @@ paths: examples: default: *318 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62262,7 +62247,7 @@ paths: - *280 - *281 - *422 - - *141 + - *142 responses: '200': description: Response @@ -62295,7 +62280,7 @@ paths: - *280 - *281 - *422 - - *141 + - *142 requestBody: required: true content: @@ -62326,7 +62311,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *142 + schema: *143 examples: default: value: @@ -62355,7 +62340,7 @@ paths: - *280 - *281 - *422 - - *141 + - *142 responses: '204': description: Default response @@ -62384,7 +62369,7 @@ paths: - *281 - *422 - *304 - - *19 + - *20 responses: '200': description: Response @@ -62404,7 +62389,7 @@ paths: examples: default: *322 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62454,7 +62439,7 @@ paths: description: Response content: application/json: - schema: *142 + schema: *143 examples: default: value: @@ -62482,7 +62467,7 @@ paths: - *280 - *281 - *422 - - *144 + - *145 responses: '200': description: Response @@ -62513,7 +62498,7 @@ paths: parameters: - *280 - *281 - - *144 + - *145 - *422 requestBody: required: true @@ -62558,7 +62543,7 @@ paths: parameters: - *280 - *281 - - *144 + - *145 - *422 responses: '204': @@ -62582,8 +62567,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -62591,7 +62576,7 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: 200-response: value: @@ -62672,8 +62657,8 @@ paths: - stargazers - watchers default: newest - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -62681,7 +62666,7 @@ paths: application/json: schema: type: array - items: *131 + items: *132 examples: default: value: @@ -62794,8 +62779,8 @@ paths: url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== headers: - Link: *38 - '400': *14 + Link: *39 + '400': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62852,10 +62837,10 @@ paths: schema: *293 examples: default: *295 - '400': *14 - '422': *15 - '403': *28 - '404': *6 + '400': *15 + '422': *16 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62923,10 +62908,10 @@ paths: example: https://api.github.com/repos/octocat/example/git/blobs/3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15 schema: type: string - '404': *6 - '409': *206 - '403': *28 - '422': *15 + '404': *7 + '409': *207 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63000,10 +62985,10 @@ paths: sha: 3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15 size: 19 node_id: Q29udGVudCBvZiB0aGUgYmxvYg== - '404': *6 - '422': *15 - '403': *28 - '409': *206 + '404': *7 + '422': *16 + '403': *29 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63316,9 +63301,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/git/commits/7638417db6d59f3c431d3e1f261cc637155684cd schema: type: string - '422': *15 - '404': *6 - '409': *206 + '422': *16 + '404': *7 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63404,8 +63389,8 @@ paths: reason: unsigned signature: payload: - '404': *6 - '409': *206 + '404': *7 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63501,8 +63486,8 @@ paths: sha: 612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: - Link: *38 - '409': *206 + Link: *39 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63541,8 +63526,8 @@ paths: type: commit sha: aa218f56b14c9653891f9e74264a383fa43fefbd url: https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd - '404': *6 - '409': *206 + '404': *7 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63599,8 +63584,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA schema: type: string - '422': *15 - '409': *206 + '422': *16 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63653,8 +63638,8 @@ paths: schema: *437 examples: default: *438 - '422': *15 - '409': *206 + '422': *16 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63676,8 +63661,8 @@ paths: responses: '204': description: Response - '422': *15 - '409': *206 + '422': *16 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63878,8 +63863,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/git/tags/940bd336248efae0f9ee5bc7b2d5c985887b16ac schema: type: string - '422': *15 - '409': *206 + '422': *16 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63939,8 +63924,8 @@ paths: schema: *440 examples: default: *441 - '404': *6 - '409': *206 + '404': *7 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64122,10 +64107,10 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/trees/cd8274d15fa3ae2ab983129fb037999f264ba9a7 schema: type: string - '422': *15 - '404': *6 - '403': *28 - '409': *206 + '422': *16 + '404': *7 + '403': *29 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64211,9 +64196,9 @@ paths: sha: 7c258a9869f33c1e1e1f74fbb32f07c86cb5a75b url: https://api.github.com/repos/octocat/Hello-World/git/7c258a9869f33c1e1e1f74fbb32f07c86cb5a75b truncated: false - '422': *15 - '404': *6 - '409': *206 + '422': *16 + '404': *7 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64233,8 +64218,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -64271,7 +64256,7 @@ paths: example: - push - pull_request - config: *12 + config: *13 updated_at: type: string format: date-time @@ -64351,8 +64336,8 @@ paths: status: unused message: headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64388,10 +64373,10 @@ paths: type: object description: Key/value pairs to provide settings for this webhook. properties: - url: *8 - content_type: *9 - secret: *10 - insecure_ssl: *11 + url: *9 + content_type: *10 + secret: *11 + insecure_ssl: *12 events: type: array description: Determines what [events](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads) @@ -64453,9 +64438,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/hooks/12345678 schema: type: string - '404': *6 - '422': *15 - '403': *28 + '404': *7 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64475,7 +64460,7 @@ paths: parameters: - *280 - *281 - - *182 + - *183 responses: '200': description: Response @@ -64484,7 +64469,7 @@ paths: schema: *443 examples: default: *444 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64505,7 +64490,7 @@ paths: parameters: - *280 - *281 - - *182 + - *183 requestBody: required: true content: @@ -64513,7 +64498,7 @@ paths: schema: type: object properties: - config: *12 + config: *13 events: type: array description: Determines what [events](https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads) @@ -64553,8 +64538,8 @@ paths: schema: *443 examples: default: *444 - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64572,11 +64557,11 @@ paths: parameters: - *280 - *281 - - *182 + - *183 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64598,15 +64583,15 @@ paths: parameters: - *280 - *281 - - *182 + - *183 responses: '200': description: Response content: application/json: - schema: *12 + schema: *13 examples: - default: *13 + default: *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64627,7 +64612,7 @@ paths: parameters: - *280 - *281 - - *182 + - *183 requestBody: required: false content: @@ -64636,10 +64621,10 @@ paths: type: object additionalProperties: false properties: - url: *8 - content_type: *9 - secret: *10 - insecure_ssl: *11 + url: *9 + content_type: *10 + secret: *11 + insecure_ssl: *12 examples: default: summary: Example of updating content type and URL @@ -64651,9 +64636,9 @@ paths: description: Response content: application/json: - schema: *12 + schema: *13 examples: - default: *13 + default: *14 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64673,9 +64658,9 @@ paths: parameters: - *280 - *281 - - *182 - - *17 - *183 + - *18 + - *184 - name: redelivery in: query required: false @@ -64688,11 +64673,11 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: - default: *185 - '400': *14 - '422': *15 + default: *186 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64711,18 +64696,18 @@ paths: parameters: - *280 - *281 - - *182 - - *16 + - *183 + - *17 responses: '200': description: Response content: application/json: - schema: *186 + schema: *187 examples: - default: *187 - '400': *14 - '422': *15 + default: *188 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64741,12 +64726,12 @@ paths: parameters: - *280 - *281 - - *182 - - *16 + - *183 + - *17 responses: - '202': *119 - '400': *14 - '422': *15 + '202': *120 + '400': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64766,11 +64751,11 @@ paths: parameters: - *280 - *281 - - *182 + - *183 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64792,11 +64777,11 @@ paths: parameters: - *280 - *281 - - *182 + - *183 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64970,12 +64955,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': *6 + '404': *7 '503': &446 description: Unavailable due to service under maintenance. content: application/json: - schema: *2 + schema: *3 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65071,8 +65056,8 @@ paths: example: https://api.github.com/repos/spraints/socm/import schema: type: string - '422': *15 - '404': *6 + '422': *16 + '404': *7 '503': *446 x-github: githubCloudOnly: false @@ -65319,7 +65304,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': *6 + '404': *7 '503': *446 x-github: githubCloudOnly: false @@ -65386,8 +65371,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': *15 - '404': *6 + '422': *16 + '404': *7 '503': *446 x-github: githubCloudOnly: false @@ -65511,7 +65496,7 @@ paths: schema: *445 examples: default: *448 - '422': *15 + '422': *16 '503': *446 x-github: githubCloudOnly: false @@ -65542,11 +65527,11 @@ paths: description: Response content: application/json: - schema: *21 + schema: *22 examples: default: *449 '301': *294 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -65574,7 +65559,7 @@ paths: application/json: schema: anyOf: - - *189 + - *190 - type: object properties: {} additionalProperties: false @@ -65622,7 +65607,7 @@ paths: description: Response content: application/json: - schema: *189 + schema: *190 examples: default: *451 '409': @@ -65672,8 +65657,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -65797,7 +65782,7 @@ paths: html_url: https://github.com/octocat/Hello-World/invitations node_id: MDQ6VXNlcjE= headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65816,7 +65801,7 @@ paths: parameters: - *280 - *281 - - *193 + - *194 requestBody: required: false content: @@ -65978,7 +65963,7 @@ paths: parameters: - *280 - *281 - - *193 + - *194 responses: '204': description: Response @@ -66052,7 +66037,7 @@ paths: required: false schema: type: string - - *194 + - *195 - name: sort description: What to sort results by. in: query @@ -66064,10 +66049,10 @@ paths: - updated - comments default: created - - *66 - - *87 - - *17 - - *19 + - *67 + - *88 + - *18 + - *20 responses: '200': description: Response @@ -66075,7 +66060,7 @@ paths: application/json: schema: type: array - items: *97 + items: *98 examples: default: value: @@ -66224,10 +66209,10 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *38 + Link: *39 '301': *294 - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66330,7 +66315,7 @@ paths: description: Response content: application/json: - schema: *97 + schema: *98 examples: default: &458 value: @@ -66483,11 +66468,11 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 schema: type: string - '400': *14 - '403': *28 - '422': *15 - '503': *80 - '404': *6 + '400': *15 + '403': *29 + '422': *16 + '503': *81 + '404': *7 '410': *291 x-github: triggersNotification: true @@ -66518,7 +66503,7 @@ paths: parameters: - *280 - *281 - - *107 + - *108 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -66528,9 +66513,9 @@ paths: enum: - asc - desc - - *87 - - *17 - - *19 + - *88 + - *18 + - *20 responses: '200': description: Response @@ -66571,9 +66556,9 @@ paths: issue_url: https://api.github.com/repos/octocat/Hello-World/issues/1347 author_association: COLLABORATOR headers: - Link: *38 - '422': *15 - '404': *6 + Link: *39 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66600,7 +66585,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 responses: '200': description: Response @@ -66638,7 +66623,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': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66664,7 +66649,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 requestBody: required: true content: @@ -66689,7 +66674,7 @@ paths: schema: *453 examples: default: *454 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66708,7 +66693,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 responses: '204': description: Response @@ -66730,7 +66715,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 - 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. @@ -66747,8 +66732,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -66760,8 +66745,8 @@ paths: examples: default: *271 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66781,7 +66766,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 requestBody: required: true content: @@ -66823,7 +66808,7 @@ paths: schema: *269 examples: default: *270 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66845,7 +66830,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 - *272 responses: '204': @@ -66868,8 +66853,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -66897,8 +66882,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true event: type: string @@ -66941,31 +66926,31 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true assigner: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true review_requester: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true requested_reviewer: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true - requested_team: *161 + requested_team: *162 dismissed_review: title: Issue Event Dismissed Review type: object @@ -67030,7 +67015,7 @@ paths: required: - from - to - author_association: *84 + author_association: *85 lock_reason: type: string nullable: true @@ -67042,8 +67027,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true required: - id @@ -67210,8 +67195,8 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *38 - '422': *15 + Link: *39 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67432,9 +67417,9 @@ paths: updated_at: '2011-04-22T13:33:48Z' author_association: COLLABORATOR state_reason: completed - '404': *6 + '404': *7 '410': *291 - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67483,13 +67468,13 @@ paths: description: Response content: application/json: - schema: *97 + schema: *98 examples: default: *458 '301': *294 - '404': *6 + '404': *7 '410': *291 - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67609,14 +67594,14 @@ paths: description: Response content: application/json: - schema: *97 + schema: *98 examples: default: *458 - '422': *15 - '503': *80 - '403': *28 + '422': *16 + '503': *81 + '403': *29 '301': *294 - '404': *6 + '404': *7 '410': *291 x-github: githubCloudOnly: false @@ -67663,7 +67648,7 @@ paths: description: Response content: application/json: - schema: *97 + schema: *98 examples: default: *458 x-github: @@ -67708,7 +67693,7 @@ paths: description: Response content: application/json: - schema: *97 + schema: *98 examples: default: *458 x-github: @@ -67747,7 +67732,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 @@ -67777,9 +67762,9 @@ paths: - *280 - *281 - *459 - - *87 - - *17 - - *19 + - *88 + - *18 + - *20 responses: '200': description: Response @@ -67791,8 +67776,8 @@ paths: examples: default: *460 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 '410': *291 x-github: githubCloudOnly: false @@ -67854,10 +67839,10 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string - '403': *28 + '403': *29 '410': *291 - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: triggersNotification: true githubCloudOnly: false @@ -67878,8 +67863,8 @@ paths: - *280 - *281 - *459 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -67902,7 +67887,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -67921,8 +67906,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true label: type: object @@ -67956,7 +67941,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -67975,8 +67960,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true label: type: object @@ -68009,7 +67994,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -68020,9 +68005,9 @@ paths: nullable: true created_at: type: string - performed_via_github_app: *5 - assignee: *18 - assigner: *18 + performed_via_github_app: *6 + assignee: *19 + assigner: *19 required: - id - node_id @@ -68045,7 +68030,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -68064,11 +68049,11 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true - assignee: *18 - assigner: *18 + assignee: *19 + assigner: *19 required: - id - node_id @@ -68092,7 +68077,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -68111,8 +68096,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true milestone: type: object @@ -68143,7 +68128,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -68162,8 +68147,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true milestone: type: object @@ -68194,7 +68179,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -68213,8 +68198,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true rename: type: object @@ -68248,7 +68233,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -68267,12 +68252,12 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true - review_requester: *18 - requested_team: *161 - requested_reviewer: *18 + review_requester: *19 + requested_team: *162 + requested_reviewer: *19 required: - review_requester - id @@ -68295,7 +68280,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -68314,12 +68299,12 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true - review_requester: *18 - requested_team: *161 - requested_reviewer: *18 + review_requester: *19 + requested_team: *162 + requested_reviewer: *19 required: - review_requester - id @@ -68342,7 +68327,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -68361,8 +68346,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true dismissed_review: type: object @@ -68402,7 +68387,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -68421,8 +68406,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true lock_reason: type: string @@ -68450,7 +68435,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -68469,8 +68454,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true project_card: type: object @@ -68516,7 +68501,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -68535,8 +68520,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true project_card: type: object @@ -68582,7 +68567,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -68601,8 +68586,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true project_card: type: object @@ -68648,7 +68633,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -68659,7 +68644,7 @@ paths: nullable: true created_at: type: string - performed_via_github_app: *5 + performed_via_github_app: *6 project_card: type: object properties: @@ -68727,7 +68712,7 @@ paths: name: label color: red headers: - Link: *38 + Link: *39 '410': *291 x-github: githubCloudOnly: false @@ -68748,8 +68733,8 @@ paths: - *280 - *281 - *459 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -68817,9 +68802,9 @@ paths: color: a2eeef default: false headers: - Link: *38 + Link: *39 '301': *294 - '404': *6 + '404': *7 '410': *291 x-github: githubCloudOnly: false @@ -68902,9 +68887,9 @@ paths: examples: default: *462 '301': *294 - '404': *6 + '404': *7 '410': *291 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68986,9 +68971,9 @@ paths: examples: default: *462 '301': *294 - '404': *6 + '404': *7 '410': *291 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69011,7 +68996,7 @@ paths: '204': description: Response '301': *294 - '404': *6 + '404': *7 '410': *291 x-github: githubCloudOnly: false @@ -69058,7 +69043,7 @@ paths: color: f29513 default: true '301': *294 - '404': *6 + '404': *7 '410': *291 x-github: githubCloudOnly: false @@ -69108,10 +69093,10 @@ paths: responses: '204': description: Response - '403': *28 + '403': *29 '410': *291 - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69133,8 +69118,8 @@ paths: responses: '204': description: Response - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69170,8 +69155,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -69183,8 +69168,8 @@ paths: examples: default: *271 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 '410': *291 x-github: githubCloudOnly: false @@ -69247,7 +69232,7 @@ paths: schema: *269 examples: default: *270 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -69293,8 +69278,8 @@ paths: - *280 - *281 - *459 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -69326,7 +69311,7 @@ paths: properties: event: type: string - actor: *18 + actor: *19 id: description: Unique identifier of the issue comment example: 42 @@ -69350,7 +69335,7 @@ paths: html_url: type: string format: uri - user: *18 + user: *19 created_at: type: string format: date-time @@ -69362,7 +69347,7 @@ paths: issue_url: type: string format: uri - author_association: *84 + author_association: *85 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. They @@ -69371,10 +69356,10 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true - reactions: *85 + reactions: *86 required: - event - actor @@ -69393,7 +69378,7 @@ paths: properties: event: type: string - actor: *18 + actor: *19 created_at: type: string format: date-time @@ -69405,7 +69390,7 @@ paths: properties: type: type: string - issue: *97 + issue: *98 required: - event - created_at @@ -69549,7 +69534,7 @@ paths: node_id: type: string example: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= - user: *18 + user: *19 body: nullable: true description: The text of the review. @@ -69597,7 +69582,7 @@ paths: type: string body_text: type: string - author_association: *84 + author_association: *85 required: - event - id @@ -69682,7 +69667,7 @@ paths: description: The comment ID to reply to. example: 8 type: integer - user: *18 + user: *19 body: description: The text of the comment. example: We should probably include a check for null @@ -69707,7 +69692,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *84 + author_association: *85 _links: type: object properties: @@ -69791,7 +69776,7 @@ paths: enum: - line - file - reactions: *85 + reactions: *86 body_html: type: string example: '"

comment body

"' @@ -69838,7 +69823,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -69857,10 +69842,10 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true - assignee: *18 + assignee: *19 required: - id - node_id @@ -69882,7 +69867,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -69901,10 +69886,10 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true - assignee: *18 + assignee: *19 required: - id - node_id @@ -69926,7 +69911,7 @@ paths: type: string url: type: string - actor: *18 + actor: *19 event: type: string commit_id: @@ -69945,8 +69930,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true state_reason: type: string @@ -70114,8 +70099,8 @@ paths: type: User site_admin: true headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 '410': *291 x-github: githubCloudOnly: false @@ -70135,8 +70120,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -70190,7 +70175,7 @@ paths: added_by: octocat last_used: '2022-01-10T15:53:42Z' headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70261,7 +70246,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/keys/1 schema: type: string - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70295,7 +70280,7 @@ paths: schema: *476 examples: default: *477 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70336,8 +70321,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -70349,8 +70334,8 @@ paths: examples: default: *462 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70421,8 +70406,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/labels/bug schema: type: string - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70454,7 +70439,7 @@ paths: schema: *461 examples: default: *479 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70603,7 +70588,7 @@ paths: - *280 - *281 responses: - '202': *119 + '202': *120 '403': description: |- We will return a 403 with one of the following messages: @@ -70720,8 +70705,8 @@ paths: title: License Simple description: License Simple type: object - properties: *98 - required: *99 + properties: *99 + required: *100 nullable: true required: - _links @@ -70785,7 +70770,7 @@ paths: spdx_id: MIT url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70913,8 +70898,8 @@ paths: description: Not Found when the base or head does not exist '409': description: Conflict when there is a merge conflict - '403': *28 - '422': *15 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70964,8 +70949,8 @@ paths: - asc - desc default: asc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -71017,8 +71002,8 @@ paths: closed_at: '2013-02-12T13:22:01Z' due_on: '2012-10-09T23:39:01Z' headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71118,8 +71103,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/milestones/1 schema: type: string - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71153,7 +71138,7 @@ paths: schema: *481 examples: default: *482 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71233,7 +71218,7 @@ paths: responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71253,8 +71238,8 @@ paths: - *280 - *281 - *483 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -71266,7 +71251,7 @@ paths: examples: default: *462 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71287,10 +71272,10 @@ paths: - *281 - *484 - *485 - - *87 + - *88 - *486 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -71298,11 +71283,11 @@ paths: application/json: schema: type: array - items: *110 + items: *111 examples: default: *487 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -71533,7 +71518,7 @@ paths: - developer.github.com expires_at: '2021-05-22' https_enforced: true - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71612,8 +71597,8 @@ paths: schema: *488 examples: default: *489 - '422': *15 - '409': *206 + '422': *16 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71719,9 +71704,9 @@ paths: responses: '204': description: Response - '422': *15 - '400': *14 - '409': *206 + '422': *16 + '400': *15 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71747,9 +71732,9 @@ paths: responses: '204': description: Response - '422': *15 - '404': *6 - '409': *206 + '422': *16 + '404': *7 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71771,8 +71756,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -71802,8 +71787,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true commit: type: string @@ -71855,7 +71840,7 @@ paths: created_at: '2014-02-10T19:00:49Z' updated_at: '2014-02-10T19:00:51Z' headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72096,9 +72081,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': *14 - '422': *15 - '404': *6 + '400': *15 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72158,7 +72143,7 @@ paths: default: value: status: succeed - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72182,8 +72167,8 @@ paths: - *281 - *492 responses: - '204': *222 - '404': *6 + '204': *223 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72439,7 +72424,7 @@ paths: description: Empty response content: application/json: - schema: *142 + schema: *143 examples: default: value: @@ -72447,7 +72432,7 @@ paths: description: Custom domains are not available for GitHub Pages '422': description: There isn't a CNAME for this page - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72486,7 +72471,7 @@ paths: default: value: enabled: true - '422': *14 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72507,8 +72492,8 @@ paths: - *280 - *281 responses: - '204': *222 - '422': *14 + '204': *223 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72529,8 +72514,8 @@ paths: - *280 - *281 responses: - '204': *222 - '422': *14 + '204': *223 + '422': *15 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72563,8 +72548,8 @@ paths: - closed - all default: open - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -72572,7 +72557,7 @@ paths: application/json: schema: type: array - items: *223 + items: *224 examples: default: value: @@ -72608,12 +72593,12 @@ paths: created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' headers: - Link: *38 - '401': *24 - '403': *28 - '404': *6 + Link: *39 + '401': *25 + '403': *29 + '404': *7 '410': *291 - '422': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72659,14 +72644,14 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: default: *290 - '401': *24 - '403': *28 - '404': *6 + '401': *25 + '403': *29 + '404': *7 '410': *291 - '422': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72694,7 +72679,7 @@ paths: application/json: schema: type: array - items: *228 + items: *229 examples: default: value: @@ -72704,8 +72689,8 @@ paths: value: web - property_name: team value: octocat - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72738,7 +72723,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *228 + items: *229 required: - properties examples: @@ -72755,9 +72740,9 @@ paths: '204': description: No Content when custom property values are successfully created or updated - '403': *28 - '404': *6 - '422': *15 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72842,8 +72827,8 @@ paths: enum: - asc - desc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -72855,9 +72840,9 @@ paths: examples: default: *494 headers: - Link: *38 - '304': *36 - '422': *15 + Link: *39 + '304': *37 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73024,7 +73009,7 @@ paths: description: The title of the pull request. example: Amazing new feature type: string - user: *18 + user: *19 body: type: string example: Please pull these awesome changes @@ -73095,16 +73080,16 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true assignees: type: array - items: *18 + items: *19 nullable: true requested_reviewers: type: array - items: *18 + items: *19 nullable: true requested_teams: type: array @@ -73832,8 +73817,8 @@ paths: title: License Simple description: License Simple type: object - properties: *98 - required: *99 + properties: *99 + required: *100 nullable: true pushed_at: type: string @@ -74035,7 +74020,7 @@ paths: - review_comments - review_comment - self - author_association: *84 + author_association: *85 auto_merge: *496 draft: description: Indicates whether or not the pull request is a draft. @@ -74058,8 +74043,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true comments: type: integer @@ -74627,8 +74612,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/1347 schema: type: string - '403': *28 - '422': *15 + '403': *29 + '422': *16 x-github: triggersNotification: true githubCloudOnly: false @@ -74675,9 +74660,9 @@ paths: enum: - asc - desc - - *87 - - *17 - - *19 + - *88 + - *18 + - *20 responses: '200': description: Response @@ -74739,7 +74724,7 @@ paths: original_line: 2 side: RIGHT headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74766,7 +74751,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 responses: '200': description: Response @@ -74825,7 +74810,7 @@ paths: line: 2 original_line: 2 side: RIGHT - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74851,7 +74836,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 requestBody: required: true content: @@ -74893,11 +74878,11 @@ paths: parameters: - *280 - *281 - - *96 + - *97 responses: '204': description: Response - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74916,7 +74901,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 - 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. @@ -74933,8 +74918,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -74946,8 +74931,8 @@ paths: examples: default: *271 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74967,7 +74952,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 requestBody: required: true content: @@ -75009,7 +74994,7 @@ paths: schema: *269 examples: default: *270 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75031,7 +75016,7 @@ paths: parameters: - *280 - *281 - - *96 + - *97 - *272 responses: '204': @@ -75093,10 +75078,10 @@ paths: schema: *499 examples: default: *500 - '304': *36 - '404': *6 - '500': *159 - '503': *80 + '304': *37 + '404': *7 + '500': *160 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75170,8 +75155,8 @@ paths: schema: *499 examples: default: *500 - '422': *15 - '403': *28 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75253,7 +75238,7 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *197 + schema: *198 examples: default: *377 '202': @@ -75261,13 +75246,13 @@ paths: being retried in the background content: application/json: - schema: *197 + schema: *198 examples: default: *377 - '401': *24 - '403': *28 - '404': *6 - '503': *80 + '401': *25 + '403': *29 + '404': *7 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -75296,7 +75281,7 @@ paths: - *280 - *281 - *501 - - *107 + - *108 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -75306,9 +75291,9 @@ paths: enum: - asc - desc - - *87 - - *17 - - *19 + - *88 + - *18 + - *20 responses: '200': description: Response @@ -75320,7 +75305,7 @@ paths: examples: default: *502 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75516,8 +75501,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 schema: type: string - '422': *15 - '403': *28 + '422': *16 + '403': *29 x-github: triggersNotification: true githubCloudOnly: false @@ -75549,7 +75534,7 @@ paths: - *280 - *281 - *501 - - *96 + - *97 requestBody: required: true content: @@ -75629,7 +75614,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 schema: type: string - '404': *6 + '404': *7 x-github: triggersNotification: true githubCloudOnly: false @@ -75661,8 +75646,8 @@ paths: - *280 - *281 - *501 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -75674,7 +75659,7 @@ paths: examples: default: *503 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75706,8 +75691,8 @@ paths: - *280 - *281 - *501 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -75731,10 +75716,10 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" headers: - Link: *38 - '422': *15 - '500': *159 - '503': *80 + Link: *39 + '422': *16 + '500': *160 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75867,9 +75852,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': *15 - '403': *28 - '404': *6 + '422': *16 + '403': *29 + '404': *7 x-github: triggersNotification: true githubCloudOnly: false @@ -75906,10 +75891,10 @@ paths: properties: users: type: array - items: *18 + items: *19 teams: type: array - items: *161 + items: *162 required: - users - teams @@ -75950,7 +75935,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76525,7 +76510,7 @@ paths: draft: false '422': description: Unprocessable Entity if user is not a collaborator - '403': *28 + '403': *29 x-github: triggersNotification: true githubCloudOnly: false @@ -77059,7 +77044,7 @@ paths: author_association: OWNER auto_merge: draft: false - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77087,8 +77072,8 @@ paths: - *280 - *281 - *501 - - *17 - - *19 + - *18 + - *20 responses: '200': description: The list of reviews returns in chronological order. @@ -77112,8 +77097,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true body: description: The text of the review. @@ -77164,7 +77149,7 @@ paths: type: string body_text: type: string - author_association: *84 + author_association: *85 required: - id - node_id @@ -77213,7 +77198,7 @@ paths: commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77371,8 +77356,8 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '422': *7 - '403': *28 + '422': *8 + '403': *29 x-github: triggersNotification: true githubCloudOnly: false @@ -77450,7 +77435,7 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77538,7 +77523,7 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '422': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77574,8 +77559,8 @@ paths: schema: *504 examples: default: *506 - '422': *7 - '404': *6 + '422': *8 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77604,8 +77589,8 @@ paths: - *281 - *501 - *505 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -77658,8 +77643,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true body: type: string @@ -77680,7 +77665,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *84 + author_association: *85 _links: type: object properties: @@ -77695,7 +77680,7 @@ paths: type: string body_html: type: string - reactions: *85 + reactions: *86 side: description: The side of the first line of the range for a multi-line comment. @@ -77800,8 +77785,8 @@ paths: pull_request: href: https://api.github.com/repos/octocat/Hello-World/pulls/1 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77898,8 +77883,8 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '404': *6 - '422': *7 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77965,9 +77950,9 @@ paths: schema: *504 examples: default: *507 - '404': *6 - '422': *7 - '403': *28 + '404': *7 + '422': *8 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78026,8 +78011,8 @@ paths: value: message: Updating pull request branch. url: https://github.com/repos/octocat/Hello-World/pulls/53 - '422': *15 - '403': *28 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -78083,8 +78068,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': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78131,8 +78116,8 @@ paths: schema: *508 examples: default: *509 - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78154,8 +78139,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -78223,7 +78208,7 @@ paths: type: string format: date-time nullable: true - author: *18 + author: *19 assets: type: array items: &511 @@ -78270,8 +78255,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - id @@ -78297,7 +78282,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *85 + reactions: *86 required: - assets_url - upload_url @@ -78387,8 +78372,8 @@ paths: type: User site_admin: false headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78565,8 +78550,8 @@ paths: description: Not Found if the discussion category name is invalid content: application/json: - schema: *2 - '422': *15 + schema: *3 + '422': *16 x-github: triggersNotification: true githubCloudOnly: false @@ -78636,7 +78621,7 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *6 + '404': *7 '302': *405 x-github: githubCloudOnly: false @@ -78793,7 +78778,7 @@ paths: value: name: Release v1.0.0 is now available! body: "##Changes in Release v1.0.0 ... ##Contributors @monalisa" - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78856,7 +78841,7 @@ paths: schema: *510 examples: default: *514 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78987,7 +78972,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 @@ -79028,8 +79013,8 @@ paths: - *280 - *281 - *515 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -79073,7 +79058,7 @@ paths: type: User site_admin: false headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79217,8 +79202,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -79230,8 +79215,8 @@ paths: examples: default: *271 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79291,7 +79276,7 @@ paths: schema: *269 examples: default: *270 - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79341,8 +79326,8 @@ paths: - *280 - *281 - *338 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -79458,8 +79443,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 - name: includes_parents description: Include rulesets configured at higher levels that apply to this repository @@ -79475,7 +79460,7 @@ paths: application/json: schema: type: array - items: *240 + items: *241 examples: default: value: @@ -79505,8 +79490,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': *6 - '500': *159 + '404': *7 + '500': *160 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -79541,16 +79526,16 @@ paths: enum: - branch - tag - enforcement: *236 + enforcement: *237 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *237 - conditions: *234 + items: *238 + conditions: *235 rules: type: array description: An array of rules within the ruleset. - items: *239 + items: *240 required: - name - enforcement @@ -79581,7 +79566,7 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: default: &540 value: @@ -79615,8 +79600,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': *6 - '500': *159 + '404': *7 + '500': *160 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -79642,8 +79627,8 @@ paths: - *532 - *533 - *534 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -79652,8 +79637,8 @@ paths: schema: *535 examples: default: *536 - '404': *6 - '500': *159 + '404': *7 + '500': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79683,8 +79668,8 @@ paths: schema: *538 examples: default: *539 - '404': *6 - '500': *159 + '404': *7 + '500': *160 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79727,11 +79712,11 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: default: *540 - '404': *6 - '500': *159 + '404': *7 + '500': *160 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -79772,16 +79757,16 @@ paths: enum: - branch - tag - enforcement: *236 + enforcement: *237 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *237 - conditions: *234 + items: *238 + conditions: *235 rules: description: An array of rules within the ruleset. type: array - items: *239 + items: *240 examples: default: value: @@ -79809,11 +79794,11 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: default: *540 - '404': *6 - '500': *159 + '404': *7 + '500': *160 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -79840,8 +79825,8 @@ paths: responses: '204': description: Response - '404': *6 - '500': *159 + '404': *7 + '500': *160 "/repos/{owner}/{repo}/secret-scanning/alerts": get: summary: List secret scanning alerts for a repository @@ -79860,16 +79845,16 @@ paths: parameters: - *280 - *281 - - *242 - *243 - *244 - *245 - - *66 - - *19 - - *17 + - *246 + - *67 + - *20 + - *18 - *541 - *542 - - *246 + - *247 responses: '200': description: Response @@ -79880,8 +79865,8 @@ paths: items: &545 type: object properties: - number: *70 - created_at: *75 + number: *71 + created_at: *76 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -79889,8 +79874,8 @@ paths: format: date-time readOnly: true nullable: true - url: *73 - html_url: *74 + url: *74 + html_url: *75 locations_url: type: string format: uri @@ -79908,8 +79893,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true resolution_comment: type: string @@ -79935,8 +79920,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true push_protection_bypassed_at: type: string @@ -80027,7 +80012,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *80 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80078,11 +80063,11 @@ paths: push_protection_bypassed_at: resolution_comment: validity: unknown - '304': *36 + '304': *37 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *80 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80179,7 +80164,7 @@ paths: repository, or the resource is not found '422': description: State does not match the resolution or resolution comment - '503': *80 + '503': *81 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -80204,8 +80189,8 @@ paths: - *280 - *281 - *367 - - *19 - - *17 + - *20 + - *18 responses: '200': description: Response @@ -80547,11 +80532,11 @@ paths: details: pull_request_review_comment_url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/12 headers: - Link: *38 + Link: *39 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *80 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80575,7 +80560,7 @@ paths: parameters: - *280 - *281 - - *66 + - *67 - name: sort description: The property to sort the results by. in: query @@ -80587,8 +80572,8 @@ paths: - updated - published default: created - - *64 - *65 + - *66 - 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)." @@ -80621,8 +80606,8 @@ paths: items: *546 examples: default: *547 - '400': *14 - '404': *6 + '400': *15 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80675,7 +80660,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *249 + ecosystem: *1 name: type: string description: The unique package name within its ecosystem. @@ -81011,9 +80996,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': *28 - '404': *6 - '422': *15 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81061,7 +81046,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *249 + ecosystem: *1 name: type: string description: The unique package name within its ecosystem. @@ -81254,9 +81239,9 @@ paths: permission: admin parent: private_fork: - '403': *28 - '404': *6 - '422': *15 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81292,8 +81277,8 @@ paths: schema: *546 examples: default: *549 - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81348,7 +81333,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *249 + ecosystem: *1 name: type: string description: The unique package name within its ecosystem. @@ -81480,13 +81465,13 @@ paths: examples: default: *549 add_credit: *549 - '403': *28 - '404': *6 + '403': *29 + '404': *7 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *117 + schema: *118 examples: invalid_state_transition: value: @@ -81521,11 +81506,11 @@ paths: - *281 - *548 responses: - '202': *119 - '400': *14 - '403': *28 - '404': *6 - '422': *15 + '202': *120 + '400': *15 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81556,10 +81541,10 @@ paths: schema: *293 examples: default: *295 - '400': *14 - '422': *15 - '403': *28 - '404': *6 + '400': *15 + '422': *16 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81583,8 +81568,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -81593,7 +81578,7 @@ paths: schema: anyOf: - type: array - items: *18 + items: *19 - type: array items: title: Stargazer @@ -81607,8 +81592,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - starred_at @@ -81659,8 +81644,8 @@ paths: type: User site_admin: false headers: - Link: *38 - '422': *15 + Link: *39 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81704,8 +81689,8 @@ paths: - - 1302998400 - 1124 - -435 - '202': *119 - '204': *222 + '202': *120 + '204': *223 '422': description: Repository contains more than 10,000 commits x-github: @@ -81774,8 +81759,8 @@ paths: - 0 total: 89 week: 1336280400 - '202': *119 - '204': *222 + '202': *120 + '204': *223 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81819,8 +81804,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true total: type: integer @@ -81875,8 +81860,8 @@ paths: a: 6898 d: 77 c: 10 - '202': *119 - '204': *222 + '202': *120 + '204': *223 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82029,7 +82014,7 @@ paths: - 1 - 10 - 3 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82077,7 +82062,7 @@ paths: - - 0 - 2 - 21 - '204': *222 + '204': *223 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82208,8 +82193,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -82217,11 +82202,11 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 + default: *197 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82294,7 +82279,7 @@ paths: repository_url: https://api.github.com/repos/octocat/example '404': description: Not Found if you don't subscribe to the repository - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82391,8 +82376,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -82446,7 +82431,7 @@ paths: tarball_url: https://github.com/octocat/Hello-World/tarball/v0.1 node_id: MDQ6VXNlcjE= headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82502,8 +82487,8 @@ paths: value: - id: 2 pattern: v1.* - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82550,8 +82535,8 @@ paths: default: value: enabled: true - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82581,8 +82566,8 @@ paths: responses: '204': description: Response - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82642,8 +82627,8 @@ paths: parameters: - *280 - *281 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -82651,12 +82636,12 @@ paths: application/json: schema: type: array - items: *161 + items: *162 examples: - default: *208 + default: *209 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82675,8 +82660,8 @@ paths: parameters: - *280 - *281 - - *19 - - *17 + - *20 + - *18 responses: '200': description: Response @@ -82701,7 +82686,7 @@ paths: - atom - electron - api - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82752,8 +82737,8 @@ paths: schema: *554 examples: default: *555 - '404': *6 - '422': *7 + '404': *7 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82873,7 +82858,7 @@ paths: - timestamp: '2016-10-24T00:00:00Z' count: 7 uniques: 5 - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82964,7 +82949,7 @@ paths: title: hubot/LICENSE.md at master · github/hubot · GitHub count: 281 uniques: 222 - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83023,7 +83008,7 @@ paths: - referrer: yandex.ru count: 1 uniques: 1 - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83119,7 +83104,7 @@ paths: - timestamp: '2016-10-24T00:00:00Z' count: 614 uniques: 237 - '403': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83177,7 +83162,7 @@ paths: description: Response content: application/json: - schema: *131 + schema: *132 examples: default: value: @@ -83624,7 +83609,7 @@ paths: application/json: schema: type: array - items: *131 + items: *132 examples: default: value: @@ -83699,8 +83684,8 @@ paths: example: ; rel="next" schema: type: string - '422': *15 - '304': *36 + '422': *16 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83767,7 +83752,7 @@ paths: default: 30 format: int32 example: 1 - - *39 + - *40 responses: '200': description: Success, either groups were found or not found @@ -83980,7 +83965,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#provision-a-scim-enterprise-group parameters: - - *39 + - *40 requestBody: required: true content: @@ -84098,7 +84083,7 @@ paths: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - *565 - - *39 + - *40 responses: '200': description: Success, a group was found @@ -84110,7 +84095,7 @@ paths: '400': *560 '401': *561 '403': *562 - '404': *6 + '404': *7 '429': *563 '500': *564 x-github: @@ -84135,7 +84120,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - *567 - - *39 + - *40 requestBody: required: true content: @@ -84173,7 +84158,7 @@ paths: '400': *560 '401': *561 '403': *562 - '404': *6 + '404': *7 '409': *569 '429': *563 '500': *564 @@ -84203,7 +84188,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - *567 - - *39 + - *40 requestBody: required: true content: @@ -84275,7 +84260,7 @@ paths: '400': *560 '401': *561 '403': *562 - '404': *6 + '404': *7 '409': *569 '429': *563 '500': *564 @@ -84299,14 +84284,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - *567 - - *39 + - *40 responses: '204': description: Group was deleted, no content '400': *560 '401': *561 '403': *562 - '404': *6 + '404': *7 '429': *563 '500': *564 x-github: @@ -84347,7 +84332,7 @@ paths: value: externalId eq 'E012345' - *570 - *571 - - *39 + - *40 responses: '200': description: Success, either users were found or not found @@ -84577,7 +84562,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#provision-a-scim-enterprise-user parameters: - - *39 + - *40 requestBody: required: true content: @@ -84775,7 +84760,7 @@ paths: required: true schema: type: string - - *39 + - *40 responses: '200': description: Success, a user was found @@ -84787,7 +84772,7 @@ paths: '400': *560 '401': *561 '403': *562 - '404': *6 + '404': *7 '429': *563 '500': *564 x-github: @@ -84814,7 +84799,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - *576 - - *39 + - *40 requestBody: required: true content: @@ -84833,7 +84818,7 @@ paths: '400': *560 '401': *561 '403': *562 - '404': *6 + '404': *7 '409': *569 '429': *563 '500': *564 @@ -84874,7 +84859,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - *576 - - *39 + - *40 requestBody: required: true content: @@ -84927,7 +84912,7 @@ paths: '400': *560 '401': *561 '403': *562 - '404': *6 + '404': *7 '409': *569 '429': *563 '500': *564 @@ -84951,14 +84936,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - *576 - - *39 + - *40 responses: '204': description: User was deleted, no content '400': *560 '401': *561 '403': *562 - '404': *6 + '404': *7 '429': *563 '500': *564 x-github: @@ -84993,7 +84978,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#list-scim-provisioned-identities parameters: - - *114 + - *115 - name: startIndex description: 'Used for pagination: the index of the first result to return.' in: query @@ -85277,7 +85262,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': *36 + '304': *37 '404': &581 description: Resource not found content: @@ -85313,7 +85298,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#provision-and-invite-a-scim-user parameters: - - *114 + - *115 responses: '201': description: Response @@ -85343,7 +85328,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': *36 + '304': *37 '404': *581 '403': *582 '500': *564 @@ -85446,7 +85431,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: - - *114 + - *115 - *576 responses: '200': @@ -85458,7 +85443,7 @@ paths: default: *583 '404': *581 '403': *582 - '304': *36 + '304': *37 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -85479,7 +85464,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - - *114 + - *115 - *576 responses: '200': @@ -85489,7 +85474,7 @@ paths: schema: *580 examples: default: *583 - '304': *36 + '304': *37 '404': *581 '403': *582 requestBody: @@ -85598,7 +85583,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: - - *114 + - *115 - *576 responses: '200': @@ -85608,7 +85593,7 @@ paths: schema: *580 examples: default: *583 - '304': *36 + '304': *37 '404': *581 '403': *582 '400': *560 @@ -85616,7 +85601,7 @@ paths: description: Response content: application/json: - schema: *2 + schema: *3 requestBody: required: true content: @@ -85701,14 +85686,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: - - *114 + - *115 - *576 responses: '204': description: Response '404': *581 '403': *582 - '304': *36 + '304': *37 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -85781,8 +85766,8 @@ paths: - desc - asc default: desc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -85821,7 +85806,7 @@ paths: html_url: type: string format: uri - repository: *131 + repository: *132 score: type: number file_size: @@ -85952,10 +85937,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': *36 - '503': *80 - '422': *15 - '403': *28 + '304': *37 + '503': *81 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86015,8 +86000,8 @@ paths: - desc - asc default: desc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -86105,8 +86090,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true committer: title: Git User @@ -86125,7 +86110,7 @@ paths: type: string sha: type: string - repository: *131 + repository: *132 score: type: number node_id: @@ -86259,7 +86244,7 @@ paths: deployments_url: https://api.github.com/repos/octocat/Spoon-Knife/deployments score: 1 node_id: MDQ6VXNlcjU4MzIzMQ== - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86323,8 +86308,8 @@ paths: - created - updated - *585 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -86381,14 +86366,14 @@ paths: nullable: true assignees: type: array - items: *18 + items: *19 nullable: true user: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true labels: type: array @@ -86420,8 +86405,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true milestone: title: Milestone @@ -86475,10 +86460,10 @@ paths: type: string score: type: number - author_association: *84 + author_association: *85 draft: type: boolean - repository: *56 + repository: *57 body_html: type: string body_text: @@ -86494,10 +86479,10 @@ paths: They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true - reactions: *85 + reactions: *86 required: - assignee - closed_at @@ -86613,10 +86598,10 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *80 - '422': *15 - '304': *36 - '403': *28 + '503': *81 + '422': *16 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86667,8 +86652,8 @@ paths: - created - updated - *585 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -86742,10 +86727,10 @@ paths: default: true description: Something isn't working. score: 1 - '304': *36 - '404': *6 - '403': *28 - '422': *15 + '304': *37 + '404': *7 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86797,8 +86782,8 @@ paths: - help-wanted-issues - updated - *585 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -86834,8 +86819,8 @@ paths: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true private: type: boolean @@ -87015,8 +87000,8 @@ paths: title: License Simple description: License Simple type: object - properties: *98 - required: *99 + properties: *99 + required: *100 nullable: true permissions: type: object @@ -87237,9 +87222,9 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *80 - '422': *15 - '304': *36 + '503': *81 + '422': *16 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87275,8 +87260,8 @@ paths: required: true schema: type: string - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -87477,7 +87462,7 @@ paths: featured: true curated: true score: 1 - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87530,8 +87515,8 @@ paths: - repositories - joined - *585 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -87688,9 +87673,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': *36 - '503': *80 - '422': *15 + '304': *37 + '503': *81 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87725,7 +87710,7 @@ paths: schema: *261 examples: default: *262 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87822,9 +87807,9 @@ paths: schema: *261 examples: default: *262 - '404': *6 - '422': *15 - '403': *28 + '404': *7 + '422': *16 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87852,8 +87837,8 @@ paths: responses: '204': description: Response - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87879,9 +87864,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - *586 - - *66 - - *17 - - *19 + - *67 + - *18 + - *20 responses: '200': description: Response @@ -87893,7 +87878,7 @@ paths: examples: default: *587 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88095,9 +88080,9 @@ paths: parameters: - *586 - *265 - - *66 - - *17 - - *19 + - *67 + - *18 + - *20 responses: '200': description: Response @@ -88109,7 +88094,7 @@ paths: examples: default: *589 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88319,8 +88304,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -88332,7 +88317,7 @@ paths: examples: default: *271 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88437,8 +88422,8 @@ paths: - hooray - rocket - eyes - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -88450,7 +88435,7 @@ paths: examples: default: *271 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88535,8 +88520,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - *586 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -88544,11 +88529,11 @@ paths: application/json: schema: type: array - items: *191 + items: *192 examples: - default: *192 + default: *193 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88583,8 +88568,8 @@ paths: - maintainer - all default: all - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -88592,12 +88577,12 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 + default: *197 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88623,7 +88608,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - *586 - - *153 + - *154 responses: '204': description: if user is a member @@ -88659,7 +88644,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - *586 - - *153 + - *154 responses: '204': description: Response @@ -88669,7 +88654,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': *28 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88698,7 +88683,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - *586 - - *153 + - *154 responses: '204': description: Response @@ -88734,7 +88719,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - *586 - - *153 + - *154 responses: '200': description: Response @@ -88743,7 +88728,7 @@ paths: schema: *277 examples: response-if-user-is-a-team-maintainer: *591 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88774,7 +88759,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - *586 - - *153 + - *154 requestBody: required: false content: @@ -88807,7 +88792,7 @@ paths: '422': description: Unprocessable Entity if you attempt to add an organization to a team - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88834,7 +88819,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - *586 - - *153 + - *154 responses: '204': description: Response @@ -88863,8 +88848,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - *586 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -88876,8 +88861,8 @@ paths: examples: default: *593 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88978,8 +88963,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': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89006,8 +88991,8 @@ paths: responses: '204': description: Response - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89031,8 +89016,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - *586 - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -89040,12 +89025,12 @@ paths: application/json: schema: type: array - items: *131 + items: *132 examples: - default: *215 + default: *216 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89256,8 +89241,8 @@ paths: responses: '204': description: Response - '403': *28 - '422': *15 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89318,8 +89303,8 @@ paths: schema: *282 examples: default: *283 - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -89408,8 +89393,8 @@ paths: - group_id: '123' group_name: Octocat admins group_description: The people who configure your octoworld. - '422': *15 - '403': *28 + '422': *16 + '403': *29 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -89433,8 +89418,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - *586 - - *17 - - *19 + - *18 + - *20 responses: '200': description: if child teams exist @@ -89442,14 +89427,14 @@ paths: application/json: schema: type: array - items: *161 + items: *162 examples: response-if-child-teams-exist: *596 headers: - Link: *38 - '404': *6 - '403': *28 - '422': *15 + Link: *39 + '404': *7 + '403': *29 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89759,9 +89744,9 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89876,11 +89861,11 @@ paths: space: 400 private_repos: 20 collaborators: 0 - '304': *36 - '404': *6 - '403': *28 - '401': *24 - '422': *15 + '304': *37 + '404': *7 + '403': *29 + '401': *25 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89897,8 +89882,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: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -89906,13 +89891,13 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + default: *197 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89931,7 +89916,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: - - *153 + - *154 responses: '204': description: If the user is blocked @@ -89939,10 +89924,10 @@ paths: description: If the user is not blocked content: application/json: - schema: *2 - '304': *36 - '403': *28 - '401': *24 + schema: *3 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89959,15 +89944,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#block-a-user parameters: - - *153 + - *154 responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '401': *24 - '422': *15 + '304': *37 + '404': *7 + '403': *29 + '401': *25 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89983,14 +89968,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#unblock-a-user parameters: - - *153 + - *154 responses: '204': description: Response - '304': *36 - '403': *28 - '401': *24 - '404': *6 + '304': *37 + '403': *29 + '401': *25 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90010,8 +89995,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#list-codespaces-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 - name: repository_id description: ID of the Repository to filter on in: query @@ -90032,14 +90017,14 @@ paths: type: integer codespaces: type: array - items: *197 + items: *198 examples: - default: *198 - '304': *36 - '500': *159 - '401': *24 - '403': *28 - '404': *6 + default: *199 + '304': *37 + '500': *160 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90173,7 +90158,7 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *197 + schema: *198 examples: default: *377 '202': @@ -90181,13 +90166,13 @@ paths: being retried in the background content: application/json: - schema: *197 + schema: *198 examples: default: *377 - '401': *24 - '403': *28 - '404': *6 - '503': *80 + '401': *25 + '403': *29 + '404': *7 + '503': *81 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90210,8 +90195,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#list-secrets-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -90269,7 +90254,7 @@ paths: examples: default: *380 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90337,7 +90322,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: - - *141 + - *142 responses: '200': description: Response @@ -90373,7 +90358,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: - - *141 + - *142 requestBody: required: true content: @@ -90418,14 +90403,14 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *142 + schema: *143 examples: default: value: '204': description: Response after successfully updating a secret - '422': *15 - '404': *6 + '422': *16 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90446,7 +90431,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: - - *141 + - *142 responses: '204': description: Response @@ -90471,7 +90456,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: - - *141 + - *142 responses: '200': description: Response @@ -90487,13 +90472,13 @@ paths: type: integer repositories: type: array - items: *131 + items: *132 examples: default: *600 - '401': *24 - '403': *28 - '404': *6 - '500': *159 + '401': *25 + '403': *29 + '404': *7 + '500': *160 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90514,7 +90499,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: - - *141 + - *142 requestBody: required: true content: @@ -90543,10 +90528,10 @@ paths: responses: '204': description: No Content when repositories were added to the selected list - '401': *24 - '403': *28 - '404': *6 - '500': *159 + '401': *25 + '403': *29 + '404': *7 + '500': *160 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90568,7 +90553,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: - - *141 + - *142 - name: repository_id in: path required: true @@ -90577,10 +90562,10 @@ paths: responses: '204': description: No Content when repository was added to the selected list - '401': *24 - '403': *28 - '404': *6 - '500': *159 + '401': *25 + '403': *29 + '404': *7 + '500': *160 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90601,7 +90586,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: - - *141 + - *142 - name: repository_id in: path required: true @@ -90610,10 +90595,10 @@ paths: responses: '204': description: No Content when repository was removed from the selected list - '401': *24 - '403': *28 - '404': *6 - '500': *159 + '401': *25 + '403': *29 + '404': *7 + '500': *160 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90633,20 +90618,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: - - *199 + - *200 responses: '200': description: Response content: application/json: - schema: *197 + schema: *198 examples: default: *377 - '304': *36 - '500': *159 - '401': *24 - '403': *28 - '404': *6 + '304': *37 + '500': *160 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90667,7 +90652,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: - - *199 + - *200 requestBody: required: false content: @@ -90697,12 +90682,12 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: *377 - '401': *24 - '403': *28 - '404': *6 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90721,14 +90706,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: - - *199 + - *200 responses: - '202': *119 - '304': *36 - '500': *159 - '401': *24 - '403': *28 - '404': *6 + '202': *120 + '304': *37 + '500': *160 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90750,7 +90735,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: - - *199 + - *200 responses: '202': description: Response @@ -90805,11 +90790,11 @@ paths: sha: fd95a81ca01e48ede9f39c799ecbcef817b8a3b2 id: latest export_url: https://api.github.com/user/codespaces/:name/exports/latest - '500': *159 - '401': *24 - '403': *28 - '404': *6 - '422': *15 + '500': *160 + '401': *25 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90829,7 +90814,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *199 + - *200 - name: export_id in: path required: true @@ -90845,7 +90830,7 @@ paths: schema: *601 examples: default: *602 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90865,7 +90850,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *199 + - *200 responses: '200': description: Response @@ -90884,11 +90869,11 @@ paths: items: *603 examples: default: *604 - '304': *36 - '500': *159 - '401': *24 - '403': *28 - '404': *6 + '304': *37 + '500': *160 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90912,7 +90897,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: - - *199 + - *200 requestBody: required: true content: @@ -90959,8 +90944,8 @@ paths: type: string example: 26a7c758-7299-4a73-b978-5a92a7ae98a0 nullable: true - owner: *18 - billable_owner: *18 + owner: *19 + billable_owner: *19 repository: *293 machine: type: object @@ -91719,10 +91704,10 @@ paths: pulls_url: https://api.github.com/repos/octocat/Hello-World/pulls/1 recent_folders: [] template: - '401': *24 - '403': *28 - '404': *6 - '422': *15 + '401': *25 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false category: codespaces @@ -91741,27 +91726,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: - - *199 + - *200 responses: '200': description: Response content: application/json: - schema: *197 + schema: *198 examples: default: *377 - '304': *36 - '500': *159 - '400': *14 - '401': *24 + '304': *37 + '500': *160 + '400': *15 + '401': *25 '402': description: Payment required content: application/json: - schema: *2 - '403': *28 - '404': *6 - '409': *206 + schema: *3 + '403': *29 + '404': *7 + '409': *207 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91781,19 +91766,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: - - *199 + - *200 responses: '200': description: Response content: application/json: - schema: *197 + schema: *198 examples: default: *377 - '500': *159 - '401': *24 - '403': *28 - '404': *6 + '500': *160 + '401': *25 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91819,7 +91804,7 @@ paths: application/json: schema: type: array - items: *209 + items: *210 examples: default: &617 value: @@ -91953,11 +91938,11 @@ paths: primary: true verified: true visibility: private - '304': *36 - '404': *6 - '403': *28 - '401': *24 - '422': *15 + '304': *37 + '404': *7 + '403': *29 + '401': *25 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91978,8 +91963,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: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -91996,11 +91981,11 @@ paths: primary: true visibility: public headers: - Link: *38 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92080,11 +92065,11 @@ paths: primary: false verified: false visibility: - '422': *15 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92142,11 +92127,11 @@ paths: responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '401': *24 - '422': *15 + '304': *37 + '404': *7 + '403': *29 + '401': *25 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92163,8 +92148,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-followers-of-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -92172,14 +92157,14 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 + default: *197 headers: - Link: *38 - '304': *36 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92196,8 +92181,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: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -92205,14 +92190,14 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 + default: *197 headers: - Link: *38 - '304': *36 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92229,7 +92214,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: - - *153 + - *154 responses: '204': description: if the person is followed by the authenticated user @@ -92237,10 +92222,10 @@ paths: description: if the person is not followed by the authenticated user content: application/json: - schema: *2 - '304': *36 - '403': *28 - '401': *24 + schema: *3 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92259,14 +92244,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#follow-a-user parameters: - - *153 + - *154 responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92283,14 +92268,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#unfollow-a-user parameters: - - *153 + - *154 responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92310,8 +92295,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: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -92480,11 +92465,11 @@ paths: revoked: false raw_key: string headers: - Link: *38 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92568,11 +92553,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': *15 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92607,10 +92592,10 @@ paths: schema: *606 examples: default: *607 - '404': *6 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92633,11 +92618,11 @@ paths: responses: '204': description: Response - '404': *6 - '422': *15 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '422': *16 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92659,8 +92644,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: - - *17 - - *19 + - *18 + - *20 responses: '200': description: You can find the permissions for the installation under the @@ -92677,7 +92662,7 @@ paths: type: integer installations: type: array - items: *21 + items: *22 examples: default: value: @@ -92772,10 +92757,10 @@ paths: suspended_at: suspended_by: headers: - Link: *38 - '304': *36 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92797,9 +92782,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: - - *22 - - *17 - - *19 + - *23 + - *18 + - *20 responses: '200': description: The access the user has to each repository is included in the @@ -92818,14 +92803,14 @@ paths: type: string repositories: type: array - items: *56 + items: *57 examples: default: *609 headers: - Link: *38 - '404': *6 - '403': *28 - '304': *36 + Link: *39 + '404': *7 + '403': *29 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92843,14 +92828,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: - - *22 - - *126 + - *23 + - *127 responses: '204': description: Response - '403': *28 - '304': *36 - '404': *6 + '403': *29 + '304': *37 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92868,14 +92853,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: - - *22 - - *126 + - *23 + - *127 responses: '204': description: Response - '403': *28 - '304': *36 - '404': *6 + '403': *29 + '304': *37 + '404': *7 '422': description: Returned when the application is installed on `all` repositories in the organization, or if this request would remove the last repository @@ -92903,12 +92888,12 @@ paths: application/json: schema: anyOf: - - *189 + - *190 - type: object properties: {} additionalProperties: false examples: - default: *190 + default: *191 '204': description: Response when there are no restrictions x-github: @@ -92943,14 +92928,14 @@ paths: description: Response content: application/json: - schema: *189 + schema: *190 examples: default: value: limit: collaborators_only origin: user expires_at: '2018-08-17T04:18:39Z' - '422': *15 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93026,7 +93011,7 @@ paths: - closed - all default: open - - *194 + - *195 - name: sort description: What to sort results by. in: query @@ -93038,10 +93023,10 @@ paths: - updated - comments default: created - - *66 - - *87 - - *17 - - *19 + - *67 + - *88 + - *18 + - *20 responses: '200': description: Response @@ -93049,13 +93034,13 @@ paths: application/json: schema: type: array - items: *97 + items: *98 examples: - default: *195 + default: *196 headers: - Link: *38 - '404': *6 - '304': *36 + Link: *39 + '404': *7 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93075,8 +93060,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: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -93130,11 +93115,11 @@ paths: verified: false read_only: false headers: - Link: *38 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93191,11 +93176,11 @@ paths: created_at: '2020-06-11T21:31:57Z' verified: false read_only: false - '422': *15 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93224,10 +93209,10 @@ paths: schema: *610 examples: default: *611 - '404': *6 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93250,10 +93235,10 @@ paths: responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93270,8 +93255,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-subscriptions-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -93336,7 +93321,7 @@ paths: - id - type - login - plan: *101 + plan: *102 required: - billing_cycle - next_billing_date @@ -93380,10 +93365,10 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *38 - '304': *36 - '401': *24 - '404': *6 + Link: *39 + '304': *37 + '401': *25 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93400,8 +93385,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: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -93413,9 +93398,9 @@ paths: examples: default: *613 headers: - Link: *38 - '304': *36 - '401': *24 + Link: *39 + '304': *37 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93442,8 +93427,8 @@ paths: enum: - active - pending - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -93451,7 +93436,7 @@ paths: application/json: schema: type: array - items: *201 + items: *202 examples: default: value: @@ -93528,11 +93513,11 @@ paths: type: User site_admin: false headers: - Link: *38 - '304': *36 - '403': *28 - '401': *24 - '422': *15 + Link: *39 + '304': *37 + '403': *29 + '401': *25 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93553,13 +93538,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: - - *114 + - *115 responses: '200': description: Response content: application/json: - schema: *201 + schema: *202 examples: default: value: @@ -93599,8 +93584,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '403': *28 - '404': *6 + '403': *29 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93617,7 +93602,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: - - *114 + - *115 requestBody: required: true content: @@ -93642,7 +93627,7 @@ paths: description: Response content: application/json: - schema: *201 + schema: *202 examples: default: value: @@ -93682,9 +93667,9 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '403': *28 - '404': *6 - '422': *15 + '403': *29 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93701,8 +93686,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-user-migrations parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -93710,7 +93695,7 @@ paths: application/json: schema: type: array - items: *203 + items: *204 examples: default: value: @@ -93863,10 +93848,10 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *38 - '304': *36 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93963,7 +93948,7 @@ paths: description: Response content: application/json: - schema: *203 + schema: *204 examples: default: value: @@ -94115,10 +94100,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': *15 - '304': *36 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94143,7 +94128,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *204 + - *205 - name: exclude in: query required: false @@ -94156,7 +94141,7 @@ paths: description: Response content: application/json: - schema: *203 + schema: *204 examples: default: value: @@ -94309,10 +94294,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': *6 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94350,13 +94335,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *204 + - *205 responses: '302': description: Response - '304': *36 - '403': *28 - '401': *24 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94376,14 +94361,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *204 + - *205 responses: '204': description: Response - '404': *6 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94405,15 +94390,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *204 + - *205 - *614 responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94430,9 +94415,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *204 - - *17 - - *19 + - *205 + - *18 + - *20 responses: '200': description: Response @@ -94440,12 +94425,12 @@ paths: application/json: schema: type: array - items: *131 + items: *132 examples: - default: *215 + default: *216 headers: - Link: *38 - '404': *6 + Link: *39 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94465,8 +94450,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-organizations-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -94474,14 +94459,14 @@ paths: application/json: schema: type: array - items: *51 + items: *52 examples: default: *615 headers: - Link: *38 - '304': *36 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94519,8 +94504,8 @@ paths: - nuget - container - *616 - - *19 - - *17 + - *20 + - *18 responses: '200': description: Response @@ -94528,7 +94513,7 @@ paths: application/json: schema: type: array - items: *209 + items: *210 examples: default: *617 '400': *618 @@ -94551,14 +94536,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: - - *211 - *212 + - *213 responses: '200': description: Response content: application/json: - schema: *209 + schema: *210 examples: default: &629 value: @@ -94673,14 +94658,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: - - *211 - *212 + - *213 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94704,8 +94689,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: - - *211 - *212 + - *213 - name: token description: package token schema: @@ -94715,9 +94700,9 @@ paths: responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94737,10 +94722,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: - - *211 - *212 - - *19 - - *17 + - *213 + - *20 + - *18 - name: state in: query required: false @@ -94758,7 +94743,7 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: default: value: @@ -94785,9 +94770,9 @@ paths: package_type: container container: tags: [] - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94807,15 +94792,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: - - *211 - *212 - - *214 + - *213 + - *215 responses: '200': description: Response content: application/json: - schema: *213 + schema: *214 examples: default: value: @@ -94851,15 +94836,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: - - *211 - *212 - - *214 + - *213 + - *215 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94883,15 +94868,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: - - *211 - *212 - - *214 + - *213 + - *215 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94941,7 +94926,7 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: default: value: @@ -94976,10 +94961,10 @@ paths: site_admin: false created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' - '304': *36 - '403': *28 - '401': *24 - '422': *7 + '304': *37 + '403': *29 + '401': *25 + '422': *8 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95001,8 +94986,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: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -95014,11 +94999,11 @@ paths: examples: default: *619 headers: - Link: *38 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95096,8 +95081,8 @@ paths: enum: - asc - desc - - *17 - - *19 + - *18 + - *20 - 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: @@ -95123,7 +95108,7 @@ paths: application/json: schema: type: array - items: *56 + items: *57 examples: default: &626 summary: Default response @@ -95245,10 +95230,10 @@ paths: forks: 1 open_issues: 1 watchers: 1 - '422': *15 - '304': *36 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95431,12 +95416,12 @@ paths: example: https://api.github.com/repos/octocat/Hello-World schema: type: string - '401': *24 - '304': *36 - '404': *6 - '403': *28 - '422': *15 - '400': *14 + '401': *25 + '304': *37 + '404': *7 + '403': *29 + '422': *16 + '400': *15 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95454,8 +95439,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: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -95467,11 +95452,11 @@ paths: examples: default: *620 headers: - Link: *38 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95488,14 +95473,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *193 + - *194 responses: '204': description: Response - '403': *28 - '409': *206 - '404': *6 - '304': *36 + '403': *29 + '409': *207 + '404': *7 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95511,14 +95496,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *193 + - *194 responses: '204': description: Response - '409': *206 - '304': *36 - '404': *6 - '403': *28 + '409': *207 + '304': *37 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95535,8 +95520,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: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -95564,11 +95549,11 @@ paths: - provider: twitter url: https://twitter.com/github headers: - Link: *38 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95624,11 +95609,11 @@ paths: items: *621 examples: default: *622 - '422': *15 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95677,11 +95662,11 @@ paths: responses: '204': description: Response - '422': *15 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95701,8 +95686,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: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -95743,11 +95728,11 @@ paths: title: ssh-rsa AAAAB3NzaC1yc2EAAB created_at: '2020-07-11T21:31:57Z' headers: - Link: *38 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95805,11 +95790,11 @@ paths: url: https://api.github.com/user/keys/2 title: ssh-rsa AAAAB3NzaC1yc2EAAA created_at: '2020-06-11T21:31:57Z' - '422': *15 - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '422': *16 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95844,10 +95829,10 @@ paths: schema: *623 examples: default: *624 - '404': *6 - '304': *36 - '403': *28 - '401': *24 + '404': *7 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95870,10 +95855,10 @@ paths: responses: '204': description: Response - '304': *36 - '404': *6 - '403': *28 - '401': *24 + '304': *37 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95908,9 +95893,9 @@ paths: - created - updated default: created - - *66 - - *17 - - *19 + - *67 + - *18 + - *20 responses: '200': description: Response @@ -95918,7 +95903,7 @@ paths: application/json: schema: type: array - items: *56 + items: *57 examples: default-response: *626 application/vnd.github.v3.star+json: @@ -95932,7 +95917,7 @@ paths: starred_at: type: string format: date-time - repo: *56 + repo: *57 required: - starred_at - repo @@ -96060,10 +96045,10 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *38 - '304': *36 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96089,10 +96074,10 @@ paths: description: Not Found if this repository is not starred by you content: application/json: - schema: *2 - '401': *24 - '304': *36 - '403': *28 + schema: *3 + '401': *25 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96114,10 +96099,10 @@ paths: responses: '204': description: Response - '403': *28 - '404': *6 - '401': *24 - '304': *36 + '403': *29 + '404': *7 + '401': *25 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96139,10 +96124,10 @@ paths: responses: '204': description: Response - '404': *6 - '401': *24 - '304': *36 - '403': *28 + '404': *7 + '401': *25 + '304': *37 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96159,8 +96144,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: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -96168,14 +96153,14 @@ paths: application/json: schema: type: array - items: *131 + items: *132 examples: - default: *215 + default: *216 headers: - Link: *38 - '304': *36 - '403': *28 - '401': *24 + Link: *39 + '304': *37 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96198,8 +96183,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-teams-for-the-authenticated-user parameters: - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -96258,10 +96243,10 @@ paths: updated_at: '2017-08-17T12:37:15Z' type: Organization headers: - Link: *38 - '304': *36 - '404': *6 - '403': *28 + Link: *39 + '304': *37 + '404': *7 + '403': *29 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96282,7 +96267,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - *627 - - *17 + - *18 responses: '200': description: Response @@ -96290,15 +96275,15 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 + default: *197 headers: Link: example: ; rel="next" schema: type: string - '304': *36 + '304': *37 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96320,7 +96305,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user parameters: - - *153 + - *154 responses: '200': description: Response @@ -96406,7 +96391,7 @@ paths: space: 976562499 collaborators: 0 private_repos: 9999 - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96426,7 +96411,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: - - *153 + - *154 responses: '200': description: Response @@ -96434,11 +96419,11 @@ paths: application/json: schema: type: array - items: *209 + items: *210 examples: default: *617 - '403': *28 - '401': *24 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96456,9 +96441,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-events-for-the-authenticated-user parameters: - - *153 - - *17 - - *19 + - *154 + - *18 + - *20 responses: '200': description: Response @@ -96466,7 +96451,7 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: default: value: @@ -96534,10 +96519,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: - - *153 - - *114 - - *17 - - *19 + - *154 + - *115 + - *18 + - *20 responses: '200': description: Response @@ -96545,7 +96530,7 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: default: value: @@ -96622,9 +96607,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-user parameters: - - *153 - - *17 - - *19 + - *154 + - *18 + - *20 responses: '200': description: Response @@ -96632,7 +96617,7 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: default: value: @@ -96699,9 +96684,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-followers-of-a-user parameters: - - *153 - - *17 - - *19 + - *154 + - *18 + - *20 responses: '200': description: Response @@ -96709,11 +96694,11 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 + default: *197 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96730,9 +96715,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-the-people-a-user-follows parameters: - - *153 - - *17 - - *19 + - *154 + - *18 + - *20 responses: '200': description: Response @@ -96740,11 +96725,11 @@ paths: application/json: schema: type: array - items: *18 + items: *19 examples: - default: *196 + default: *197 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96761,7 +96746,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: - - *153 + - *154 - name: target_user in: path required: true @@ -96788,10 +96773,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-a-user parameters: - - *153 - - *87 - - *17 - - *19 + - *154 + - *88 + - *18 + - *20 responses: '200': description: Response @@ -96799,12 +96784,12 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: - default: *89 + default: *90 headers: - Link: *38 - '422': *15 + Link: *39 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96822,9 +96807,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: - - *153 - - *17 - - *19 + - *154 + - *18 + - *20 responses: '200': description: Response @@ -96836,7 +96821,7 @@ paths: examples: default: *628 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96858,7 +96843,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-contextual-information-for-a-user parameters: - - *153 + - *154 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -96909,8 +96894,8 @@ paths: contexts: - message: Owns this repository octicon: repo - '404': *6 - '422': *15 + '404': *7 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96930,13 +96915,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: - - *153 + - *154 responses: '200': description: Response content: application/json: - schema: *21 + schema: *22 examples: default: *449 x-github: @@ -96956,9 +96941,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#list-public-keys-for-a-user parameters: - - *153 - - *17 - - *19 + - *154 + - *18 + - *20 responses: '200': description: Response @@ -96984,7 +96969,7 @@ paths: - id: 1 key: ssh-rsa AAA... headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97004,9 +96989,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-organizations-for-a-user parameters: - - *153 - - *17 - - *19 + - *154 + - *18 + - *20 responses: '200': description: Response @@ -97014,11 +96999,11 @@ paths: application/json: schema: type: array - items: *51 + items: *52 examples: default: *615 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97056,9 +97041,9 @@ paths: - nuget - container - *616 - - *153 - - *19 - - *17 + - *154 + - *20 + - *18 responses: '200': description: Response @@ -97066,11 +97051,11 @@ paths: application/json: schema: type: array - items: *209 + items: *210 examples: default: *617 - '403': *28 - '401': *24 + '403': *29 + '401': *25 '400': *618 x-github: githubCloudOnly: false @@ -97091,15 +97076,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *211 - *212 - - *153 + - *213 + - *154 responses: '200': description: Response content: application/json: - schema: *209 + schema: *210 examples: default: *629 x-github: @@ -97122,15 +97107,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *211 - *212 - - *153 + - *213 + - *154 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97156,9 +97141,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *211 - *212 - - *153 + - *213 + - *154 - name: token description: package token schema: @@ -97168,9 +97153,9 @@ paths: responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97190,9 +97175,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: - - *211 - *212 - - *153 + - *213 + - *154 responses: '200': description: Response @@ -97200,7 +97185,7 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: default: value: @@ -97236,9 +97221,9 @@ paths: html_url: https://github.com/octocat/octo-name-repo/packages/40201?version=0.1.0 metadata: package_type: rubygems - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97258,16 +97243,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: - - *211 - *212 - - *214 - - *153 + - *213 + - *215 + - *154 responses: '200': description: Response content: application/json: - schema: *213 + schema: *214 examples: default: value: @@ -97302,16 +97287,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *211 - *212 - - *153 - - *214 + - *213 + - *154 + - *215 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97337,16 +97322,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *211 - *212 - - *153 - - *214 + - *213 + - *154 + - *215 responses: '204': description: Response - '404': *6 - '403': *28 - '401': *24 + '404': *7 + '403': *29 + '401': *25 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97363,7 +97348,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-user-projects parameters: - - *153 + - *154 - name: state description: Indicates the state of the projects to return. in: query @@ -97375,8 +97360,8 @@ paths: - closed - all default: open - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -97384,7 +97369,7 @@ paths: application/json: schema: type: array - items: *223 + items: *224 examples: default: value: @@ -97420,8 +97405,8 @@ paths: created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' headers: - Link: *38 - '422': *15 + Link: *39 + '422': *16 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97440,9 +97425,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: - - *153 - - *17 - - *19 + - *154 + - *18 + - *20 responses: '200': description: Response @@ -97450,7 +97435,7 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: default: value: @@ -97527,9 +97512,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: - - *153 - - *17 - - *19 + - *154 + - *18 + - *20 responses: '200': description: Response @@ -97537,7 +97522,7 @@ paths: application/json: schema: type: array - items: *109 + items: *110 examples: default: value: @@ -97614,7 +97599,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repositories-for-a-user parameters: - - *153 + - *154 - name: type description: Limit results to repositories of the specified type. in: query @@ -97648,8 +97633,8 @@ paths: enum: - asc - desc - - *17 - - *19 + - *18 + - *20 responses: '200': description: Response @@ -97657,11 +97642,11 @@ paths: application/json: schema: type: array - items: *131 + items: *132 examples: - default: *215 + default: *216 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97683,7 +97668,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: - - *153 + - *154 responses: '200': description: Response @@ -97713,7 +97698,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: - - *153 + - *154 responses: '200': description: Response @@ -97743,7 +97728,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: - - *153 + - *154 responses: '200': description: Response @@ -97769,9 +97754,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: - - *153 - - *17 - - *19 + - *154 + - *18 + - *20 responses: '200': description: Response @@ -97783,7 +97768,7 @@ paths: examples: default: *622 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97801,9 +97786,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: - - *153 - - *17 - - *19 + - *154 + - *18 + - *20 responses: '200': description: Response @@ -97815,7 +97800,7 @@ paths: examples: default: *630 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97837,11 +97822,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *153 + - *154 - *631 - - *66 - - *17 - - *19 + - *67 + - *18 + - *20 responses: '200': description: Response @@ -97852,11 +97837,11 @@ paths: - type: array items: *632 - type: array - items: *56 + items: *57 examples: default-response: *626 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97873,9 +97858,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *153 - - *17 - - *19 + - *154 + - *18 + - *20 responses: '200': description: Response @@ -97883,11 +97868,11 @@ paths: application/json: schema: type: array - items: *131 + items: *132 examples: - default: *215 + default: *216 headers: - Link: *38 + Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97920,7 +97905,7 @@ paths: - '2021-01-01' - '2021-06-01' - '2022-01-01' - '404': *6 + '404': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98175,15 +98160,15 @@ x-webhooks: title: License Simple description: License Simple type: object - properties: *98 - required: *99 + properties: *99 + required: *100 nullable: true organization: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true forks: type: integer @@ -98204,7 +98189,7 @@ x-webhooks: - admin - pull - push - owner: *18 + owner: *19 private: description: Whether the repository is private or public. default: false @@ -99880,8 +99865,8 @@ x-webhooks: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true check_suite: description: A suite of checks performed on the code of a given @@ -99892,7 +99877,7 @@ x-webhooks: example: d6fde92930d4715a2b49857d24b940956b26d2d3 type: string nullable: true - app: *5 + app: *6 before: example: 146e867f55c26428e5f9fade55a9bbf5e95a7912 type: string @@ -99931,7 +99916,7 @@ x-webhooks: pull_requests: type: array items: *349 - repository: *131 + repository: *132 status: example: completed type: string @@ -105740,7 +105725,7 @@ x-webhooks: type: string enum: - created - definition: *224 + definition: *225 enterprise: *633 installation: *634 organization: *635 @@ -105907,7 +105892,7 @@ x-webhooks: type: string enum: - updated - definition: *224 + definition: *225 enterprise: *633 installation: *634 organization: *635 @@ -105995,11 +105980,11 @@ x-webhooks: new_property_values: type: array description: The new custom property values for the repository. - items: *228 + items: *229 old_property_values: type: array description: The old custom property values for the repository. - items: *228 + items: *229 required: - action - repository @@ -116669,7 +116654,7 @@ x-webhooks: enum: - created enterprise: *633 - installation: *21 + installation: *22 organization: *635 repositories: description: An array of repository objects that the installation @@ -116840,7 +116825,7 @@ x-webhooks: enum: - deleted enterprise: *633 - installation: *21 + installation: *22 organization: *635 repositories: description: An array of repository objects that the installation @@ -116945,7 +116930,7 @@ x-webhooks: enum: - new_permissions_accepted enterprise: *633 - installation: *21 + installation: *22 organization: *635 repositories: description: An array of repository objects that the installation @@ -117050,7 +117035,7 @@ x-webhooks: enum: - added enterprise: *633 - installation: *21 + installation: *22 organization: *635 repositories_added: description: An array of repository objects, which were added to @@ -117252,7 +117237,7 @@ x-webhooks: enum: - removed enterprise: *633 - installation: *21 + installation: *22 organization: *635 repositories_added: description: An array of repository objects, which were added to @@ -117460,7 +117445,7 @@ x-webhooks: enum: - suspend enterprise: *633 - installation: *21 + installation: *22 organization: *635 repositories: description: An array of repository objects that the installation @@ -117748,7 +117733,7 @@ x-webhooks: enum: - unsuspend enterprise: *633 - installation: *21 + installation: *22 organization: *635 repositories: description: An array of repository objects that the installation @@ -117899,8 +117884,8 @@ x-webhooks: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true reactions: title: Reactions @@ -119279,8 +119264,8 @@ x-webhooks: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true reactions: title: Reactions @@ -120668,8 +120653,8 @@ x-webhooks: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *82 - required: *83 + properties: *83 + required: *84 nullable: true reactions: title: Reactions @@ -148981,7 +148966,7 @@ x-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: *18 + owner: *19 permissions_added: type: object description: New requested permissions, categorized by type @@ -149433,10 +149418,10 @@ x-webhooks: config: type: object properties: - content_type: *9 - insecure_ssl: *11 - secret: *10 - url: *8 + content_type: *10 + insecure_ssl: *12 + secret: *11 + url: *9 created_at: type: string format: date-time @@ -152406,8 +152391,8 @@ x-webhooks: type: number node_id: type: string - owner: *18 - creator: *18 + owner: *19 + creator: *19 title: type: string description: @@ -152442,8 +152427,8 @@ x-webhooks: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true required: - id @@ -152860,7 +152845,7 @@ x-webhooks: - Issue - PullRequest - DraftIssue - creator: *18 + creator: *19 created_at: type: string format: date-time @@ -219854,7 +219839,7 @@ x-webhooks: installation: *634 organization: *635 repository: *636 - repository_ruleset: *240 + repository_ruleset: *241 sender: *637 required: - action @@ -219936,7 +219921,7 @@ x-webhooks: installation: *634 organization: *635 repository: *636 - repository_ruleset: *240 + repository_ruleset: *241 sender: *637 required: - action @@ -220018,7 +220003,7 @@ x-webhooks: installation: *634 organization: *635 repository: *636 - repository_ruleset: *240 + repository_ruleset: *241 changes: type: object properties: @@ -220037,16 +220022,16 @@ x-webhooks: properties: added: type: array - items: *234 + items: *235 deleted: type: array - items: *234 + items: *235 updated: type: array items: type: object properties: - condition: *234 + condition: *235 changes: type: object properties: @@ -220079,16 +220064,16 @@ x-webhooks: properties: added: type: array - items: *239 + items: *240 deleted: type: array - items: *239 + items: *240 updated: type: array items: type: object properties: - rule: *239 + rule: *240 changes: type: object properties: @@ -221508,8 +221493,8 @@ x-webhooks: alert: &650 type: object properties: - number: *70 - created_at: *75 + number: *71 + created_at: *76 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -221517,8 +221502,8 @@ x-webhooks: format: date-time readOnly: true nullable: true - url: *73 - html_url: *74 + url: *74 + html_url: *75 locations_url: type: string format: uri @@ -221545,8 +221530,8 @@ x-webhooks: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true resolution_comment: type: string @@ -221571,8 +221556,8 @@ x-webhooks: title: Simple User description: A GitHub user. type: object - properties: *3 - required: *4 + properties: *4 + required: *5 nullable: true push_protection_bypassed_at: type: string @@ -222788,7 +222773,7 @@ x-webhooks: from: type: object properties: - security_and_analysis: *231 + security_and_analysis: *232 enterprise: *633 installation: *634 organization: *635 diff --git a/descriptions/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index 6c200607c5..abe495b8a4 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/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/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index 4f19df893e..ff2f41ac35 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/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/ghec/ghec.json b/descriptions/ghec/ghec.json index 6c200607c5..abe495b8a4 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/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/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index 4f19df893e..ff2f41ac35 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/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/ghes-3.11/dereferenced/ghes-3.11.2022-11-28.deref.json b/descriptions/ghes-3.11/dereferenced/ghes-3.11.2022-11-28.deref.json index 78c5686520..c874464d68 100644 --- a/descriptions/ghes-3.11/dereferenced/ghes-3.11.2022-11-28.deref.json +++ b/descriptions/ghes-3.11/dereferenced/ghes-3.11.2022-11-28.deref.json @@ -6726,19 +6726,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/ghes-3.11/dereferenced/ghes-3.11.2022-11-28.deref.yaml b/descriptions/ghes-3.11/dereferenced/ghes-3.11.2022-11-28.deref.yaml index 423870da54..5ba5b46ab7 100644 --- a/descriptions/ghes-3.11/dereferenced/ghes-3.11.2022-11-28.deref.yaml +++ b/descriptions/ghes-3.11/dereferenced/ghes-3.11.2022-11-28.deref.yaml @@ -1293,7 +1293,7 @@ paths: description: Response content: application/json: - schema: &70 + schema: &71 title: Organization Simple description: A GitHub organization. type: object @@ -1407,7 +1407,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/enterprise-admin/orgs#update-an-organization-name parameters: - - &132 + - &133 name: org description: The organization name. The name is not case sensitive. in: path @@ -2412,7 +2412,7 @@ paths: title: Scoped Installation type: object properties: - permissions: &37 + permissions: &38 title: App Permissions type: object description: The permissions granted to the user access @@ -2812,7 +2812,7 @@ paths: - updated_at - expires_at examples: - default: &48 + default: &49 value: - id: 2 url: https://enterprise.octocat.com/api/v3/authorizations/2 @@ -3154,21 +3154,23 @@ paths: - name: ecosystem in: query description: If specified, only advisories for these ecosystems will be returned. - schema: + schema: &22 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. @@ -3235,7 +3237,7 @@ paths: in: query schema: type: string - - &88 + - &89 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 @@ -3244,7 +3246,7 @@ paths: required: false schema: type: string - - &89 + - &90 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 @@ -3280,7 +3282,7 @@ paths: application/json: schema: type: array - items: &22 + items: &23 description: A GitHub Security Advisory. type: object properties: @@ -3412,24 +3414,7 @@ paths: type: object nullable: true 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: *22 name: type: string description: The unique package name within its ecosystem. @@ -3610,7 +3595,7 @@ paths: description: Too many requests content: application/json: - schema: &23 + schema: &24 title: Basic Error description: Basic Error type: object @@ -3623,11 +3608,11 @@ paths: type: string status: type: string - '422': &26 + '422': &27 description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &136 + schema: &137 title: Validation Error Simple description: Validation Error Simple type: object @@ -3671,7 +3656,7 @@ paths: description: Response content: application/json: - schema: *22 + schema: *23 examples: default: value: @@ -3732,11 +3717,11 @@ paths: type: User site_admin: false type: analyst - '404': &25 + '404': &26 description: Resource not found content: application/json: - schema: *23 + schema: *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -3761,7 +3746,7 @@ paths: description: Response content: application/json: - schema: &24 + schema: &25 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 @@ -3769,7 +3754,7 @@ paths: and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: &105 + properties: &106 id: description: Unique identifier of the GitHub app example: 37 @@ -3858,7 +3843,7 @@ paths: type: string example: '"-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\n-----END RSA PRIVATE KEY-----\n"' - required: &106 + required: &107 - id - node_id - owner @@ -3871,7 +3856,7 @@ paths: - permissions - events examples: - default: &47 + default: &48 value: id: 1 slug: octoapp @@ -3940,7 +3925,7 @@ paths: application/json: schema: allOf: - - *24 + - *25 - type: object properties: client_id: @@ -4028,8 +4013,8 @@ paths: fgtriltLSSD6rTA9hUAsL/X62rY0wdXuNdijjBb/qvrx7CAV6i37NK1CjABNjsfG ZM372Ac6zc1EqSrid2IjET1YqyIW2KGLI1R2xbQc98UGlt48OdWu -----END RSA PRIVATE KEY----- - '404': *25 - '422': *26 + '404': *26 + '422': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -4053,28 +4038,28 @@ paths: description: Response content: application/json: - schema: &31 + schema: &32 title: Webhook Configuration description: Configuration object of the webhook type: object properties: - url: &27 + url: &28 type: string description: The URL to which the payloads will be delivered. example: https://example.com/webhook format: uri - content_type: &28 + content_type: &29 type: string description: The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`. example: '"json"' - secret: &29 + secret: &30 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). example: '"********"' - insecure_ssl: &30 + insecure_ssl: &31 oneOf: - type: string description: Determines whether the SSL certificate of the host @@ -4086,7 +4071,7 @@ paths: example: '"0"' - type: number examples: - default: &32 + default: &33 value: content_type: json insecure_ssl: '0' @@ -4116,10 +4101,10 @@ paths: schema: type: object properties: - url: *27 - content_type: *28 - secret: *29 - insecure_ssl: *30 + url: *28 + content_type: *29 + secret: *30 + insecure_ssl: *31 examples: default: value: @@ -4132,9 +4117,9 @@ paths: description: Response content: application/json: - schema: *31 + schema: *32 examples: - default: *32 + default: *33 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -4155,7 +4140,7 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/apps/webhooks#list-deliveries-for-an-app-webhook parameters: - *4 - - &196 + - &197 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 @@ -4176,7 +4161,7 @@ paths: application/json: schema: type: array - items: &197 + items: &198 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -4247,7 +4232,7 @@ paths: - installation_id - repository_id examples: - default: &198 + default: &199 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4271,13 +4256,13 @@ paths: action: opened installation_id: 123 repository_id: 456 - '400': &33 + '400': &34 description: Bad Request content: application/json: - schema: *23 + schema: *24 application/scim+json: - schema: &517 + schema: &518 title: Scim Error description: Scim Error type: object @@ -4300,11 +4285,11 @@ paths: type: array items: type: string - '422': &34 + '422': &35 description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &135 + schema: &136 title: Validation Error description: Validation Error type: object @@ -4362,7 +4347,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: - - &35 + - &36 name: delivery_id in: path required: true @@ -4373,7 +4358,7 @@ paths: description: Response content: application/json: - schema: &199 + schema: &200 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -4481,7 +4466,7 @@ paths: - request - response examples: - default: &200 + default: &201 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4517,8 +4502,8 @@ paths: headers: Content-Type: text/html;charset=utf-8 payload: ok - '400': *33 - '422': *34 + '400': *34 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -4538,9 +4523,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: - - *35 + - *36 responses: - '202': &137 + '202': &138 description: Accepted content: application/json: @@ -4549,8 +4534,8 @@ paths: examples: default: value: - '400': *33 - '422': *34 + '400': *34 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -4592,7 +4577,7 @@ paths: account: anyOf: - *19 - - &36 + - &37 title: Enterprise description: An enterprise on GitHub. type: object @@ -4700,13 +4685,13 @@ paths: type: User site_admin: false created_at: '2022-07-08T16:18:44-04:00' - '304': &41 + '304': &42 description: Not modified - '401': &40 + '401': &41 description: Requires authentication content: application/json: - schema: *23 + schema: *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -4728,7 +4713,7 @@ paths: parameters: - *4 - *5 - - &110 + - &111 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) @@ -4751,7 +4736,7 @@ paths: application/json: schema: type: array - items: &38 + items: &39 title: Installation description: Installation type: object @@ -4764,7 +4749,7 @@ paths: nullable: true anyOf: - *19 - - *36 + - *37 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -4794,7 +4779,7 @@ paths: target_type: type: string example: Organization - permissions: *37 + permissions: *38 events: type: array items: @@ -4923,7 +4908,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: - - &39 + - &40 name: installation_id description: The unique identifier of the installation. in: path @@ -4938,7 +4923,7 @@ paths: description: Response content: application/json: - schema: *38 + schema: *39 examples: default: value: @@ -4986,7 +4971,7 @@ paths: app_slug: github-actions suspended_at: suspended_by: - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -5005,11 +4990,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: - - *39 + - *40 responses: '204': description: Response - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -5052,7 +5037,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: - - *39 + - *40 requestBody: required: false content: @@ -5075,7 +5060,7 @@ paths: type: array items: type: integer - permissions: *37 + permissions: *38 examples: default: value: @@ -5099,7 +5084,7 @@ paths: type: string expires_at: type: string - permissions: *37 + permissions: *38 repository_selection: type: string enum: @@ -5107,11 +5092,11 @@ paths: - selected repositories: type: array - items: &84 + items: &85 title: Repository description: A repository on GitHub. type: object - properties: &227 + properties: &228 id: description: Unique identifier of the repository example: 42 @@ -5130,7 +5115,7 @@ paths: title: License Simple description: License Simple type: object - properties: &121 + properties: &122 key: type: string example: mit @@ -5152,7 +5137,7 @@ paths: html_url: type: string format: uri - required: &122 + required: &123 - key - name - url @@ -5539,7 +5524,7 @@ paths: type: boolean description: Whether anonymous git access is enabled for this repository - required: &228 + required: &229 - archive_url - assignees_url - blobs_url @@ -5756,14 +5741,14 @@ paths: forks: 1 open_issues: 1 watchers: 1 - '403': &42 + '403': &43 description: Forbidden content: application/json: - schema: *23 - '401': *40 - '404': *25 - '422': *34 + schema: *24 + '401': *41 + '404': *26 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -5783,11 +5768,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/apps/apps#suspend-an-app-installation parameters: - - *39 + - *40 responses: '204': description: Response - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -5806,11 +5791,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/apps/apps#unsuspend-an-app-installation parameters: - - *39 + - *40 responses: '204': description: Response - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -5845,7 +5830,7 @@ paths: application/json: schema: type: array - items: &43 + items: &44 title: Application Grant description: The authorization associated with an OAuth Access. type: object @@ -5914,10 +5899,10 @@ paths: - public_repo headers: Link: *6 - '304': *41 - '403': *42 - '401': *40 - '404': *25 + '304': *42 + '403': *43 + '401': *41 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -5943,7 +5928,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: - - &44 + - &45 name: grant_id description: The unique identifier of the grant. in: path @@ -5955,7 +5940,7 @@ paths: description: Response content: application/json: - schema: *43 + schema: *44 examples: default: value: @@ -5969,9 +5954,9 @@ paths: updated_at: '2011-09-06T20:39:23Z' scopes: - public_repo - '304': *41 - '403': *42 - '401': *40 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -5993,13 +5978,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/oauth-authorizations/oauth-authorizations#delete-a-grant parameters: - - *44 + - *45 responses: '204': description: Response - '304': *41 - '403': *42 - '401': *40 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -6021,7 +6006,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/apps/oauth-applications#delete-an-app-authorization parameters: - - &45 + - &46 name: client_id in: path required: true @@ -6051,7 +6036,7 @@ paths: responses: '204': description: Response - '422': *34 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -6073,7 +6058,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/apps/oauth-applications#check-a-token parameters: - - *45 + - *46 requestBody: required: true content: @@ -6097,7 +6082,7 @@ paths: application/json: schema: *20 examples: - default: &46 + default: &47 value: id: 1 url: https://api.github.com/authorizations/1 @@ -6136,8 +6121,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '422': *34 - '404': *25 + '422': *35 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -6158,7 +6143,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/apps/oauth-applications#reset-a-token parameters: - - *45 + - *46 requestBody: required: true content: @@ -6182,8 +6167,8 @@ paths: application/json: schema: *20 examples: - default: *46 - '422': *34 + default: *47 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -6203,7 +6188,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/apps/oauth-applications#delete-an-app-token parameters: - - *45 + - *46 requestBody: required: true content: @@ -6224,7 +6209,7 @@ paths: responses: '204': description: Response - '422': *34 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -6250,7 +6235,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/apps/apps#create-a-scoped-access-token parameters: - - *45 + - *46 requestBody: required: true content: @@ -6290,7 +6275,7 @@ paths: type: array items: type: integer - permissions: *37 + permissions: *38 required: - access_token examples: @@ -6375,10 +6360,10 @@ paths: site_admin: false has_multiple_single_files: false single_file_paths: [] - '401': *40 - '403': *42 - '404': *25 - '422': *34 + '401': *41 + '403': *43 + '404': *26 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -6407,11 +6392,11 @@ paths: description: Response content: application/json: - schema: *24 + schema: *25 examples: - default: *47 - '403': *42 - '404': *25 + default: *48 + '403': *43 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -6451,13 +6436,13 @@ paths: type: array items: *20 examples: - default: *48 + default: *49 headers: Link: *6 - '304': *41 - '403': *42 - '401': *40 - '404': *25 + '304': *42 + '403': *43 + '401': *41 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -6546,15 +6531,15 @@ paths: example: https://api.github.com/authorizations/1 schema: type: string - '422': *34 - '410': &226 + '422': *35 + '410': &227 description: Gone content: application/json: - schema: *23 - '304': *41 - '403': *42 - '401': *40 + schema: *24 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -6583,7 +6568,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: - - &49 + - &50 name: client_id in: path required: true @@ -6686,10 +6671,10 @@ paths: example: https://api.github.com/authorizations/1 schema: type: string - '422': *34 - '304': *41 - '403': *42 - '401': *40 + '422': *35 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -6716,7 +6701,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: - - *49 + - *50 - name: fingerprint in: path required: true @@ -6822,7 +6807,7 @@ paths: example: https://api.github.com/authorizations/1 schema: type: string - '422': *34 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -6848,7 +6833,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: - - &50 + - &51 name: authorization_id description: The unique identifier of the authorization. in: path @@ -6862,7 +6847,7 @@ paths: application/json: schema: *20 examples: - default: &51 + default: &52 value: id: 1 url: https://api.github.com/authorizations/1 @@ -6881,9 +6866,9 @@ paths: created_at: '2011-09-06T17:26:27Z' expires_at: '2011-10-06T17:26:27Z' fingerprint: jklmnop12345678 - '304': *41 - '403': *42 - '401': *40 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -6907,7 +6892,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: - - *50 + - *51 requestBody: required: false content: @@ -6961,8 +6946,8 @@ paths: application/json: schema: *20 examples: - default: *51 - '422': *34 + default: *52 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -6987,13 +6972,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/oauth-authorizations/oauth-authorizations#delete-an-authorization parameters: - - *50 + - *51 responses: '204': description: Response - '304': *41 - '403': *42 - '401': *40 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -7020,7 +7005,7 @@ paths: application/json: schema: type: array - items: &52 + items: &53 title: Code Of Conduct description: Code Of Conduct type: object @@ -7103,7 +7088,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': *41 + '304': *42 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -7130,7 +7115,7 @@ paths: description: Response content: application/json: - schema: *52 + schema: *53 examples: default: value: @@ -7184,8 +7169,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': *25 - '304': *41 + '404': *26 + '304': *42 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -9089,7 +9074,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': *41 + '304': *42 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -9111,19 +9096,19 @@ paths: description: Response content: application/json: - schema: &53 + schema: &54 title: Enterprise Announcement description: Enterprise global announcement type: object properties: - announcement: &164 + announcement: &165 type: string description: The announcement text in GitHub Flavored Markdown. For more information about GitHub Flavored Markdown, see "[Basic 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)." example: Very **important** announcement about _something_. nullable: true - expires_at: &165 + expires_at: &166 type: string format: date-time description: 'The time at which the announcement expires. This @@ -9136,7 +9121,7 @@ paths: required: - announcement examples: - default: &54 + default: &55 summary: Announcement banner value: announcement: Very **important** announcement about _something_. @@ -9161,7 +9146,7 @@ paths: required: true content: application/json: - schema: *53 + schema: *54 examples: default: value: @@ -9172,9 +9157,9 @@ paths: description: Response content: application/json: - schema: *53 + schema: *54 examples: - default: *54 + default: *55 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -9263,7 +9248,7 @@ paths: schema: type: object properties: - repos: &63 + repos: &64 title: Repository Enterprise Stats type: object properties: @@ -9286,7 +9271,7 @@ paths: - org_repos - total_pushes - total_wikis - hooks: &57 + hooks: &58 title: Hooks Enterprise Stats type: object properties: @@ -9300,7 +9285,7 @@ paths: - total_hooks - active_hooks - inactive_hooks - pages: &61 + pages: &62 title: Enterprise Pages Stats type: object properties: @@ -9308,7 +9293,7 @@ paths: type: integer required: - total_pages - orgs: &60 + orgs: &61 title: Enterprise Organization Stats type: object properties: @@ -9325,7 +9310,7 @@ paths: - disabled_orgs - total_teams - total_team_members - users: &64 + users: &65 title: Enterprise User Stats type: object properties: @@ -9339,7 +9324,7 @@ paths: - total_users - admin_users - suspended_users - pulls: &62 + pulls: &63 title: Enterprise Pull Request Stats type: object properties: @@ -9356,7 +9341,7 @@ paths: - merged_pulls - mergeable_pulls - unmergeable_pulls - issues: &58 + issues: &59 title: Enterprise Issue Stats type: object properties: @@ -9370,7 +9355,7 @@ paths: - total_issues - open_issues - closed_issues - milestones: &59 + milestones: &60 title: Enterprise Milestone Stats type: object properties: @@ -9384,7 +9369,7 @@ paths: - total_milestones - open_milestones - closed_milestones - gists: &56 + gists: &57 title: Enterprise Gist Stats type: object properties: @@ -9398,7 +9383,7 @@ paths: - total_gists - private_gists - public_gists - comments: &55 + comments: &56 title: Enterprise Comment Stats type: object properties: @@ -9482,7 +9467,7 @@ paths: description: Response content: application/json: - schema: *55 + schema: *56 examples: default: value: @@ -9510,7 +9495,7 @@ paths: description: Response content: application/json: - schema: *56 + schema: *57 examples: default: value: @@ -9536,7 +9521,7 @@ paths: description: Response content: application/json: - schema: *57 + schema: *58 examples: default: value: @@ -9563,7 +9548,7 @@ paths: description: Response content: application/json: - schema: *58 + schema: *59 examples: default: value: @@ -9590,7 +9575,7 @@ paths: description: Response content: application/json: - schema: *59 + schema: *60 examples: default: value: @@ -9617,7 +9602,7 @@ paths: description: Response content: application/json: - schema: *60 + schema: *61 examples: default: value: @@ -9645,7 +9630,7 @@ paths: description: Response content: application/json: - schema: *61 + schema: *62 examples: default: value: @@ -9670,7 +9655,7 @@ paths: description: Response content: application/json: - schema: *62 + schema: *63 examples: default: value: @@ -9697,7 +9682,7 @@ paths: description: Response content: application/json: - schema: *63 + schema: *64 examples: default: value: @@ -9802,7 +9787,7 @@ paths: description: Response content: application/json: - schema: *64 + schema: *65 examples: default: value: @@ -9829,7 +9814,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: - - &65 + - &66 name: enterprise description: The slug version of the enterprise name. You can also substitute this value with the enterprise id. @@ -9842,7 +9827,7 @@ paths: description: Response content: application/json: - schema: &138 + schema: &139 type: object properties: total_active_caches_count: @@ -9857,7 +9842,7 @@ paths: - total_active_caches_count - total_active_caches_size_in_bytes examples: - default: &139 + default: &140 value: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 @@ -9882,13 +9867,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: - - *65 + - *66 responses: '200': description: Response content: application/json: - schema: &66 + schema: &67 title: Actions cache usage policy for an enterprise description: GitHub Actions cache usage policy for an enterprise. type: object @@ -9905,7 +9890,7 @@ paths: type: integer example: 15 examples: - default: &67 + default: &68 value: repo_cache_size_limit_in_gb: 10 max_repo_cache_size_limit_in_gb: 15 @@ -9929,7 +9914,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: - - *65 + - *66 responses: '204': description: Response @@ -9937,9 +9922,9 @@ paths: required: true content: application/json: - schema: *66 + schema: *67 examples: - selected_actions: *67 + selected_actions: *68 x-github: enabledForGitHubApps: false githubCloudOnly: false @@ -9959,7 +9944,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: - - *65 + - *66 responses: '200': description: Response @@ -9968,7 +9953,7 @@ paths: schema: type: object properties: - enabled_organizations: &68 + enabled_organizations: &69 type: string description: The policy that controls the organizations in the enterprise that are allowed to run GitHub Actions. @@ -9981,7 +9966,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: &69 + allowed_actions: &70 type: string description: The permissions policy that controls the actions that are allowed to run. @@ -9989,7 +9974,7 @@ paths: - all - local_only - selected - selected_actions_url: &142 + selected_actions_url: &143 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`. @@ -10019,7 +10004,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: - - *65 + - *66 responses: '204': description: Response @@ -10030,8 +10015,8 @@ paths: schema: type: object properties: - enabled_organizations: *68 - allowed_actions: *69 + enabled_organizations: *69 + allowed_actions: *70 required: - enabled_organizations examples: @@ -10058,7 +10043,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: - - *65 + - *66 - *4 - *5 responses: @@ -10073,12 +10058,12 @@ paths: type: number organizations: type: array - items: *70 + items: *71 required: - total_count - organizations examples: - default: &80 + default: &81 value: total_count: 1 organizations: @@ -10112,7 +10097,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: - - *65 + - *66 responses: '204': description: Response @@ -10156,8 +10141,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: - - *65 - - &71 + - *66 + - &72 name: org_id description: The unique identifier of the organization. in: path @@ -10185,8 +10170,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: - - *65 - - *71 + - *66 + - *72 responses: '204': description: Response @@ -10209,13 +10194,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: - - *65 + - *66 responses: '200': description: Response content: application/json: - schema: &72 + schema: &73 type: object properties: github_owned_allowed: @@ -10233,7 +10218,7 @@ paths: - github_owned_allowed - patterns_allowed examples: - default: &73 + default: &74 value: github_owned_allowed: true verified_allowed: false @@ -10258,7 +10243,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: - - *65 + - *66 responses: '204': description: Response @@ -10266,9 +10251,9 @@ paths: required: true content: application/json: - schema: *72 + schema: *73 examples: - selected_actions: *73 + selected_actions: *74 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -10290,23 +10275,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: - - *65 + - *66 responses: '200': description: Success response content: application/json: - schema: &145 + schema: &146 type: object properties: - default_workflow_permissions: &74 + default_workflow_permissions: &75 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &75 + can_approve_pull_request_reviews: &76 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -10314,7 +10299,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &76 + default: &77 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -10339,18 +10324,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: - - *65 + - *66 requestBody: required: true content: application/json: - schema: &146 + schema: &147 type: object properties: - default_workflow_permissions: *74 - can_approve_pull_request_reviews: *75 + default_workflow_permissions: *75 + can_approve_pull_request_reviews: *76 examples: - default: *76 + default: *77 responses: '204': description: Success response @@ -10373,7 +10358,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: - - *65 + - *66 - *4 - *5 - name: visible_to_organization @@ -10395,7 +10380,7 @@ paths: type: number runner_groups: type: array - items: &77 + items: &78 type: object properties: id: @@ -10497,7 +10482,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: - - *65 + - *66 requestBody: required: true content: @@ -10565,9 +10550,9 @@ paths: description: Response content: application/json: - schema: *77 + schema: *78 examples: - default: &78 + default: &79 value: id: 2 name: octo-runner-group @@ -10599,8 +10584,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: - - *65 - - &79 + - *66 + - &80 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -10612,9 +10597,9 @@ paths: description: Response content: application/json: - schema: *77 + schema: *78 examples: - default: *78 + default: *79 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -10633,8 +10618,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: - - *65 - - *79 + - *66 + - *80 requestBody: required: false content: @@ -10682,7 +10667,7 @@ paths: description: Response content: application/json: - schema: *77 + schema: *78 examples: default: value: @@ -10715,8 +10700,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: - - *65 - - *79 + - *66 + - *80 responses: '204': description: Response @@ -10739,8 +10724,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: - - *65 - - *79 + - *66 + - *80 - *4 - *5 responses: @@ -10755,12 +10740,12 @@ paths: type: number organizations: type: array - items: *70 + items: *71 required: - total_count - organizations examples: - default: *80 + default: *81 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -10779,8 +10764,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: - - *65 - - *79 + - *66 + - *80 requestBody: required: true content: @@ -10825,9 +10810,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: - - *65 - - *79 - - *71 + - *66 + - *80 + - *72 responses: '204': description: Response @@ -10849,9 +10834,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: - - *65 - - *79 - - *71 + - *66 + - *80 + - *72 responses: '204': description: Response @@ -10874,8 +10859,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: - - *65 - - *79 + - *66 + - *80 - *4 - *5 responses: @@ -10890,7 +10875,7 @@ paths: type: number runners: type: array - items: &82 + items: &83 title: Self hosted runners description: A self hosted runner type: object @@ -10919,7 +10904,7 @@ paths: type: boolean labels: type: array - items: &86 + items: &87 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -10950,7 +10935,7 @@ paths: - total_count - runners examples: - default: &83 + default: &84 value: total_count: 2 runners: @@ -11007,8 +10992,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: - - *65 - - *79 + - *66 + - *80 requestBody: required: true content: @@ -11052,9 +11037,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: - - *65 - - *79 - - &81 + - *66 + - *80 + - &82 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -11082,9 +11067,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: - - *65 - - *79 - - *81 + - *66 + - *80 + - *82 responses: '204': description: Response @@ -11112,7 +11097,7 @@ paths: in: query schema: type: string - - *65 + - *66 - *4 - *5 responses: @@ -11127,9 +11112,9 @@ paths: type: number runners: type: array - items: *82 + items: *83 examples: - default: *83 + default: *84 headers: Link: *6 x-github: @@ -11151,7 +11136,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: - - *65 + - *66 responses: '200': description: Response @@ -11159,7 +11144,7 @@ paths: application/json: schema: type: array - items: &150 + items: &151 title: Runner Application description: Runner Application type: object @@ -11184,7 +11169,7 @@ paths: - download_url - filename examples: - default: &151 + default: &152 value: - os: osx architecture: x64 @@ -11235,7 +11220,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: - - *65 + - *66 requestBody: required: true content: @@ -11278,7 +11263,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &152 + '201': &153 description: Response content: application/json: @@ -11288,7 +11273,7 @@ paths: - runner - encoded_jit_config properties: - runner: *82 + runner: *83 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -11315,8 +11300,8 @@ paths: name: no-gpu type: custom encoded_jit_config: abc123 - '404': *25 - '422': *26 + '404': *26 + '422': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -11344,13 +11329,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: - - *65 + - *66 responses: '201': description: Response content: application/json: - schema: &85 + schema: &86 title: Authentication Token description: Authentication Token type: object @@ -11372,7 +11357,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *84 + items: *85 single_file: type: string example: config.yaml @@ -11388,7 +11373,7 @@ paths: - token - expires_at examples: - default: &153 + default: &154 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -11420,15 +11405,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: - - *65 + - *66 responses: '201': description: Response content: application/json: - schema: *85 + schema: *86 examples: - default: &154 + default: &155 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -11451,16 +11436,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: - - *65 - - *81 + - *66 + - *82 responses: '200': description: Response content: application/json: - schema: *82 + schema: *83 examples: - default: &155 + default: &156 value: id: 23 name: MBP @@ -11498,8 +11483,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: - - *65 - - *81 + - *66 + - *82 responses: '204': description: Response @@ -11522,10 +11507,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: - - *65 - - *81 + - *66 + - *82 responses: - '200': &87 + '200': &88 description: Response content: application/json: @@ -11539,7 +11524,7 @@ paths: type: integer labels: type: array - items: *86 + items: *87 examples: default: value: @@ -11557,7 +11542,7 @@ paths: - id: 21 name: no-gpu type: custom - '404': *25 + '404': *26 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -11576,8 +11561,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: - - *65 - - *81 + - *66 + - *82 requestBody: required: true content: @@ -11601,9 +11586,9 @@ paths: - gpu - accelerated responses: - '200': *87 - '404': *25 - '422': *26 + '200': *88 + '404': *26 + '422': *27 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -11623,8 +11608,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: - - *65 - - *81 + - *66 + - *82 requestBody: required: true content: @@ -11649,9 +11634,9 @@ paths: - gpu - accelerated responses: - '200': *87 - '404': *25 - '422': *26 + '200': *88 + '404': *26 + '422': *27 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -11671,10 +11656,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: - - *65 - - *81 + - *66 + - *82 responses: - '200': &156 + '200': &157 description: Response content: application/json: @@ -11688,7 +11673,7 @@ paths: type: integer labels: type: array - items: *86 + items: *87 examples: default: value: @@ -11703,8 +11688,8 @@ paths: - id: 20 name: macOS type: read-only - '404': *25 - '422': *26 + '404': *26 + '422': *27 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -11728,9 +11713,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: - - *65 - - *81 - - &157 + - *66 + - *82 + - &158 name: name description: The name of a self-hosted runner's custom label. in: path @@ -11738,9 +11723,9 @@ paths: schema: type: string responses: - '200': *87 - '404': *25 - '422': *26 + '200': *88 + '404': *26 + '422': *27 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -11762,7 +11747,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: - - *65 + - *66 - 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). @@ -11770,7 +11755,7 @@ paths: required: false schema: type: string - - &167 + - &168 name: include description: |- The event types to include: @@ -11788,7 +11773,7 @@ paths: - web - git - all - - &168 + - &169 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. @@ -11796,7 +11781,7 @@ paths: required: false schema: type: string - - &169 + - &170 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. @@ -11804,7 +11789,7 @@ paths: required: false schema: type: string - - &170 + - &171 name: order description: |- The order of audit log events. To list newest events first, specify `desc`. To list oldest events first, specify `asc`. @@ -11826,7 +11811,7 @@ paths: application/json: schema: type: array - items: &171 + items: &172 type: object properties: "@timestamp": @@ -11948,7 +11933,7 @@ paths: description: The repository visibility, for example `public` or `private`. examples: - default: &172 + default: &173 value: - actor_ip: 88.123.45.123 from: pull_requests#merge @@ -12092,18 +12077,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: - - *65 - - &173 + - *66 + - &174 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: &90 + schema: &91 type: string description: The name of the tool used to generate the code scanning analysis. - - &174 + - &175 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 @@ -12111,13 +12096,13 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &91 + schema: &92 nullable: true type: string description: The GUID of the tool used to generate the code scanning analysis, if provided in the uploaded SARIF data. - - *88 - *89 + - *90 - *5 - *4 - *9 @@ -12126,7 +12111,7 @@ paths: be returned. in: query required: false - schema: &175 + schema: &176 type: string description: State of a code scanning alert. enum: @@ -12151,49 +12136,49 @@ paths: application/json: schema: type: array - items: &176 + items: &177 type: object properties: - number: &93 + number: &94 type: integer description: The security alert number. readOnly: true - created_at: &98 + created_at: &99 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: &99 + updated_at: &100 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: &96 + url: &97 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &97 + html_url: &98 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &350 + instances_url: &351 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &92 + state: &93 type: string description: State of a code scanning alert. enum: - open - dismissed - fixed - fixed_at: &101 + fixed_at: &102 type: string description: 'The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -12207,14 +12192,14 @@ paths: properties: *17 required: *18 nullable: true - dismissed_at: &100 + dismissed_at: &101 type: string description: 'The time that the alert was dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissed_reason: &351 + dismissed_reason: &352 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -12224,13 +12209,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &352 + dismissed_comment: &353 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &353 + rule: &354 type: object properties: id: @@ -12269,25 +12254,25 @@ paths: type: string description: A short description of the rule used to detect the alert. - tool: &354 + tool: &355 type: object properties: - name: *90 + name: *91 version: nullable: true type: string description: The version of the tool used to generate the code scanning analysis. - guid: *91 - most_recent_instance: &355 + guid: *92 + most_recent_instance: &356 type: object properties: - ref: &348 + ref: &349 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &359 + analysis_key: &360 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -12298,13 +12283,13 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &360 + category: &361 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: *92 + state: *93 commit_sha: type: string message: @@ -12343,7 +12328,7 @@ paths: - generated - test - library - repository: &102 + repository: &103 title: Simple Repository description: A GitHub repository. type: object @@ -12635,7 +12620,7 @@ paths: - most_recent_instance - repository examples: - default: &177 + default: &178 value: - number: 4 created_at: '2020-02-13T12:29:18Z' @@ -12865,8 +12850,8 @@ paths: hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks headers: Link: *6 - '404': *25 - '503': &103 + '404': *26 + '503': &104 description: Service unavailable content: application/json: @@ -12901,7 +12886,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: - - *65 + - *66 responses: '200': description: Response @@ -12954,7 +12939,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': *25 + '404': *26 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -12975,7 +12960,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: - - *65 + - *66 requestBody: required: false content: @@ -13022,7 +13007,7 @@ paths: '422': description: The action could not be taken due to an in progress enablement, or a policy is preventing enablement - '404': *25 + '404': *26 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -13046,8 +13031,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: - - *65 - - &181 + - *66 + - &182 name: state in: query description: |- @@ -13056,7 +13041,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &182 + - &183 name: severity in: query description: |- @@ -13065,7 +13050,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &183 + - &184 name: ecosystem in: query description: |- @@ -13074,14 +13059,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &184 + - &185 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 - - &185 + - &186 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -13091,7 +13076,7 @@ paths: enum: - development - runtime - - &186 + - &187 name: sort in: query description: |- @@ -13105,9 +13090,9 @@ paths: - updated default: created - *9 - - *88 - *89 - - &187 + - *90 + - &188 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -13120,7 +13105,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &188 + - &189 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -13140,11 +13125,11 @@ paths: application/json: schema: type: array - items: &189 + items: &190 type: object description: A Dependabot alert. properties: - number: *93 + number: *94 state: type: string description: The state of the Dependabot alert. @@ -13159,7 +13144,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: &94 + package: &95 type: object description: Details for the vulnerable package. readOnly: true @@ -13190,7 +13175,7 @@ paths: enum: - development - runtime - security_advisory: &382 + security_advisory: &383 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -13220,13 +13205,13 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &95 + items: &96 type: object description: Details pertaining to one vulnerable version range for the advisory. readOnly: true properties: - package: *94 + package: *95 severity: type: string description: The severity of the vulnerability. @@ -13390,12 +13375,12 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *95 - url: *96 - html_url: *97 - created_at: *98 - updated_at: *99 - dismissed_at: *100 + security_vulnerability: *96 + url: *97 + html_url: *98 + created_at: *99 + updated_at: *100 + dismissed_at: *101 dismissed_by: title: Simple User description: A GitHub user. @@ -13419,15 +13404,15 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *101 - auto_dismissed_at: &383 + fixed_at: *102 + auto_dismissed_at: &384 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - repository: *102 + repository: *103 required: - number - state @@ -13446,7 +13431,7 @@ paths: - repository additionalProperties: false examples: - default: &190 + default: &191 value: - number: 2 state: dismissed @@ -13747,10 +13732,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': *41 - '403': *42 - '404': *25 - '422': *26 + '304': *42 + '403': *43 + '404': *26 + '422': *27 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -13770,8 +13755,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: - - *65 - - &237 + - *66 + - &238 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -13782,7 +13767,7 @@ paths: enum: - open - resolved - - &238 + - &239 name: secret_type in: query description: |- @@ -13792,7 +13777,7 @@ paths: required: false schema: type: string - - &239 + - &240 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -13801,7 +13786,7 @@ paths: required: false schema: type: string - - &240 + - &241 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. @@ -13815,8 +13800,8 @@ paths: default: created - *9 - *4 - - *88 - *89 + - *90 responses: '200': description: Response @@ -13824,11 +13809,11 @@ paths: application/json: schema: type: array - items: &241 + items: &242 type: object properties: - number: *93 - created_at: *98 + number: *94 + created_at: *99 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -13836,21 +13821,21 @@ paths: format: date-time readOnly: true nullable: true - url: *96 - html_url: *97 + url: *97 + html_url: *98 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: &508 + state: &509 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: &509 + resolution: &510 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -13884,7 +13869,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *102 + repository: *103 push_protection_bypassed: type: boolean description: Whether push protection was bypassed for the detected @@ -13909,7 +13894,7 @@ paths: alert was closed nullable: true examples: - default: &242 + default: &243 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -14111,8 +14096,8 @@ paths: resolution_comment: headers: Link: *6 - '404': *25 - '503': *103 + '404': *26 + '503': *104 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -14134,7 +14119,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: - - *65 + - *66 - *4 - *5 responses: @@ -14142,7 +14127,7 @@ paths: description: Success content: application/json: - schema: &244 + schema: &245 type: object properties: total_advanced_security_committers: @@ -14182,7 +14167,7 @@ paths: required: - repositories examples: - default: &245 + default: &246 value: total_advanced_security_committers: 2 total_count: 2 @@ -14199,12 +14184,12 @@ paths: advanced_security_committers_breakdown: - user_login: octokitten last_pushed_date: '2021-10-26' - '403': &246 + '403': &247 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: - schema: *23 + schema: *24 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -14226,7 +14211,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: - - *65 + - *66 - name: security_product in: path description: The security feature to enable or disable. @@ -14257,7 +14242,7 @@ paths: '422': description: The action could not be taken due to an in progress enablement, or a policy is preventing enablement - '404': *25 + '404': *26 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -14285,7 +14270,7 @@ paths: application/json: schema: type: array - items: &127 + items: &128 title: Event description: Event type: object @@ -14295,7 +14280,7 @@ paths: type: type: string nullable: true - actor: &104 + actor: &105 title: Actor description: Actor type: object @@ -14335,18 +14320,18 @@ paths: - id - name - url - org: *104 + org: *105 payload: type: object properties: action: type: string - issue: &120 + issue: &121 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &425 + properties: &426 id: type: integer format: int64 @@ -14457,7 +14442,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &372 + properties: &373 url: type: string format: uri @@ -14527,7 +14512,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &373 + required: &374 - closed_issues - creator - description @@ -14606,7 +14591,7 @@ paths: timeline_url: type: string format: uri - repository: *84 + repository: *85 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -14615,10 +14600,10 @@ paths: They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *105 - required: *106 + properties: *106 + required: *107 nullable: true - author_association: &107 + author_association: &108 title: author_association type: string example: OWNER @@ -14632,7 +14617,7 @@ paths: - MEMBER - NONE - OWNER - reactions: &108 + reactions: &109 title: Reaction Rollup type: object properties: @@ -14668,7 +14653,7 @@ paths: - hooray - eyes - rocket - required: &426 + required: &427 - assignee - closed_at - comments @@ -14690,7 +14675,7 @@ paths: - author_association - created_at - updated_at - comment: &423 + comment: &424 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -14738,7 +14723,7 @@ paths: issue_url: type: string format: uri - author_association: *107 + author_association: *108 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -14747,10 +14732,10 @@ paths: They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *105 - required: *106 + properties: *106 + required: *107 nullable: true - reactions: *108 + reactions: *109 required: - id - node_id @@ -14843,9 +14828,9 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300 public: true created_at: '2022-06-07T07:50:26Z' - '304': *41 - '403': *42 - '503': *103 + '304': *42 + '403': *43 + '503': *104 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -14925,7 +14910,7 @@ paths: _links: type: object properties: - timeline: &109 + timeline: &110 title: Link With Type description: Hypermedia Link with Type type: object @@ -14937,17 +14922,17 @@ paths: required: - href - type - user: *109 - security_advisories: *109 - current_user: *109 - current_user_public: *109 - current_user_actor: *109 - current_user_organization: *109 + user: *110 + security_advisories: *110 + current_user: *110 + current_user_public: *110 + current_user_actor: *110 + current_user_organization: *110 current_user_organizations: type: array - items: *109 - repository_discussions: *109 - repository_discussions_category: *109 + items: *110 + repository_discussions: *110 + repository_discussions_category: *110 required: - timeline - user @@ -15006,7 +14991,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: - - *110 + - *111 - *4 - *5 responses: @@ -15016,7 +15001,7 @@ paths: application/json: schema: type: array - items: &111 + items: &112 title: Base Gist description: Base Gist type: object @@ -15108,7 +15093,7 @@ paths: - created_at - updated_at examples: - default: &112 + default: &113 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -15154,8 +15139,8 @@ paths: truncated: false headers: Link: *6 - '304': *41 - '403': *42 + '304': *42 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -15228,7 +15213,7 @@ paths: description: Response content: application/json: - schema: &113 + schema: &114 title: Gist Simple description: Gist Simple type: object @@ -15245,7 +15230,7 @@ paths: url: type: string format: uri - user: &555 + user: &556 title: Public User description: Public User type: object @@ -15595,7 +15580,7 @@ paths: truncated: type: boolean examples: - default: &114 + default: &115 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -15674,10 +15659,10 @@ paths: example: https://api.github.com/gists/aa5a315d61ae9438b18d schema: type: string - '422': *34 - '304': *41 - '404': *25 - '403': *42 + '422': *35 + '304': *42 + '404': *26 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -15697,7 +15682,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/gists#list-public-gists parameters: - - *110 + - *111 - *4 - *5 responses: @@ -15707,14 +15692,14 @@ paths: application/json: schema: type: array - items: *111 + items: *112 examples: - default: *112 + default: *113 headers: Link: *6 - '422': *34 - '304': *41 - '403': *42 + '422': *35 + '304': *42 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -15731,7 +15716,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/gists#list-starred-gists parameters: - - *110 + - *111 - *4 - *5 responses: @@ -15741,14 +15726,14 @@ paths: application/json: schema: type: array - items: *111 + items: *112 examples: - default: *112 + default: *113 headers: Link: *6 - '401': *40 - '304': *41 - '403': *42 + '401': *41 + '304': *42 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -15771,7 +15756,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/gists#get-a-gist parameters: - - &115 + - &116 name: gist_id description: The unique identifier of the gist. in: path @@ -15783,10 +15768,10 @@ paths: description: Response content: application/json: - schema: *113 + schema: *114 examples: - default: *114 - '403': &118 + default: *115 + '403': &119 description: Forbidden Gist content: application/json: @@ -15807,8 +15792,8 @@ paths: type: string documentation_url: type: string - '404': *25 - '304': *41 + '404': *26 + '304': *42 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -15834,7 +15819,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/gists#update-a-gist parameters: - - *115 + - *116 requestBody: required: true content: @@ -15894,9 +15879,9 @@ paths: description: Response content: application/json: - schema: *113 + schema: *114 examples: - updateGist: *114 + updateGist: *115 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -16037,8 +16022,8 @@ paths: deletions: 0 url: https://api.github.com/gists/8481a81af6b7a2d418f2/468aac8caed5f0c3b859b8286968 truncated: false - '422': *34 - '404': *25 + '422': *35 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16054,13 +16039,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/gists#delete-a-gist parameters: - - *115 + - *116 responses: '204': description: Response - '404': *25 - '304': *41 - '403': *42 + '404': *26 + '304': *42 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16083,7 +16068,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/comments#list-gist-comments parameters: - - *115 + - *116 - *4 - *5 responses: @@ -16093,7 +16078,7 @@ paths: application/json: schema: type: array - items: &116 + items: &117 title: Gist Comment description: A comment made to a gist. type: object @@ -16128,7 +16113,7 @@ paths: type: string format: date-time example: '2011-04-18T23:23:56Z' - author_association: *107 + author_association: *108 required: - url - id @@ -16169,9 +16154,9 @@ paths: author_association: COLLABORATOR headers: Link: *6 - '304': *41 - '404': *25 - '403': *42 + '304': *42 + '404': *26 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16193,7 +16178,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/comments#create-a-gist-comment parameters: - - *115 + - *116 requestBody: required: true content: @@ -16218,9 +16203,9 @@ paths: description: Response content: application/json: - schema: *116 + schema: *117 examples: - default: &117 + default: &118 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -16253,9 +16238,9 @@ paths: example: https://api.github.com/gists/a6db0bec360bb87e9418/comments/1 schema: type: string - '304': *41 - '404': *25 - '403': *42 + '304': *42 + '404': *26 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16278,8 +16263,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/comments#get-a-gist-comment parameters: - - *115 - - &119 + - *116 + - &120 name: comment_id description: The unique identifier of the comment. in: path @@ -16291,12 +16276,12 @@ paths: description: Response content: application/json: - schema: *116 + schema: *117 examples: - default: *117 - '304': *41 - '404': *25 - '403': *118 + default: *118 + '304': *42 + '404': *26 + '403': *119 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16318,8 +16303,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/comments#update-a-gist-comment parameters: - - *115 - - *119 + - *116 + - *120 requestBody: required: true content: @@ -16344,10 +16329,10 @@ paths: description: Response content: application/json: - schema: *116 + schema: *117 examples: - default: *117 - '404': *25 + default: *118 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16363,14 +16348,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/comments#delete-a-gist-comment parameters: - - *115 - - *119 + - *116 + - *120 responses: '204': description: Response - '304': *41 - '404': *25 - '403': *42 + '304': *42 + '404': *26 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16387,7 +16372,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/gists#list-gist-commits parameters: - - *115 + - *116 - *4 - *5 responses: @@ -16469,9 +16454,9 @@ paths: example: ; rel="next" schema: type: string - '404': *25 - '304': *41 - '403': *42 + '404': *26 + '304': *42 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16488,7 +16473,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/gists#list-gist-forks parameters: - - *115 + - *116 - *4 - *5 responses: @@ -16498,7 +16483,7 @@ paths: application/json: schema: type: array - items: *113 + items: *114 examples: default: value: @@ -16545,9 +16530,9 @@ paths: site_admin: false headers: Link: *6 - '404': *25 - '304': *41 - '403': *42 + '404': *26 + '304': *42 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16563,13 +16548,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/gists#fork-a-gist parameters: - - *115 + - *116 responses: '201': description: Response content: application/json: - schema: *111 + schema: *112 examples: default: value: @@ -16620,10 +16605,10 @@ paths: example: https://api.github.com/gists/aa5a315d61ae9438b18d schema: type: string - '404': *25 - '422': *34 - '304': *41 - '403': *42 + '404': *26 + '422': *35 + '304': *42 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16640,7 +16625,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: - - *115 + - *116 responses: '204': description: Response if gist is starred @@ -16652,8 +16637,8 @@ paths: type: object properties: {} additionalProperties: false - '304': *41 - '403': *42 + '304': *42 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16670,13 +16655,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/gists#star-a-gist parameters: - - *115 + - *116 responses: '204': description: Response - '404': *25 - '304': *41 - '403': *42 + '404': *26 + '304': *42 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16692,13 +16677,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/gists#unstar-a-gist parameters: - - *115 + - *116 responses: '204': description: Response - '304': *41 - '404': *25 - '403': *42 + '304': *42 + '404': *26 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16721,7 +16706,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/gists/gists#get-a-gist-revision parameters: - - *115 + - *116 - name: sha in: path required: true @@ -16732,12 +16717,12 @@ paths: description: Response content: application/json: - schema: *113 + schema: *114 examples: - default: *114 - '422': *34 - '404': *25 - '403': *42 + default: *115 + '422': *35 + '404': *26 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16774,7 +16759,7 @@ paths: - Bancha - C - C++ - '304': *41 + '304': *42 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16859,7 +16844,7 @@ paths: *.exe *.out *.app - '304': *41 + '304': *42 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16893,7 +16878,7 @@ paths: type: integer repositories: type: array - items: *84 + items: *85 repository_selection: type: string example: selected @@ -17017,9 +17002,9 @@ paths: watchers: 1 headers: Link: *6 - '403': *42 - '304': *41 - '401': *40 + '403': *43 + '304': *42 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17102,7 +17087,7 @@ paths: - closed - all default: open - - &201 + - &202 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -17121,7 +17106,7 @@ paths: - comments default: created - *9 - - *110 + - *111 - name: collab in: query required: false @@ -17151,9 +17136,9 @@ paths: application/json: schema: type: array - items: *120 + items: *121 examples: - default: &202 + default: &203 value: - id: 1 node_id: MDU6SXNzdWUx @@ -17399,9 +17384,9 @@ paths: author_association: COLLABORATOR headers: Link: *6 - '422': *34 - '304': *41 - '404': *25 + '422': *35 + '304': *42 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17437,8 +17422,8 @@ paths: title: License Simple description: License Simple type: object - properties: *121 - required: *122 + properties: *122 + required: *123 examples: default: value: @@ -17477,7 +17462,7 @@ paths: spdx_id: GPL-3.0 url: https://api.github.com/licenses/gpl-3.0 node_id: MDc6TGljZW5zZW1pdA== - '304': *41 + '304': *42 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17660,9 +17645,9 @@ paths: OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. featured: true - '403': *42 - '404': *25 - '304': *41 + '403': *43 + '404': *26 + '304': *42 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17689,14 +17674,14 @@ paths: default: http description: Self-hosted Enterprise Server protocol parameters: - - &123 + - &124 name: uuid description: The UUID which identifies a node. in: query required: false schema: type: string - - &124 + - &125 name: cluster_roles description: The cluster roles from the cluster configuration file. in: query @@ -17796,8 +17781,8 @@ paths: default: http description: Self-hosted Enterprise Server protocol parameters: - - *123 - *124 + - *125 responses: '200': description: Response @@ -17997,8 +17982,8 @@ paths: default: http description: Self-hosted Enterprise Server protocol parameters: - - *123 - *124 + - *125 responses: '200': description: Response @@ -18007,7 +17992,7 @@ paths: schema: type: object properties: - status: &125 + status: &126 type: string enum: - UNKNOWN @@ -18021,13 +18006,13 @@ paths: properties: hostname: type: string - status: *125 + status: *126 services: type: array items: type: object properties: - status: *125 + status: *126 name: type: string details: @@ -18099,8 +18084,8 @@ paths: default: http description: Self-hosted Enterprise Server protocol parameters: - - *123 - *124 + - *125 responses: '200': description: Response @@ -18207,7 +18192,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &126 + X-CommonMarker-Version: &127 example: 0.17.4 schema: type: string @@ -18219,7 +18204,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *41 + '304': *42 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18262,7 +18247,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *126 + X-CommonMarker-Version: *127 content: text/html: schema: @@ -18271,7 +18256,7 @@ paths: default: summary: Example response value: "

Hello world

" - '304': *41 + '304': *42 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18369,7 +18354,7 @@ paths: packages: - "*.example.com" installed_version: 3.11.0 - '304': *41 + '304': *42 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18386,14 +18371,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: - - &269 + - &270 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &270 + - &271 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -18410,7 +18395,7 @@ paths: application/json: schema: type: array - items: *127 + items: *128 examples: default: value: @@ -18461,14 +18446,14 @@ paths: action: started public: true created_at: '2022-06-08T23:29:25Z' - '404': *25 - '403': *42 - '304': *41 - '301': &281 + '404': *26 + '403': *43 + '304': *42 + '301': &282 description: Moved permanently content: application/json: - schema: *23 + schema: *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18486,7 +18471,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: - - &454 + - &455 name: all description: If `true`, show notifications marked as read. in: query @@ -18494,7 +18479,7 @@ paths: schema: type: boolean default: false - - &455 + - &456 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -18503,8 +18488,8 @@ paths: schema: type: boolean default: false - - *110 - - &456 + - *111 + - &457 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: @@ -18529,18 +18514,18 @@ paths: application/json: schema: type: array - items: &128 + items: &129 title: Thread description: Thread type: object properties: id: type: string - repository: &149 + repository: &150 title: Minimal Repository description: Minimal Repository type: object - properties: &192 + properties: &193 id: type: integer example: 1296269 @@ -18786,7 +18771,7 @@ paths: type: integer network_count: type: integer - code_of_conduct: *52 + code_of_conduct: *53 license: type: object properties: @@ -18815,7 +18800,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &229 + security_and_analysis: &230 nullable: true type: object properties: @@ -18855,7 +18840,7 @@ paths: enum: - enabled - disabled - required: &193 + required: &194 - archive_url - assignees_url - blobs_url @@ -18943,7 +18928,7 @@ paths: - url - subscription_url examples: - default: &457 + default: &458 value: - id: '1' repository: @@ -19026,10 +19011,10 @@ paths: subscription_url: https://api.github.com/notifications/threads/1/subscription headers: Link: *6 - '304': *41 - '403': *42 - '401': *40 - '422': *34 + '304': *42 + '403': *43 + '401': *41 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19090,9 +19075,9 @@ paths: Notifications are being marked as read in the background. '205': description: Reset Content - '304': *41 - '403': *42 - '401': *40 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19109,7 +19094,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/notifications#get-a-thread parameters: - - &129 + - &130 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 @@ -19123,7 +19108,7 @@ paths: description: Response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -19206,9 +19191,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': *41 - '403': *42 - '401': *40 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19226,12 +19211,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/notifications#mark-a-thread-as-read parameters: - - *129 + - *130 responses: '205': description: Reset Content - '304': *41 - '403': *42 + '304': *42 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19251,13 +19236,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: - - *129 + - *130 responses: '200': description: Response content: application/json: - schema: &130 + schema: &131 title: Thread Subscription description: Thread Subscription type: object @@ -19294,7 +19279,7 @@ paths: - url - subscribed examples: - default: &131 + default: &132 value: subscribed: true ignored: false @@ -19302,9 +19287,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': *41 - '403': *42 - '401': *40 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19325,7 +19310,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/notifications#set-a-thread-subscription parameters: - - *129 + - *130 requestBody: required: false content: @@ -19346,12 +19331,12 @@ paths: description: Response content: application/json: - schema: *130 + schema: *131 examples: - default: *131 - '304': *41 - '403': *42 - '401': *40 + default: *132 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19371,13 +19356,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/notifications#delete-a-thread-subscription parameters: - - *129 + - *130 responses: '204': description: Response - '304': *41 - '403': *42 - '401': *40 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19465,9 +19450,9 @@ paths: application/json: schema: type: array - items: *70 + items: *71 examples: - default: &564 + default: &565 value: - login: github id: 1 @@ -19486,7 +19471,7 @@ paths: example: ; rel="next" schema: type: string - '304': *41 + '304': *42 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19531,7 +19516,7 @@ paths: type: integer custom_roles: type: array - items: &178 + items: &179 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -19579,7 +19564,7 @@ paths: - created_at - updated_at examples: - default: &179 + default: &180 value: id: 8030 name: Security Engineer @@ -19631,13 +19616,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/orgs#get-an-organization parameters: - - *132 + - *133 responses: '200': description: Response content: application/json: - schema: &133 + schema: &134 title: Organization Full description: Organization Full type: object @@ -19904,7 +19889,7 @@ paths: - updated_at - archived_at examples: - default-response: &134 + default-response: &135 value: login: github id: 1 @@ -19967,7 +19952,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': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19990,7 +19975,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/orgs#update-an-organization parameters: - - *132 + - *133 requestBody: required: false content: @@ -20171,22 +20156,22 @@ paths: description: Response content: application/json: - schema: *133 + schema: *134 examples: - default: *134 + default: *135 '422': description: Validation failed content: application/json: schema: oneOf: - - *135 - *136 - '409': &305 + - *137 + '409': &306 description: Conflict content: application/json: - schema: *23 + schema: *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20209,11 +20194,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/orgs#delete-an-organization parameters: - - *132 + - *133 responses: - '202': *137 - '404': *25 - '403': *42 + '202': *138 + '404': *26 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20234,15 +20219,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: - - *132 + - *133 responses: '200': description: Response content: application/json: - schema: *138 + schema: *139 examples: - default: *139 + default: *140 headers: Link: *6 x-github: @@ -20265,7 +20250,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: - - *132 + - *133 - *4 - *5 responses: @@ -20283,7 +20268,7 @@ paths: type: integer repository_cache_usages: type: array - items: &286 + items: &287 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -20338,13 +20323,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: - - *132 + - *133 responses: '200': description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &140 + schema: &141 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -20358,7 +20343,7 @@ paths: required: - include_claim_keys examples: - default: &141 + default: &142 value: include_claim_keys: - repo @@ -20380,20 +20365,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: - - *132 + - *133 requestBody: required: true content: application/json: - schema: *140 + schema: *141 examples: - default: *141 + default: *142 responses: '201': description: Empty response content: application/json: - schema: &160 + schema: &161 title: Empty Object description: An object without any properties. type: object @@ -20402,8 +20387,8 @@ paths: examples: default: value: - '404': *25 - '403': *42 + '404': *26 + '403': *43 x-github: enabledForGitHubApps: true previews: [] @@ -20423,7 +20408,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: - - *132 + - *133 responses: '200': description: Response @@ -20432,7 +20417,7 @@ paths: schema: type: object properties: - enabled_repositories: &143 + enabled_repositories: &144 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -20445,8 +20430,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: *69 - selected_actions_url: *142 + allowed_actions: *70 + selected_actions_url: *143 required: - enabled_repositories examples: @@ -20475,7 +20460,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: - - *132 + - *133 responses: '204': description: Response @@ -20486,8 +20471,8 @@ paths: schema: type: object properties: - enabled_repositories: *143 - allowed_actions: *69 + enabled_repositories: *144 + allowed_actions: *70 required: - enabled_repositories examples: @@ -20514,7 +20499,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: - - *132 + - *133 - *4 - *5 responses: @@ -20532,9 +20517,9 @@ paths: type: number repositories: type: array - items: *84 + items: *85 examples: - default: &561 + default: &562 value: total_count: 1 repositories: @@ -20674,7 +20659,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: - - *132 + - *133 responses: '204': description: Response @@ -20718,8 +20703,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: - - *132 - - &144 + - *133 + - &145 name: repository_id description: The unique identifier of the repository. in: path @@ -20747,8 +20732,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: - - *132 - - *144 + - *133 + - *145 responses: '204': description: Response @@ -20771,15 +20756,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: - - *132 + - *133 responses: '200': description: Response content: application/json: - schema: *72 + schema: *73 examples: - default: *73 + default: *74 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -20802,7 +20787,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: - - *132 + - *133 responses: '204': description: Response @@ -20810,9 +20795,9 @@ paths: required: false content: application/json: - schema: *72 + schema: *73 examples: - selected_actions: *73 + selected_actions: *74 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -20834,15 +20819,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: - - *132 + - *133 responses: '200': description: Response content: application/json: - schema: *145 + schema: *146 examples: - default: *76 + default: *77 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20863,7 +20848,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: - - *132 + - *133 responses: '204': description: Success response @@ -20874,9 +20859,9 @@ paths: required: false content: application/json: - schema: *146 + schema: *147 examples: - default: *76 + default: *77 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20896,7 +20881,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: - - *132 + - *133 - *4 - *5 - name: visible_to_repository @@ -20921,7 +20906,7 @@ paths: type: number runner_groups: type: array - items: &147 + items: &148 type: object properties: id: @@ -21031,7 +21016,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: - - *132 + - *133 requestBody: required: true content: @@ -21100,9 +21085,9 @@ paths: description: Response content: application/json: - schema: *147 + schema: *148 examples: - default: &148 + default: &149 value: id: 2 name: octo-runner-group @@ -21135,14 +21120,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: - - *132 - - *79 + - *133 + - *80 responses: '200': description: Response content: application/json: - schema: *147 + schema: *148 examples: default: value: @@ -21176,8 +21161,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: - - *132 - - *79 + - *133 + - *80 requestBody: required: true content: @@ -21227,9 +21212,9 @@ paths: description: Response content: application/json: - schema: *147 + schema: *148 examples: - default: *148 + default: *149 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -21248,8 +21233,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: - - *132 - - *79 + - *133 + - *80 responses: '204': description: Response @@ -21272,8 +21257,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: - - *132 - - *79 + - *133 + - *80 - *5 - *4 responses: @@ -21291,7 +21276,7 @@ paths: type: number repositories: type: array - items: *149 + items: *150 examples: default: value: @@ -21545,8 +21530,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: - - *132 - - *79 + - *133 + - *80 requestBody: required: true content: @@ -21590,9 +21575,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: - - *132 - - *79 - - *144 + - *133 + - *80 + - *145 responses: '204': description: Response @@ -21614,9 +21599,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: - - *132 - - *79 - - *144 + - *133 + - *80 + - *145 responses: '204': description: Response @@ -21639,8 +21624,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: - - *132 - - *79 + - *133 + - *80 - *4 - *5 responses: @@ -21658,9 +21643,9 @@ paths: type: number runners: type: array - items: *82 + items: *83 examples: - default: *83 + default: *84 headers: Link: *6 x-github: @@ -21681,8 +21666,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: - - *132 - - *79 + - *133 + - *80 requestBody: required: true content: @@ -21726,9 +21711,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: - - *132 - - *79 - - *81 + - *133 + - *80 + - *82 responses: '204': description: Response @@ -21750,9 +21735,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: - - *132 - - *79 - - *81 + - *133 + - *80 + - *82 responses: '204': description: Response @@ -21782,7 +21767,7 @@ paths: in: query schema: type: string - - *132 + - *133 - *4 - *5 responses: @@ -21800,9 +21785,9 @@ paths: type: integer runners: type: array - items: *82 + items: *83 examples: - default: *83 + default: *84 headers: Link: *6 x-github: @@ -21826,7 +21811,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: - - *132 + - *133 responses: '200': description: Response @@ -21834,9 +21819,9 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - default: *151 + default: *152 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21858,7 +21843,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: - - *132 + - *133 requestBody: required: true content: @@ -21901,9 +21886,9 @@ paths: - no-gpu work_folder: _work responses: - '201': *152 - '404': *25 - '422': *26 + '201': *153 + '404': *26 + '422': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21931,15 +21916,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: - - *132 + - *133 responses: '201': description: Response content: application/json: - schema: *85 + schema: *86 examples: - default: *153 + default: *154 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21967,15 +21952,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: - - *132 + - *133 responses: '201': description: Response content: application/json: - schema: *85 + schema: *86 examples: - default: *154 + default: *155 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21997,16 +21982,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: - - *132 - - *81 + - *133 + - *82 responses: '200': description: Response content: application/json: - schema: *82 + schema: *83 examples: - default: *155 + default: *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22027,8 +22012,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: - - *132 - - *81 + - *133 + - *82 responses: '204': description: Response @@ -22053,11 +22038,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: - - *132 - - *81 + - *133 + - *82 responses: - '200': *87 - '404': *25 + '200': *88 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22078,8 +22063,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: - - *132 - - *81 + - *133 + - *82 requestBody: required: true content: @@ -22103,9 +22088,9 @@ paths: - gpu - accelerated responses: - '200': *87 - '404': *25 - '422': *26 + '200': *88 + '404': *26 + '422': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22127,8 +22112,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: - - *132 - - *81 + - *133 + - *82 requestBody: required: true content: @@ -22153,9 +22138,9 @@ paths: - gpu - accelerated responses: - '200': *87 - '404': *25 - '422': *26 + '200': *88 + '404': *26 + '422': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22177,11 +22162,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: - - *132 - - *81 + - *133 + - *82 responses: - '200': *156 - '404': *25 + '200': *157 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22207,13 +22192,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: - - *132 - - *81 - - *157 + - *133 + - *82 + - *158 responses: - '200': *87 - '404': *25 - '422': *26 + '200': *88 + '404': *26 + '422': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -22236,7 +22221,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#list-organization-secrets parameters: - - *132 + - *133 - *4 - *5 responses: @@ -22254,7 +22239,7 @@ paths: type: integer secrets: type: array - items: &158 + items: &159 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -22327,13 +22312,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#get-an-organization-public-key parameters: - - *132 + - *133 responses: '200': description: Response content: application/json: - schema: &309 + schema: &310 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -22362,7 +22347,7 @@ paths: - key_id - key examples: - default: &310 + default: &311 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -22387,8 +22372,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#get-an-organization-secret parameters: - - *132 - - &159 + - *133 + - &160 name: secret_name description: The name of the secret. in: path @@ -22400,7 +22385,7 @@ paths: description: Response content: application/json: - schema: *158 + schema: *159 examples: default: value: @@ -22430,8 +22415,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: - - *132 - - *159 + - *133 + - *160 requestBody: required: true content: @@ -22486,7 +22471,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *160 + schema: *161 examples: default: value: @@ -22512,8 +22497,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#delete-an-organization-secret parameters: - - *132 - - *159 + - *133 + - *160 responses: '204': description: Response @@ -22539,8 +22524,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: - - *132 - - *159 + - *133 + - *160 - *5 - *4 responses: @@ -22558,9 +22543,9 @@ paths: type: integer repositories: type: array - items: *149 + items: *150 examples: - default: &163 + default: &164 value: total_count: 1 repositories: @@ -22652,8 +22637,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: - - *132 - - *159 + - *133 + - *160 requestBody: required: true content: @@ -22705,8 +22690,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: - - *132 - - *159 + - *133 + - *160 - name: repository_id in: path required: true @@ -22739,8 +22724,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: - - *132 - - *159 + - *133 + - *160 - name: repository_id in: path required: true @@ -22772,8 +22757,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#list-organization-variables parameters: - - *132 - - &293 + - *133 + - &294 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)." @@ -22797,7 +22782,7 @@ paths: type: integer variables: type: array - items: &161 + items: &162 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -22882,7 +22867,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#create-an-organization-variable parameters: - - *132 + - *133 requestBody: required: true content: @@ -22930,7 +22915,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *160 + schema: *161 examples: default: value: @@ -22955,8 +22940,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#get-an-organization-variable parameters: - - *132 - - &162 + - *133 + - &163 name: name description: The name of the variable. in: path @@ -22968,7 +22953,7 @@ paths: description: Response content: application/json: - schema: *161 + schema: *162 examples: default: value: @@ -22998,8 +22983,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#update-an-organization-variable parameters: - - *132 - - *162 + - *133 + - *163 requestBody: required: true content: @@ -23061,8 +23046,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#delete-an-organization-variable parameters: - - *132 - - *162 + - *133 + - *163 responses: '204': description: Response @@ -23088,8 +23073,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: - - *132 - - *162 + - *133 + - *163 - *5 - *4 responses: @@ -23107,9 +23092,9 @@ paths: type: integer repositories: type: array - items: *149 + items: *150 examples: - default: *163 + default: *164 '409': description: Response when the visibility of the variable is not set to `selected` @@ -23135,8 +23120,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: - - *132 - - *162 + - *133 + - *163 requestBody: required: true content: @@ -23185,8 +23170,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: - - *132 - - *162 + - *133 + - *163 - name: repository_id in: path required: true @@ -23220,8 +23205,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: - - *132 - - *162 + - *133 + - *163 - name: repository_id in: path required: true @@ -23252,20 +23237,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: - - *132 + - *133 responses: '200': description: Response content: application/json: - schema: &166 + schema: &167 title: Announcement Banner description: Announcement at either the repository, organization, or enterprise level type: object properties: - announcement: *164 - expires_at: *165 + announcement: *165 + expires_at: *166 user_dismissible: type: boolean description: Whether an announcement can be dismissed by the user. @@ -23277,7 +23262,7 @@ paths: - expires_at - user_dismissible examples: - default: *54 + default: *55 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -23296,19 +23281,19 @@ paths: required: true content: application/json: - schema: *53 + schema: *54 examples: - default: *54 + default: *55 parameters: - - *132 + - *133 responses: '200': description: Response content: application/json: - schema: *166 + schema: *167 examples: - default: *54 + default: *55 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -23324,7 +23309,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: - - *132 + - *133 responses: '204': description: Response @@ -23353,7 +23338,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: - - *132 + - *133 - 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). @@ -23361,10 +23346,10 @@ paths: required: false schema: type: string - - *167 - *168 - *169 - *170 + - *171 - *4 - *5 responses: @@ -23374,9 +23359,9 @@ paths: application/json: schema: type: array - items: *171 + items: *172 examples: - default: *172 + default: *173 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -23398,11 +23383,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: - - *132 - - *173 + - *133 - *174 - - *88 + - *175 - *89 + - *90 - *5 - *4 - *9 @@ -23411,7 +23396,7 @@ paths: be returned. in: query required: false - schema: *175 + schema: *176 - name: sort description: The property by which to sort the results. in: query @@ -23427,7 +23412,7 @@ paths: be returned. in: query required: false - schema: &349 + schema: &350 type: string description: Severity of a code scanning alert. enum: @@ -23445,13 +23430,13 @@ paths: application/json: schema: type: array - items: *176 + items: *177 examples: - default: *177 + default: *178 headers: Link: *6 - '404': *25 - '503': *103 + '404': *26 + '503': *104 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23473,7 +23458,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: - - *132 + - *133 responses: '200': description: Response - list of custom role names @@ -23488,7 +23473,7 @@ paths: type: integer custom_roles: type: array - items: *178 + items: *179 examples: default: value: @@ -23575,7 +23560,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: - - *132 + - *133 requestBody: required: true content: @@ -23621,11 +23606,11 @@ paths: description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: *179 - '422': *34 - '404': *25 + default: *180 + '422': *35 + '404': *26 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -23647,8 +23632,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: - - *132 - - &180 + - *133 + - &181 name: role_id description: The unique identifier of the role. in: path @@ -23660,10 +23645,10 @@ paths: description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: *179 - '404': *25 + default: *180 + '404': *26 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -23684,8 +23669,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: - - *132 - - *180 + - *133 + - *181 requestBody: required: true content: @@ -23728,11 +23713,11 @@ paths: description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: *179 - '422': *34 - '404': *25 + default: *180 + '422': *35 + '404': *26 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -23754,8 +23739,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: - - *132 - - *180 + - *133 + - *181 responses: '204': description: Response @@ -23780,18 +23765,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: - - *132 - - *181 + - *133 - *182 - *183 - *184 - *185 - *186 + - *187 - *9 - - *88 - *89 - - *187 + - *90 - *188 + - *189 - *4 responses: '200': @@ -23800,14 +23785,14 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: - default: *190 - '304': *41 - '400': *33 - '403': *42 - '404': *25 - '422': *26 + default: *191 + '304': *42 + '400': *34 + '403': *43 + '404': *26 + '422': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23828,7 +23813,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependabot/secrets#list-organization-secrets parameters: - - *132 + - *133 - *4 - *5 responses: @@ -23846,7 +23831,7 @@ paths: type: integer secrets: type: array - items: &191 + items: &192 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -23917,13 +23902,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependabot/secrets#get-an-organization-public-key parameters: - - *132 + - *133 responses: '200': description: Response content: application/json: - schema: &386 + schema: &387 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -23940,7 +23925,7 @@ paths: - key_id - key examples: - default: &387 + default: &388 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -23963,14 +23948,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependabot/secrets#get-an-organization-secret parameters: - - *132 - - *159 + - *133 + - *160 responses: '200': description: Response content: application/json: - schema: *191 + schema: *192 examples: default: value: @@ -23998,8 +23983,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: - - *132 - - *159 + - *133 + - *160 requestBody: required: true content: @@ -24054,7 +24039,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *160 + schema: *161 examples: default: value: @@ -24078,8 +24063,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependabot/secrets#delete-an-organization-secret parameters: - - *132 - - *159 + - *133 + - *160 responses: '204': description: Response @@ -24103,8 +24088,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: - - *132 - - *159 + - *133 + - *160 - *5 - *4 responses: @@ -24122,9 +24107,9 @@ paths: type: integer repositories: type: array - items: *149 + items: *150 examples: - default: *163 + default: *164 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24145,8 +24130,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: - - *132 - - *159 + - *133 + - *160 requestBody: required: true content: @@ -24196,8 +24181,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: - - *132 - - *159 + - *133 + - *160 - name: repository_id in: path required: true @@ -24228,8 +24213,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: - - *132 - - *159 + - *133 + - *160 - name: repository_id in: path required: true @@ -24259,7 +24244,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: - - *132 + - *133 responses: '200': description: Response @@ -24267,7 +24252,7 @@ paths: application/json: schema: type: array - items: &208 + items: &209 title: Package description: A software package type: object @@ -24317,8 +24302,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *192 - required: *193 + properties: *193 + required: *194 nullable: true created_at: type: string @@ -24337,7 +24322,7 @@ paths: - created_at - updated_at examples: - default: &209 + default: &210 value: - id: 197 name: hello_docker @@ -24395,8 +24380,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': *42 - '401': *40 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24413,7 +24398,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/events#list-public-organization-events parameters: - - *132 + - *133 - *4 - *5 responses: @@ -24423,7 +24408,7 @@ paths: application/json: schema: type: array - items: *127 + items: *128 examples: 200-response: value: @@ -24493,7 +24478,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/external-groups#get-an-external-group parameters: - - *132 + - *133 - name: group_id description: The unique identifier of the group. in: path @@ -24505,7 +24490,7 @@ paths: description: Response content: application/json: - schema: &264 + schema: &265 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -24586,7 +24571,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &265 + default: &266 value: group_id: '123' group_name: Octocat admins @@ -24624,7 +24609,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: - - *132 + - *133 - *4 - name: page description: Page token @@ -24641,7 +24626,7 @@ paths: description: Response content: application/json: - schema: &262 + schema: &263 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -24678,7 +24663,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &263 + default: &264 value: groups: - group_id: '123' @@ -24712,7 +24697,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/webhooks#list-organization-webhooks parameters: - - *132 + - *133 - *4 - *5 responses: @@ -24722,7 +24707,7 @@ paths: application/json: schema: type: array - items: &194 + items: &195 title: Org Hook description: Org Hook type: object @@ -24811,7 +24796,7 @@ paths: type: Organization headers: Link: *6 - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24831,7 +24816,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/webhooks#create-an-organization-webhook parameters: - - *132 + - *133 requestBody: required: true content: @@ -24846,10 +24831,10 @@ paths: type: object description: Key/value pairs to provide settings for this webhook. properties: - url: *27 - content_type: *28 - secret: *29 - insecure_ssl: *30 + url: *28 + content_type: *29 + secret: *30 + insecure_ssl: *31 username: type: string example: '"kdaigle"' @@ -24891,9 +24876,9 @@ paths: description: Response content: application/json: - schema: *194 + schema: *195 examples: - default: &195 + default: &196 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -24915,8 +24900,8 @@ paths: example: https://api.github.com/orgs/octocat/hooks/1 schema: type: string - '422': *34 - '404': *25 + '422': *35 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24938,17 +24923,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/webhooks#get-an-organization-webhook parameters: - - *132 + - *133 - *3 responses: '200': description: Response content: application/json: - schema: *194 + schema: *195 examples: - default: *195 - '404': *25 + default: *196 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24972,7 +24957,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/webhooks#update-an-organization-webhook parameters: - - *132 + - *133 - *3 requestBody: required: false @@ -24985,10 +24970,10 @@ paths: type: object description: Key/value pairs to provide settings for this webhook. properties: - url: *27 - content_type: *28 - secret: *29 - insecure_ssl: *30 + url: *28 + content_type: *29 + secret: *30 + insecure_ssl: *31 required: - url events: @@ -25018,7 +25003,7 @@ paths: description: Response content: application/json: - schema: *194 + schema: *195 examples: default: value: @@ -25036,8 +25021,8 @@ paths: updated_at: '2011-09-06T20:39:23Z' created_at: '2011-09-06T17:26:27Z' type: Organization - '422': *34 - '404': *25 + '422': *35 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25056,12 +25041,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *132 + - *133 - *3 responses: '204': description: Response - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25084,16 +25069,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: - - *132 + - *133 - *3 responses: '200': description: Response content: application/json: - schema: *31 + schema: *32 examples: - default: *32 + default: *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25115,7 +25100,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: - - *132 + - *133 - *3 requestBody: required: false @@ -25124,10 +25109,10 @@ paths: schema: type: object properties: - url: *27 - content_type: *28 - secret: *29 - insecure_ssl: *30 + url: *28 + content_type: *29 + secret: *30 + insecure_ssl: *31 examples: default: summary: Update an existing webhook @@ -25141,9 +25126,9 @@ paths: description: Response content: application/json: - schema: *31 + schema: *32 examples: - default: *32 + default: *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25165,10 +25150,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: - - *132 + - *133 - *3 - *4 - - *196 + - *197 - name: redelivery in: query required: false @@ -25181,11 +25166,11 @@ paths: application/json: schema: type: array - items: *197 + items: *198 examples: - default: *198 - '400': *33 - '422': *34 + default: *199 + '400': *34 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25206,19 +25191,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: - - *132 + - *133 - *3 - - *35 + - *36 responses: '200': description: Response content: application/json: - schema: *199 + schema: *200 examples: - default: *200 - '400': *33 - '422': *34 + default: *201 + '400': *34 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25239,13 +25224,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: - - *132 + - *133 - *3 - - *35 + - *36 responses: - '202': *137 - '400': *33 - '422': *34 + '202': *138 + '400': *34 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25267,12 +25252,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *132 + - *133 - *3 responses: '204': description: Response - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25292,15 +25277,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: - - *132 + - *133 responses: '200': description: Response content: application/json: - schema: *38 + schema: *39 examples: - default: &420 + default: &421 value: id: 1 account: @@ -25368,7 +25353,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: - - *132 + - *133 - *4 - *5 responses: @@ -25386,7 +25371,7 @@ paths: type: integer installations: type: array - items: *38 + items: *39 examples: default: value: @@ -25468,7 +25453,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: - - *132 + - *133 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -25498,7 +25483,7 @@ paths: - closed - all default: open - - *201 + - *202 - name: sort description: What to sort results by. in: query @@ -25511,7 +25496,7 @@ paths: - comments default: created - *9 - - *110 + - *111 - *4 - *5 responses: @@ -25521,12 +25506,12 @@ paths: application/json: schema: type: array - items: *120 + items: *121 examples: - default: *202 + default: *203 headers: Link: *6 - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -25545,7 +25530,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/members#list-organization-members parameters: - - *132 + - *133 - 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) @@ -25581,7 +25566,7 @@ paths: type: array items: *19 examples: - default: &207 + default: &208 value: - login: octocat id: 1 @@ -25603,7 +25588,7 @@ paths: site_admin: false headers: Link: *6 - '422': *34 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25620,7 +25605,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: - - *132 + - *133 - *8 responses: '204': @@ -25652,12 +25637,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/members#remove-an-organization-member parameters: - - *132 + - *133 - *8 responses: '204': description: Response - '403': *42 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25676,14 +25661,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: - - *132 + - *133 - *8 responses: '200': description: Response content: application/json: - schema: &203 + schema: &204 title: Org Membership description: Org Membership type: object @@ -25712,7 +25697,7 @@ paths: type: string format: uri example: https://api.github.com/orgs/octocat - organization: *70 + organization: *71 user: title: Simple User description: A GitHub user. @@ -25735,7 +25720,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &204 + response-if-user-has-an-active-admin-membership-with-organization: &205 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -25774,8 +25759,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *25 - '403': *42 + '404': *26 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25803,7 +25788,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: - - *132 + - *133 - *8 requestBody: required: false @@ -25832,11 +25817,11 @@ paths: description: Response content: application/json: - schema: *203 + schema: *204 examples: - response-if-user-already-had-membership-with-organization: *204 - '422': *34 - '403': *42 + response-if-user-already-had-membership-with-organization: *205 + '422': *35 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25855,13 +25840,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: - - *132 + - *133 - *8 responses: '204': description: Response - '403': *42 - '404': *25 + '403': *43 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25881,7 +25866,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/migrations/orgs#list-organization-migrations parameters: - - *132 + - *133 - *4 - *5 - name: exclude @@ -25902,7 +25887,7 @@ paths: application/json: schema: type: array - items: &205 + items: &206 title: Migration description: A migration. type: object @@ -25942,7 +25927,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *84 + items: *85 url: type: string format: uri @@ -26157,7 +26142,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/migrations/orgs#start-an-organization-migration parameters: - - *132 + - *133 requestBody: required: true content: @@ -26233,7 +26218,7 @@ paths: description: Response content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -26385,8 +26370,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': *25 - '422': *34 + '404': *26 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -26411,8 +26396,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/migrations/orgs#get-an-organization-migration-status parameters: - - *132 - - &206 + - *133 + - &207 name: migration_id description: The unique identifier of the migration. in: path @@ -26439,7 +26424,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -26591,7 +26576,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': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -26608,12 +26593,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *132 - - *206 + - *133 + - *207 responses: '302': description: Response - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -26630,12 +26615,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *132 - - *206 + - *133 + - *207 responses: '204': description: Response - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -26654,8 +26639,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/migrations/orgs#unlock-an-organization-repository parameters: - - *132 - - *206 + - *133 + - *207 - name: repo_name description: repo_name parameter in: path @@ -26665,7 +26650,7 @@ paths: responses: '204': description: Response - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -26682,8 +26667,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: - - *132 - - *206 + - *133 + - *207 - *4 - *5 responses: @@ -26693,9 +26678,9 @@ paths: application/json: schema: type: array - items: *149 + items: *150 examples: - default: &215 + default: &216 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -26805,7 +26790,7 @@ paths: status: disabled headers: Link: *6 - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -26822,7 +26807,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: - - *132 + - *133 - 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) @@ -26846,7 +26831,7 @@ paths: type: array items: *19 examples: - default: *207 + default: *208 headers: Link: *6 x-github: @@ -26871,7 +26856,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: - - *132 + - *133 - *8 requestBody: required: false @@ -26912,7 +26897,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': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26929,7 +26914,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: - - *132 + - *133 - *8 responses: '204': @@ -26987,8 +26972,8 @@ paths: - docker - nuget - container - - *132 - - &565 + - *133 + - &566 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -27024,12 +27009,12 @@ paths: application/json: schema: type: array - items: *208 + items: *209 examples: - default: *209 - '403': *42 - '401': *40 - '400': &567 + default: *210 + '403': *43 + '401': *41 + '400': &568 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -27051,7 +27036,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: - - &210 + - &211 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 @@ -27069,20 +27054,20 @@ paths: - docker - nuget - container - - &211 + - &212 name: package_name description: The name of the package. in: path required: true schema: type: string - - *132 + - *133 responses: '200': description: Response content: application/json: - schema: *208 + schema: *209 examples: default: value: @@ -27134,15 +27119,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: - - *210 - *211 - - *132 + - *212 + - *133 responses: '204': description: Response - '404': *25 - '403': *42 - '401': *40 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -27168,9 +27153,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: - - *210 - *211 - - *132 + - *212 + - *133 - name: token description: package token schema: @@ -27180,9 +27165,9 @@ paths: responses: '204': description: Response - '404': *25 - '403': *42 - '401': *40 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -27202,9 +27187,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: - - *210 - *211 - - *132 + - *212 + - *133 - *5 - *4 - name: state @@ -27224,7 +27209,7 @@ paths: application/json: schema: type: array - items: &212 + items: &213 title: Package Version description: A version of a software package type: object @@ -27327,9 +27312,9 @@ paths: html_url: https://github.com/octo-org/hello-world-npm/packages/43752?version=1.0.3 metadata: package_type: npm - '404': *25 - '403': *42 - '401': *40 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -27349,10 +27334,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: - - *210 - *211 - - *132 - - &213 + - *212 + - *133 + - &214 name: package_version_id description: Unique identifier of the package version. in: path @@ -27364,7 +27349,7 @@ paths: description: Response content: application/json: - schema: *212 + schema: *213 examples: default: value: @@ -27400,16 +27385,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: - - *210 - *211 - - *132 - - *213 + - *212 + - *133 + - *214 responses: '204': description: Response - '404': *25 - '403': *42 - '401': *40 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -27435,16 +27420,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: - - *210 - *211 - - *132 - - *213 + - *212 + - *133 + - *214 responses: '204': description: Response - '404': *25 - '403': *42 - '401': *40 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -27465,10 +27450,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: - - *132 + - *133 - *4 - *5 - - &216 + - &217 name: sort description: The property by which to sort the results. in: query @@ -27479,7 +27464,7 @@ paths: - created_at default: created_at - *9 - - &217 + - &218 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -27490,7 +27475,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &218 + - &219 name: repository description: The name of the repository to use to filter the results. in: query @@ -27498,7 +27483,7 @@ paths: schema: type: string example: Hello-World - - &219 + - &220 name: permission description: The permission to use to filter the results. in: query @@ -27506,7 +27491,7 @@ paths: schema: type: string example: issues_read - - &220 + - &221 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) @@ -27516,7 +27501,7 @@ paths: schema: type: string format: date-time - - &221 + - &222 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) @@ -27527,14 +27512,14 @@ paths: type: string format: date-time responses: - '500': &214 + '500': &215 description: Internal Error content: application/json: - schema: *23 - '422': *34 - '404': *25 - '403': *42 + schema: *24 + '422': *35 + '404': *26 + '403': *43 '200': description: Response content: @@ -27669,7 +27654,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: - - *132 + - *133 requestBody: required: true content: @@ -27710,11 +27695,11 @@ paths: action: deny reason: Access is too broad. responses: - '500': *214 - '422': *34 - '404': *25 - '403': *42 - '202': *137 + '500': *215 + '422': *35 + '404': *26 + '403': *43 + '202': *138 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27735,7 +27720,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: - - *132 + - *133 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -27771,11 +27756,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *214 - '422': *34 - '404': *25 - '403': *42 - '204': &222 + '500': *215 + '422': *35 + '404': *26 + '403': *43 + '204': &223 description: A header with no content is returned. x-github: githubCloudOnly: false @@ -27797,7 +27782,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: - - *132 + - *133 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -27808,18 +27793,18 @@ paths: - *4 - *5 responses: - '500': *214 - '404': *25 - '403': *42 + '500': *215 + '404': *26 + '403': *43 '200': description: Response content: application/json: schema: type: array - items: *149 + items: *150 examples: - default: *215 + default: *216 headers: Link: *6 x-github: @@ -27842,21 +27827,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: - - *132 + - *133 - *4 - *5 - - *216 - - *9 - *217 + - *9 - *218 - *219 - *220 - *221 + - *222 responses: - '500': *214 - '422': *34 - '404': *25 - '403': *42 + '500': *215 + '422': *35 + '404': *26 + '403': *43 '200': description: Response content: @@ -27986,7 +27971,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: - - *132 + - *133 requestBody: required: true content: @@ -28021,11 +28006,11 @@ paths: - 1296269 - 1296280 responses: - '500': *214 - '404': *25 - '202': *137 - '403': *42 - '422': *34 + '500': *215 + '404': *26 + '202': *138 + '403': *43 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28046,7 +28031,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: - - *132 + - *133 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -28074,11 +28059,11 @@ paths: value: action: revoke responses: - '500': *214 - '404': *25 - '204': *222 - '403': *42 - '422': *34 + '500': *215 + '404': *26 + '204': *223 + '403': *43 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28098,7 +28083,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: - - *132 + - *133 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. @@ -28108,18 +28093,18 @@ paths: - *4 - *5 responses: - '500': *214 - '404': *25 - '403': *42 + '500': *215 + '404': *26 + '403': *43 '200': description: Response content: application/json: schema: type: array - items: *149 + items: *150 examples: - default: *215 + default: *216 headers: Link: *6 x-github: @@ -28141,7 +28126,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: - - *132 + - *133 - *4 - *5 - *9 @@ -28163,7 +28148,7 @@ paths: application/json: schema: type: array - items: &223 + items: &224 type: object properties: id: @@ -28200,16 +28185,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: - - *132 + - *133 - *16 responses: '200': description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: &224 + default: &225 value: id: 42 name: Check Commits @@ -28232,14 +28217,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: - - *132 + - *133 - *16 responses: '200': description: Response content: application/json: - schema: *223 + schema: *224 examples: default: value: @@ -28281,16 +28266,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: - - *132 + - *133 - *16 responses: '200': description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *224 + default: *225 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28310,7 +28295,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/projects#list-organization-projects parameters: - - *132 + - *133 - name: state description: Indicates the state of the projects to return. in: query @@ -28331,7 +28316,7 @@ paths: application/json: schema: type: array - items: &225 + items: &226 title: Project description: Projects are a way to organize columns and cards of work. @@ -28456,7 +28441,7 @@ paths: private: true headers: Link: *6 - '422': *26 + '422': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28475,7 +28460,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/projects#create-an-organization-project parameters: - - *132 + - *133 requestBody: required: true content: @@ -28501,7 +28486,7 @@ paths: description: Response content: application/json: - schema: *225 + schema: *226 examples: default: value: @@ -28536,11 +28521,11 @@ paths: site_admin: false created_at: '2011-04-11T20:09:31Z' updated_at: '2014-03-04T18:58:10Z' - '401': *40 - '403': *42 - '404': *25 - '410': *226 - '422': *26 + '401': *41 + '403': *43 + '404': *26 + '410': *227 + '422': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28558,7 +28543,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/members#list-public-organization-members parameters: - - *132 + - *133 - *4 - *5 responses: @@ -28570,7 +28555,7 @@ paths: type: array items: *19 examples: - default: *207 + default: *208 headers: Link: *6 x-github: @@ -28589,7 +28574,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: - - *132 + - *133 - *8 responses: '204': @@ -28614,12 +28599,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: - - *132 + - *133 - *8 responses: '204': description: Response - '403': *42 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28636,7 +28621,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: - - *132 + - *133 - *8 responses: '204': @@ -28660,7 +28645,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#list-organization-repositories parameters: - - *132 + - *133 - 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 @@ -28708,9 +28693,9 @@ paths: application/json: schema: type: array - items: *149 + items: *150 examples: - default: *215 + default: *216 headers: Link: *6 x-github: @@ -28731,7 +28716,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#create-an-organization-repository parameters: - - *132 + - *133 requestBody: required: true content: @@ -28915,7 +28900,7 @@ paths: description: Response content: application/json: - schema: &280 + schema: &281 title: Full Repository description: Full Repository type: object @@ -29191,8 +29176,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *227 - required: *228 + properties: *228 + required: *229 nullable: true temp_clone_token: type: string @@ -29279,8 +29264,8 @@ paths: title: License Simple description: License Simple type: object - properties: *121 - required: *122 + properties: *122 + required: *123 nullable: true organization: title: Simple User @@ -29289,8 +29274,8 @@ paths: properties: *17 required: *18 nullable: true - parent: *84 - source: *84 + parent: *85 + source: *85 forks: type: integer master_branch: @@ -29328,7 +29313,7 @@ paths: - key - name - html_url - security_and_analysis: *229 + security_and_analysis: *230 required: - archive_url - assignees_url @@ -29406,7 +29391,7 @@ paths: - network_count - subscribers_count examples: - default: &282 + default: &283 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -29901,8 +29886,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World schema: type: string - '403': *42 - '422': *34 + '403': *43 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29924,7 +29909,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: - - *132 + - *133 responses: '200': description: Response @@ -29975,7 +29960,7 @@ paths: category: orgs subcategory: rules parameters: - - *132 + - *133 - *4 - *5 responses: @@ -29985,7 +29970,7 @@ paths: application/json: schema: type: array - items: &235 + items: &236 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -30017,7 +30002,7 @@ paths: source: type: string description: The name of the source - enforcement: &231 + enforcement: &232 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -30029,7 +30014,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &232 + items: &233 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -30088,7 +30073,7 @@ paths: conditions: nullable: true anyOf: - - &230 + - &231 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -30112,7 +30097,7 @@ paths: match. items: type: string - - &233 + - &234 title: Organization ruleset conditions type: object description: 'Conditions for an organization ruleset. The @@ -30127,7 +30112,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *230 + - *231 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -30161,7 +30146,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *230 + - *231 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -30180,12 +30165,12 @@ paths: - repository_id rules: type: array - items: &234 + items: &235 title: Repository Rule type: object description: A repository rule. oneOf: - - &489 + - &490 title: creation description: Only allow users with bypass permission to create matching refs. @@ -30197,7 +30182,7 @@ paths: type: string enum: - creation - - &490 + - &491 title: update description: Only allow users with bypass permission to update matching refs. @@ -30218,7 +30203,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &492 + - &493 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -30230,7 +30215,7 @@ paths: type: string enum: - deletion - - &493 + - &494 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -30242,7 +30227,7 @@ paths: type: string enum: - required_linear_history - - &494 + - &495 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -30266,7 +30251,7 @@ paths: type: string required: - required_deployment_environments - - &495 + - &496 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -30278,7 +30263,7 @@ paths: type: string enum: - required_signatures - - &496 + - &497 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -30324,7 +30309,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &497 + - &498 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -30367,7 +30352,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &498 + - &499 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -30379,7 +30364,7 @@ paths: type: string enum: - non_fast_forward - - &499 + - &500 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -30415,7 +30400,7 @@ paths: required: - operator - pattern - - &500 + - &501 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -30451,7 +30436,7 @@ paths: required: - operator - pattern - - &501 + - &502 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -30487,7 +30472,7 @@ paths: required: - operator - pattern - - &502 + - &503 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -30523,7 +30508,7 @@ paths: required: - operator - pattern - - &503 + - &504 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -30559,7 +30544,7 @@ paths: required: - operator - pattern - - &504 + - &505 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -30639,8 +30624,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': *25 - '500': *214 + '404': *26 + '500': *215 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -30656,7 +30641,7 @@ paths: category: orgs subcategory: rules parameters: - - *132 + - *133 requestBody: description: Request body required: true @@ -30674,16 +30659,16 @@ paths: enum: - branch - tag - enforcement: *231 + enforcement: *232 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *232 - conditions: *233 + items: *233 + conditions: *234 rules: type: array description: An array of rules within the ruleset. - items: *234 + items: *235 required: - name - enforcement @@ -30721,9 +30706,9 @@ paths: description: Response content: application/json: - schema: *235 + schema: *236 examples: - default: &236 + default: &237 value: id: 21 name: super cool ruleset @@ -30762,8 +30747,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': *25 - '500': *214 + '404': *26 + '500': *215 "/orgs/{org}/rulesets/{ruleset_id}": get: summary: Get an organization repository ruleset @@ -30780,7 +30765,7 @@ paths: category: orgs subcategory: rules parameters: - - *132 + - *133 - name: ruleset_id description: The ID of the ruleset. in: path @@ -30792,11 +30777,11 @@ paths: description: Response content: application/json: - schema: *235 + schema: *236 examples: - default: *236 - '404': *25 - '500': *214 + default: *237 + '404': *26 + '500': *215 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -30812,7 +30797,7 @@ paths: category: orgs subcategory: rules parameters: - - *132 + - *133 - name: ruleset_id description: The ID of the ruleset. in: path @@ -30836,16 +30821,16 @@ paths: enum: - branch - tag - enforcement: *231 + enforcement: *232 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *232 - conditions: *233 + items: *233 + conditions: *234 rules: description: An array of rules within the ruleset. type: array - items: *234 + items: *235 examples: default: value: @@ -30880,11 +30865,11 @@ paths: description: Response content: application/json: - schema: *235 + schema: *236 examples: - default: *236 - '404': *25 - '500': *214 + default: *237 + '404': *26 + '500': *215 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -30900,7 +30885,7 @@ paths: category: orgs subcategory: rules parameters: - - *132 + - *133 - name: ruleset_id description: The ID of the ruleset. in: path @@ -30910,8 +30895,8 @@ paths: responses: '204': description: Response - '404': *25 - '500': *214 + '404': *26 + '500': *215 "/orgs/{org}/secret-scanning/alerts": get: summary: List secret scanning alerts for an organization @@ -30928,15 +30913,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: - - *132 - - *237 + - *133 - *238 - *239 - *240 + - *241 - *9 - *5 - *4 - - &506 + - &507 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 @@ -30946,7 +30931,7 @@ paths: required: false schema: type: string - - &507 + - &508 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 @@ -30963,13 +30948,13 @@ paths: application/json: schema: type: array - items: *241 + items: *242 examples: - default: *242 + default: *243 headers: Link: *6 - '404': *25 - '503': *103 + '404': *26 + '503': *104 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30991,7 +30976,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/orgs/security-managers#list-security-manager-teams parameters: - - *132 + - *133 responses: '200': description: Response @@ -30999,12 +30984,12 @@ paths: application/json: schema: type: array - items: &466 + items: &467 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &247 + properties: &248 id: description: Unique identifier of the team type: integer @@ -31057,7 +31042,7 @@ paths: LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string - required: &248 + required: &249 - id - node_id - url @@ -31069,7 +31054,7 @@ paths: - repositories_url - slug examples: - default: &249 + default: &250 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -31106,8 +31091,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: - - *132 - - &243 + - *133 + - &244 name: team_slug description: The slug of the team name. in: path @@ -31141,8 +31126,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: - - *132 - - *243 + - *133 + - *244 responses: '204': description: Response @@ -31170,7 +31155,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: - - *132 + - *133 - *4 - *5 responses: @@ -31178,10 +31163,10 @@ paths: description: Success content: application/json: - schema: *244 + schema: *245 examples: - default: *245 - '403': *246 + default: *246 + '403': *247 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -31199,7 +31184,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#list-teams parameters: - - *132 + - *133 - *4 - *5 responses: @@ -31209,7 +31194,7 @@ paths: application/json: schema: type: array - items: &271 + items: &272 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -31268,8 +31253,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *247 - required: *248 + properties: *248 + required: *249 nullable: true required: - id @@ -31284,10 +31269,10 @@ paths: - slug - parent examples: - default: *249 + default: *250 headers: Link: *6 - '403': *42 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31306,7 +31291,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#create-a-team parameters: - - *132 + - *133 requestBody: required: true content: @@ -31386,7 +31371,7 @@ paths: description: Response content: application/json: - schema: &250 + schema: &251 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -31449,8 +31434,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *247 - required: *248 + properties: *248 + required: *249 nullable: true members_count: type: integer @@ -31696,7 +31681,7 @@ paths: - repos_count - organization examples: - default: &251 + default: &252 value: id: 1 node_id: MDQ6VGVhbTE= @@ -31743,8 +31728,8 @@ paths: updated_at: '2017-08-17T12:37:15Z' type: Organization ldap_dn: uid=asdf,ou=users,dc=github,dc=com - '422': *34 - '403': *42 + '422': *35 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31764,17 +31749,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#get-a-team-by-name parameters: - - *132 - - *243 + - *133 + - *244 responses: '200': description: Response content: application/json: - schema: *250 + schema: *251 examples: - default: *251 - '404': *25 + default: *252 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31793,8 +31778,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#update-a-team parameters: - - *132 - - *243 + - *133 + - *244 requestBody: required: false content: @@ -31856,19 +31841,19 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *250 + schema: *251 examples: - default: *251 + default: *252 '201': description: Response content: application/json: - schema: *250 + schema: *251 examples: - default: *251 - '404': *25 - '422': *34 - '403': *42 + default: *252 + '404': *26 + '422': *35 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31889,8 +31874,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#delete-a-team parameters: - - *132 - - *243 + - *133 + - *244 responses: '204': description: Response @@ -31915,8 +31900,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussions#list-discussions parameters: - - *132 - - *243 + - *133 + - *244 - *9 - *4 - *5 @@ -31933,7 +31918,7 @@ paths: application/json: schema: type: array - items: &252 + items: &253 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -32012,7 +31997,7 @@ paths: type: string format: uri example: https://api.github.com/organizations/1/team/2343027/discussions/1 - reactions: *108 + reactions: *109 required: - author - body @@ -32032,7 +32017,7 @@ paths: - updated_at - url examples: - default: &545 + default: &546 value: - author: login: octocat @@ -32105,8 +32090,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussions#create-a-discussion parameters: - - *132 - - *243 + - *133 + - *244 requestBody: required: true content: @@ -32140,9 +32125,9 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: &253 + default: &254 value: author: login: octocat @@ -32213,9 +32198,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussions#get-a-discussion parameters: - - *132 - - *243 - - &254 + - *133 + - *244 + - &255 name: discussion_number description: The number that identifies the discussion. in: path @@ -32227,9 +32212,9 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32250,9 +32235,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussions#update-a-discussion parameters: - - *132 - - *243 - - *254 + - *133 + - *244 + - *255 requestBody: required: false content: @@ -32275,9 +32260,9 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: &546 + default: &547 value: author: login: octocat @@ -32346,9 +32331,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussions#delete-a-discussion parameters: - - *132 - - *243 - - *254 + - *133 + - *244 + - *255 responses: '204': description: Response @@ -32373,9 +32358,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussion-comments#list-discussion-comments parameters: - - *132 - - *243 - - *254 + - *133 + - *244 + - *255 - *9 - *4 - *5 @@ -32386,7 +32371,7 @@ paths: application/json: schema: type: array - items: &255 + items: &256 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -32443,7 +32428,7 @@ paths: type: string format: uri example: https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1 - reactions: *108 + reactions: *109 required: - author - body @@ -32458,7 +32443,7 @@ paths: - updated_at - url examples: - default: &547 + default: &548 value: - author: login: octocat @@ -32525,9 +32510,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussion-comments#create-a-discussion-comment parameters: - - *132 - - *243 - - *254 + - *133 + - *244 + - *255 requestBody: required: true content: @@ -32549,9 +32534,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: &256 + default: &257 value: author: login: octocat @@ -32616,10 +32601,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussion-comments#get-a-discussion-comment parameters: - - *132 - - *243 - - *254 - - &257 + - *133 + - *244 + - *255 + - &258 name: comment_number description: The number that identifies the comment. in: path @@ -32631,9 +32616,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: *256 + default: *257 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32654,10 +32639,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussion-comments#update-a-discussion-comment parameters: - - *132 - - *243 - - *254 - - *257 + - *133 + - *244 + - *255 + - *258 requestBody: required: true content: @@ -32679,9 +32664,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: &548 + default: &549 value: author: login: octocat @@ -32744,10 +32729,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - - *132 - - *243 - - *254 - - *257 + - *133 + - *244 + - *255 + - *258 responses: '204': description: Response @@ -32772,10 +32757,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: - - *132 - - *243 - - *254 - - *257 + - *133 + - *244 + - *255 + - *258 - 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. @@ -32801,7 +32786,7 @@ paths: application/json: schema: type: array - items: &258 + items: &259 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -32844,7 +32829,7 @@ paths: - content - created_at examples: - default: &260 + default: &261 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -32893,10 +32878,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: - - *132 - - *243 - - *254 - - *257 + - *133 + - *244 + - *255 + - *258 requestBody: required: true content: @@ -32929,9 +32914,9 @@ paths: team discussion comment content: application/json: - schema: *258 + schema: *259 examples: - default: &259 + default: &260 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -32960,9 +32945,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32984,11 +32969,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - - *132 - - *243 - - *254 - - *257 - - &261 + - *133 + - *244 + - *255 + - *258 + - &262 name: reaction_id description: The unique identifier of the reaction. in: path @@ -33019,9 +33004,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: - - *132 - - *243 - - *254 + - *133 + - *244 + - *255 - 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. @@ -33047,9 +33032,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *260 + default: *261 headers: Link: *6 x-github: @@ -33074,9 +33059,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: - - *132 - - *243 - - *254 + - *133 + - *244 + - *255 requestBody: required: true content: @@ -33108,16 +33093,16 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 '201': description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -33139,10 +33124,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#delete-team-discussion-reaction parameters: - - *132 - - *243 - - *254 - - *261 + - *133 + - *244 + - *255 + - *262 responses: '204': description: Response @@ -33165,16 +33150,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: - - *132 - - *243 + - *133 + - *244 responses: '200': description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *263 + default: *264 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -33193,8 +33178,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: - - *132 - - *243 + - *133 + - *244 requestBody: required: true content: @@ -33217,9 +33202,9 @@ paths: description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *265 + default: *266 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -33238,8 +33223,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: - - *132 - - *243 + - *133 + - *244 responses: '204': description: Response @@ -33262,8 +33247,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/members#list-team-members parameters: - - *132 - - *243 + - *133 + - *244 - name: role description: Filters members returned by their role in the team. in: query @@ -33286,7 +33271,7 @@ paths: type: array items: *19 examples: - default: *207 + default: *208 headers: Link: *6 x-github: @@ -33315,15 +33300,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: - - *132 - - *243 + - *133 + - *244 - *8 responses: '200': description: Response content: application/json: - schema: &266 + schema: &267 title: Team Membership description: Team Membership type: object @@ -33350,7 +33335,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &549 + response-if-user-is-a-team-maintainer: &550 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -33384,8 +33369,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: - - *132 - - *243 + - *133 + - *244 - *8 requestBody: required: false @@ -33411,9 +33396,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - response-if-users-membership-with-team-is-now-pending: &550 + response-if-users-membership-with-team-is-now-pending: &551 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -33446,8 +33431,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: - - *132 - - *243 + - *133 + - *244 - *8 responses: '204': @@ -33473,8 +33458,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#list-team-projects parameters: - - *132 - - *243 + - *133 + - *244 - *4 - *5 responses: @@ -33484,7 +33469,7 @@ paths: application/json: schema: type: array - items: &267 + items: &268 title: Team Project description: A team's access to a project. type: object @@ -33552,7 +33537,7 @@ paths: - updated_at - permissions examples: - default: &551 + default: &552 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -33612,9 +33597,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: - - *132 - - *243 - - &268 + - *133 + - *244 + - &269 name: project_id description: The unique identifier of the project. in: path @@ -33626,9 +33611,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: &552 + default: &553 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -33687,9 +33672,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: - - *132 - - *243 - - *268 + - *133 + - *244 + - *269 requestBody: required: false content: @@ -33752,9 +33737,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: - - *132 - - *243 - - *268 + - *133 + - *244 + - *269 responses: '204': description: Response @@ -33777,8 +33762,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#list-team-repositories parameters: - - *132 - - *243 + - *133 + - *244 - *4 - *5 responses: @@ -33788,9 +33773,9 @@ paths: application/json: schema: type: array - items: *149 + items: *150 examples: - default: *215 + default: *216 headers: Link: *6 x-github: @@ -33818,16 +33803,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: - - *132 - - *243 - - *269 + - *133 + - *244 - *270 + - *271 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &553 + schema: &554 title: Team Repository description: A team's access to a repository. type: object @@ -33850,8 +33835,8 @@ paths: title: License Simple description: License Simple type: object - properties: *121 - required: *122 + properties: *122 + required: *123 nullable: true forks: type: integer @@ -34395,10 +34380,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: - - *132 - - *243 - - *269 + - *133 + - *244 - *270 + - *271 requestBody: required: false content: @@ -34443,10 +34428,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: - - *132 - - *243 - - *269 + - *133 + - *244 - *270 + - *271 responses: '204': description: Response @@ -34469,8 +34454,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#list-child-teams parameters: - - *132 - - *243 + - *133 + - *244 - *4 - *5 responses: @@ -34480,9 +34465,9 @@ paths: application/json: schema: type: array - items: *271 + items: *272 examples: - response-if-child-teams-exist: &554 + response-if-child-teams-exist: &555 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -34532,7 +34517,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: - - *132 + - *133 - name: security_product in: path description: The security feature to enable or disable. @@ -34600,7 +34585,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/cards#get-a-project-card parameters: - - &272 + - &273 name: card_id description: The unique identifier of the card. in: path @@ -34612,7 +34597,7 @@ paths: description: Response content: application/json: - schema: &273 + schema: &274 title: Project Card description: Project cards represent a scope of work. type: object @@ -34678,7 +34663,7 @@ paths: - created_at - updated_at examples: - default: &274 + default: &275 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -34709,10 +34694,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': *41 - '403': *42 - '401': *40 - '404': *25 + '304': *42 + '403': *43 + '401': *41 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34728,7 +34713,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/cards#update-an-existing-project-card parameters: - - *272 + - *273 requestBody: required: false content: @@ -34755,14 +34740,14 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 - '304': *41 - '403': *42 - '401': *40 - '404': *25 - '422': *26 + default: *275 + '304': *42 + '403': *43 + '401': *41 + '404': *26 + '422': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34778,11 +34763,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/cards#delete-a-project-card parameters: - - *272 + - *273 responses: '204': description: Response - '304': *41 + '304': *42 '403': description: Forbidden content: @@ -34798,8 +34783,8 @@ paths: type: array items: type: string - '401': *40 - '404': *25 + '401': *41 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34816,7 +34801,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/cards#move-a-project-card parameters: - - *272 + - *273 requestBody: required: true content: @@ -34856,7 +34841,7 @@ paths: examples: default: value: - '304': *41 + '304': *42 '403': description: Forbidden content: @@ -34881,7 +34866,7 @@ paths: type: string field: type: string - '401': *40 + '401': *41 '503': description: Response content: @@ -34904,7 +34889,7 @@ paths: type: string message: type: string - '422': *34 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34921,7 +34906,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/columns#get-a-project-column parameters: - - &275 + - &276 name: column_id description: The unique identifier of the column. in: path @@ -34933,7 +34918,7 @@ paths: description: Response content: application/json: - schema: &276 + schema: &277 title: Project Column description: Project columns contain cards of work. type: object @@ -34979,7 +34964,7 @@ paths: - created_at - updated_at examples: - default: &277 + default: &278 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -34989,10 +34974,10 @@ paths: name: To Do created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' - '304': *41 - '403': *42 - '404': *25 - '401': *40 + '304': *42 + '403': *43 + '404': *26 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35008,7 +34993,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/columns#update-an-existing-project-column parameters: - - *275 + - *276 requestBody: required: true content: @@ -35032,12 +35017,12 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 - '304': *41 - '403': *42 - '401': *40 + default: *278 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35053,13 +35038,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/columns#delete-a-project-column parameters: - - *275 + - *276 responses: '204': description: Response - '304': *41 - '403': *42 - '401': *40 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35076,7 +35061,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/cards#list-project-cards parameters: - - *275 + - *276 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -35097,7 +35082,7 @@ paths: application/json: schema: type: array - items: *273 + items: *274 examples: default: value: @@ -35132,9 +35117,9 @@ paths: project_url: https://api.github.com/projects/120 headers: Link: *6 - '304': *41 - '403': *42 - '401': *40 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35150,7 +35135,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/cards#create-a-project-card parameters: - - *275 + - *276 requestBody: required: true content: @@ -35190,20 +35175,20 @@ paths: description: Response content: application/json: - schema: *273 + schema: *274 examples: - default: *274 - '304': *41 - '403': *42 - '401': *40 + default: *275 + '304': *42 + '403': *43 + '401': *41 '422': description: Validation failed content: application/json: schema: oneOf: - - *135 - *136 + - *137 '503': description: Response content: @@ -35242,7 +35227,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/columns#move-a-project-column parameters: - - *275 + - *276 requestBody: required: true content: @@ -35276,10 +35261,10 @@ paths: examples: default: value: - '304': *41 - '403': *42 - '422': *26 - '401': *40 + '304': *42 + '403': *43 + '422': *27 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35298,15 +35283,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/projects#get-a-project parameters: - - *268 + - *269 responses: '200': description: Response content: application/json: - schema: *225 + schema: *226 examples: - default: &278 + default: &279 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -35339,9 +35324,9 @@ paths: site_admin: false created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' - '304': *41 - '403': *42 - '401': *40 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35359,7 +35344,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/projects#update-a-project parameters: - - *268 + - *269 requestBody: required: false content: @@ -35405,13 +35390,13 @@ paths: description: Response content: application/json: - schema: *225 + schema: *226 examples: - default: *278 + default: *279 '404': description: Not Found if the authenticated user does not have access to the project - '304': *41 + '304': *42 '403': description: Forbidden content: @@ -35427,9 +35412,9 @@ paths: type: array items: type: string - '401': *40 - '410': *226 - '422': *26 + '401': *41 + '410': *227 + '422': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35446,11 +35431,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/projects#delete-a-project parameters: - - *268 + - *269 responses: '204': description: Delete Success - '304': *41 + '304': *42 '403': description: Forbidden content: @@ -35466,9 +35451,9 @@ paths: type: array items: type: string - '401': *40 - '410': *226 - '404': *25 + '401': *41 + '410': *227 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35490,7 +35475,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/collaborators#list-project-collaborators parameters: - - *268 + - *269 - 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 @@ -35517,14 +35502,14 @@ paths: type: array items: *19 examples: - default: *207 + default: *208 headers: Link: *6 - '404': *25 - '422': *34 - '304': *41 - '403': *42 - '401': *40 + '404': *26 + '422': *35 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35542,7 +35527,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/collaborators#add-project-collaborator parameters: - - *268 + - *269 - *8 requestBody: required: false @@ -35569,11 +35554,11 @@ paths: responses: '204': description: Response - '404': *25 - '422': *34 - '304': *41 - '403': *42 - '401': *40 + '404': *26 + '422': *35 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35590,16 +35575,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *268 + - *269 - *8 responses: '204': description: Response - '304': *41 - '404': *25 - '403': *42 - '422': *34 - '401': *40 + '304': *42 + '404': *26 + '403': *43 + '422': *35 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35619,7 +35604,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: - - *268 + - *269 - *8 responses: '200': @@ -35666,11 +35651,11 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *25 - '422': *34 - '304': *41 - '403': *42 - '401': *40 + '404': *26 + '422': *35 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35687,7 +35672,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/columns#list-project-columns parameters: - - *268 + - *269 - *4 - *5 responses: @@ -35697,7 +35682,7 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: default: value: @@ -35711,9 +35696,9 @@ paths: updated_at: '2016-09-05T14:22:28Z' headers: Link: *6 - '304': *41 - '403': *42 - '401': *40 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35729,7 +35714,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/columns#create-a-project-column parameters: - - *268 + - *269 requestBody: required: true content: @@ -35752,7 +35737,7 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: default: value: @@ -35764,10 +35749,10 @@ paths: name: To Do created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' - '304': *41 - '403': *42 - '422': *26 - '401': *40 + '304': *42 + '403': *43 + '422': *27 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35811,7 +35796,7 @@ paths: resources: type: object properties: - core: &279 + core: &280 title: Rate Limit type: object properties: @@ -35828,18 +35813,18 @@ paths: - remaining - reset - used - graphql: *279 - search: *279 - code_search: *279 - source_import: *279 - integration_manifest: *279 - code_scanning_upload: *279 - actions_runner_registration: *279 - scim: *279 + graphql: *280 + search: *280 + code_search: *280 + source_import: *280 + integration_manifest: *280 + code_scanning_upload: *280 + actions_runner_registration: *280 + scim: *280 required: - core - search - rate: *279 + rate: *280 required: - rate - resources @@ -35916,8 +35901,8 @@ paths: schema: type: integer format: timestamp - '304': *41 - '404': *25 + '304': *42 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35937,14 +35922,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#get-a-repository parameters: - - *269 - *270 + - *271 responses: '200': description: Response content: application/json: - schema: *280 + schema: *281 examples: default-response: summary: Default response @@ -36440,9 +36425,9 @@ paths: status: enabled secret_scanning_push_protection: status: disabled - '403': *42 - '404': *25 - '301': *281 + '403': *43 + '404': *26 + '301': *282 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36460,8 +36445,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#update-a-repository parameters: - - *269 - *270 + - *271 requestBody: required: false content: @@ -36670,17 +36655,17 @@ paths: description: Response content: application/json: - schema: *280 + schema: *281 examples: - default: *282 - '307': &283 + default: *283 + '307': &284 description: Temporary Redirect content: application/json: - schema: *23 - '403': *42 - '422': *34 - '404': *25 + schema: *24 + '403': *43 + '422': *35 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36718,8 +36703,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#delete-a-repository parameters: - - *269 - *270 + - *271 responses: '204': description: Response @@ -36741,8 +36726,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': *283 - '404': *25 + '307': *284 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36764,11 +36749,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *269 - *270 + - *271 - *4 - *5 - - &300 + - &301 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -36791,7 +36776,7 @@ paths: type: integer artifacts: type: array - items: &284 + items: &285 title: Artifact description: An artifact type: object @@ -36862,7 +36847,7 @@ paths: - expires_at - updated_at examples: - default: &301 + default: &302 value: total_count: 2 artifacts: @@ -36921,9 +36906,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/artifacts#get-an-artifact parameters: - - *269 - *270 - - &285 + - *271 + - &286 name: artifact_id description: The unique identifier of the artifact. in: path @@ -36935,7 +36920,7 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: default: value: @@ -36972,9 +36957,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/artifacts#delete-an-artifact parameters: - - *269 - *270 - - *285 + - *271 + - *286 responses: '204': description: Response @@ -36998,9 +36983,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/artifacts#download-an-artifact parameters: - - *269 - *270 - - *285 + - *271 + - *286 - name: archive_format in: path required: true @@ -37014,7 +36999,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': *226 + '410': *227 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37037,14 +37022,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: - - *269 - *270 + - *271 responses: '200': description: Response content: application/json: - schema: *286 + schema: *287 examples: default: value: @@ -37070,14 +37055,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: - - *269 - *270 + - *271 responses: '200': description: Response content: application/json: - schema: &287 + schema: &288 title: Actions cache usage policy for repository description: GitHub Actions cache usage policy for repository. type: object @@ -37089,7 +37074,7 @@ paths: required: - repo_cache_size_limit_in_gb examples: - default: &288 + default: &289 value: repo_cache_size_limit_in_gb: 14 x-github: @@ -37110,8 +37095,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: - - *269 - *270 + - *271 responses: '204': description: Response @@ -37119,9 +37104,9 @@ paths: required: true content: application/json: - schema: *287 + schema: *288 examples: - selected_actions: *288 + selected_actions: *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37141,11 +37126,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: - - *269 - *270 + - *271 - *4 - *5 - - &289 + - &290 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 @@ -37179,7 +37164,7 @@ paths: description: Response content: application/json: - schema: &290 + schema: &291 title: Repository actions caches description: Repository actions caches type: object @@ -37221,7 +37206,7 @@ paths: - total_count - actions_caches examples: - default: &291 + default: &292 value: total_count: 1 actions_caches: @@ -37253,23 +37238,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: - - *269 - *270 + - *271 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *289 + - *290 responses: '200': description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: *291 + default: *292 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37289,8 +37274,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: - - *269 - *270 + - *271 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -37321,9 +37306,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: - - *269 - *270 - - &292 + - *271 + - &293 name: job_id description: The unique identifier of the job. in: path @@ -37335,7 +37320,7 @@ paths: description: Response content: application/json: - schema: &304 + schema: &305 title: Job description: Information of a job execution in a workflow run type: object @@ -37642,9 +37627,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: - - *269 - *270 - - *292 + - *271 + - *293 responses: '302': description: Response @@ -37672,9 +37657,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: - - *269 - *270 - - *292 + - *271 + - *293 requestBody: required: false content: @@ -37695,11 +37680,11 @@ paths: description: Response content: application/json: - schema: *160 + schema: *161 examples: default: value: - '403': *42 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37719,8 +37704,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: - - *269 - *270 + - *271 responses: '200': description: Status response @@ -37750,8 +37735,8 @@ paths: include_claim_keys: - repo - context - '400': *33 - '404': *25 + '400': *34 + '404': *26 x-github: enabledForGitHubApps: true previews: [] @@ -37770,8 +37755,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: - - *269 - *270 + - *271 requestBody: required: true content: @@ -37805,13 +37790,13 @@ paths: description: Empty response content: application/json: - schema: *160 + schema: *161 examples: default: value: - '404': *25 - '400': *33 - '422': *26 + '404': *26 + '400': *34 + '422': *27 x-github: enabledForGitHubApps: true previews: [] @@ -37834,8 +37819,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#list-repository-organization-secrets parameters: - - *269 - *270 + - *271 - *4 - *5 responses: @@ -37853,7 +37838,7 @@ paths: type: integer secrets: type: array - items: &307 + items: &308 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -37873,7 +37858,7 @@ paths: - created_at - updated_at examples: - default: &308 + default: &309 value: total_count: 2 secrets: @@ -37906,9 +37891,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#list-repository-organization-variables parameters: - - *269 - *270 - - *293 + - *271 + - *294 - *5 responses: '200': @@ -37925,7 +37910,7 @@ paths: type: integer variables: type: array - items: &311 + items: &312 title: Actions Variable type: object properties: @@ -37955,7 +37940,7 @@ paths: - created_at - updated_at examples: - default: &312 + default: &313 value: total_count: 2 variables: @@ -37988,8 +37973,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: - - *269 - *270 + - *271 responses: '200': description: Response @@ -37998,11 +37983,11 @@ paths: schema: type: object properties: - enabled: &294 + enabled: &295 type: boolean description: Whether GitHub Actions is enabled on the repository. - allowed_actions: *69 - selected_actions_url: *142 + allowed_actions: *70 + selected_actions_url: *143 required: - enabled examples: @@ -38031,8 +38016,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: - - *269 - *270 + - *271 responses: '204': description: Response @@ -38043,8 +38028,8 @@ paths: schema: type: object properties: - enabled: *294 - allowed_actions: *69 + enabled: *295 + allowed_actions: *70 required: - enabled examples: @@ -38074,14 +38059,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: - - *269 - *270 + - *271 responses: '200': description: Response content: application/json: - schema: &295 + schema: &296 type: object properties: access_level: @@ -38099,7 +38084,7 @@ paths: required: - access_level examples: - default: &296 + default: &297 value: access_level: organization x-github: @@ -38124,15 +38109,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: - - *269 - *270 + - *271 requestBody: required: true content: application/json: - schema: *295 + schema: *296 examples: - default: *296 + default: *297 responses: '204': description: Response @@ -38156,16 +38141,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: - - *269 - *270 + - *271 responses: '200': description: Response content: application/json: - schema: *72 + schema: *73 examples: - default: *73 + default: *74 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -38188,8 +38173,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: - - *269 - *270 + - *271 responses: '204': description: Response @@ -38197,9 +38182,9 @@ paths: required: false content: application/json: - schema: *72 + schema: *73 examples: - selected_actions: *73 + selected_actions: *74 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -38221,16 +38206,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: - - *269 - *270 + - *271 responses: '200': description: Response content: application/json: - schema: *145 + schema: *146 examples: - default: *76 + default: *77 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38251,8 +38236,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: - - *269 - *270 + - *271 responses: '204': description: Success response @@ -38263,9 +38248,9 @@ paths: required: true content: application/json: - schema: *146 + schema: *147 examples: - default: *76 + default: *77 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38292,8 +38277,8 @@ paths: in: query schema: type: string - - *269 - *270 + - *271 - *4 - *5 responses: @@ -38311,9 +38296,9 @@ paths: type: integer runners: type: array - items: *82 + items: *83 examples: - default: *83 + default: *84 headers: Link: *6 x-github: @@ -38337,8 +38322,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: - - *269 - *270 + - *271 responses: '200': description: Response @@ -38346,9 +38331,9 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - default: *151 + default: *152 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38370,8 +38355,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: - - *269 - *270 + - *271 requestBody: required: true content: @@ -38414,9 +38399,9 @@ paths: - no-gpu work_folder: _work responses: - '201': *152 - '404': *25 - '422': *26 + '201': *153 + '404': *26 + '422': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38444,16 +38429,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: - - *269 - *270 + - *271 responses: '201': description: Response content: application/json: - schema: *85 + schema: *86 examples: - default: *153 + default: *154 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38481,16 +38466,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: - - *269 - *270 + - *271 responses: '201': description: Response content: application/json: - schema: *85 + schema: *86 examples: - default: *154 + default: *155 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38512,17 +38497,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: - - *269 - *270 - - *81 + - *271 + - *82 responses: '200': description: Response content: application/json: - schema: *82 + schema: *83 examples: - default: *155 + default: *156 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38543,9 +38528,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: - - *269 - *270 - - *81 + - *271 + - *82 responses: '204': description: Response @@ -38570,12 +38555,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: - - *269 - *270 - - *81 + - *271 + - *82 responses: - '200': *87 - '404': *25 + '200': *88 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38596,9 +38581,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: - - *269 - *270 - - *81 + - *271 + - *82 requestBody: required: true content: @@ -38622,9 +38607,9 @@ paths: - gpu - accelerated responses: - '200': *87 - '404': *25 - '422': *26 + '200': *88 + '404': *26 + '422': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38646,9 +38631,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: - - *269 - *270 - - *81 + - *271 + - *82 requestBody: required: true content: @@ -38673,9 +38658,9 @@ paths: - gpu - accelerated responses: - '200': *87 - '404': *25 - '422': *26 + '200': *88 + '404': *26 + '422': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38697,12 +38682,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: - - *269 - *270 - - *81 + - *271 + - *82 responses: - '200': *156 - '404': *25 + '200': *157 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38728,14 +38713,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: - - *269 - *270 - - *81 - - *157 + - *271 + - *82 + - *158 responses: - '200': *87 - '404': *25 - '422': *26 + '200': *88 + '404': *26 + '422': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38757,9 +38742,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: - - *269 - *270 - - &315 + - *271 + - &316 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. @@ -38767,7 +38752,7 @@ paths: required: false schema: type: string - - &316 + - &317 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -38775,7 +38760,7 @@ paths: required: false schema: type: string - - &317 + - &318 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -38784,7 +38769,7 @@ paths: required: false schema: type: string - - &318 + - &319 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 @@ -38811,7 +38796,7 @@ paths: - pending - *4 - *5 - - &319 + - &320 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)." @@ -38820,7 +38805,7 @@ paths: schema: type: string format: date-time - - &297 + - &298 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -38829,13 +38814,13 @@ paths: schema: type: boolean default: false - - &320 + - &321 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &321 + - &322 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -38858,7 +38843,7 @@ paths: type: integer workflow_runs: type: array - items: &298 + items: &299 title: Workflow Run description: An invocation of a workflow type: object @@ -38953,7 +38938,7 @@ paths: that triggered the run. type: array nullable: true - items: &339 + items: &340 title: Pull Request Minimal type: object properties: @@ -39069,7 +39054,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &343 + properties: &344 id: type: string description: SHA for the commit @@ -39120,7 +39105,7 @@ paths: - name - email nullable: true - required: &344 + required: &345 - id - tree_id - message @@ -39128,8 +39113,8 @@ paths: - author - committer nullable: true - repository: *149 - head_repository: *149 + repository: *150 + head_repository: *150 head_repository_id: type: integer example: 5 @@ -39167,7 +39152,7 @@ paths: - workflow_url - pull_requests examples: - default: &322 + default: &323 value: total_count: 1 workflow_runs: @@ -39403,24 +39388,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *269 - *270 - - &299 + - *271 + - &300 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *297 + - *298 responses: '200': description: Response content: application/json: - schema: *298 + schema: *299 examples: - default: &302 + default: &303 value: id: 30433642 name: Build @@ -39661,9 +39646,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *269 - *270 - - *299 + - *271 + - *300 responses: '204': description: Response @@ -39686,9 +39671,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: - - *269 - *270 - - *299 + - *271 + - *300 responses: '200': description: Response @@ -39809,12 +39794,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *269 - *270 - - *299 + - *271 + - *300 - *4 - *5 - - *300 + - *301 responses: '200': description: Response @@ -39830,9 +39815,9 @@ paths: type: integer artifacts: type: array - items: *284 + items: *285 examples: - default: *301 + default: *302 headers: Link: *6 x-github: @@ -39856,25 +39841,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: - - *269 - *270 - - *299 - - &303 + - *271 + - *300 + - &304 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *297 + - *298 responses: '200': description: Response content: application/json: - schema: *298 + schema: *299 examples: - default: *302 + default: *303 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39897,10 +39882,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: - - *269 - *270 - - *299 - - *303 + - *271 + - *300 + - *304 - *4 - *5 responses: @@ -39918,9 +39903,9 @@ paths: type: integer jobs: type: array - items: *304 + items: *305 examples: - default: &306 + default: &307 value: total_count: 1 jobs: @@ -40010,7 +39995,7 @@ paths: head_branch: main headers: Link: *6 - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40033,10 +40018,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: - - *269 - *270 - - *299 - - *303 + - *271 + - *300 + - *304 responses: '302': description: Response @@ -40064,19 +40049,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *269 - *270 - - *299 + - *271 + - *300 responses: '202': description: Response content: application/json: - schema: *160 + schema: *161 examples: default: value: - '409': *305 + '409': *306 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40099,9 +40084,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: - - *269 - *270 - - *299 + - *271 + - *300 requestBody: required: true content: @@ -40170,9 +40155,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: - - *269 - *270 - - *299 + - *271 + - *300 - 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 @@ -40202,9 +40187,9 @@ paths: type: integer jobs: type: array - items: *304 + items: *305 examples: - default: *306 + default: *307 headers: Link: *6 x-github: @@ -40229,9 +40214,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *269 - *270 - - *299 + - *271 + - *300 responses: '302': description: Response @@ -40258,14 +40243,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *269 - *270 - - *299 + - *271 + - *300 responses: '204': description: Response - '403': *42 - '500': *214 + '403': *43 + '500': *215 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40287,9 +40272,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: - - *269 - *270 - - *299 + - *271 + - *300 responses: '200': description: Response @@ -40348,7 +40333,7 @@ paths: items: type: object properties: - type: &395 + type: &396 type: string description: The type of reviewer. enum: @@ -40358,7 +40343,7 @@ paths: reviewer: anyOf: - *19 - - *271 + - *272 required: - environment - wait_timer @@ -40433,9 +40418,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: - - *269 - *270 - - *299 + - *271 + - *300 requestBody: required: true content: @@ -40482,7 +40467,7 @@ paths: application/json: schema: type: array - items: &390 + items: &391 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -40568,8 +40553,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *105 - required: *106 + properties: *106 + required: *107 nullable: true required: - id @@ -40587,7 +40572,7 @@ paths: - created_at - updated_at examples: - default: &391 + default: &392 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -40643,9 +40628,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *269 - *270 - - *299 + - *271 + - *300 requestBody: required: false content: @@ -40666,7 +40651,7 @@ paths: description: Response content: application/json: - schema: *160 + schema: *161 examples: default: value: @@ -40689,9 +40674,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: - - *269 - *270 - - *299 + - *271 + - *300 requestBody: required: false content: @@ -40712,7 +40697,7 @@ paths: description: Response content: application/json: - schema: *160 + schema: *161 examples: default: value: @@ -40738,8 +40723,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#list-repository-secrets parameters: - - *269 - *270 + - *271 - *4 - *5 responses: @@ -40757,9 +40742,9 @@ paths: type: integer secrets: type: array - items: *307 + items: *308 examples: - default: *308 + default: *309 headers: Link: *6 x-github: @@ -40784,16 +40769,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#get-a-repository-public-key parameters: - - *269 - *270 + - *271 responses: '200': description: Response content: application/json: - schema: *309 + schema: *310 examples: - default: *310 + default: *311 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40815,17 +40800,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#get-a-repository-secret parameters: - - *269 - *270 - - *159 + - *271 + - *160 responses: '200': description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: &408 + default: &409 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -40851,9 +40836,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: - - *269 - *270 - - *159 + - *271 + - *160 requestBody: required: true content: @@ -40881,7 +40866,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *160 + schema: *161 examples: default: value: @@ -40907,9 +40892,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#delete-a-repository-secret parameters: - - *269 - *270 - - *159 + - *271 + - *160 responses: '204': description: Response @@ -40934,9 +40919,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#list-repository-variables parameters: - - *269 - *270 - - *293 + - *271 + - *294 - *5 responses: '200': @@ -40953,9 +40938,9 @@ paths: type: integer variables: type: array - items: *311 + items: *312 examples: - default: *312 + default: *313 headers: Link: *6 x-github: @@ -40978,8 +40963,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#create-a-repository-variable parameters: - - *269 - *270 + - *271 requestBody: required: true content: @@ -41006,7 +40991,7 @@ paths: description: Response content: application/json: - schema: *160 + schema: *161 examples: default: value: @@ -41031,17 +41016,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#get-a-repository-variable parameters: - - *269 - *270 - - *162 + - *271 + - *163 responses: '200': description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: &409 + default: &410 value: name: USERNAME value: octocat @@ -41067,9 +41052,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#update-a-repository-variable parameters: - - *269 - *270 - - *162 + - *271 + - *163 requestBody: required: true content: @@ -41111,9 +41096,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#delete-a-repository-variable parameters: - - *269 - *270 - - *162 + - *271 + - *163 responses: '204': description: Response @@ -41138,8 +41123,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflows#list-repository-workflows parameters: - - *269 - *270 + - *271 - *4 - *5 responses: @@ -41157,7 +41142,7 @@ paths: type: integer workflows: type: array - items: &313 + items: &314 title: Workflow description: A GitHub Actions workflow type: object @@ -41264,9 +41249,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflows#get-a-workflow parameters: - - *269 - *270 - - &314 + - *271 + - &315 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -41281,7 +41266,7 @@ paths: description: Response content: application/json: - schema: *313 + schema: *314 examples: default: value: @@ -41314,9 +41299,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflows#disable-a-workflow parameters: - - *269 - *270 - - *314 + - *271 + - *315 responses: '204': description: Response @@ -41341,9 +41326,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *269 - *270 - - *314 + - *271 + - *315 responses: '204': description: Response @@ -41394,9 +41379,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/workflows#enable-a-workflow parameters: - - *269 - *270 - - *314 + - *271 + - *315 responses: '204': description: Response @@ -41421,19 +41406,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: - - *269 - *270 - - *314 + - *271 - *315 - *316 - *317 - *318 + - *319 - *4 - *5 - - *319 - - *297 - *320 + - *298 - *321 + - *322 responses: '200': description: Response @@ -41449,9 +41434,9 @@ paths: type: integer workflow_runs: type: array - items: *298 + items: *299 examples: - default: *322 + default: *323 headers: Link: *6 x-github: @@ -41474,12 +41459,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#list-repository-activities parameters: - - *269 - *270 + - *271 - *9 - *4 - - *88 - *89 + - *90 - name: ref description: |- The Git reference for the activities you want to list. @@ -41621,7 +41606,7 @@ paths: site_admin: false headers: Link: *6 - '422': *26 + '422': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41639,8 +41624,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/assignees#list-assignees parameters: - - *269 - *270 + - *271 - *4 - *5 responses: @@ -41652,10 +41637,10 @@ paths: type: array items: *19 examples: - default: *207 + default: *208 headers: Link: *6 - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41677,8 +41662,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: - - *269 - *270 + - *271 - name: assignee in: path required: true @@ -41692,7 +41677,7 @@ paths: description: Otherwise a `404` status code is returned. content: application/json: - schema: *23 + schema: *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41712,8 +41697,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: - - *269 - *270 + - *271 responses: '200': description: Response @@ -41721,7 +41706,7 @@ paths: application/json: schema: type: array - items: &323 + items: &324 title: Autolink reference description: An autolink reference. type: object @@ -41771,8 +41756,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: - - *269 - *270 + - *271 requestBody: required: true content: @@ -41811,9 +41796,9 @@ paths: description: response content: application/json: - schema: *323 + schema: *324 examples: - default: &324 + default: &325 value: id: 1 key_prefix: TICKET- @@ -41824,7 +41809,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/autolinks/1 schema: type: string - '422': *34 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41844,9 +41829,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: - - *269 - *270 - - &325 + - *271 + - &326 name: autolink_id description: The unique identifier of the autolink. in: path @@ -41858,10 +41843,10 @@ paths: description: Response content: application/json: - schema: *323 + schema: *324 examples: - default: *324 - '404': *25 + default: *325 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41880,13 +41865,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: - - *269 - *270 - - *325 + - *271 + - *326 responses: '204': description: Response - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41906,8 +41891,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: - - *269 - *270 + - *271 responses: '200': description: Response if dependabot is enabled @@ -41954,8 +41939,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branches#list-branches parameters: - - *269 - *270 + - *271 - name: protected description: Setting to `true` returns only protected branches. When set to `false`, only unprotected branches are returned. Omitting this parameter @@ -41993,7 +41978,7 @@ paths: - url protected: type: boolean - protection: &327 + protection: &328 title: Branch Protection description: Branch Protection type: object @@ -42035,7 +42020,7 @@ paths: required: - contexts - checks - enforce_admins: &330 + enforce_admins: &331 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -42050,7 +42035,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &332 + required_pull_request_reviews: &333 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -42071,12 +42056,12 @@ paths: description: The list of teams with review dismissal access. type: array - items: *271 + items: *272 apps: description: The list of apps with review dismissal access. type: array - items: *24 + items: *25 url: type: string example: '"https://api.github.com/repos/the-org/an-org-repo/branches/master/protection/dismissal_restrictions"' @@ -42100,12 +42085,12 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *271 + items: *272 apps: description: The list of apps allowed to bypass pull request requirements. type: array - items: *24 + items: *25 dismiss_stale_reviews: type: boolean example: true @@ -42126,7 +42111,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &329 + restrictions: &330 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -42408,7 +42393,7 @@ paths: protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection headers: Link: *6 - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42425,9 +42410,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branches#get-a-branch parameters: - - *269 - *270 - - &328 + - *271 + - &329 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). @@ -42441,14 +42426,14 @@ paths: description: Response content: application/json: - schema: &338 + schema: &339 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &368 + commit: &369 title: Commit description: Commit type: object @@ -42482,7 +42467,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &326 + properties: &327 name: type: string example: '"Chris Wanstrath"' @@ -42497,7 +42482,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *326 + properties: *327 nullable: true message: type: string @@ -42518,7 +42503,7 @@ paths: required: - sha - url - verification: &414 + verification: &415 title: Verification type: object properties: @@ -42588,7 +42573,7 @@ paths: type: integer files: type: array - items: &379 + items: &380 title: Diff Entry description: Diff Entry type: object @@ -42671,7 +42656,7 @@ paths: - self protected: type: boolean - protection: *327 + protection: *328 protection_url: type: string format: uri @@ -42777,8 +42762,8 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *281 - '404': *25 + '301': *282 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42799,15 +42784,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#get-branch-protection parameters: - - *269 - *270 - - *328 + - *271 + - *329 responses: '200': description: Response content: application/json: - schema: *327 + schema: *328 examples: default: value: @@ -42976,7 +42961,7 @@ paths: enabled: true allow_fork_syncing: enabled: true - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42999,9 +42984,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#update-branch-protection parameters: - - *269 - *270 - - *328 + - *271 + - *329 requestBody: required: true content: @@ -43256,7 +43241,7 @@ paths: url: type: string format: uri - required_status_checks: &335 + required_status_checks: &336 title: Status Check Policy description: Status Check Policy type: object @@ -43332,10 +43317,10 @@ paths: items: *19 teams: type: array - items: *271 + items: *272 apps: type: array - items: *24 + items: *25 required: - url - users_url @@ -43350,10 +43335,10 @@ paths: items: *19 teams: type: array - items: *271 + items: *272 apps: type: array - items: *24 + items: *25 required: - users - teams @@ -43408,7 +43393,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *329 + restrictions: *330 required_conversation_resolution: type: object properties: @@ -43498,9 +43483,9 @@ paths: enabled: true allow_fork_syncing: enabled: true - '403': *42 - '422': *26 - '404': *25 + '403': *43 + '422': *27 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43520,13 +43505,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#delete-branch-protection parameters: - - *269 - *270 - - *328 + - *271 + - *329 responses: '204': description: Response - '403': *42 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43547,17 +43532,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *269 - *270 - - *328 + - *271 + - *329 responses: '200': description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: &331 + default: &332 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -43579,17 +43564,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *269 - *270 - - *328 + - *271 + - *329 responses: '200': description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: *331 + default: *332 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43608,13 +43593,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *269 - *270 - - *328 + - *271 + - *329 responses: '204': description: Response - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43635,17 +43620,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: - - *269 - *270 - - *328 + - *271 + - *329 responses: '200': description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: &333 + default: &334 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -43740,9 +43725,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: - - *269 - *270 - - *328 + - *271 + - *329 requestBody: required: false content: @@ -43840,10 +43825,10 @@ paths: description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *333 - '422': *34 + default: *334 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43863,13 +43848,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: - - *269 - *270 - - *328 + - *271 + - *329 responses: '204': description: Response - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43891,21 +43876,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *269 - *270 - - *328 + - *271 + - *329 responses: '200': description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: &334 + default: &335 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43924,18 +43909,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *269 - *270 - - *328 + - *271 + - *329 responses: '200': description: Response content: application/json: - schema: *330 + schema: *331 examples: - default: *334 - '404': *25 + default: *335 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43954,13 +43939,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *269 - *270 - - *328 + - *271 + - *329 responses: '204': description: Response - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43981,24 +43966,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#get-status-checks-protection parameters: - - *269 - *270 - - *328 + - *271 + - *329 responses: '200': description: Response content: application/json: - schema: *335 + schema: *336 examples: - default: &336 + default: &337 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': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44017,9 +44002,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#update-status-check-protection parameters: - - *269 - *270 - - *328 + - *271 + - *329 requestBody: required: false content: @@ -44070,11 +44055,11 @@ paths: description: Response content: application/json: - schema: *335 + schema: *336 examples: - default: *336 - '404': *25 - '422': *34 + default: *337 + '404': *26 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44094,9 +44079,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#remove-status-check-protection parameters: - - *269 - *270 - - *328 + - *271 + - *329 responses: '204': description: Response @@ -44120,9 +44105,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: - - *269 - *270 - - *328 + - *271 + - *329 responses: '200': description: Response @@ -44136,7 +44121,7 @@ paths: default: value: - continuous-integration/travis-ci - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44156,9 +44141,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#add-status-check-contexts parameters: - - *269 - *270 - - *328 + - *271 + - *329 requestBody: required: false content: @@ -44202,9 +44187,9 @@ paths: value: - continuous-integration/travis-ci - continuous-integration/jenkins - '422': *34 - '403': *42 - '404': *25 + '422': *35 + '403': *43 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44225,9 +44210,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#set-status-check-contexts parameters: - - *269 - *270 - - *328 + - *271 + - *329 requestBody: required: false content: @@ -44269,8 +44254,8 @@ paths: default: value: - continuous-integration/travis-ci - '422': *34 - '404': *25 + '422': *35 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44291,9 +44276,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *269 - *270 - - *328 + - *271 + - *329 requestBody: content: application/json: @@ -44334,8 +44319,8 @@ paths: default: value: - continuous-integration/travis-ci - '404': *25 - '422': *34 + '404': *26 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44358,15 +44343,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#get-access-restrictions parameters: - - *269 - *270 - - *328 + - *271 + - *329 responses: '200': description: Response content: application/json: - schema: *329 + schema: *330 examples: default: value: @@ -44438,7 +44423,7 @@ paths: events: - push - pull_request - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44457,9 +44442,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#delete-access-restrictions parameters: - - *269 - *270 - - *328 + - *271 + - *329 responses: '204': description: Response @@ -44482,9 +44467,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: - - *269 - *270 - - *328 + - *271 + - *329 responses: '200': description: Response @@ -44492,9 +44477,9 @@ paths: application/json: schema: type: array - items: *24 + items: *25 examples: - default: &337 + default: &338 value: - id: 1 slug: octoapp @@ -44532,7 +44517,7 @@ paths: events: - push - pull_request - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44551,9 +44536,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *269 - *270 - - *328 + - *271 + - *329 requestBody: required: false content: @@ -44589,10 +44574,10 @@ paths: application/json: schema: type: array - items: *24 + items: *25 examples: - default: *337 - '422': *34 + default: *338 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44612,9 +44597,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *269 - *270 - - *328 + - *271 + - *329 requestBody: required: false content: @@ -44650,10 +44635,10 @@ paths: application/json: schema: type: array - items: *24 + items: *25 examples: - default: *337 - '422': *34 + default: *338 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44673,9 +44658,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *269 - *270 - - *328 + - *271 + - *329 requestBody: content: application/json: @@ -44710,10 +44695,10 @@ paths: application/json: schema: type: array - items: *24 + items: *25 examples: - default: *337 - '422': *34 + default: *338 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44734,9 +44719,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: - - *269 - *270 - - *328 + - *271 + - *329 responses: '200': description: Response @@ -44744,10 +44729,10 @@ paths: application/json: schema: type: array - items: *271 + items: *272 examples: - default: *249 - '404': *25 + default: *250 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44766,9 +44751,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *269 - *270 - - *328 + - *271 + - *329 requestBody: required: false content: @@ -44804,10 +44789,10 @@ paths: application/json: schema: type: array - items: *271 + items: *272 examples: - default: *249 - '422': *34 + default: *250 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44827,9 +44812,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *269 - *270 - - *328 + - *271 + - *329 requestBody: required: false content: @@ -44865,10 +44850,10 @@ paths: application/json: schema: type: array - items: *271 + items: *272 examples: - default: *249 - '422': *34 + default: *250 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44888,9 +44873,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *269 - *270 - - *328 + - *271 + - *329 requestBody: content: application/json: @@ -44925,10 +44910,10 @@ paths: application/json: schema: type: array - items: *271 + items: *272 examples: - default: *249 - '422': *34 + default: *250 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44949,9 +44934,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: - - *269 - *270 - - *328 + - *271 + - *329 responses: '200': description: Response @@ -44961,8 +44946,8 @@ paths: type: array items: *19 examples: - default: *207 - '404': *25 + default: *208 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44985,9 +44970,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *269 - *270 - - *328 + - *271 + - *329 requestBody: required: false content: @@ -45024,8 +45009,8 @@ paths: type: array items: *19 examples: - default: *207 - '422': *34 + default: *208 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45049,9 +45034,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *269 - *270 - - *328 + - *271 + - *329 requestBody: required: false content: @@ -45088,8 +45073,8 @@ paths: type: array items: *19 examples: - default: *207 - '422': *34 + default: *208 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45113,9 +45098,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *269 - *270 - - *328 + - *271 + - *329 requestBody: content: application/json: @@ -45151,8 +45136,8 @@ paths: type: array items: *19 examples: - default: *207 - '422': *34 + default: *208 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45177,9 +45162,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branches#rename-a-branch parameters: - - *269 - *270 - - *328 + - *271 + - *329 requestBody: required: true content: @@ -45201,7 +45186,7 @@ paths: description: Response content: application/json: - schema: *338 + schema: *339 examples: default: value: @@ -45289,9 +45274,9 @@ paths: - ci-test - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection - '403': *42 - '404': *25 - '422': *34 + '403': *43 + '404': *26 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45315,8 +45300,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/checks/runs#create-a-check-run parameters: - - *269 - *270 + - *271 requestBody: required: true content: @@ -45593,7 +45578,7 @@ paths: description: Response content: application/json: - schema: &340 + schema: &341 title: CheckRun description: A check performed on the code of a given code change type: object @@ -45702,8 +45687,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *105 - required: *106 + properties: *106 + required: *107 nullable: true pull_requests: description: Pull requests that are open with a `head_sha` or @@ -45711,8 +45696,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *339 - deployment: &586 + items: *340 + deployment: &587 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -45778,8 +45763,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *105 - required: *106 + properties: *106 + required: *107 nullable: true required: - id @@ -45991,9 +45976,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/checks/runs#get-a-check-run parameters: - - *269 - *270 - - &341 + - *271 + - &342 name: check_run_id description: The unique identifier of the check run. in: path @@ -46005,9 +45990,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: &342 + default: &343 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -46106,9 +46091,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/checks/runs#update-a-check-run parameters: - - *269 - *270 - - *341 + - *271 + - *342 requestBody: required: true content: @@ -46348,9 +46333,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *342 + default: *343 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46370,9 +46355,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/checks/runs#list-check-run-annotations parameters: - - *269 - *270 - - *341 + - *271 + - *342 - *4 - *5 responses: @@ -46469,15 +46454,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/checks/runs#rerequest-a-check-run parameters: - - *269 - *270 - - *341 + - *271 + - *342 responses: '201': description: Response content: application/json: - schema: *160 + schema: *161 examples: default: value: @@ -46486,13 +46471,13 @@ paths: belong to the authenticated GitHub App content: application/json: - schema: *23 + schema: *24 '422': description: Validation error if the check run is not rerequestable content: application/json: - schema: *23 - '404': *25 + schema: *24 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46514,8 +46499,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/checks/suites#create-a-check-suite parameters: - - *269 - *270 + - *271 requestBody: required: true content: @@ -46537,7 +46522,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &345 + schema: &346 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -46600,7 +46585,7 @@ paths: nullable: true pull_requests: type: array - items: *339 + items: *340 nullable: true app: title: GitHub app @@ -46610,10 +46595,10 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *105 - required: *106 + properties: *106 + required: *107 nullable: true - repository: *149 + repository: *150 created_at: type: string format: date-time @@ -46626,8 +46611,8 @@ paths: title: Simple Commit description: A commit. type: object - properties: *343 - required: *344 + properties: *344 + required: *345 latest_check_runs_count: type: integer check_runs_url: @@ -46655,7 +46640,7 @@ paths: - check_runs_url - pull_requests examples: - default: &346 + default: &347 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -46946,9 +46931,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46967,8 +46952,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: - - *269 - *270 + - *271 requestBody: required: true content: @@ -47029,7 +47014,7 @@ paths: required: - app_id - setting - repository: *149 + repository: *150 examples: default: value: @@ -47276,9 +47261,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/checks/suites#get-a-check-suite parameters: - - *269 - *270 - - &347 + - *271 + - &348 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -47290,9 +47275,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47314,17 +47299,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: - - *269 - *270 - - *347 - - &376 + - *271 + - *348 + - &377 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &377 + - &378 name: status description: Returns check runs with the specified `status`. in: query @@ -47363,9 +47348,9 @@ paths: type: integer check_runs: type: array - items: *340 + items: *341 examples: - default: &378 + default: &379 value: total_count: 1 check_runs: @@ -47467,15 +47452,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/checks/suites#rerequest-a-check-suite parameters: - - *269 - *270 - - *347 + - *271 + - *348 responses: '201': description: Response content: application/json: - schema: *160 + schema: *161 examples: default: value: @@ -47502,20 +47487,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: - - *269 - *270 - - *173 + - *271 - *174 + - *175 - *5 - *4 - - &358 + - &359 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: *348 + schema: *349 - *9 - name: sort description: The property by which to sort the results. @@ -47532,13 +47517,13 @@ paths: be returned. in: query required: false - schema: *175 + schema: *176 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *349 + schema: *350 responses: '200': description: Response @@ -47549,14 +47534,14 @@ paths: items: type: object properties: - number: *93 - created_at: *98 - updated_at: *99 - url: *96 - html_url: *97 - instances_url: *350 - state: *92 - fixed_at: *101 + number: *94 + created_at: *99 + updated_at: *100 + url: *97 + html_url: *98 + instances_url: *351 + state: *93 + fixed_at: *102 dismissed_by: title: Simple User description: A GitHub user. @@ -47564,12 +47549,12 @@ paths: properties: *17 required: *18 nullable: true - dismissed_at: *100 - dismissed_reason: *351 - dismissed_comment: *352 - rule: *353 - tool: *354 - most_recent_instance: *355 + dismissed_at: *101 + dismissed_reason: *352 + dismissed_comment: *353 + rule: *354 + tool: *355 + most_recent_instance: *356 required: - number - created_at @@ -47684,10 +47669,10 @@ paths: end_column: 18 classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances - '304': *41 - '403': *246 - '404': *25 - '503': *103 + '304': *42 + '403': *247 + '404': *26 + '503': *104 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47707,9 +47692,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: - - *269 - *270 - - &356 + - *271 + - &357 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -47717,23 +47702,23 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *93 + schema: *94 responses: '200': description: Response content: application/json: - schema: &357 + schema: &358 type: object properties: - number: *93 - created_at: *98 - updated_at: *99 - url: *96 - html_url: *97 - instances_url: *350 - state: *92 - fixed_at: *101 + number: *94 + created_at: *99 + updated_at: *100 + url: *97 + html_url: *98 + instances_url: *351 + state: *93 + fixed_at: *102 dismissed_by: title: Simple User description: A GitHub user. @@ -47741,9 +47726,9 @@ paths: properties: *17 required: *18 nullable: true - dismissed_at: *100 - dismissed_reason: *351 - dismissed_comment: *352 + dismissed_at: *101 + dismissed_reason: *352 + dismissed_comment: *353 rule: type: object properties: @@ -47796,8 +47781,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *354 - most_recent_instance: *355 + tool: *355 + most_recent_instance: *356 required: - number - created_at @@ -47885,10 +47870,10 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '304': *41 - '403': *246 - '404': *25 - '503': *103 + '304': *42 + '403': *247 + '404': *26 + '503': *104 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47906,9 +47891,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: - - *269 - *270 - - *356 + - *271 + - *357 requestBody: required: true content: @@ -47923,8 +47908,8 @@ paths: enum: - open - dismissed - dismissed_reason: *351 - dismissed_comment: *352 + dismissed_reason: *352 + dismissed_comment: *353 required: - state examples: @@ -47939,7 +47924,7 @@ paths: description: Response content: application/json: - schema: *357 + schema: *358 examples: default: value: @@ -48014,14 +47999,14 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '403': &363 + '403': &364 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: application/json: - schema: *23 - '404': *25 - '503': *103 + schema: *24 + '404': *26 + '503': *104 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -48041,12 +48026,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: - - *269 - *270 - - *356 + - *271 + - *357 - *5 - *4 - - *358 + - *359 responses: '200': description: Response @@ -48054,7 +48039,7 @@ paths: application/json: schema: type: array - items: *355 + items: *356 examples: default: value: @@ -48093,9 +48078,9 @@ paths: end_column: 50 classifications: - source - '403': *246 - '404': *25 - '503': *103 + '403': *247 + '404': *26 + '503': *104 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48127,10 +48112,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: - - *269 - *270 - - *173 + - *271 - *174 + - *175 - *5 - *4 - name: ref @@ -48139,12 +48124,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: *348 + schema: *349 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &361 + schema: &362 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -48165,23 +48150,23 @@ paths: application/json: schema: type: array - items: &362 + items: &363 type: object properties: - ref: *348 - commit_sha: &364 + ref: *349 + commit_sha: &365 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: *359 + analysis_key: *360 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *360 + category: *361 error: type: string example: error reading field xyz @@ -48205,8 +48190,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *361 - tool: *354 + sarif_id: *362 + tool: *355 deletable: type: boolean warning: @@ -48267,9 +48252,9 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *246 - '404': *25 - '503': *103 + '403': *247 + '404': *26 + '503': *104 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -48303,8 +48288,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: - - *269 - *270 + - *271 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -48317,7 +48302,7 @@ paths: description: Response content: application/json: - schema: *362 + schema: *363 examples: response: summary: application/json response @@ -48371,9 +48356,9 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *246 - '404': *25 - '503': *103 + '403': *247 + '404': *26 + '503': *104 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -48453,8 +48438,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: - - *269 - *270 + - *271 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -48506,10 +48491,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': *33 - '403': *363 - '404': *25 - '503': *103 + '400': *34 + '403': *364 + '404': *26 + '503': *104 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -48529,8 +48514,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: - - *269 - *270 + - *271 responses: '200': description: Response @@ -48591,9 +48576,9 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *246 - '404': *25 - '503': *103 + '403': *247 + '404': *26 + '503': *104 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48612,8 +48597,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: - - *269 - *270 + - *271 requestBody: required: true content: @@ -48660,7 +48645,7 @@ paths: description: Response content: application/json: - schema: *160 + schema: *161 examples: default: value: @@ -48685,15 +48670,15 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *363 - '404': *25 + '403': *364 + '404': *26 '409': description: Response if there is already a validation run in progress with a different default setup configuration content: application/json: - schema: *23 - '503': *103 + schema: *24 + '503': *104 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48748,8 +48733,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: - - *269 - *270 + - *271 requestBody: required: true content: @@ -48757,7 +48742,7 @@ paths: schema: type: object properties: - commit_sha: *364 + commit_sha: *365 ref: type: string description: |- @@ -48810,7 +48795,7 @@ paths: schema: type: object properties: - id: *361 + id: *362 url: type: string description: The REST API URL for checking the status of the upload. @@ -48824,11 +48809,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': *363 - '404': *25 + '403': *364 + '404': *26 '413': description: Payload Too Large if the sarif field is too large - '503': *103 + '503': *104 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -48847,8 +48832,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: - - *269 - *270 + - *271 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -48894,10 +48879,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': *246 + '403': *247 '404': description: Not Found if the sarif id does not match any upload - '503': *103 + '503': *104 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -48919,8 +48904,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#list-codeowners-errors parameters: - - *269 - *270 + - *271 - 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 @@ -49043,8 +49028,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *269 - *270 + - *271 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -49086,7 +49071,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &365 + properties: &366 login: type: string example: octocat @@ -49175,7 +49160,7 @@ paths: role_name: type: string example: admin - required: &366 + required: &367 - avatar_url - events_url - followers_url @@ -49224,7 +49209,7 @@ paths: role_name: write headers: Link: *6 - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49248,8 +49233,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: - - *269 - *270 + - *271 - *8 responses: '204': @@ -49286,8 +49271,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *269 - *270 + - *271 - *8 requestBody: required: false @@ -49313,8 +49298,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': *34 - '403': *42 + '422': *35 + '403': *43 x-github: triggersNotification: true githubCloudOnly: false @@ -49352,14 +49337,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *269 - *270 + - *271 - *8 responses: '204': description: No Content when collaborator was removed from the repository. - '422': *34 - '403': *42 + '422': *35 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49383,8 +49368,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: - - *269 - *270 + - *271 - *8 responses: '200': @@ -49405,8 +49390,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *365 - required: *366 + properties: *366 + required: *367 nullable: true required: - permission @@ -49436,7 +49421,7 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49461,8 +49446,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: - - *269 - *270 + - *271 - *4 - *5 responses: @@ -49472,7 +49457,7 @@ paths: application/json: schema: type: array - items: &367 + items: &368 title: Commit Comment description: Commit Comment type: object @@ -49513,8 +49498,8 @@ paths: updated_at: type: string format: date-time - author_association: *107 - reactions: *108 + author_association: *108 + reactions: *109 required: - url - html_url @@ -49530,7 +49515,7 @@ paths: - created_at - updated_at examples: - default: &370 + default: &371 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -49589,17 +49574,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/commits/comments#get-a-commit-comment parameters: - - *269 - *270 - - *119 + - *271 + - *120 responses: '200': description: Response content: application/json: - schema: *367 + schema: *368 examples: - default: &371 + default: &372 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -49632,7 +49617,7 @@ paths: site_admin: false created_at: '2011-04-14T16:00:49Z' updated_at: '2011-04-14T16:00:49Z' - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49656,9 +49641,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/commits/comments#update-a-commit-comment parameters: - - *269 - *270 - - *119 + - *271 + - *120 requestBody: required: true content: @@ -49680,7 +49665,7 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: default: value: @@ -49715,7 +49700,7 @@ paths: site_admin: false created_at: '2011-04-14T16:00:49Z' updated_at: '2011-04-14T16:00:49Z' - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49731,13 +49716,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/commits/comments#delete-a-commit-comment parameters: - - *269 - *270 - - *119 + - *271 + - *120 responses: '204': description: Response - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49754,9 +49739,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: - - *269 - *270 - - *119 + - *271 + - *120 - 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. @@ -49782,12 +49767,12 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *260 + default: *261 headers: Link: *6 - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49805,9 +49790,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: - - *269 - *270 - - *119 + - *271 + - *120 requestBody: required: true content: @@ -49839,17 +49824,17 @@ paths: description: Reaction exists content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 '201': description: Reaction created content: application/json: - schema: *258 + schema: *259 examples: - default: *259 - '422': *34 + default: *260 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49869,10 +49854,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *269 - *270 - - *119 - - *261 + - *271 + - *120 + - *262 responses: '204': description: Response @@ -49920,8 +49905,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/commits/commits#list-commits parameters: - - *269 - *270 + - *271 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -49947,7 +49932,7 @@ paths: required: false schema: type: string - - *110 + - *111 - 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`.' @@ -49965,9 +49950,9 @@ paths: application/json: schema: type: array - items: *368 + items: *369 examples: - default: &475 + default: &476 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -50037,10 +50022,10 @@ paths: sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: Link: *6 - '500': *214 - '400': *33 - '404': *25 - '409': *305 + '500': *215 + '400': *34 + '404': *26 + '409': *306 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50060,9 +50045,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/commits/commits#list-branches-for-head-commit parameters: - - *269 - *270 - - &369 + - *271 + - &370 name: commit_sha description: The SHA of the commit. in: path @@ -50108,8 +50093,8 @@ paths: sha: c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc url: https://api.github.com/repos/octocat/Hello-World/commits/c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc protected: false - '422': *34 - '409': *305 + '422': *35 + '409': *306 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50134,9 +50119,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/commits/comments#list-commit-comments parameters: - - *269 - *270 - - *369 + - *271 + - *370 - *4 - *5 responses: @@ -50146,9 +50131,9 @@ paths: application/json: schema: type: array - items: *367 + items: *368 examples: - default: *370 + default: *371 headers: Link: *6 x-github: @@ -50176,9 +50161,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/commits/comments#create-a-commit-comment parameters: - - *269 - *270 - - *369 + - *271 + - *370 requestBody: required: true content: @@ -50213,16 +50198,16 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: - default: *371 + default: *372 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 schema: type: string - '403': *42 - '422': *34 + '403': *43 + '422': *35 x-github: triggersNotification: true githubCloudOnly: false @@ -50243,9 +50228,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: - - *269 - *270 - - *369 + - *271 + - *370 - *4 - *5 responses: @@ -50255,7 +50240,7 @@ paths: application/json: schema: type: array - items: &464 + items: &465 title: Pull Request Simple description: Pull Request Simple type: object @@ -50360,8 +50345,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *372 - required: *373 + properties: *373 + required: *374 nullable: true active_lock_reason: type: string @@ -50406,7 +50391,7 @@ paths: nullable: true requested_teams: type: array - items: *271 + items: *272 nullable: true head: type: object @@ -50415,7 +50400,7 @@ paths: type: string ref: type: string - repo: *84 + repo: *85 sha: type: string user: @@ -50438,7 +50423,7 @@ paths: type: string ref: type: string - repo: *84 + repo: *85 sha: type: string user: @@ -50457,7 +50442,7 @@ paths: _links: type: object properties: - comments: &374 + comments: &375 title: Link description: Hypermedia Link type: object @@ -50466,13 +50451,13 @@ paths: type: string required: - href - commits: *374 - statuses: *374 - html: *374 - issue: *374 - review_comments: *374 - review_comment: *374 - self: *374 + commits: *375 + statuses: *375 + html: *375 + issue: *375 + review_comments: *375 + review_comment: *375 + self: *375 required: - comments - commits @@ -50482,8 +50467,8 @@ paths: - review_comments - review_comment - self - author_association: *107 - auto_merge: &467 + author_association: *108 + auto_merge: &468 title: Auto merge description: The status of auto merging a pull request. type: object @@ -50546,7 +50531,7 @@ paths: - author_association - auto_merge examples: - default: &465 + default: &466 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -51026,7 +51011,7 @@ paths: draft: false headers: Link: *6 - '409': *305 + '409': *306 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51081,11 +51066,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/commits/commits#get-a-commit parameters: - - *269 - *270 + - *271 - *5 - *4 - - &375 + - &376 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)" @@ -51100,9 +51085,9 @@ paths: description: Response content: application/json: - schema: *368 + schema: *369 examples: - default: &450 + default: &451 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -51185,11 +51170,11 @@ paths: patch: |- @@ -29,7 +29,7 @@ ..... - '422': *34 - '404': *25 - '500': *214 - '503': *103 - '409': *305 + '422': *35 + '404': *26 + '500': *215 + '503': *104 + '409': *306 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51213,11 +51198,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: - - *269 - *270 - - *375 + - *271 - *376 - *377 + - *378 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -51251,9 +51236,9 @@ paths: type: integer check_runs: type: array - items: *340 + items: *341 examples: - default: *378 + default: *379 headers: Link: *6 x-github: @@ -51277,9 +51262,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: - - *269 - *270 - - *375 + - *271 + - *376 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -51287,7 +51272,7 @@ paths: schema: type: integer example: 1 - - *376 + - *377 - *4 - *5 responses: @@ -51305,7 +51290,7 @@ paths: type: integer check_suites: type: array - items: *345 + items: *346 examples: default: value: @@ -51505,9 +51490,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: - - *269 - *270 - - *375 + - *271 + - *376 - *4 - *5 responses: @@ -51574,7 +51559,7 @@ paths: type: string total_count: type: integer - repository: *149 + repository: *150 commit_url: type: string format: uri @@ -51685,7 +51670,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': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51705,9 +51690,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: - - *269 - *270 - - *375 + - *271 + - *376 - *4 - *5 responses: @@ -51717,7 +51702,7 @@ paths: application/json: schema: type: array - items: &512 + items: &513 title: Status description: The status of a commit. type: object @@ -51798,7 +51783,7 @@ paths: site_admin: false headers: Link: *6 - '301': *281 + '301': *282 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51865,8 +51850,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/commits/commits#compare-two-commits parameters: - - *269 - *270 + - *271 - *5 - *4 - name: basehead @@ -51909,8 +51894,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *368 - merge_base_commit: *368 + base_commit: *369 + merge_base_commit: *369 status: type: string enum: @@ -51930,10 +51915,10 @@ paths: example: 6 commits: type: array - items: *368 + items: *369 files: type: array - items: *379 + items: *380 required: - url - html_url @@ -52172,9 +52157,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': *25 - '500': *214 - '503': *103 + '404': *26 + '500': *215 + '503': *104 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52216,8 +52201,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/contents#get-repository-content parameters: - - *269 - *270 + - *271 - name: path description: path parameter in: path @@ -52360,7 +52345,7 @@ paths: - content - encoding examples: - response-if-content-is-a-file: &380 + response-if-content-is-a-file: &381 summary: Response if content is a file value: type: file @@ -52492,7 +52477,7 @@ paths: - size - type - url - - &480 + - &481 title: Content File description: Content File type: object @@ -52693,7 +52678,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *380 + response-if-content-is-a-file: *381 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -52760,9 +52745,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': *25 - '403': *42 - '302': &484 + '404': *26 + '403': *43 + '302': &485 description: Found x-github: githubCloudOnly: false @@ -52784,8 +52769,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/contents#create-or-update-file-contents parameters: - - *269 - *270 + - *271 - name: path description: path parameter in: path @@ -52878,7 +52863,7 @@ paths: description: Response content: application/json: - schema: &381 + schema: &382 title: File Commit description: File Commit type: object @@ -53026,7 +53011,7 @@ paths: description: Response content: application/json: - schema: *381 + schema: *382 examples: example-for-creating-a-file: value: @@ -53070,9 +53055,9 @@ paths: reason: unsigned signature: payload: - '404': *25 - '422': *34 - '409': *305 + '404': *26 + '422': *35 + '409': *306 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53097,8 +53082,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/contents#delete-a-file parameters: - - *269 - *270 + - *271 - name: path description: path parameter in: path @@ -53159,7 +53144,7 @@ paths: description: Response content: application/json: - schema: *381 + schema: *382 examples: default: value: @@ -53190,10 +53175,10 @@ paths: reason: unsigned signature: payload: - '422': *34 - '404': *25 - '409': *305 - '503': *103 + '422': *35 + '404': *26 + '409': *306 + '503': *104 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53213,8 +53198,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#list-repository-contributors parameters: - - *269 - *270 + - *271 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -53315,8 +53300,8 @@ paths: Link: *6 '204': description: Response if repository is empty - '403': *42 - '404': *25 + '403': *43 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53335,20 +53320,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: - - *269 - *270 - - *181 + - *271 - *182 - *183 - *184 + - *185 - 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 - - *185 - *186 + - *187 - *9 - name: page description: "**Deprecated**. Page number of the results to fetch. Use cursor-based @@ -53366,10 +53351,10 @@ paths: schema: type: integer default: 30 - - *88 - *89 - - *187 + - *90 - *188 + - *189 responses: '200': description: Response @@ -53377,11 +53362,11 @@ paths: application/json: schema: type: array - items: &384 + items: &385 type: object description: A Dependabot alert. properties: - number: *93 + number: *94 state: type: string description: The state of the Dependabot alert. @@ -53396,7 +53381,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: *94 + package: *95 manifest_path: type: string description: The full path to the dependency manifest file, @@ -53410,13 +53395,13 @@ paths: enum: - development - runtime - security_advisory: *382 - security_vulnerability: *95 - url: *96 - html_url: *97 - created_at: *98 - updated_at: *99 - dismissed_at: *100 + security_advisory: *383 + security_vulnerability: *96 + url: *97 + html_url: *98 + created_at: *99 + updated_at: *100 + dismissed_at: *101 dismissed_by: title: Simple User description: A GitHub user. @@ -53440,8 +53425,8 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *101 - auto_dismissed_at: *383 + fixed_at: *102 + auto_dismissed_at: *384 required: - number - state @@ -53630,11 +53615,11 @@ paths: dismissed_reason: dismissed_comment: fixed_at: - '304': *41 - '400': *33 - '403': *42 - '404': *25 - '422': *26 + '304': *42 + '400': *34 + '403': *43 + '404': *26 + '422': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53654,9 +53639,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *269 - *270 - - &385 + - *271 + - &386 name: alert_number in: path description: |- @@ -53665,13 +53650,13 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *93 + schema: *94 responses: '200': description: Response content: application/json: - schema: *384 + schema: *385 examples: default: value: @@ -53752,9 +53737,9 @@ paths: dismissed_reason: dismissed_comment: fixed_at: - '304': *41 - '403': *42 - '404': *25 + '304': *42 + '403': *43 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53774,9 +53759,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *269 - *270 - - *385 + - *271 + - *386 requestBody: required: true content: @@ -53821,7 +53806,7 @@ paths: description: Response content: application/json: - schema: *384 + schema: *385 examples: default: value: @@ -53917,11 +53902,11 @@ paths: dismissed_reason: tolerable_risk dismissed_comment: This alert is accurate but we use a sanitizer. fixed_at: - '400': *33 - '403': *42 - '404': *25 - '409': *305 - '422': *26 + '400': *34 + '403': *43 + '404': *26 + '409': *306 + '422': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53943,8 +53928,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependabot/secrets#list-repository-secrets parameters: - - *269 - *270 + - *271 - *4 - *5 responses: @@ -53962,7 +53947,7 @@ paths: type: integer secrets: type: array - items: &388 + items: &389 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -54015,16 +54000,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *269 - *270 + - *271 responses: '200': description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: *387 + default: *388 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54044,15 +54029,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependabot/secrets#get-a-repository-secret parameters: - - *269 - *270 - - *159 + - *271 + - *160 responses: '200': description: Response content: application/json: - schema: *388 + schema: *389 examples: default: value: @@ -54078,9 +54063,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: - - *269 - *270 - - *159 + - *271 + - *160 requestBody: required: true content: @@ -54108,7 +54093,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *160 + schema: *161 examples: default: value: @@ -54132,9 +54117,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *269 - *270 - - *159 + - *271 + - *160 responses: '204': description: Response @@ -54156,8 +54141,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: - - *269 - *270 + - *271 - 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 @@ -54294,13 +54279,13 @@ paths: advisory_url: https://github.com/advisories/GHSA-fqfj-cmh6-hj49 headers: Link: *6 - '404': *25 + '404': *26 '403': description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: - schema: *23 + schema: *24 x-github: githubCloudOnly: false category: dependency-graph @@ -54317,8 +54302,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: - - *269 - *270 + - *271 responses: '200': description: Response @@ -54493,8 +54478,8 @@ paths: licenseDeclared: MIT headers: Link: *6 - '404': *25 - '403': *42 + '404': *26 + '403': *43 x-github: githubCloudOnly: false category: dependency-graph @@ -54515,8 +54500,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: - - *269 - *270 + - *271 requestBody: required: true content: @@ -54591,7 +54576,7 @@ paths: - version - url additionalProperties: false - metadata: &389 + metadata: &390 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -54624,7 +54609,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *389 + metadata: *390 resolved: type: object description: A collection of resolved package dependencies. @@ -54637,7 +54622,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *389 + metadata: *390 relationship: type: string description: A notation of whether a dependency is requested @@ -54766,8 +54751,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/deployments#list-deployments parameters: - - *269 - *270 + - *271 - name: sha description: The SHA recorded at creation time. in: query @@ -54807,9 +54792,9 @@ paths: application/json: schema: type: array - items: *390 + items: *391 examples: - default: *391 + default: *392 headers: Link: *6 x-github: @@ -54875,8 +54860,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/deployments#create-a-deployment parameters: - - *269 - *270 + - *271 requestBody: required: true content: @@ -54957,7 +54942,7 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: simple-example: summary: Simple example @@ -55013,7 +54998,7 @@ paths: '409': description: Conflict when there is a merge conflict or the commit's status checks failed - '422': *34 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55030,9 +55015,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/deployments#get-a-deployment parameters: - - *269 - *270 - - &392 + - *271 + - &393 name: deployment_id description: deployment_id parameter in: path @@ -55044,7 +55029,7 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: default: value: @@ -55083,7 +55068,7 @@ paths: repository_url: https://api.github.com/repos/octocat/example transient_environment: false production_environment: true - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55109,14 +55094,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/deployments#delete-a-deployment parameters: - - *269 - *270 - - *392 + - *271 + - *393 responses: '204': description: Response - '404': *25 - '422': *26 + '404': *26 + '422': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55133,9 +55118,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/statuses#list-deployment-statuses parameters: - - *269 - *270 - - *392 + - *271 + - *393 - *4 - *5 responses: @@ -55145,7 +55130,7 @@ paths: application/json: schema: type: array - items: &393 + items: &394 title: Deployment Status description: The status of a deployment. type: object @@ -55233,8 +55218,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *105 - required: *106 + properties: *106 + required: *107 nullable: true required: - id @@ -55285,7 +55270,7 @@ paths: log_url: https://example.com/deployment/42/output headers: Link: *6 - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55304,9 +55289,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/statuses#create-a-deployment-status parameters: - - *269 - *270 - - *392 + - *271 + - *393 requestBody: required: true content: @@ -55381,9 +55366,9 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: &394 + default: &395 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -55422,7 +55407,7 @@ paths: example: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 schema: type: string - '422': *34 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55439,9 +55424,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/statuses#get-a-deployment-status parameters: - - *269 - *270 - - *392 + - *271 + - *393 - name: status_id in: path required: true @@ -55452,10 +55437,10 @@ paths: description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *394 - '404': *25 + default: *395 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55479,8 +55464,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *269 - *270 + - *271 requestBody: required: true content: @@ -55513,8 +55498,8 @@ paths: responses: '204': description: Response - '404': *25 - '422': *34 + '404': *26 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55536,8 +55521,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/environments#list-environments parameters: - - *269 - *270 + - *271 - *4 - *5 responses: @@ -55554,7 +55539,7 @@ paths: type: integer environments: type: array - items: &396 + items: &397 title: Environment description: Details of a deployment environment type: object @@ -55605,7 +55590,7 @@ paths: type: type: string example: wait_timer - wait_timer: &398 + wait_timer: &399 type: integer example: 30 description: The amount of time to delay a job after @@ -55642,11 +55627,11 @@ paths: items: type: object properties: - type: *395 + type: *396 reviewer: anyOf: - *19 - - *271 + - *272 required: - id - node_id @@ -55666,7 +55651,7 @@ paths: - id - node_id - type - deployment_branch_policy: &399 + deployment_branch_policy: &400 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -55780,9 +55765,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/environments#get-an-environment parameters: - - *269 - *270 - - &397 + - *271 + - &398 name: environment_name in: path required: true @@ -55795,9 +55780,9 @@ paths: description: Response content: application/json: - schema: *396 + schema: *397 examples: - default: &400 + default: &401 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -55878,9 +55863,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/environments#create-or-update-an-environment parameters: - - *269 - *270 - - *397 + - *271 + - *398 requestBody: required: false content: @@ -55889,7 +55874,7 @@ paths: type: object nullable: true properties: - wait_timer: *398 + wait_timer: *399 prevent_self_review: type: boolean example: false @@ -55906,13 +55891,13 @@ paths: items: type: object properties: - type: *395 + type: *396 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *399 + deployment_branch_policy: *400 additionalProperties: false examples: default: @@ -55932,16 +55917,16 @@ paths: description: Response content: application/json: - schema: *396 + schema: *397 examples: - default: *400 + default: *401 '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: *23 + schema: *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55958,9 +55943,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/environments#delete-an-environment parameters: - - *269 - *270 - - *397 + - *271 + - *398 responses: '204': description: Default response @@ -55985,9 +55970,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *269 - *270 - - *397 + - *271 + - *398 - *4 - *5 responses: @@ -56005,7 +55990,7 @@ paths: example: 2 branch_policies: type: array - items: &401 + items: &402 title: Deployment branch policy description: Details of a deployment branch policy. type: object @@ -56054,9 +56039,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: - - *269 - *270 - - *397 + - *271 + - *398 requestBody: required: true content: @@ -56089,9 +56074,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: - example-wildcard: &402 + example-wildcard: &403 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -56127,10 +56112,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: - - *269 - *270 - - *397 - - &403 + - *271 + - *398 + - &404 name: branch_policy_id in: path required: true @@ -56142,9 +56127,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: *402 + default: *403 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56163,10 +56148,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: - - *269 - *270 - - *397 - - *403 + - *271 + - *398 + - *404 requestBody: required: true content: @@ -56194,9 +56179,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: *402 + default: *403 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56215,10 +56200,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: - - *269 - *270 - - *397 - - *403 + - *271 + - *398 + - *404 responses: '204': description: Response @@ -56243,9 +56228,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: - - *397 + - *398 + - *271 - *270 - - *269 responses: '200': description: List of deployment protection rules @@ -56261,7 +56246,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &404 + items: &405 title: Deployment protection rule description: Deployment protection rule type: object @@ -56280,7 +56265,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &405 + app: &406 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -56379,9 +56364,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: - - *397 + - *398 + - *271 - *270 - - *269 requestBody: content: application/json: @@ -56402,9 +56387,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *404 + schema: *405 examples: - default: &406 + default: &407 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -56437,9 +56422,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: - - *397 + - *398 + - *271 - *270 - - *269 - *5 - *4 responses: @@ -56458,7 +56443,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *405 + items: *406 examples: default: value: @@ -56493,10 +56478,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: - - *269 - *270 - - *397 - - &407 + - *271 + - *398 + - &408 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -56508,9 +56493,9 @@ paths: description: Response content: application/json: - schema: *404 + schema: *405 examples: - default: *406 + default: *407 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56531,10 +56516,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: - - *397 + - *398 + - *271 - *270 - - *269 - - *407 + - *408 responses: '204': description: Response @@ -56560,9 +56545,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#list-environment-secrets parameters: - - *269 - *270 - - *397 + - *271 + - *398 - *4 - *5 responses: @@ -56580,9 +56565,9 @@ paths: type: integer secrets: type: array - items: *307 + items: *308 examples: - default: *308 + default: *309 headers: Link: *6 x-github: @@ -56607,17 +56592,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#get-an-environment-public-key parameters: - - *269 - *270 - - *397 + - *271 + - *398 responses: '200': description: Response content: application/json: - schema: *309 + schema: *310 examples: - default: *310 + default: *311 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56639,18 +56624,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#get-an-environment-secret parameters: - - *269 - *270 - - *397 - - *159 + - *271 + - *398 + - *160 responses: '200': description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: *408 + default: *409 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56672,10 +56657,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: - - *269 - *270 - - *397 - - *159 + - *271 + - *398 + - *160 requestBody: required: true content: @@ -56706,7 +56691,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *160 + schema: *161 examples: default: value: @@ -56732,10 +56717,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/secrets#delete-an-environment-secret parameters: - - *269 - *270 - - *397 - - *159 + - *271 + - *398 + - *160 responses: '204': description: Default response @@ -56760,10 +56745,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#list-environment-variables parameters: - - *269 - *270 - - *397 - - *293 + - *271 + - *398 + - *294 - *5 responses: '200': @@ -56780,9 +56765,9 @@ paths: type: integer variables: type: array - items: *311 + items: *312 examples: - default: *312 + default: *313 headers: Link: *6 x-github: @@ -56805,9 +56790,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#create-an-environment-variable parameters: - - *269 - *270 - - *397 + - *271 + - *398 requestBody: required: true content: @@ -56834,7 +56819,7 @@ paths: description: Response content: application/json: - schema: *160 + schema: *161 examples: default: value: @@ -56859,18 +56844,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#get-an-environment-variable parameters: - - *269 - *270 - - *397 - - *162 + - *271 + - *398 + - *163 responses: '200': description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: *409 + default: *410 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56891,10 +56876,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#update-an-environment-variable parameters: - - *269 - *270 - - *162 - - *397 + - *271 + - *163 + - *398 requestBody: required: true content: @@ -56936,10 +56921,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/actions/variables#delete-an-environment-variable parameters: - - *269 - *270 - - *162 - - *397 + - *271 + - *163 + - *398 responses: '204': description: Response @@ -56960,8 +56945,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/events#list-repository-events parameters: - - *269 - *270 + - *271 - *4 - *5 responses: @@ -56971,7 +56956,7 @@ paths: application/json: schema: type: array - items: *127 + items: *128 examples: 200-response: value: @@ -57038,8 +57023,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/forks#list-forks parameters: - - *269 - *270 + - *271 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -57061,7 +57046,7 @@ paths: application/json: schema: type: array - items: *149 + items: *150 examples: default: value: @@ -57175,7 +57160,7 @@ paths: node_id: MDc6TGljZW5zZW1pdA== headers: Link: *6 - '400': *33 + '400': *34 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57196,8 +57181,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/forks#create-a-fork parameters: - - *269 - *270 + - *271 requestBody: required: false content: @@ -57229,13 +57214,13 @@ paths: description: Response content: application/json: - schema: *280 + schema: *281 examples: - default: *282 - '400': *33 - '422': *34 - '403': *42 - '404': *25 + default: *283 + '400': *34 + '422': *35 + '403': *43 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57252,8 +57237,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/git/blobs#create-a-blob parameters: - - *269 - *270 + - *271 requestBody: required: true content: @@ -57303,10 +57288,10 @@ paths: example: https://api.github.com/repos/octocat/example/git/blobs/3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15 schema: type: string - '404': *25 - '409': *305 - '403': *42 - '422': *34 + '404': *26 + '409': *306 + '403': *43 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57331,8 +57316,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/git/blobs#get-a-blob parameters: - - *269 - *270 + - *271 - name: file_sha in: path required: true @@ -57380,10 +57365,10 @@ paths: sha: 3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15 size: 19 node_id: Q29udGVudCBvZiB0aGUgYmxvYg== - '404': *25 - '422': *34 - '403': *42 - '409': *305 + '404': *26 + '422': *35 + '403': *43 + '409': *306 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57430,8 +57415,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/git/commits#create-a-commit parameters: - - *269 - *270 + - *271 requestBody: required: true content: @@ -57539,7 +57524,7 @@ paths: description: Response content: application/json: - schema: &410 + schema: &411 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -57696,9 +57681,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/git/commits/7638417db6d59f3c431d3e1f261cc637155684cd schema: type: string - '422': *34 - '404': *25 - '409': *305 + '422': *35 + '404': *26 + '409': *306 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57747,15 +57732,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/git/commits#get-a-commit-object parameters: - - *269 - *270 - - *369 + - *271 + - *370 responses: '200': description: Response content: application/json: - schema: *410 + schema: *411 examples: default: value: @@ -57784,8 +57769,8 @@ paths: reason: unsigned signature: payload: - '404': *25 - '409': *305 + '404': *26 + '409': *306 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57809,9 +57794,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/git/refs#list-matching-references parameters: - - *269 - *270 - - &411 + - *271 + - &412 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. @@ -57828,7 +57813,7 @@ paths: application/json: schema: type: array - items: &412 + items: &413 title: Git Reference description: Git references within a repository type: object @@ -57882,7 +57867,7 @@ paths: url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: Link: *6 - '409': *305 + '409': *306 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57902,17 +57887,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/git/refs#get-a-reference parameters: - - *269 - *270 - - *411 + - *271 + - *412 responses: '200': description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: &413 + default: &414 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -57921,8 +57906,8 @@ paths: type: commit sha: aa218f56b14c9653891f9e74264a383fa43fefbd url: https://api.github.com/repos/octocat/Hello-World/git/commits/aa218f56b14c9653891f9e74264a383fa43fefbd - '404': *25 - '409': *305 + '404': *26 + '409': *306 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57941,8 +57926,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/git/refs#create-a-reference parameters: - - *269 - *270 + - *271 requestBody: required: true content: @@ -57971,16 +57956,16 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: *413 + default: *414 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA schema: type: string - '422': *34 - '409': *305 + '422': *35 + '409': *306 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57999,9 +57984,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/git/refs#update-a-reference parameters: - - *269 - *270 - - *411 + - *271 + - *412 requestBody: required: true content: @@ -58030,11 +58015,11 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: *413 - '422': *34 - '409': *305 + default: *414 + '422': *35 + '409': *306 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58050,14 +58035,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/git/refs#delete-a-reference parameters: - - *269 - *270 - - *411 + - *271 + - *412 responses: '204': description: Response - '422': *34 - '409': *305 + '422': *35 + '409': *306 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58104,8 +58089,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/git/tags#create-a-tag-object parameters: - - *269 - *270 + - *271 requestBody: required: true content: @@ -58172,7 +58157,7 @@ paths: description: Response content: application/json: - schema: &415 + schema: &416 title: Git Tag description: Metadata for a Git tag type: object @@ -58223,7 +58208,7 @@ paths: - sha - type - url - verification: *414 + verification: *415 required: - sha - url @@ -58233,7 +58218,7 @@ paths: - tag - message examples: - default: &416 + default: &417 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -58258,8 +58243,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/git/tags/940bd336248efae0f9ee5bc7b2d5c985887b16ac schema: type: string - '422': *34 - '409': *305 + '422': *35 + '409': *306 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58304,8 +58289,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/git/tags#get-a-tag parameters: - - *269 - *270 + - *271 - name: tag_sha in: path required: true @@ -58316,11 +58301,11 @@ paths: description: Response content: application/json: - schema: *415 + schema: *416 examples: - default: *416 - '404': *25 - '409': *305 + default: *417 + '404': *26 + '409': *306 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58342,8 +58327,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/git/trees#create-a-tree parameters: - - *269 - *270 + - *271 requestBody: required: true content: @@ -58416,7 +58401,7 @@ paths: description: Response content: application/json: - schema: &417 + schema: &418 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -58502,10 +58487,10 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/trees/cd8274d15fa3ae2ab983129fb037999f264ba9a7 schema: type: string - '422': *34 - '404': *25 - '403': *42 - '409': *305 + '422': *35 + '404': *26 + '403': *43 + '409': *306 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58528,8 +58513,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/git/trees#get-a-tree parameters: - - *269 - *270 + - *271 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -58552,7 +58537,7 @@ paths: description: Response content: application/json: - schema: *417 + schema: *418 examples: default-response: summary: Default response @@ -58591,9 +58576,9 @@ paths: sha: 7c258a9869f33c1e1e1f74fbb32f07c86cb5a75b url: https://api.github.com/repos/octocat/Hello-World/git/7c258a9869f33c1e1e1f74fbb32f07c86cb5a75b truncated: false - '422': *34 - '404': *25 - '409': *305 + '422': *35 + '404': *26 + '409': *306 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58611,8 +58596,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/webhooks#list-repository-webhooks parameters: - - *269 - *270 + - *271 - *4 - *5 responses: @@ -58622,7 +58607,7 @@ paths: application/json: schema: type: array - items: &418 + items: &419 title: Webhook description: Webhooks for repositories. type: object @@ -58651,7 +58636,7 @@ paths: example: - push - pull_request - config: *31 + config: *32 updated_at: type: string format: date-time @@ -58676,7 +58661,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &593 + last_response: &594 title: Hook Response type: object properties: @@ -58732,7 +58717,7 @@ paths: message: headers: Link: *6 - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58750,8 +58735,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/webhooks#create-a-repository-webhook parameters: - - *269 - *270 + - *271 requestBody: required: false content: @@ -58768,10 +58753,10 @@ paths: type: object description: Key/value pairs to provide settings for this webhook. properties: - url: *27 - content_type: *28 - secret: *29 - insecure_ssl: *30 + url: *28 + content_type: *29 + secret: *30 + insecure_ssl: *31 events: type: array description: Determines what [events](https://docs.github.com/enterprise-server@3.11/webhooks/event-payloads) @@ -58803,9 +58788,9 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: - default: &419 + default: &420 value: type: Repository id: 12345678 @@ -58833,9 +58818,9 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/hooks/12345678 schema: type: string - '404': *25 - '422': *34 - '403': *42 + '404': *26 + '422': *35 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58853,18 +58838,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/webhooks#get-a-repository-webhook parameters: - - *269 - *270 + - *271 - *3 responses: '200': description: Response content: application/json: - schema: *418 + schema: *419 examples: - default: *419 - '404': *25 + default: *420 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58883,8 +58868,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/webhooks#update-a-repository-webhook parameters: - - *269 - *270 + - *271 - *3 requestBody: required: true @@ -58893,7 +58878,7 @@ paths: schema: type: object properties: - config: *31 + config: *32 events: type: array description: Determines what [events](https://docs.github.com/enterprise-server@3.11/webhooks/event-payloads) @@ -58930,11 +58915,11 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: - default: *419 - '422': *34 - '404': *25 + default: *420 + '422': *35 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58950,13 +58935,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *269 - *270 + - *271 - *3 responses: '204': description: Response - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58976,17 +58961,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: - - *269 - *270 + - *271 - *3 responses: '200': description: Response content: application/json: - schema: *31 + schema: *32 examples: - default: *32 + default: *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59005,8 +58990,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: - - *269 - *270 + - *271 - *3 requestBody: required: false @@ -59016,10 +59001,10 @@ paths: type: object additionalProperties: false properties: - url: *27 - content_type: *28 - secret: *29 - insecure_ssl: *30 + url: *28 + content_type: *29 + secret: *30 + insecure_ssl: *31 examples: default: summary: Example of updating content type and URL @@ -59031,9 +59016,9 @@ paths: description: Response content: application/json: - schema: *31 + schema: *32 examples: - default: *32 + default: *33 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59051,11 +59036,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: - - *269 - *270 + - *271 - *3 - *4 - - *196 + - *197 - name: redelivery in: query required: false @@ -59068,11 +59053,11 @@ paths: application/json: schema: type: array - items: *197 + items: *198 examples: - default: *198 - '400': *33 - '422': *34 + default: *199 + '400': *34 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59089,20 +59074,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: - - *269 - *270 + - *271 - *3 - - *35 + - *36 responses: '200': description: Response content: application/json: - schema: *199 + schema: *200 examples: - default: *200 - '400': *33 - '422': *34 + default: *201 + '400': *34 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59119,14 +59104,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: - - *269 - *270 + - *271 - *3 - - *35 + - *36 responses: - '202': *137 - '400': *33 - '422': *34 + '202': *138 + '400': *34 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59144,13 +59129,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *269 - *270 + - *271 - *3 responses: '204': description: Response - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59170,13 +59155,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *269 - *270 + - *271 - *3 responses: '204': description: Response - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59196,18 +59181,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: - - *269 - *270 + - *271 responses: '200': description: Response content: application/json: - schema: *38 + schema: *39 examples: - default: *420 - '301': *281 - '404': *25 + default: *421 + '301': *282 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -59225,8 +59210,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/collaborators/invitations#list-repository-invitations parameters: - - *269 - *270 + - *271 - *4 - *5 responses: @@ -59236,7 +59221,7 @@ paths: application/json: schema: type: array - items: &421 + items: &422 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -59246,7 +59231,7 @@ paths: description: Unique identifier of the repository invitation. example: 42 type: integer - repository: *149 + repository: *150 invitee: title: Simple User description: A GitHub user. @@ -59298,7 +59283,7 @@ paths: - html_url - created_at examples: - default: &569 + default: &570 value: - id: 1 repository: @@ -59429,9 +59414,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *269 - *270 - - &422 + - *271 + - &423 name: invitation_id description: The unique identifier of the invitation. in: path @@ -59466,7 +59451,7 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: default: value: @@ -59597,9 +59582,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *269 - *270 - - *422 + - *271 + - *423 responses: '204': description: Response @@ -59632,8 +59617,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/issues#list-repository-issues parameters: - - *269 - *270 + - *271 - 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 @@ -59673,7 +59658,7 @@ paths: required: false schema: type: string - - *201 + - *202 - name: sort description: What to sort results by. in: query @@ -59686,7 +59671,7 @@ paths: - comments default: created - *9 - - *110 + - *111 - *4 - *5 responses: @@ -59696,7 +59681,7 @@ paths: application/json: schema: type: array - items: *120 + items: *121 examples: default: value: @@ -59846,9 +59831,9 @@ paths: state_reason: completed headers: Link: *6 - '301': *281 - '422': *34 - '404': *25 + '301': *282 + '422': *35 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59875,8 +59860,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/issues#create-an-issue parameters: - - *269 - *270 + - *271 requestBody: required: true content: @@ -59951,9 +59936,9 @@ paths: description: Response content: application/json: - schema: *120 + schema: *121 examples: - default: &428 + default: &429 value: id: 1 node_id: MDU6SXNzdWUx @@ -60104,12 +60089,12 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 schema: type: string - '400': *33 - '403': *42 - '422': *34 - '503': *103 - '404': *25 - '410': *226 + '400': *34 + '403': *43 + '422': *35 + '503': *104 + '404': *26 + '410': *227 x-github: triggersNotification: true githubCloudOnly: false @@ -60137,9 +60122,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: - - *269 - *270 - - &473 + - *271 + - &474 name: sort description: The property to sort the results by. in: query @@ -60159,7 +60144,7 @@ paths: enum: - asc - desc - - *110 + - *111 - *4 - *5 responses: @@ -60169,9 +60154,9 @@ paths: application/json: schema: type: array - items: *423 + items: *424 examples: - default: &430 + default: &431 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -60203,8 +60188,8 @@ paths: author_association: COLLABORATOR headers: Link: *6 - '422': *34 - '404': *25 + '422': *35 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60229,17 +60214,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/comments#get-an-issue-comment parameters: - - *269 - *270 - - *119 + - *271 + - *120 responses: '200': description: Response content: application/json: - schema: *423 + schema: *424 examples: - default: &424 + default: &425 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -60269,7 +60254,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': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60293,9 +60278,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/comments#update-an-issue-comment parameters: - - *269 - *270 - - *119 + - *271 + - *120 requestBody: required: true content: @@ -60317,10 +60302,10 @@ paths: description: Response content: application/json: - schema: *423 + schema: *424 examples: - default: *424 - '422': *34 + default: *425 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60337,9 +60322,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/comments#delete-an-issue-comment parameters: - - *269 - *270 - - *119 + - *271 + - *120 responses: '204': description: Response @@ -60359,9 +60344,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: - - *269 - *270 - - *119 + - *271 + - *120 - 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. @@ -60387,12 +60372,12 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *260 + default: *261 headers: Link: *6 - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60410,9 +60395,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: - - *269 - *270 - - *119 + - *271 + - *120 requestBody: required: true content: @@ -60444,17 +60429,17 @@ paths: description: Reaction exists content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 '201': description: Reaction created content: application/json: - schema: *258 + schema: *259 examples: - default: *259 - '422': *34 + default: *260 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60474,10 +60459,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *269 - *270 - - *119 - - *261 + - *271 + - *120 + - *262 responses: '204': description: Response @@ -60497,8 +60482,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: - - *269 - *270 + - *271 - *4 - *5 responses: @@ -60508,7 +60493,7 @@ paths: application/json: schema: type: array - items: &427 + items: &428 title: Issue Event description: Issue Event type: object @@ -60551,8 +60536,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *425 - required: *426 + properties: *426 + required: *427 nullable: true label: title: Issue Event Label @@ -60596,7 +60581,7 @@ paths: properties: *17 required: *18 nullable: true - requested_team: *271 + requested_team: *272 dismissed_review: title: Issue Event Dismissed Review type: object @@ -60661,7 +60646,7 @@ paths: required: - from - to - author_association: *107 + author_association: *108 lock_reason: type: string nullable: true @@ -60673,8 +60658,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *105 - required: *106 + properties: *106 + required: *107 nullable: true required: - id @@ -60842,7 +60827,7 @@ paths: state_reason: completed headers: Link: *6 - '422': *34 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60859,8 +60844,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/events#get-an-issue-event parameters: - - *269 - *270 + - *271 - name: event_id in: path required: true @@ -60871,7 +60856,7 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: default: value: @@ -61063,9 +61048,9 @@ paths: updated_at: '2011-04-22T13:33:48Z' author_association: COLLABORATOR state_reason: completed - '404': *25 - '410': *226 - '403': *42 + '404': *26 + '410': *227 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61100,9 +61085,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/issues#get-an-issue parameters: - - *269 - *270 - - &429 + - *271 + - &430 name: issue_number description: The number that identifies the issue. in: path @@ -61114,13 +61099,13 @@ paths: description: Response content: application/json: - schema: *120 + schema: *121 examples: - default: *428 - '301': *281 - '404': *25 - '410': *226 - '304': *41 + default: *429 + '301': *282 + '404': *26 + '410': *227 + '304': *42 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61144,9 +61129,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/issues#update-an-issue parameters: - - *269 - *270 - - *429 + - *271 + - *430 requestBody: required: false content: @@ -61240,15 +61225,15 @@ paths: description: Response content: application/json: - schema: *120 + schema: *121 examples: - default: *428 - '422': *34 - '503': *103 - '403': *42 - '301': *281 - '404': *25 - '410': *226 + default: *429 + '422': *35 + '503': *104 + '403': *43 + '301': *282 + '404': *26 + '410': *227 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61266,9 +61251,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *269 - *270 - - *429 + - *271 + - *430 requestBody: required: false content: @@ -61294,9 +61279,9 @@ paths: description: Response content: application/json: - schema: *120 + schema: *121 examples: - default: *428 + default: *429 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61312,9 +61297,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *269 - *270 - - *429 + - *271 + - *430 requestBody: content: application/json: @@ -61339,9 +61324,9 @@ paths: description: Response content: application/json: - schema: *120 + schema: *121 examples: - default: *428 + default: *429 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61363,9 +61348,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: - - *269 - *270 - - *429 + - *271 + - *430 - name: assignee in: path required: true @@ -61378,7 +61363,7 @@ paths: description: Response if `assignee` can not be assigned to `issue_number` content: application/json: - schema: *23 + schema: *24 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61405,10 +61390,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/comments#list-issue-comments parameters: - - *269 - *270 - - *429 - - *110 + - *271 + - *430 + - *111 - *4 - *5 responses: @@ -61418,13 +61403,13 @@ paths: application/json: schema: type: array - items: *423 + items: *424 examples: - default: *430 + default: *431 headers: Link: *6 - '404': *25 - '410': *226 + '404': *26 + '410': *227 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61453,9 +61438,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/comments#create-an-issue-comment parameters: - - *269 - *270 - - *429 + - *271 + - *430 requestBody: required: true content: @@ -61477,18 +61462,18 @@ paths: description: Response content: application/json: - schema: *423 + schema: *424 examples: - default: *424 + default: *425 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string - '403': *42 - '410': *226 - '422': *34 - '404': *25 + '403': *43 + '410': *227 + '422': *35 + '404': *26 x-github: triggersNotification: true githubCloudOnly: false @@ -61506,9 +61491,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/events#list-issue-events parameters: - - *269 - *270 - - *429 + - *271 + - *430 - *4 - *5 responses: @@ -61522,7 +61507,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &433 + - &434 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -61552,8 +61537,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *105 - required: *106 + properties: *106 + required: *107 nullable: true label: type: object @@ -61576,7 +61561,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &434 + - &435 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -61606,8 +61591,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *105 - required: *106 + properties: *106 + required: *107 nullable: true label: type: object @@ -61651,7 +61636,7 @@ paths: nullable: true created_at: type: string - performed_via_github_app: *24 + performed_via_github_app: *25 assignee: *19 assigner: *19 required: @@ -61695,8 +61680,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *105 - required: *106 + properties: *106 + required: *107 nullable: true assignee: *19 assigner: *19 @@ -61712,7 +61697,7 @@ paths: - performed_via_github_app - assignee - assigner - - &435 + - &436 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -61742,8 +61727,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *105 - required: *106 + properties: *106 + required: *107 nullable: true milestone: type: object @@ -61763,7 +61748,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &436 + - &437 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -61793,8 +61778,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *105 - required: *106 + properties: *106 + required: *107 nullable: true milestone: type: object @@ -61814,7 +61799,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &437 + - &438 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -61844,8 +61829,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *105 - required: *106 + properties: *106 + required: *107 nullable: true rename: type: object @@ -61868,7 +61853,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &438 + - &439 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -61898,11 +61883,11 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *105 - required: *106 + properties: *106 + required: *107 nullable: true review_requester: *19 - requested_team: *271 + requested_team: *272 requested_reviewer: *19 required: - review_requester @@ -61915,7 +61900,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &439 + - &440 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -61945,11 +61930,11 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *105 - required: *106 + properties: *106 + required: *107 nullable: true review_requester: *19 - requested_team: *271 + requested_team: *272 requested_reviewer: *19 required: - review_requester @@ -61962,7 +61947,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &440 + - &441 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -61992,8 +61977,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *105 - required: *106 + properties: *106 + required: *107 nullable: true dismissed_review: type: object @@ -62022,7 +62007,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &441 + - &442 title: Locked Issue Event description: Locked Issue Event type: object @@ -62052,8 +62037,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *105 - required: *106 + properties: *106 + required: *107 nullable: true lock_reason: type: string @@ -62070,7 +62055,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &442 + - &443 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -62100,8 +62085,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *105 - required: *106 + properties: *106 + required: *107 nullable: true project_card: type: object @@ -62136,7 +62121,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &443 + - &444 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -62166,8 +62151,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *105 - required: *106 + properties: *106 + required: *107 nullable: true project_card: type: object @@ -62202,7 +62187,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &444 + - &445 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -62232,8 +62217,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *105 - required: *106 + properties: *106 + required: *107 nullable: true project_card: type: object @@ -62268,7 +62253,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &445 + - &446 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -62290,7 +62275,7 @@ paths: nullable: true created_at: type: string - performed_via_github_app: *24 + performed_via_github_app: *25 project_card: type: object properties: @@ -62359,7 +62344,7 @@ paths: color: red headers: Link: *6 - '410': *226 + '410': *227 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62376,9 +62361,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/labels#list-labels-for-an-issue parameters: - - *269 - *270 - - *429 + - *271 + - *430 - *4 - *5 responses: @@ -62388,7 +62373,7 @@ paths: application/json: schema: type: array - items: &431 + items: &432 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -62431,7 +62416,7 @@ paths: - color - default examples: - default: &432 + default: &433 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -62449,9 +62434,9 @@ paths: default: false headers: Link: *6 - '301': *281 - '404': *25 - '410': *226 + '301': *282 + '404': *26 + '410': *227 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62468,9 +62453,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/labels#add-labels-to-an-issue parameters: - - *269 - *270 - - *429 + - *271 + - *430 requestBody: required: false content: @@ -62529,13 +62514,13 @@ paths: application/json: schema: type: array - items: *431 + items: *432 examples: - default: *432 - '301': *281 - '404': *25 - '410': *226 - '422': *34 + default: *433 + '301': *282 + '404': *26 + '410': *227 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62551,9 +62536,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/labels#set-labels-for-an-issue parameters: - - *269 - *270 - - *429 + - *271 + - *430 requestBody: required: false content: @@ -62613,13 +62598,13 @@ paths: application/json: schema: type: array - items: *431 + items: *432 examples: - default: *432 - '301': *281 - '404': *25 - '410': *226 - '422': *34 + default: *433 + '301': *282 + '404': *26 + '410': *227 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62635,15 +62620,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: - - *269 - *270 - - *429 + - *271 + - *430 responses: '204': description: Response - '301': *281 - '404': *25 - '410': *226 + '301': *282 + '404': *26 + '410': *227 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62662,9 +62647,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: - - *269 - *270 - - *429 + - *271 + - *430 - name: name in: path required: true @@ -62677,7 +62662,7 @@ paths: application/json: schema: type: array - items: *431 + items: *432 examples: default: value: @@ -62688,9 +62673,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *281 - '404': *25 - '410': *226 + '301': *282 + '404': *26 + '410': *227 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62710,9 +62695,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/issues#lock-an-issue parameters: - - *269 - *270 - - *429 + - *271 + - *430 requestBody: required: false content: @@ -62739,10 +62724,10 @@ paths: responses: '204': description: Response - '403': *42 - '410': *226 - '404': *25 - '422': *34 + '403': *43 + '410': *227 + '404': *26 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62758,14 +62743,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/issues#unlock-an-issue parameters: - - *269 - *270 - - *429 + - *271 + - *430 responses: '204': description: Response - '403': *42 - '404': *25 + '403': *43 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62782,9 +62767,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *269 - *270 - - *429 + - *271 + - *430 - 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. @@ -62810,13 +62795,13 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *260 + default: *261 headers: Link: *6 - '404': *25 - '410': *226 + '404': *26 + '410': *227 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62834,9 +62819,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *269 - *270 - - *429 + - *271 + - *430 requestBody: required: true content: @@ -62868,17 +62853,17 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 '201': description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 - '422': *34 + default: *260 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -62898,10 +62883,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *269 - *270 - - *429 - - *261 + - *271 + - *430 + - *262 responses: '204': description: Response @@ -62921,9 +62906,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: - - *269 - *270 - - *429 + - *271 + - *430 - *4 - *5 responses: @@ -62938,7 +62923,6 @@ paths: description: Timeline Event type: object anyOf: - - *433 - *434 - *435 - *436 @@ -62951,6 +62935,7 @@ paths: - *443 - *444 - *445 + - *446 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -62993,7 +62978,7 @@ paths: issue_url: type: string format: uri - author_association: *107 + author_association: *108 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. They @@ -63002,10 +62987,10 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *105 - required: *106 + properties: *106 + required: *107 nullable: true - reactions: *108 + reactions: *109 required: - event - actor @@ -63036,7 +63021,7 @@ paths: properties: type: type: string - issue: *120 + issue: *121 required: - event - created_at @@ -63228,7 +63213,7 @@ paths: type: string body_text: type: string - author_association: *107 + author_association: *108 required: - event - id @@ -63251,7 +63236,7 @@ paths: type: string comments: type: array - items: &468 + items: &469 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -63338,7 +63323,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *107 + author_association: *108 _links: type: object properties: @@ -63422,7 +63407,7 @@ paths: enum: - line - file - reactions: *108 + reactions: *109 body_html: type: string example: '"

comment body

"' @@ -63458,7 +63443,7 @@ paths: type: string comments: type: array - items: *367 + items: *368 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -63488,8 +63473,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *105 - required: *106 + properties: *106 + required: *107 nullable: true assignee: *19 required: @@ -63532,8 +63517,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *105 - required: *106 + properties: *106 + required: *107 nullable: true assignee: *19 required: @@ -63576,8 +63561,8 @@ paths: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *105 - required: *106 + properties: *106 + required: *107 nullable: true state_reason: type: string @@ -63746,8 +63731,8 @@ paths: site_admin: true headers: Link: *6 - '404': *25 - '410': *226 + '404': *26 + '410': *227 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63764,8 +63749,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *269 - *270 + - *271 - *4 - *5 responses: @@ -63775,7 +63760,7 @@ paths: application/json: schema: type: array - items: &446 + items: &447 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -63837,8 +63822,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: - - *269 - *270 + - *271 requestBody: required: true content: @@ -63874,9 +63859,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: &447 + default: &448 value: id: 1 key: ssh-rsa AAA... @@ -63892,7 +63877,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/keys/1 schema: type: string - '422': *34 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63909,9 +63894,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: - - *269 - *270 - - &448 + - *271 + - &449 name: key_id description: The unique identifier of the key. in: path @@ -63923,10 +63908,10 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *447 - '404': *25 + default: *448 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63943,9 +63928,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: - - *269 - *270 - - *448 + - *271 + - *449 responses: '204': description: Response @@ -63965,8 +63950,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/labels#list-labels-for-a-repository parameters: - - *269 - *270 + - *271 - *4 - *5 responses: @@ -63976,12 +63961,12 @@ paths: application/json: schema: type: array - items: *431 + items: *432 examples: - default: *432 + default: *433 headers: Link: *6 - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63999,8 +63984,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/labels#create-a-label parameters: - - *269 - *270 + - *271 requestBody: required: true content: @@ -64036,9 +64021,9 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: &449 + default: &450 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -64052,8 +64037,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/labels/bug schema: type: string - '422': *34 - '404': *25 + '422': *35 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64070,8 +64055,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/labels#get-a-label parameters: - - *269 - *270 + - *271 - name: name in: path required: true @@ -64082,10 +64067,10 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: - default: *449 - '404': *25 + default: *450 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64101,8 +64086,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/labels#update-a-label parameters: - - *269 - *270 + - *271 - name: name in: path required: true @@ -64141,7 +64126,7 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: default: value: @@ -64167,8 +64152,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/labels#delete-a-label parameters: - - *269 - *270 + - *271 - name: name in: path required: true @@ -64194,8 +64179,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#list-repository-languages parameters: - - *269 - *270 + - *271 responses: '200': description: Response @@ -64231,10 +64216,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: - - *269 - *270 + - *271 responses: - '202': *137 + '202': *138 '403': description: |- We will return a 403 with one of the following messages: @@ -64260,8 +64245,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: - - *269 - *270 + - *271 responses: '204': description: Response @@ -64287,8 +64272,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: - - *269 - *270 + - *271 responses: '200': description: Response @@ -64350,8 +64335,8 @@ paths: title: License Simple description: License Simple type: object - properties: *121 - required: *122 + properties: *122 + required: *123 nullable: true required: - _links @@ -64415,7 +64400,7 @@ paths: spdx_id: MIT url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64433,8 +64418,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: - - *269 - *270 + - *271 requestBody: required: true content: @@ -64499,8 +64484,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/branches/branches#merge-a-branch parameters: - - *269 - *270 + - *271 requestBody: required: true content: @@ -64534,17 +64519,17 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *368 + schema: *369 examples: - default: *450 + default: *451 '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': *42 - '422': *34 + '403': *43 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64561,8 +64546,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/milestones#list-milestones parameters: - - *269 - *270 + - *271 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -64603,12 +64588,12 @@ paths: application/json: schema: type: array - items: &451 + items: &452 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *372 - required: *373 + properties: *373 + required: *374 examples: default: value: @@ -64648,7 +64633,7 @@ paths: due_on: '2012-10-09T23:39:01Z' headers: Link: *6 - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64664,8 +64649,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/milestones#create-a-milestone parameters: - - *269 - *270 + - *271 requestBody: required: true content: @@ -64705,9 +64690,9 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: - default: &452 + default: &453 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -64748,8 +64733,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/milestones/1 schema: type: string - '404': *25 - '422': *34 + '404': *26 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64766,9 +64751,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/milestones#get-a-milestone parameters: - - *269 - *270 - - &453 + - *271 + - &454 name: milestone_number description: The number that identifies the milestone. in: path @@ -64780,10 +64765,10 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: - default: *452 - '404': *25 + default: *453 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64799,9 +64784,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/milestones#update-a-milestone parameters: - - *269 - *270 - - *453 + - *271 + - *454 requestBody: required: false content: @@ -64839,9 +64824,9 @@ paths: description: Response content: application/json: - schema: *451 + schema: *452 examples: - default: *452 + default: *453 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64857,13 +64842,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/issues/milestones#delete-a-milestone parameters: - - *269 - *270 - - *453 + - *271 + - *454 responses: '204': description: Response - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64880,9 +64865,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: - - *269 - *270 - - *453 + - *271 + - *454 - *4 - *5 responses: @@ -64892,9 +64877,9 @@ paths: application/json: schema: type: array - items: *431 + items: *432 examples: - default: *432 + default: *433 headers: Link: *6 x-github: @@ -64913,12 +64898,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: - - *269 - *270 - - *454 + - *271 - *455 - - *110 - *456 + - *111 + - *457 - *4 - *5 responses: @@ -64928,9 +64913,9 @@ paths: application/json: schema: type: array - items: *128 + items: *129 examples: - default: *457 + default: *458 headers: Link: *6 x-github: @@ -64954,8 +64939,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *269 - *270 + - *271 requestBody: required: false content: @@ -65013,14 +64998,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pages/pages#get-a-apiname-pages-site parameters: - - *269 - *270 + - *271 responses: '200': description: Response content: application/json: - schema: &458 + schema: &459 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -65145,7 +65130,7 @@ paths: - custom_404 - public examples: - default: &459 + default: &460 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -65163,7 +65148,7 @@ paths: - developer.github.com expires_at: '2021-05-22' https_enforced: true - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65184,8 +65169,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pages/pages#create-a-apiname-pages-site parameters: - - *269 - *270 + - *271 requestBody: required: true content: @@ -65239,11 +65224,11 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *459 - '422': *34 - '409': *305 + default: *460 + '422': *35 + '409': *306 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65264,8 +65249,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: - - *269 - *270 + - *271 requestBody: required: true content: @@ -65341,9 +65326,9 @@ paths: responses: '204': description: Response - '422': *34 - '400': *33 - '409': *305 + '422': *35 + '400': *34 + '409': *306 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65364,14 +65349,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *269 - *270 + - *271 responses: '204': description: Response - '422': *34 - '404': *25 - '409': *305 + '422': *35 + '404': *26 + '409': *306 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65391,8 +65376,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pages/pages#list-apiname-pages-builds parameters: - - *269 - *270 + - *271 - *4 - *5 responses: @@ -65402,7 +65387,7 @@ paths: application/json: schema: type: array - items: &460 + items: &461 title: Page Build description: Page Build type: object @@ -65496,8 +65481,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pages/pages#request-a-apiname-pages-build parameters: - - *269 - *270 + - *271 responses: '201': description: Response @@ -65542,16 +65527,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pages/pages#get-latest-pages-build parameters: - - *269 - *270 + - *271 responses: '200': description: Response content: application/json: - schema: *460 + schema: *461 examples: - default: &461 + default: &462 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -65599,8 +65584,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pages/pages#get-apiname-pages-build parameters: - - *269 - *270 + - *271 - name: build_id in: path required: true @@ -65611,9 +65596,9 @@ paths: description: Response content: application/json: - schema: *460 + schema: *461 examples: - default: *461 + default: *462 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65633,8 +65618,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pages/pages#create-a-github-pages-deployment parameters: - - *269 - *270 + - *271 requestBody: required: true content: @@ -65705,9 +65690,9 @@ paths: value: status_url: https://api.github.com/repos/github/developer.github.com/pages/deployment/status/4fd754f7e594640989b406850d0bc8f06a121251 page_url: developer.github.com - '400': *33 - '422': *34 - '404': *25 + '400': *34 + '422': *35 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65727,8 +65712,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: - - *269 - *270 + - *271 - *4 - *5 - *9 @@ -65749,7 +65734,7 @@ paths: application/json: schema: type: array - items: &462 + items: &463 type: object properties: id: @@ -65783,17 +65768,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: - - *269 - *270 + - *271 - *16 responses: '200': description: Response content: application/json: - schema: *462 + schema: *463 examples: - default: &463 + default: &464 value: id: 42 name: Check Commits @@ -65815,15 +65800,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: - - *269 - *270 + - *271 - *16 responses: '200': description: Response content: application/json: - schema: *462 + schema: *463 examples: default: value: @@ -65867,8 +65852,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: - - *269 - *270 + - *271 - *16 responses: '200': @@ -65876,9 +65861,9 @@ paths: global level. content: application/json: - schema: *462 + schema: *463 examples: - default: *463 + default: *464 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65898,8 +65883,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/projects#list-repository-projects parameters: - - *269 - *270 + - *271 - name: state description: Indicates the state of the projects to return. in: query @@ -65920,7 +65905,7 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: default: value: @@ -65957,11 +65942,11 @@ paths: updated_at: '2014-03-03T18:58:10Z' headers: Link: *6 - '401': *40 - '403': *42 - '404': *25 - '410': *226 - '422': *26 + '401': *41 + '403': *43 + '404': *26 + '410': *227 + '422': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65980,8 +65965,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/projects/projects#create-a-repository-project parameters: - - *269 - *270 + - *271 requestBody: required: true content: @@ -66007,14 +65992,14 @@ paths: description: Response content: application/json: - schema: *225 + schema: *226 examples: - default: *278 - '401': *40 - '403': *42 - '404': *25 - '410': *226 - '422': *26 + default: *279 + '401': *41 + '403': *43 + '404': *26 + '410': *227 + '422': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66047,8 +66032,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/pulls#list-pull-requests parameters: - - *269 - *270 + - *271 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -66108,13 +66093,13 @@ paths: application/json: schema: type: array - items: *464 + items: *465 examples: - default: *465 + default: *466 headers: Link: *6 - '304': *41 - '422': *34 + '304': *42 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66143,8 +66128,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/pulls#create-a-pull-request parameters: - - *269 - *270 + - *271 requestBody: required: true content: @@ -66209,7 +66194,7 @@ paths: description: Response content: application/json: - schema: &470 + schema: &471 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -66319,8 +66304,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *372 - required: *373 + properties: *373 + required: *374 nullable: true active_lock_reason: type: string @@ -66365,7 +66350,7 @@ paths: nullable: true requested_teams: type: array - items: *466 + items: *467 nullable: true head: type: object @@ -67089,8 +67074,8 @@ paths: title: License Simple description: License Simple type: object - properties: *121 - required: *122 + properties: *122 + required: *123 nullable: true pushed_at: type: string @@ -67275,14 +67260,14 @@ paths: _links: type: object properties: - comments: *374 - commits: *374 - statuses: *374 - html: *374 - issue: *374 - review_comments: *374 - review_comment: *374 - self: *374 + comments: *375 + commits: *375 + statuses: *375 + html: *375 + issue: *375 + review_comments: *375 + review_comment: *375 + self: *375 required: - comments - commits @@ -67292,8 +67277,8 @@ paths: - review_comments - review_comment - self - author_association: *107 - auto_merge: *467 + author_association: *108 + auto_merge: *468 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -67385,7 +67370,7 @@ paths: - merged_by - review_comments examples: - default: &471 + default: &472 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -67884,8 +67869,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/1347 schema: type: string - '403': *42 - '422': *34 + '403': *43 + '422': *35 x-github: triggersNotification: true githubCloudOnly: false @@ -67912,8 +67897,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: - - *269 - *270 + - *271 - name: sort in: query required: false @@ -67932,7 +67917,7 @@ paths: enum: - asc - desc - - *110 + - *111 - *4 - *5 responses: @@ -67942,9 +67927,9 @@ paths: application/json: schema: type: array - items: *468 + items: *469 examples: - default: &474 + default: &475 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -68021,17 +68006,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: - - *269 - *270 - - *119 + - *271 + - *120 responses: '200': description: Response content: application/json: - schema: *468 + schema: *469 examples: - default: &469 + default: &470 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -68082,7 +68067,7 @@ paths: line: 2 original_line: 2 side: RIGHT - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68106,9 +68091,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: - - *269 - *270 - - *119 + - *271 + - *120 requestBody: required: true content: @@ -68130,9 +68115,9 @@ paths: description: Response content: application/json: - schema: *468 + schema: *469 examples: - default: *469 + default: *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68148,13 +68133,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: - - *269 - *270 - - *119 + - *271 + - *120 responses: '204': description: Response - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68171,9 +68156,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: - - *269 - *270 - - *119 + - *271 + - *120 - 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. @@ -68199,12 +68184,12 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *260 + default: *261 headers: Link: *6 - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68222,9 +68207,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: - - *269 - *270 - - *119 + - *271 + - *120 requestBody: required: true content: @@ -68256,17 +68241,17 @@ paths: description: Reaction exists content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 '201': description: Reaction created content: application/json: - schema: *258 + schema: *259 examples: - default: *259 - '422': *34 + default: *260 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68286,10 +68271,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: - - *269 - *270 - - *119 - - *261 + - *271 + - *120 + - *262 responses: '204': description: Response @@ -68332,9 +68317,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/pulls#get-a-pull-request parameters: - - *269 - *270 - - &472 + - *271 + - &473 name: pull_number description: The number that identifies the pull request. in: path @@ -68347,13 +68332,13 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *470 + schema: *471 examples: - default: *471 - '304': *41 - '404': *25 - '500': *214 - '503': *103 + default: *472 + '304': *42 + '404': *26 + '500': *215 + '503': *104 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68380,9 +68365,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/pulls#update-a-pull-request parameters: - - *269 - *270 - - *472 + - *271 + - *473 requestBody: required: false content: @@ -68424,11 +68409,11 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: - default: *471 - '422': *34 - '403': *42 + default: *472 + '422': *35 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68454,10 +68439,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: - - *269 - *270 - - *472 + - *271 - *473 + - *474 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -68467,7 +68452,7 @@ paths: enum: - asc - desc - - *110 + - *111 - *4 - *5 responses: @@ -68477,9 +68462,9 @@ paths: application/json: schema: type: array - items: *468 + items: *469 examples: - default: *474 + default: *475 headers: Link: *6 x-github: @@ -68512,9 +68497,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: - - *269 - *270 - - *472 + - *271 + - *473 requestBody: required: true content: @@ -68619,7 +68604,7 @@ paths: description: Response content: application/json: - schema: *468 + schema: *469 examples: example-for-a-multi-line-comment: value: @@ -68677,8 +68662,8 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 schema: type: string - '422': *34 - '403': *42 + '422': *35 + '403': *43 x-github: triggersNotification: true githubCloudOnly: false @@ -68707,10 +68692,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: - - *269 - *270 - - *472 - - *119 + - *271 + - *473 + - *120 requestBody: required: true content: @@ -68732,7 +68717,7 @@ paths: description: Response content: application/json: - schema: *468 + schema: *469 examples: default: value: @@ -68790,7 +68775,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 schema: type: string - '404': *25 + '404': *26 x-github: triggersNotification: true githubCloudOnly: false @@ -68819,9 +68804,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: - - *269 - *270 - - *472 + - *271 + - *473 - *4 - *5 responses: @@ -68831,9 +68816,9 @@ paths: application/json: schema: type: array - items: *368 + items: *369 examples: - default: *475 + default: *476 headers: Link: *6 x-github: @@ -68864,9 +68849,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/pulls#list-pull-requests-files parameters: - - *269 - *270 - - *472 + - *271 + - *473 - *4 - *5 responses: @@ -68876,7 +68861,7 @@ paths: application/json: schema: type: array - items: *379 + items: *380 examples: default: value: @@ -68893,9 +68878,9 @@ paths: module Test" headers: Link: *6 - '422': *34 - '500': *214 - '503': *103 + '422': *35 + '500': *215 + '503': *104 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68914,9 +68899,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: - - *269 - *270 - - *472 + - *271 + - *473 responses: '204': description: Response if pull request has been merged @@ -68939,9 +68924,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/pulls#merge-a-pull-request parameters: - - *269 - *270 - - *472 + - *271 + - *473 requestBody: required: false content: @@ -69028,9 +69013,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': *34 - '403': *42 - '404': *25 + '422': *35 + '403': *43 + '404': *26 x-github: triggersNotification: true githubCloudOnly: false @@ -69052,9 +69037,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: - - *269 - *270 - - *472 + - *271 + - *473 responses: '200': description: Response @@ -69070,7 +69055,7 @@ paths: items: *19 teams: type: array - items: *271 + items: *272 required: - users - teams @@ -69129,9 +69114,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: - - *269 - *270 - - *472 + - *271 + - *473 requestBody: required: false content: @@ -69168,7 +69153,7 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: default: value: @@ -69686,7 +69671,7 @@ paths: draft: false '422': description: Unprocessable Entity if user is not a collaborator - '403': *42 + '403': *43 x-github: triggersNotification: true githubCloudOnly: false @@ -69704,9 +69689,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: - - *269 - *270 - - *472 + - *271 + - *473 requestBody: required: true content: @@ -69740,7 +69725,7 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: default: value: @@ -70220,7 +70205,7 @@ paths: author_association: OWNER auto_merge: draft: false - '422': *34 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70245,9 +70230,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: - - *269 - *270 - - *472 + - *271 + - *473 - *4 - *5 responses: @@ -70257,7 +70242,7 @@ paths: application/json: schema: type: array - items: &476 + items: &477 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -70325,7 +70310,7 @@ paths: type: string body_text: type: string - author_association: *107 + author_association: *108 required: - id - node_id @@ -70406,9 +70391,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: - - *269 - *270 - - *472 + - *271 + - *473 requestBody: required: false content: @@ -70494,9 +70479,9 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: &478 + default: &479 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -70532,8 +70517,8 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '422': *26 - '403': *42 + '422': *27 + '403': *43 x-github: triggersNotification: true githubCloudOnly: false @@ -70559,10 +70544,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: - - *269 - *270 - - *472 - - &477 + - *271 + - *473 + - &478 name: review_id description: The unique identifier of the review. in: path @@ -70574,9 +70559,9 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: &479 + default: &480 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -70611,7 +70596,7 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70635,10 +70620,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: - - *269 - *270 - - *472 - - *477 + - *271 + - *473 + - *478 requestBody: required: true content: @@ -70661,7 +70646,7 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: default: value: @@ -70699,7 +70684,7 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '422': *26 + '422': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70723,20 +70708,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: - - *269 - *270 - - *472 - - *477 + - *271 + - *473 + - *478 responses: '200': description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: *478 - '422': *26 - '404': *25 + default: *479 + '422': *27 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70761,10 +70746,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: - - *269 - *270 - - *472 - - *477 + - *271 + - *473 + - *478 - *4 - *5 responses: @@ -70841,13 +70826,13 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *107 + author_association: *108 _links: type: object properties: - self: *374 - html: *374 - pull_request: *374 + self: *375 + html: *375 + pull_request: *375 required: - self - html @@ -70856,7 +70841,7 @@ paths: type: string body_html: type: string - reactions: *108 + reactions: *109 side: description: The side of the first line of the range for a multi-line comment. @@ -70962,7 +70947,7 @@ paths: href: https://api.github.com/repos/octocat/Hello-World/pulls/1 headers: Link: *6 - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70991,10 +70976,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: - - *269 - *270 - - *472 - - *477 + - *271 + - *473 + - *478 requestBody: required: true content: @@ -71022,7 +71007,7 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: default: value: @@ -71059,8 +71044,8 @@ paths: submitted_at: '2019-11-17T17:43:43Z' commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR - '404': *25 - '422': *26 + '404': *26 + '422': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71085,10 +71070,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: - - *269 - *270 - - *472 - - *477 + - *271 + - *473 + - *478 requestBody: required: true content: @@ -71123,12 +71108,12 @@ paths: description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: *479 - '404': *25 - '422': *26 - '403': *42 + default: *480 + '404': *26 + '422': *27 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71146,9 +71131,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *269 - *270 - - *472 + - *271 + - *473 requestBody: required: false content: @@ -71187,8 +71172,8 @@ paths: value: message: Updating pull request branch. url: https://github.com/repos/octocat/Hello-World/pulls/53 - '422': *34 - '403': *42 + '422': *35 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -71211,8 +71196,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/contents#get-a-repository-readme parameters: - - *269 - *270 + - *271 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -71225,9 +71210,9 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: &481 + default: &482 value: type: file encoding: base64 @@ -71244,8 +71229,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': *25 - '422': *34 + '404': *26 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71268,8 +71253,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: - - *269 - *270 + - *271 - name: dir description: The alternate path to look for a README file in: path @@ -71289,11 +71274,11 @@ paths: description: Response content: application/json: - schema: *480 + schema: *481 examples: - default: *481 - '404': *25 - '422': *34 + default: *482 + '404': *26 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71313,8 +71298,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/releases/releases#list-releases parameters: - - *269 - *270 + - *271 - *4 - *5 responses: @@ -71324,7 +71309,7 @@ paths: application/json: schema: type: array - items: &482 + items: &483 title: Release description: A release. type: object @@ -71387,7 +71372,7 @@ paths: author: *19 assets: type: array - items: &483 + items: &484 title: Release Asset description: Data related to a release. type: object @@ -71454,7 +71439,7 @@ paths: type: string mentions_count: type: integer - reactions: *108 + reactions: *109 required: - assets_url - upload_url @@ -71545,7 +71530,7 @@ paths: site_admin: false headers: Link: *6 - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71564,8 +71549,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/releases/releases#create-a-release parameters: - - *269 - *270 + - *271 requestBody: required: true content: @@ -71635,9 +71620,9 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: &487 + default: &488 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -71712,7 +71697,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/releases/1 schema: type: string - '422': *34 + '422': *35 x-github: triggersNotification: true githubCloudOnly: false @@ -71733,9 +71718,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/releases/assets#get-a-release-asset parameters: - - *269 - *270 - - &485 + - *271 + - &486 name: asset_id description: The unique identifier of the asset. in: path @@ -71747,9 +71732,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: &486 + default: &487 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 @@ -71782,8 +71767,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '404': *25 - '302': *484 + '404': *26 + '302': *485 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71799,9 +71784,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/releases/assets#update-a-release-asset parameters: - - *269 - *270 - - *485 + - *271 + - *486 requestBody: required: false content: @@ -71829,9 +71814,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: *486 + default: *487 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71847,9 +71832,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/releases/assets#delete-a-release-asset parameters: - - *269 - *270 - - *485 + - *271 + - *486 responses: '204': description: Response @@ -71873,8 +71858,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: - - *269 - *270 + - *271 requestBody: required: true content: @@ -71939,7 +71924,7 @@ paths: value: name: Release v1.0.0 is now available! body: "##Changes in Release v1.0.0 ... ##Contributors @monalisa" - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71959,16 +71944,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/releases/releases#get-the-latest-release parameters: - - *269 - *270 + - *271 responses: '200': description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: *487 + default: *488 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71985,8 +71970,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: - - *269 - *270 + - *271 - name: tag description: tag parameter in: path @@ -71999,10 +71984,10 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: *487 - '404': *25 + default: *488 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72024,9 +72009,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/releases/releases#get-a-release parameters: - - *269 - *270 - - &488 + - *271 + - &489 name: release_id description: The unique identifier of the release. in: path @@ -72040,9 +72025,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: *482 + schema: *483 examples: - default: *487 + default: *488 '401': description: Unauthorized x-github: @@ -72060,9 +72045,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/releases/releases#update-a-release parameters: - - *269 - *270 - - *488 + - *271 + - *489 requestBody: required: false content: @@ -72119,9 +72104,9 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: *487 + default: *488 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72137,9 +72122,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/releases/releases#delete-a-release parameters: - - *269 - *270 - - *488 + - *271 + - *489 responses: '204': description: Response @@ -72159,9 +72144,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/releases/assets#list-release-assets parameters: - - *269 - *270 - - *488 + - *271 + - *489 - *4 - *5 responses: @@ -72171,7 +72156,7 @@ paths: application/json: schema: type: array - items: *483 + items: *484 examples: default: value: @@ -72252,9 +72237,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: - - *269 - *270 - - *488 + - *271 + - *489 - name: name in: query required: true @@ -72280,7 +72265,7 @@ paths: description: Response for successful upload content: application/json: - schema: *483 + schema: *484 examples: response-for-successful-upload: value: @@ -72334,9 +72319,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *269 - *270 - - *488 + - *271 + - *489 - 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. @@ -72360,12 +72345,12 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *260 + default: *261 headers: Link: *6 - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72383,9 +72368,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *269 - *270 - - *488 + - *271 + - *489 requestBody: required: true content: @@ -72415,17 +72400,17 @@ paths: description: Reaction exists content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 '201': description: Reaction created content: application/json: - schema: *258 + schema: *259 examples: - default: *259 - '422': *34 + default: *260 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72445,10 +72430,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#delete-a-release-reaction parameters: - - *269 - *270 - - *488 - - *261 + - *271 + - *489 + - *262 responses: '204': description: Response @@ -72468,8 +72453,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#list-repository-cache-replication-status parameters: - - *269 - *270 + - *271 - *4 - *5 responses: @@ -72522,8 +72507,8 @@ paths: - last_sync: '2022-01-10T19:34:12Z' headers: Link: *6 - '403': *42 - '404': *25 + '403': *43 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72544,9 +72529,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/rules#get-rules-for-a-branch parameters: - - *269 - *270 - - *328 + - *271 + - *329 - *4 - *5 responses: @@ -72562,8 +72547,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *489 - - &491 + - *490 + - &492 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -72583,47 +72568,47 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *490 - *491 - - allOf: - *492 - - *491 - allOf: - *493 - - *491 + - *492 - allOf: - *494 - - *491 + - *492 - allOf: - *495 - - *491 + - *492 - allOf: - *496 - - *491 + - *492 - allOf: - *497 - - *491 + - *492 - allOf: - *498 - - *491 + - *492 - allOf: - *499 - - *491 + - *492 - allOf: - *500 - - *491 + - *492 - allOf: - *501 - - *491 + - *492 - allOf: - *502 - - *491 + - *492 - allOf: - *503 - - *491 + - *492 - allOf: - *504 - - *491 + - *492 + - allOf: + - *505 + - *492 examples: default: value: @@ -72662,8 +72647,8 @@ paths: category: repos subcategory: rules parameters: - - *269 - *270 + - *271 - *4 - *5 - name: includes_parents @@ -72681,7 +72666,7 @@ paths: application/json: schema: type: array - items: *235 + items: *236 examples: default: value: @@ -72711,8 +72696,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': *25 - '500': *214 + '404': *26 + '500': *215 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -72728,8 +72713,8 @@ paths: category: repos subcategory: rules parameters: - - *269 - *270 + - *271 requestBody: description: Request body required: true @@ -72747,16 +72732,16 @@ paths: enum: - branch - tag - enforcement: *231 + enforcement: *232 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *232 - conditions: *230 + items: *233 + conditions: *231 rules: type: array description: An array of rules within the ruleset. - items: *234 + items: *235 required: - name - enforcement @@ -72787,9 +72772,9 @@ paths: description: Response content: application/json: - schema: *235 + schema: *236 examples: - default: &505 + default: &506 value: id: 42 name: super cool ruleset @@ -72821,8 +72806,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': *25 - '500': *214 + '404': *26 + '500': *215 "/repos/{owner}/{repo}/rulesets/{ruleset_id}": get: summary: Get a repository ruleset @@ -72839,8 +72824,8 @@ paths: category: repos subcategory: rules parameters: - - *269 - *270 + - *271 - name: ruleset_id description: The ID of the ruleset. in: path @@ -72860,11 +72845,11 @@ paths: description: Response content: application/json: - schema: *235 + schema: *236 examples: - default: *505 - '404': *25 - '500': *214 + default: *506 + '404': *26 + '500': *215 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -72880,8 +72865,8 @@ paths: category: repos subcategory: rules parameters: - - *269 - *270 + - *271 - name: ruleset_id description: The ID of the ruleset. in: path @@ -72905,16 +72890,16 @@ paths: enum: - branch - tag - enforcement: *231 + enforcement: *232 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *232 - conditions: *230 + items: *233 + conditions: *231 rules: description: An array of rules within the ruleset. type: array - items: *234 + items: *235 examples: default: value: @@ -72942,11 +72927,11 @@ paths: description: Response content: application/json: - schema: *235 + schema: *236 examples: - default: *505 - '404': *25 - '500': *214 + default: *506 + '404': *26 + '500': *215 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -72962,8 +72947,8 @@ paths: category: repos subcategory: rules parameters: - - *269 - *270 + - *271 - name: ruleset_id description: The ID of the ruleset. in: path @@ -72973,8 +72958,8 @@ paths: responses: '204': description: Response - '404': *25 - '500': *214 + '404': *26 + '500': *215 "/repos/{owner}/{repo}/secret-scanning/alerts": get: summary: List secret scanning alerts for a repository @@ -72991,17 +72976,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: - - *269 - *270 - - *237 + - *271 - *238 - *239 - *240 + - *241 - *9 - *5 - *4 - - *506 - *507 + - *508 responses: '200': description: Response @@ -73009,11 +72994,11 @@ paths: application/json: schema: type: array - items: &510 + items: &511 type: object properties: - number: *93 - created_at: *98 + number: *94 + created_at: *99 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -73021,15 +73006,15 @@ paths: format: date-time readOnly: true nullable: true - url: *96 - html_url: *97 + url: *97 + html_url: *98 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *508 - resolution: *509 + state: *509 + resolution: *510 resolved_at: type: string format: date-time @@ -73150,7 +73135,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *103 + '503': *104 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73172,15 +73157,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: - - *269 - *270 - - *356 + - *271 + - *357 responses: '200': description: Response content: application/json: - schema: *510 + schema: *511 examples: default: value: @@ -73194,11 +73179,11 @@ paths: secret_type_display_name: Mailchimp API Key secret: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2 push_protection_bypassed: false - '304': *41 + '304': *42 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *103 + '503': *104 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73219,9 +73204,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: - - *269 - *270 - - *356 + - *271 + - *357 requestBody: required: true content: @@ -73229,8 +73214,8 @@ paths: schema: type: object properties: - state: *508 - resolution: *509 + state: *509 + resolution: *510 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -73248,7 +73233,7 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: default: value: @@ -73292,7 +73277,7 @@ paths: repository, or the resource is not found '422': description: State does not match the resolution or resolution comment - '503': *103 + '503': *104 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -73314,9 +73299,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: - - *269 - *270 - - *356 + - *271 + - *357 - *5 - *4 responses: @@ -73327,7 +73312,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &597 + items: &598 type: object properties: type: @@ -73612,7 +73597,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *103 + '503': *104 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73634,8 +73619,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/starring#list-stargazers parameters: - - *269 - *270 + - *271 - *4 - *5 responses: @@ -73713,7 +73698,7 @@ paths: site_admin: false headers: Link: *6 - '422': *34 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73731,8 +73716,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *269 - *270 + - *271 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -73741,7 +73726,7 @@ paths: application/json: schema: type: array - items: &511 + items: &512 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -73753,8 +73738,8 @@ paths: - - 1302998400 - 1124 - -435 - '202': *137 - '204': *222 + '202': *138 + '204': *223 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73772,8 +73757,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: - - *269 - *270 + - *271 responses: '200': description: Response @@ -73821,8 +73806,8 @@ paths: - 0 total: 89 week: 1336280400 - '202': *137 - '204': *222 + '202': *138 + '204': *223 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73846,8 +73831,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *269 - *270 + - *271 responses: '200': description: Response @@ -73920,8 +73905,8 @@ paths: a: 6898 d: 77 c: 10 - '202': *137 - '204': *222 + '202': *138 + '204': *223 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73943,8 +73928,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *269 - *270 + - *271 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -74074,7 +74059,7 @@ paths: - 1 - 10 - 3 - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74098,8 +74083,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: - - *269 - *270 + - *271 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -74109,7 +74094,7 @@ paths: application/json: schema: type: array - items: *511 + items: *512 examples: default: value: @@ -74122,7 +74107,7 @@ paths: - - 0 - 2 - 21 - '204': *222 + '204': *223 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74142,8 +74127,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/commits/statuses#create-a-commit-status parameters: - - *269 - *270 + - *271 - name: sha in: path required: true @@ -74197,7 +74182,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: default: value: @@ -74251,8 +74236,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/watching#list-watchers parameters: - - *269 - *270 + - *271 - *4 - *5 responses: @@ -74264,7 +74249,7 @@ paths: type: array items: *19 examples: - default: *207 + default: *208 headers: Link: *6 x-github: @@ -74284,14 +74269,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/watching#get-a-repository-subscription parameters: - - *269 - *270 + - *271 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &513 + schema: &514 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -74339,7 +74324,7 @@ paths: repository_url: https://api.github.com/repos/octocat/example '404': description: Not Found if you don't subscribe to the repository - '403': *42 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -74359,8 +74344,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/watching#set-a-repository-subscription parameters: - - *269 - *270 + - *271 requestBody: required: false content: @@ -74386,7 +74371,7 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: default: value: @@ -74413,8 +74398,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/activity/watching#delete-a-repository-subscription parameters: - - *269 - *270 + - *271 responses: '204': description: Response @@ -74434,8 +74419,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#list-repository-tags parameters: - - *269 - *270 + - *271 - *4 - *5 responses: @@ -74511,8 +74496,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: - - *269 - *270 + - *271 responses: '200': description: Response @@ -74520,7 +74505,7 @@ paths: application/json: schema: type: array - items: &514 + items: &515 title: Tag protection description: Tag protection type: object @@ -74547,8 +74532,8 @@ paths: value: - id: 2 pattern: v1.* - '403': *42 - '404': *25 + '403': *43 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74566,8 +74551,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: - - *269 - *270 + - *271 requestBody: required: true content: @@ -74590,13 +74575,13 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: default: value: enabled: true - '403': *42 - '404': *25 + '403': *43 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74615,8 +74600,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: - - *269 - *270 + - *271 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -74626,8 +74611,8 @@ paths: responses: '204': description: Response - '403': *42 - '404': *25 + '403': *43 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74648,8 +74633,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: - - *269 - *270 + - *271 - name: ref in: path required: true @@ -74685,8 +74670,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#list-repository-teams parameters: - - *269 - *270 + - *271 - *4 - *5 responses: @@ -74696,12 +74681,12 @@ paths: application/json: schema: type: array - items: *271 + items: *272 examples: - default: *249 + default: *250 headers: Link: *6 - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74718,8 +74703,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#get-all-repository-topics parameters: - - *269 - *270 + - *271 - *5 - *4 responses: @@ -74727,7 +74712,7 @@ paths: description: Response content: application/json: - schema: &515 + schema: &516 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -74739,14 +74724,14 @@ paths: required: - names examples: - default: &516 + default: &517 value: names: - octocat - atom - electron - api - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74762,8 +74747,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#replace-all-repository-topics parameters: - - *269 - *270 + - *271 requestBody: required: true content: @@ -74794,11 +74779,11 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *516 - '404': *25 - '422': *26 + default: *517 + '404': *26 + '422': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74819,8 +74804,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#transfer-a-repository parameters: - - *269 - *270 + - *271 requestBody: required: true content: @@ -74856,7 +74841,7 @@ paths: description: Response content: application/json: - schema: *149 + schema: *150 examples: default: value: @@ -75094,8 +75079,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: - - *269 - *270 + - *271 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -75118,8 +75103,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#enable-vulnerability-alerts parameters: - - *269 - *270 + - *271 responses: '204': description: Response @@ -75141,8 +75126,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/repos/repos#disable-vulnerability-alerts parameters: - - *269 - *270 + - *271 responses: '204': description: Response @@ -75167,8 +75152,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: - - *269 - *270 + - *271 - name: ref in: path required: true @@ -75260,9 +75245,9 @@ paths: description: Response content: application/json: - schema: *280 + schema: *281 examples: - default: *282 + default: *283 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -75323,7 +75308,7 @@ paths: application/json: schema: type: array - items: *149 + items: *150 examples: default: value: @@ -75398,8 +75383,8 @@ paths: example: ; rel="next" schema: type: string - '422': *34 - '304': *41 + '422': *35 + '304': *42 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75435,7 +75420,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &524 + - &525 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -75444,7 +75429,7 @@ paths: schema: type: string example: members - - &529 + - &530 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -75455,7 +75440,7 @@ paths: default: 1 format: int32 example: 1 - - &530 + - &531 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -75465,7 +75450,7 @@ paths: default: 30 format: int32 example: 1 - - *65 + - *66 responses: '200': description: Success, either groups were found or not found @@ -75497,7 +75482,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &518 + items: &519 allOf: - type: object required: @@ -75572,7 +75557,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: &531 + meta: &532 type: object description: The metadata associated with the creation/updates to the user. @@ -75632,31 +75617,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/927fa2c08dcb4a7fae9e startIndex: 1 itemsPerPage: 20 - '400': &519 + '400': &520 description: Bad request content: application/json: - schema: *517 + schema: *518 application/scim+json: - schema: *517 - '401': &520 + schema: *518 + '401': &521 description: Authorization failure - '403': &521 + '403': &522 description: Permission denied - '429': &522 + '429': &523 description: Too many requests content: application/json: - schema: *517 + schema: *518 application/scim+json: - schema: *517 - '500': &523 + schema: *518 + '500': &524 description: Internal server error content: application/json: - schema: *517 + schema: *518 application/scim+json: - schema: *517 + schema: *518 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -75677,12 +75662,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: - - *65 + - *66 requestBody: required: true content: application/json: - schema: &527 + schema: &528 type: object required: - schemas @@ -75738,9 +75723,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *518 + schema: *519 examples: - group: &525 + group: &526 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -75759,13 +75744,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': *519 - '401': *520 - '403': *521 - '409': &528 + '400': *520 + '401': *521 + '403': *522 + '409': &529 description: Duplicate record detected - '429': *522 - '500': *523 + '429': *523 + '500': *524 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -75785,7 +75770,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: - - &526 + - &527 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -75793,22 +75778,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *524 - - *65 + - *525 + - *66 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *518 + schema: *519 examples: - default: *525 - '400': *519 - '401': *520 - '403': *521 - '404': *25 - '429': *522 - '500': *523 + default: *526 + '400': *520 + '401': *521 + '403': *522 + '404': *26 + '429': *523 + '500': *524 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -75829,13 +75814,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: - - *526 - - *65 + - *527 + - *66 requestBody: required: true content: application/json: - schema: *527 + schema: *528 examples: group: summary: Group @@ -75861,17 +75846,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *518 + schema: *519 examples: - group: *525 - groupWithMembers: *525 - '400': *519 - '401': *520 - '403': *521 - '404': *25 - '409': *528 - '429': *522 - '500': *523 + group: *526 + groupWithMembers: *526 + '400': *520 + '401': *521 + '403': *522 + '404': *26 + '409': *529 + '429': *523 + '500': *524 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -75894,13 +75879,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: - - *526 - - *65 + - *527 + - *66 requestBody: required: true content: application/json: - schema: &538 + schema: &539 type: object required: - Operations @@ -75960,17 +75945,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *518 + schema: *519 examples: - updateGroup: *525 - addMembers: *525 - '400': *519 - '401': *520 - '403': *521 - '404': *25 - '409': *528 - '429': *522 - '500': *523 + updateGroup: *526 + addMembers: *526 + '400': *520 + '401': *521 + '403': *522 + '404': *26 + '409': *529 + '429': *523 + '500': *524 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -75989,17 +75974,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: - - *526 - - *65 + - *527 + - *66 responses: '204': description: Group was deleted, no content - '400': *519 - '401': *520 - '403': *521 - '404': *25 - '429': *522 - '500': *523 + '400': *520 + '401': *521 + '403': *522 + '404': *26 + '429': *523 + '500': *524 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -76035,9 +76020,9 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *529 - *530 - - *65 + - *531 + - *66 responses: '200': description: Success, either users were found or not found @@ -76069,7 +76054,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &533 + items: &534 allOf: - type: object required: @@ -76148,7 +76133,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &532 + roles: &533 type: array description: The roles assigned to the user. items: @@ -76204,7 +76189,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *531 + meta: *532 startIndex: type: integer description: A starting index for the returned page @@ -76241,11 +76226,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *519 - '401': *520 - '403': *521 - '429': *522 - '500': *523 + '400': *520 + '401': *521 + '403': *522 + '429': *523 + '500': *524 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -76268,12 +76253,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: - - *65 + - *66 requestBody: required: true content: application/json: - schema: &536 + schema: &537 type: object required: - schemas @@ -76355,9 +76340,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *532 + roles: *533 examples: - user: &537 + user: &538 summary: User value: schemas: @@ -76404,9 +76389,9 @@ paths: description: User has been created content: application/scim+json: - schema: *533 + schema: *534 examples: - user: &534 + user: &535 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -76432,13 +76417,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: *534 - '400': *519 - '401': *520 - '403': *521 - '409': *528 - '429': *522 - '500': *523 + enterpriseOwner: *535 + '400': *520 + '401': *521 + '403': *522 + '409': *529 + '429': *523 + '500': *524 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -76458,28 +76443,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: - - &535 + - &536 name: scim_user_id description: The unique identifier of the SCIM user. in: path required: true schema: type: string - - *65 + - *66 responses: '200': description: Success, a user was found content: application/scim+json: - schema: *533 + schema: *534 examples: - default: *534 - '400': *519 - '401': *520 - '403': *521 - '404': *25 - '429': *522 - '500': *523 + default: *535 + '400': *520 + '401': *521 + '403': *522 + '404': *26 + '429': *523 + '500': *524 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -76502,30 +76487,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: - - *535 - - *65 + - *536 + - *66 requestBody: required: true content: application/json: - schema: *536 + schema: *537 examples: - user: *537 + user: *538 responses: '200': description: User was updated content: application/scim+json: - schema: *533 + schema: *534 examples: - user: *534 - '400': *519 - '401': *520 - '403': *521 - '404': *25 - '409': *528 - '429': *522 - '500': *523 + user: *535 + '400': *520 + '401': *521 + '403': *522 + '404': *26 + '409': *529 + '429': *523 + '500': *524 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -76560,13 +76545,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: - - *535 - - *65 + - *536 + - *66 requestBody: required: true content: application/json: - schema: *538 + schema: *539 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -76606,18 +76591,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *533 + schema: *534 examples: - userMultiValuedProperties: *534 - userSingleValuedProperties: *534 - disableUser: *534 - '400': *519 - '401': *520 - '403': *521 - '404': *25 - '409': *528 - '429': *522 - '500': *523 + userMultiValuedProperties: *535 + userSingleValuedProperties: *535 + disableUser: *535 + '400': *520 + '401': *521 + '403': *522 + '404': *26 + '409': *529 + '429': *523 + '500': *524 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -76636,17 +76621,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: - - *535 - - *65 + - *536 + - *66 responses: '204': description: User was deleted, no content - '400': *519 - '401': *520 - '403': *521 - '404': *25 - '429': *522 - '500': *523 + '400': *520 + '401': *521 + '403': *522 + '404': *26 + '429': *523 + '500': *524 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -76755,7 +76740,7 @@ paths: html_url: type: string format: uri - repository: *149 + repository: *150 score: type: number file_size: @@ -76773,7 +76758,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &539 + text_matches: &540 title: Search Result Text Matches type: array items: @@ -76886,10 +76871,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': *41 - '503': *103 - '422': *34 - '403': *42 + '304': *42 + '503': *104 + '422': *35 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76936,7 +76921,7 @@ paths: enum: - author-date - committer-date - - &540 + - &541 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 @@ -77007,7 +76992,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *326 + properties: *327 nullable: true comment_count: type: integer @@ -77027,7 +77012,7 @@ paths: url: type: string format: uri - verification: *414 + verification: *415 required: - author - committer @@ -77046,7 +77031,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *326 + properties: *327 nullable: true parents: type: array @@ -77059,12 +77044,12 @@ paths: type: string sha: type: string - repository: *149 + repository: *150 score: type: number node_id: type: string - text_matches: *539 + text_matches: *540 required: - sha - node_id @@ -77193,7 +77178,7 @@ paths: deployments_url: https://api.github.com/repos/octocat/Spoon-Knife/deployments score: 1 node_id: MDQ6VXNlcjU4MzIzMQ== - '304': *41 + '304': *42 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77256,7 +77241,7 @@ paths: - interactions - created - updated - - *540 + - *541 - *4 - *5 responses: @@ -77361,8 +77346,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *372 - required: *373 + properties: *373 + required: *374 nullable: true comments: type: integer @@ -77376,7 +77361,7 @@ paths: type: string format: date-time nullable: true - text_matches: *539 + text_matches: *540 pull_request: type: object properties: @@ -77409,10 +77394,10 @@ paths: type: string score: type: number - author_association: *107 + author_association: *108 draft: type: boolean - repository: *84 + repository: *85 body_html: type: string body_text: @@ -77428,10 +77413,10 @@ paths: They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *105 - required: *106 + properties: *106 + required: *107 nullable: true - reactions: *108 + reactions: *109 required: - assignee - closed_at @@ -77547,10 +77532,10 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *103 - '422': *34 - '304': *41 - '403': *42 + '503': *104 + '422': *35 + '304': *42 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77600,7 +77585,7 @@ paths: enum: - created - updated - - *540 + - *541 - *4 - *5 responses: @@ -77644,7 +77629,7 @@ paths: nullable: true score: type: number - text_matches: *539 + text_matches: *540 required: - id - node_id @@ -77676,10 +77661,10 @@ paths: default: true description: Something isn't working. score: 1 - '304': *41 - '404': *25 - '403': *42 - '422': *34 + '304': *42 + '404': *26 + '403': *43 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77730,7 +77715,7 @@ paths: - forks - help-wanted-issues - updated - - *540 + - *541 - *4 - *5 responses: @@ -77949,8 +77934,8 @@ paths: title: License Simple description: License Simple type: object - properties: *121 - required: *122 + properties: *122 + required: *123 nullable: true permissions: type: object @@ -77969,7 +77954,7 @@ paths: - admin - pull - push - text_matches: *539 + text_matches: *540 temp_clone_token: type: string allow_merge_commit: @@ -78171,9 +78156,9 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *103 - '422': *34 - '304': *41 + '503': *104 + '422': *35 + '304': *42 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78270,7 +78255,7 @@ paths: type: string format: uri nullable: true - text_matches: *539 + text_matches: *540 related: type: array nullable: true @@ -78411,7 +78396,7 @@ paths: featured: true curated: true score: 1 - '304': *41 + '304': *42 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78463,7 +78448,7 @@ paths: - followers - repositories - joined - - *540 + - *541 - *4 - *5 responses: @@ -78566,7 +78551,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *539 + text_matches: *540 blog: type: string nullable: true @@ -78622,9 +78607,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': *41 - '503': *103 - '422': *34 + '304': *42 + '503': *104 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78759,7 +78744,7 @@ paths: description: Response content: application/json: - schema: &541 + schema: &542 type: object properties: status: @@ -78779,7 +78764,7 @@ paths: - name - number examples: - default: &542 + default: &543 value: status: scheduled scheduled_time: Tuesday, January 22 at 15:34 -0800 @@ -78825,9 +78810,9 @@ paths: description: Response content: application/json: - schema: *541 + schema: *542 examples: - default: *542 + default: *543 '401': description: Unauthorized requestBody: @@ -79390,7 +79375,7 @@ paths: application/json: schema: type: array - items: &543 + items: &544 type: object properties: key: @@ -79398,7 +79383,7 @@ paths: pretty-print: type: string examples: - default: &544 + default: &545 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 @@ -79441,9 +79426,9 @@ paths: application/json: schema: type: array - items: *543 + items: *544 examples: - default: *544 + default: *545 '401': description: Unauthorized requestBody: @@ -79495,9 +79480,9 @@ paths: application/json: schema: type: array - items: *543 + items: *544 examples: - default: *544 + default: *545 '401': description: Unauthorized requestBody: @@ -79653,10 +79638,10 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: - default: *251 - '404': *25 + default: *252 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79743,19 +79728,19 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *250 + schema: *251 examples: - default: *251 + default: *252 '201': description: Response content: application/json: - schema: *250 + schema: *251 examples: - default: *251 - '404': *25 - '422': *34 - '403': *42 + default: *252 + '404': *26 + '422': *35 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79783,8 +79768,8 @@ paths: responses: '204': description: Response - '404': *25 - '422': *34 + '404': *26 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79820,9 +79805,9 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *545 + default: *546 headers: Link: *6 x-github: @@ -79884,9 +79869,9 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 x-github: triggersNotification: true githubCloudOnly: false @@ -79913,15 +79898,15 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussions#get-a-discussion-legacy parameters: - *7 - - *254 + - *255 responses: '200': description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79946,7 +79931,7 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussions#update-a-discussion-legacy parameters: - *7 - - *254 + - *255 requestBody: required: false content: @@ -79969,9 +79954,9 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *546 + default: *547 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79996,7 +79981,7 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussions#delete-a-discussion-legacy parameters: - *7 - - *254 + - *255 responses: '204': description: Response @@ -80025,7 +80010,7 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - *7 - - *254 + - *255 - *9 - *4 - *5 @@ -80036,9 +80021,9 @@ paths: application/json: schema: type: array - items: *255 + items: *256 examples: - default: *547 + default: *548 headers: Link: *6 x-github: @@ -80067,7 +80052,7 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - *7 - - *254 + - *255 requestBody: required: true content: @@ -80089,9 +80074,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: *256 + default: *257 x-github: triggersNotification: true githubCloudOnly: false @@ -80118,16 +80103,16 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - *7 - - *254 - - *257 + - *255 + - *258 responses: '200': description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: *256 + default: *257 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80152,8 +80137,8 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - *7 - - *254 - - *257 + - *255 + - *258 requestBody: required: true content: @@ -80175,9 +80160,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: *548 + default: *549 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80202,8 +80187,8 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - *7 - - *254 - - *257 + - *255 + - *258 responses: '204': description: Response @@ -80232,8 +80217,8 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - *7 - - *254 - - *257 + - *255 + - *258 - 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. @@ -80259,9 +80244,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *260 + default: *261 headers: Link: *6 x-github: @@ -80290,8 +80275,8 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - *7 - - *254 - - *257 + - *255 + - *258 requestBody: required: true content: @@ -80323,9 +80308,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80351,7 +80336,7 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - *7 - - *254 + - *255 - 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. @@ -80377,9 +80362,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *260 + default: *261 headers: Link: *6 x-github: @@ -80408,7 +80393,7 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - *7 - - *254 + - *255 requestBody: required: true content: @@ -80440,9 +80425,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -80488,10 +80473,10 @@ paths: type: array items: *19 examples: - default: *207 + default: *208 headers: Link: *6 - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80563,7 +80548,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': *42 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80634,10 +80619,10 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - response-if-user-is-a-team-maintainer: *549 - '404': *25 + response-if-user-is-a-team-maintainer: *550 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80693,15 +80678,15 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - response-if-users-membership-with-team-is-now-pending: *550 + response-if-users-membership-with-team-is-now-pending: *551 '403': description: Forbidden if team synchronization is set up '422': description: Unprocessable Entity if you attempt to add an organization to a team - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80766,12 +80751,12 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: - default: *551 + default: *552 headers: Link: *6 - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80795,15 +80780,15 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - *7 - - *268 + - *269 responses: '200': description: Response content: application/json: - schema: *267 + schema: *268 examples: - default: *552 + default: *553 '404': description: Not Found if project is not managed by this team x-github: @@ -80828,7 +80813,7 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - *7 - - *268 + - *269 requestBody: required: false content: @@ -80872,8 +80857,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': *25 - '422': *34 + '404': *26 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80896,12 +80881,12 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - *7 - - *268 + - *269 responses: '204': description: Response - '404': *25 - '422': *34 + '404': *26 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80934,12 +80919,12 @@ paths: application/json: schema: type: array - items: *149 + items: *150 examples: - default: *215 + default: *216 headers: Link: *6 - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80965,14 +80950,14 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - *7 - - *269 - *270 + - *271 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *553 + schema: *554 examples: alternative-response-with-extra-repository-information: value: @@ -81123,8 +81108,8 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - *7 - - *269 - *270 + - *271 requestBody: required: false content: @@ -81150,8 +81135,8 @@ paths: responses: '204': description: Response - '403': *42 - '422': *34 + '403': *43 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81174,8 +81159,8 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - *7 - - *269 - *270 + - *271 responses: '204': description: Response @@ -81211,14 +81196,14 @@ paths: application/json: schema: type: array - items: *271 + items: *272 examples: - response-if-child-teams-exist: *554 + response-if-child-teams-exist: *555 headers: Link: *6 - '404': *25 - '403': *42 - '422': *34 + '404': *26 + '403': *43 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81246,7 +81231,7 @@ paths: application/json: schema: oneOf: - - &556 + - &557 title: Private User description: Private User type: object @@ -81445,7 +81430,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *555 + - *556 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -81526,9 +81511,9 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - '304': *41 - '403': *42 - '401': *40 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -81596,7 +81581,7 @@ paths: description: Response content: application/json: - schema: *556 + schema: *557 examples: default: value: @@ -81642,11 +81627,11 @@ paths: space: 400 private_repos: 20 collaborators: 0 - '304': *41 - '404': *25 - '403': *42 - '401': *40 - '422': *34 + '304': *42 + '404': *26 + '403': *43 + '401': *41 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -81672,9 +81657,9 @@ paths: application/json: schema: type: array - items: *208 + items: *209 examples: - default: &566 + default: &567 value: - id: 197 name: hello_docker @@ -81761,7 +81746,7 @@ paths: application/json: schema: type: array - items: &557 + items: &558 title: Email description: Email type: object @@ -81786,7 +81771,7 @@ paths: - verified - visibility examples: - default: &568 + default: &569 value: - email: octocat@github.com verified: true @@ -81794,10 +81779,10 @@ paths: visibility: public headers: Link: *6 - '304': *41 - '404': *25 - '403': *42 - '401': *40 + '304': *42 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -81861,7 +81846,7 @@ paths: application/json: schema: type: array - items: *557 + items: *558 examples: default: value: @@ -81877,11 +81862,11 @@ paths: primary: false verified: false visibility: - '422': *34 - '304': *41 - '404': *25 - '403': *42 - '401': *40 + '422': *35 + '304': *42 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -81939,11 +81924,11 @@ paths: responses: '204': description: Response - '304': *41 - '404': *25 - '403': *42 - '401': *40 - '422': *34 + '304': *42 + '404': *26 + '403': *43 + '401': *41 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -81971,12 +81956,12 @@ paths: type: array items: *19 examples: - default: *207 + default: *208 headers: Link: *6 - '304': *41 - '403': *42 - '401': *40 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82004,12 +81989,12 @@ paths: type: array items: *19 examples: - default: *207 + default: *208 headers: Link: *6 - '304': *41 - '403': *42 - '401': *40 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82034,10 +82019,10 @@ paths: description: if the person is not followed by the authenticated user content: application/json: - schema: *23 - '304': *41 - '403': *42 - '401': *40 + schema: *24 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82060,10 +82045,10 @@ paths: responses: '204': description: Response - '304': *41 - '404': *25 - '403': *42 - '401': *40 + '304': *42 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82084,10 +82069,10 @@ paths: responses: '204': description: Response - '304': *41 - '404': *25 - '403': *42 - '401': *40 + '304': *42 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82116,7 +82101,7 @@ paths: application/json: schema: type: array - items: &558 + items: &559 title: GPG Key description: A unique encryption key type: object @@ -82245,7 +82230,7 @@ paths: - subkeys - revoked examples: - default: &576 + default: &577 value: - id: 3 name: Octocat's GPG Key @@ -82278,10 +82263,10 @@ paths: raw_key: string headers: Link: *6 - '304': *41 - '404': *25 - '403': *42 - '401': *40 + '304': *42 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82330,9 +82315,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *559 examples: - default: &559 + default: &560 value: id: 3 name: Octocat's GPG Key @@ -82365,11 +82350,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': *34 - '304': *41 - '404': *25 - '403': *42 - '401': *40 + '422': *35 + '304': *42 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82389,7 +82374,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: - - &560 + - &561 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -82401,13 +82386,13 @@ paths: description: Response content: application/json: - schema: *558 + schema: *559 examples: - default: *559 - '404': *25 - '304': *41 - '403': *42 - '401': *40 + default: *560 + '404': *26 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82426,15 +82411,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: - - *560 + - *561 responses: '204': description: Response - '404': *25 - '422': *34 - '304': *41 - '403': *42 - '401': *40 + '404': *26 + '422': *35 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82474,7 +82459,7 @@ paths: type: integer installations: type: array - items: *38 + items: *39 examples: default: value: @@ -82570,9 +82555,9 @@ paths: suspended_by: headers: Link: *6 - '304': *41 - '403': *42 - '401': *40 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82594,7 +82579,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: - - *39 + - *40 - *4 - *5 responses: @@ -82615,14 +82600,14 @@ paths: type: string repositories: type: array - items: *84 + items: *85 examples: - default: *561 + default: *562 headers: Link: *6 - '404': *25 - '403': *42 - '304': *41 + '404': *26 + '403': *43 + '304': *42 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82640,14 +82625,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: - - *39 - - *144 + - *40 + - *145 responses: '204': description: Response - '403': *42 - '304': *41 - '404': *25 + '403': *43 + '304': *42 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82665,14 +82650,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: - - *39 - - *144 + - *40 + - *145 responses: '204': description: Response - '403': *42 - '304': *41 - '404': *25 + '403': *43 + '304': *42 + '404': *26 '422': description: Returned when the application is installed on `all` repositories in the organization, or if this request would remove the last repository @@ -82735,7 +82720,7 @@ paths: - closed - all default: open - - *201 + - *202 - name: sort description: What to sort results by. in: query @@ -82748,7 +82733,7 @@ paths: - comments default: created - *9 - - *110 + - *111 - *4 - *5 responses: @@ -82758,13 +82743,13 @@ paths: application/json: schema: type: array - items: *120 + items: *121 examples: - default: *202 + default: *203 headers: Link: *6 - '404': *25 - '304': *41 + '404': *26 + '304': *42 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82793,7 +82778,7 @@ paths: application/json: schema: type: array - items: &562 + items: &563 title: Key description: Key type: object @@ -82840,10 +82825,10 @@ paths: read_only: false headers: Link: *6 - '304': *41 - '404': *25 - '403': *42 - '401': *40 + '304': *42 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82889,9 +82874,9 @@ paths: description: Response content: application/json: - schema: *562 + schema: *563 examples: - default: &563 + default: &564 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -82900,11 +82885,11 @@ paths: created_at: '2020-06-11T21:31:57Z' verified: false read_only: false - '422': *34 - '304': *41 - '404': *25 - '403': *42 - '401': *40 + '422': *35 + '304': *42 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82924,19 +82909,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: - - *448 + - *449 responses: '200': description: Response content: application/json: - schema: *562 + schema: *563 examples: - default: *563 - '404': *25 - '304': *41 - '403': *42 - '401': *40 + default: *564 + '404': *26 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82955,14 +82940,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: - - *448 + - *449 responses: '204': description: Response - '304': *41 - '404': *25 - '403': *42 - '401': *40 + '304': *42 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82998,7 +82983,7 @@ paths: application/json: schema: type: array - items: *203 + items: *204 examples: default: value: @@ -83076,10 +83061,10 @@ paths: site_admin: false headers: Link: *6 - '304': *41 - '403': *42 - '401': *40 - '422': *34 + '304': *42 + '403': *43 + '401': *41 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83100,13 +83085,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: - - *132 + - *133 responses: '200': description: Response content: application/json: - schema: *203 + schema: *204 examples: default: value: @@ -83146,8 +83131,8 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '403': *42 - '404': *25 + '403': *43 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83164,7 +83149,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: - - *132 + - *133 requestBody: required: true content: @@ -83189,7 +83174,7 @@ paths: description: Response content: application/json: - schema: *203 + schema: *204 examples: default: value: @@ -83229,9 +83214,9 @@ paths: received_events_url: https://api.github.com/users/octocat/received_events type: User site_admin: false - '403': *42 - '404': *25 - '422': *34 + '403': *43 + '404': *26 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83257,7 +83242,7 @@ paths: application/json: schema: type: array - items: *205 + items: *206 examples: default: value: @@ -83411,9 +83396,9 @@ paths: node_id: MDQ6VXNlcjE= headers: Link: *6 - '304': *41 - '403': *42 - '401': *40 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83510,7 +83495,7 @@ paths: description: Response content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -83662,10 +83647,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': *34 - '304': *41 - '403': *42 - '401': *40 + '422': *35 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83703,13 +83688,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/migrations/users#download-a-user-migration-archive parameters: - - *206 + - *207 responses: '302': description: Response - '304': *41 - '403': *42 - '401': *40 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83726,7 +83711,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: - - *206 + - *207 - *4 - *5 responses: @@ -83736,12 +83721,12 @@ paths: application/json: schema: type: array - items: *149 + items: *150 examples: - default: *215 + default: *216 headers: Link: *6 - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83770,14 +83755,14 @@ paths: application/json: schema: type: array - items: *70 + items: *71 examples: - default: *564 + default: *565 headers: Link: *6 - '304': *41 - '403': *42 - '401': *40 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83814,7 +83799,7 @@ paths: - docker - nuget - container - - *565 + - *566 - *5 - *4 responses: @@ -83824,10 +83809,10 @@ paths: application/json: schema: type: array - items: *208 + items: *209 examples: - default: *566 - '400': *567 + default: *567 + '400': *568 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83847,16 +83832,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: - - *210 - *211 + - *212 responses: '200': description: Response content: application/json: - schema: *208 + schema: *209 examples: - default: &577 + default: &578 value: id: 40201 name: octo-name @@ -83969,14 +83954,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: - - *210 - *211 + - *212 responses: '204': description: Response - '404': *25 - '403': *42 - '401': *40 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84000,8 +83985,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: - - *210 - *211 + - *212 - name: token description: package token schema: @@ -84011,9 +83996,9 @@ paths: responses: '204': description: Response - '404': *25 - '403': *42 - '401': *40 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84033,8 +84018,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: - - *210 - *211 + - *212 - *5 - *4 - name: state @@ -84054,7 +84039,7 @@ paths: application/json: schema: type: array - items: *212 + items: *213 examples: default: value: @@ -84081,9 +84066,9 @@ paths: package_type: container container: tags: [] - '404': *25 - '403': *42 - '401': *40 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84103,15 +84088,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: - - *210 - *211 - - *213 + - *212 + - *214 responses: '200': description: Response content: application/json: - schema: *212 + schema: *213 examples: default: value: @@ -84147,15 +84132,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: - - *210 - *211 - - *213 + - *212 + - *214 responses: '204': description: Response - '404': *25 - '403': *42 - '401': *40 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84179,15 +84164,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: - - *210 - *211 - - *213 + - *212 + - *214 responses: '204': description: Response - '404': *25 - '403': *42 - '401': *40 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84237,7 +84222,7 @@ paths: description: Response content: application/json: - schema: *225 + schema: *226 examples: default: value: @@ -84272,10 +84257,10 @@ paths: site_admin: false created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' - '304': *41 - '403': *42 - '401': *40 - '422': *26 + '304': *42 + '403': *43 + '401': *41 + '422': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84306,15 +84291,15 @@ paths: application/json: schema: type: array - items: *557 + items: *558 examples: - default: *568 + default: *569 headers: Link: *6 - '304': *41 - '404': *25 - '403': *42 - '401': *40 + '304': *42 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84419,9 +84404,9 @@ paths: application/json: schema: type: array - items: *84 + items: *85 examples: - default: &575 + default: &576 summary: Default response value: - id: 1296269 @@ -84541,10 +84526,10 @@ paths: forks: 1 open_issues: 1 watchers: 1 - '422': *34 - '304': *41 - '403': *42 - '401': *40 + '422': *35 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84719,20 +84704,20 @@ paths: description: Response content: application/json: - schema: *280 + schema: *281 examples: - default: *282 + default: *283 headers: Location: example: https://api.github.com/repos/octocat/Hello-World schema: type: string - '401': *40 - '304': *41 - '404': *25 - '403': *42 - '422': *34 - '400': *33 + '401': *41 + '304': *42 + '404': *26 + '403': *43 + '422': *35 + '400': *34 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84759,15 +84744,15 @@ paths: application/json: schema: type: array - items: *421 + items: *422 examples: - default: *569 + default: *570 headers: Link: *6 - '304': *41 - '404': *25 - '403': *42 - '401': *40 + '304': *42 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84784,14 +84769,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *422 + - *423 responses: '204': description: Response - '403': *42 - '409': *305 - '404': *25 - '304': *41 + '403': *43 + '409': *306 + '404': *26 + '304': *42 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84807,14 +84792,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.11/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *422 + - *423 responses: '204': description: Response - '409': *305 - '304': *41 - '404': *25 - '403': *42 + '409': *306 + '304': *42 + '404': *26 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84840,7 +84825,7 @@ paths: application/json: schema: type: array - items: &570 + items: &571 title: Social account description: Social media account type: object @@ -84855,16 +84840,16 @@ paths: - provider - url examples: - default: &571 + default: &572 value: - provider: twitter url: https://twitter.com/github headers: Link: *6 - '304': *41 - '404': *25 - '403': *42 - '401': *40 + '304': *42 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84917,14 +84902,14 @@ paths: application/json: schema: type: array - items: *570 + items: *571 examples: - default: *571 - '422': *34 - '304': *41 - '404': *25 - '403': *42 - '401': *40 + default: *572 + '422': *35 + '304': *42 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84973,11 +84958,11 @@ paths: responses: '204': description: Response - '422': *34 - '304': *41 - '404': *25 - '403': *42 - '401': *40 + '422': *35 + '304': *42 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85006,7 +84991,7 @@ paths: application/json: schema: type: array - items: &572 + items: &573 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -85026,7 +85011,7 @@ paths: - title - created_at examples: - default: &578 + default: &579 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -85040,10 +85025,10 @@ paths: created_at: '2020-07-11T21:31:57Z' headers: Link: *6 - '304': *41 - '404': *25 - '403': *42 - '401': *40 + '304': *42 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85092,20 +85077,20 @@ paths: description: Response content: application/json: - schema: *572 + schema: *573 examples: - default: &573 + default: &574 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': *34 - '304': *41 - '404': *25 - '403': *42 - '401': *40 + '422': *35 + '304': *42 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85125,7 +85110,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: - - &574 + - &575 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -85137,13 +85122,13 @@ paths: description: Response content: application/json: - schema: *572 + schema: *573 examples: - default: *573 - '404': *25 - '304': *41 - '403': *42 - '401': *40 + default: *574 + '404': *26 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85162,14 +85147,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: - - *574 + - *575 responses: '204': description: Response - '304': *41 - '404': *25 - '403': *42 - '401': *40 + '304': *42 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85191,7 +85176,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: - - &579 + - &580 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 @@ -85214,13 +85199,13 @@ paths: application/json: schema: type: array - items: *84 + items: *85 examples: - default-response: *575 + default-response: *576 application/vnd.github.v3.star+json: schema: type: array - items: &580 + items: &581 title: Starred Repository description: Starred Repository type: object @@ -85228,7 +85213,7 @@ paths: starred_at: type: string format: date-time - repo: *84 + repo: *85 required: - starred_at - repo @@ -85357,9 +85342,9 @@ paths: watchers: 1 headers: Link: *6 - '304': *41 - '403': *42 - '401': *40 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85376,8 +85361,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: - - *269 - *270 + - *271 responses: '204': description: Response if this repository is starred by you @@ -85385,10 +85370,10 @@ paths: description: Not Found if this repository is not starred by you content: application/json: - schema: *23 - '401': *40 - '304': *41 - '403': *42 + schema: *24 + '401': *41 + '304': *42 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85405,15 +85390,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: - - *269 - *270 + - *271 responses: '204': description: Response - '403': *42 - '404': *25 - '401': *40 - '304': *41 + '403': *43 + '404': *26 + '401': *41 + '304': *42 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85430,15 +85415,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: - - *269 - *270 + - *271 responses: '204': description: Response - '404': *25 - '401': *40 - '304': *41 - '403': *42 + '404': *26 + '401': *41 + '304': *42 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85464,14 +85449,14 @@ paths: application/json: schema: type: array - items: *149 + items: *150 examples: - default: *215 + default: *216 headers: Link: *6 - '304': *41 - '403': *42 - '401': *40 + '304': *42 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85503,7 +85488,7 @@ paths: application/json: schema: type: array - items: *250 + items: *251 examples: default: value: @@ -85553,9 +85538,9 @@ paths: ldap_dn: uid=asdf,ou=users,dc=github,dc=com headers: Link: *6 - '304': *41 - '404': *25 - '403': *42 + '304': *42 + '404': *26 + '403': *43 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85591,13 +85576,13 @@ paths: type: array items: *19 examples: - default: *207 + default: *208 headers: Link: example: ; rel="next" schema: type: string - '304': *41 + '304': *42 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85627,8 +85612,8 @@ paths: application/json: schema: oneOf: + - *557 - *556 - - *555 examples: default-response: summary: Default response @@ -85705,7 +85690,7 @@ paths: space: 976562499 collaborators: 0 private_repos: 9999 - '404': *25 + '404': *26 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85733,11 +85718,11 @@ paths: application/json: schema: type: array - items: *208 + items: *209 examples: - default: *566 - '403': *42 - '401': *40 + default: *567 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85765,7 +85750,7 @@ paths: application/json: schema: type: array - items: *127 + items: *128 examples: default: value: @@ -85834,7 +85819,7 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - *8 - - *132 + - *133 - *4 - *5 responses: @@ -85844,7 +85829,7 @@ paths: application/json: schema: type: array - items: *127 + items: *128 examples: default: value: @@ -85931,7 +85916,7 @@ paths: application/json: schema: type: array - items: *127 + items: *128 examples: default: value: @@ -86010,7 +85995,7 @@ paths: type: array items: *19 examples: - default: *207 + default: *208 headers: Link: *6 x-github: @@ -86041,7 +86026,7 @@ paths: type: array items: *19 examples: - default: *207 + default: *208 headers: Link: *6 x-github: @@ -86088,7 +86073,7 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/gists/gists#list-gists-for-a-user parameters: - *8 - - *110 + - *111 - *4 - *5 responses: @@ -86098,12 +86083,12 @@ paths: application/json: schema: type: array - items: *111 + items: *112 examples: - default: *112 + default: *113 headers: Link: *6 - '422': *34 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86131,9 +86116,9 @@ paths: application/json: schema: type: array - items: *558 + items: *559 examples: - default: *576 + default: *577 headers: Link: *6 x-github: @@ -86208,8 +86193,8 @@ paths: contexts: - message: Owns this repository octicon: repo - '404': *25 - '422': *34 + '404': *26 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86235,9 +86220,9 @@ paths: description: Response content: application/json: - schema: *38 + schema: *39 examples: - default: *420 + default: *421 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86313,9 +86298,9 @@ paths: application/json: schema: type: array - items: *70 + items: *71 examples: - default: *564 + default: *565 headers: Link: *6 x-github: @@ -86354,7 +86339,7 @@ paths: - docker - nuget - container - - *565 + - *566 - *8 - *5 - *4 @@ -86365,12 +86350,12 @@ paths: application/json: schema: type: array - items: *208 + items: *209 examples: - default: *566 - '403': *42 - '401': *40 - '400': *567 + default: *567 + '403': *43 + '401': *41 + '400': *568 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86390,17 +86375,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: - - *210 - *211 + - *212 - *8 responses: '200': description: Response content: application/json: - schema: *208 + schema: *209 examples: - default: *577 + default: *578 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86421,15 +86406,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: - - *210 - *211 + - *212 - *8 responses: '204': description: Response - '404': *25 - '403': *42 - '401': *40 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86455,8 +86440,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: - - *210 - *211 + - *212 - *8 - name: token description: package token @@ -86467,9 +86452,9 @@ paths: responses: '204': description: Response - '404': *25 - '403': *42 - '401': *40 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86489,8 +86474,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: - - *210 - *211 + - *212 - *8 responses: '200': @@ -86499,7 +86484,7 @@ paths: application/json: schema: type: array - items: *212 + items: *213 examples: default: value: @@ -86535,9 +86520,9 @@ paths: html_url: https://github.com/octocat/octo-name-repo/packages/40201?version=0.1.0 metadata: package_type: rubygems - '404': *25 - '403': *42 - '401': *40 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86557,16 +86542,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: - - *210 - *211 - - *213 + - *212 + - *214 - *8 responses: '200': description: Response content: application/json: - schema: *212 + schema: *213 examples: default: value: @@ -86601,16 +86586,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: - - *210 - *211 + - *212 - *8 - - *213 + - *214 responses: '204': description: Response - '404': *25 - '403': *42 - '401': *40 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86636,16 +86621,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: - - *210 - *211 + - *212 - *8 - - *213 + - *214 responses: '204': description: Response - '404': *25 - '403': *42 - '401': *40 + '404': *26 + '403': *43 + '401': *41 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86683,7 +86668,7 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: default: value: @@ -86720,7 +86705,7 @@ paths: updated_at: '2014-03-03T18:58:10Z' headers: Link: *6 - '422': *34 + '422': *35 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86749,7 +86734,7 @@ paths: application/json: schema: type: array - items: *127 + items: *128 examples: default: value: @@ -86836,7 +86821,7 @@ paths: application/json: schema: type: array - items: *127 + items: *128 examples: default: value: @@ -86956,9 +86941,9 @@ paths: application/json: schema: type: array - items: *149 + items: *150 examples: - default: *215 + default: *216 headers: Link: *6 x-github: @@ -87028,9 +87013,9 @@ paths: application/json: schema: type: array - items: *570 + items: *571 examples: - default: *571 + default: *572 headers: Link: *6 x-github: @@ -87060,9 +87045,9 @@ paths: application/json: schema: type: array - items: *572 + items: *573 examples: - default: *578 + default: *579 headers: Link: *6 x-github: @@ -87087,7 +87072,7 @@ paths: url: https://docs.github.com/enterprise-server@3.11/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *8 - - *579 + - *580 - *9 - *4 - *5 @@ -87099,11 +87084,11 @@ paths: schema: anyOf: - type: array - items: *580 + items: *581 - type: array - items: *84 + items: *85 examples: - default-response: *575 + default-response: *576 headers: Link: *6 x-github: @@ -87132,9 +87117,9 @@ paths: application/json: schema: type: array - items: *149 + items: *150 examples: - default: *215 + default: *216 headers: Link: *6 x-github: @@ -87313,7 +87298,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &581 + enterprise: &582 title: Enterprise description: | An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -87371,7 +87356,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &582 + installation: &583 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -87390,7 +87375,7 @@ x-webhooks: required: - id - node_id - organization: &583 + organization: &584 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -87450,13 +87435,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &584 + repository: &585 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &589 + properties: &590 id: description: Unique identifier of the repository example: 42 @@ -87475,8 +87460,8 @@ x-webhooks: title: License Simple description: License Simple type: object - properties: *121 - required: *122 + properties: *122 + required: *123 nullable: true organization: title: Simple User @@ -88132,7 +88117,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &590 + required: &591 - archive_url - assignees_url - blobs_url @@ -88206,7 +88191,7 @@ x-webhooks: - watchers_count - created_at - updated_at - sender: &585 + sender: &586 title: Simple User description: The GitHub user that triggered the event. This property is included in every webhook payload. @@ -88378,11 +88363,11 @@ x-webhooks: type: string enum: - enabled - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - repository @@ -88467,10 +88452,10 @@ x-webhooks: type: string enum: - created - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -88601,7 +88586,7 @@ x-webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *585 + sender: *586 required: - action - rule @@ -88687,10 +88672,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -88821,7 +88806,7 @@ x-webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *585 + sender: *586 required: - action - rule @@ -88975,10 +88960,10 @@ x-webhooks: - everyone required: - from - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -89109,7 +89094,7 @@ x-webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *585 + sender: *586 required: - action - rule @@ -89193,13 +89178,13 @@ x-webhooks: type: string cache_location: type: string - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 ref: type: string - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - cache_location - ref @@ -89291,7 +89276,7 @@ x-webhooks: type: string enum: - completed - check_run: &587 + check_run: &588 title: CheckRun description: A check performed on the code of a given code change type: object @@ -89304,8 +89289,8 @@ x-webhooks: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *105 - required: *106 + properties: *106 + required: *107 nullable: true check_suite: description: A suite of checks performed on the code of a given @@ -89316,7 +89301,7 @@ x-webhooks: example: d6fde92930d4715a2b49857d24b940956b26d2d3 type: string nullable: true - app: *24 + app: *25 before: example: 146e867f55c26428e5f9fade55a9bbf5e95a7912 type: string @@ -89354,8 +89339,8 @@ x-webhooks: type: string pull_requests: type: array - items: *339 - repository: *149 + items: *340 + repository: *150 status: example: completed type: string @@ -89392,7 +89377,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *586 + deployment: *587 details_url: example: https://example.com type: string @@ -89442,7 +89427,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *339 + items: *340 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -89477,10 +89462,10 @@ x-webhooks: - output - app - pull_requests - installation: *582 - organization: *583 - repository: *584 - sender: *585 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - check_run - repository @@ -89881,11 +89866,11 @@ x-webhooks: type: string enum: - created - check_run: *587 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + check_run: *588 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - check_run - repository @@ -90289,10 +90274,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *587 - installation: *582 - organization: *583 - repository: *584 + check_run: *588 + installation: *583 + organization: *584 + repository: *585 requested_action: description: The action requested by the user. type: object @@ -90301,7 +90286,7 @@ x-webhooks: description: The integrator reference of the action requested by the user. type: string - sender: *585 + sender: *586 required: - action - check_run @@ -90706,11 +90691,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *587 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + check_run: *588 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - check_run - repository @@ -91689,11 +91674,11 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - check_suite @@ -92365,11 +92350,11 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - check_suite @@ -93035,11 +93020,11 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - check_suite @@ -93351,16 +93336,16 @@ x-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: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 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: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - alert @@ -93690,16 +93675,16 @@ x-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: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 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: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - alert @@ -93803,7 +93788,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *352 + dismissed_comment: *353 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -93969,16 +93954,16 @@ x-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: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 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: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - alert @@ -94311,16 +94296,16 @@ x-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: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 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: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - alert @@ -94586,17 +94571,17 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 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 nullable: true - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - alert @@ -94836,16 +94821,16 @@ x-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: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 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: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - alert @@ -95108,11 +95093,11 @@ x-webhooks: - updated_at - author_association - body - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - comment @@ -95201,13 +95186,13 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *583 + organization: *584 pusher_type: description: The pusher type for the event. Can be either `user` or a deploy key. @@ -95222,8 +95207,8 @@ x-webhooks: enum: - tag - branch - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - ref - ref_type @@ -95310,9 +95295,9 @@ x-webhooks: title: delete event type: object properties: - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 pusher_type: description: The pusher type for the event. Can be either `user` or a deploy key. @@ -95327,8 +95312,8 @@ x-webhooks: enum: - tag - branch - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - ref - ref_type @@ -95421,12 +95406,12 @@ x-webhooks: type: string enum: - created - alert: *384 - installation: *582 - organization: *583 - enterprise: *581 - repository: *584 - sender: *585 + alert: *385 + installation: *583 + organization: *584 + enterprise: *582 + repository: *585 + sender: *586 required: - action - alert @@ -95516,12 +95501,12 @@ x-webhooks: type: string enum: - dismissed - alert: *384 - installation: *582 - organization: *583 - enterprise: *581 - repository: *584 - sender: *585 + alert: *385 + installation: *583 + organization: *584 + enterprise: *582 + repository: *585 + sender: *586 required: - action - alert @@ -95611,12 +95596,12 @@ x-webhooks: type: string enum: - fixed - alert: *384 - installation: *582 - organization: *583 - enterprise: *581 - repository: *584 - sender: *585 + alert: *385 + installation: *583 + organization: *584 + enterprise: *582 + repository: *585 + sender: *586 required: - action - alert @@ -95707,12 +95692,12 @@ x-webhooks: type: string enum: - reintroduced - alert: *384 - installation: *582 - organization: *583 - enterprise: *581 - repository: *584 - sender: *585 + alert: *385 + installation: *583 + organization: *584 + enterprise: *582 + repository: *585 + sender: *586 required: - action - alert @@ -95802,12 +95787,12 @@ x-webhooks: type: string enum: - reopened - alert: *384 - installation: *582 - organization: *583 - enterprise: *581 - repository: *584 - sender: *585 + alert: *385 + installation: *583 + organization: *584 + enterprise: *582 + repository: *585 + sender: *586 required: - action - alert @@ -95893,8 +95878,8 @@ x-webhooks: type: string enum: - created - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 key: description: The [`deploy key`](https://docs.github.com/enterprise-server@3.11/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. @@ -95929,9 +95914,9 @@ x-webhooks: - verified - created_at - read_only - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - key @@ -96017,8 +96002,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 key: description: The [`deploy key`](https://docs.github.com/enterprise-server@3.11/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. @@ -96053,9 +96038,9 @@ x-webhooks: - verified - created_at - read_only - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - key @@ -96621,11 +96606,11 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 workflow: title: Workflow type: object @@ -97358,14 +97343,14 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *390 + deployment: *391 pull_requests: type: array - items: *470 - repository: *584 - organization: *583 - installation: *582 - sender: *585 + items: *471 + repository: *585 + organization: *584 + installation: *583 + sender: *586 responses: '200': description: Return a 200 status to indicate that the data was received @@ -97486,10 +97471,10 @@ x-webhooks: type: string comment: type: string - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 reviewers: type: array items: @@ -97566,7 +97551,7 @@ x-webhooks: type: string enum: - User - sender: *585 + sender: *586 since: type: string workflow_job_run: @@ -98343,10 +98328,10 @@ x-webhooks: type: string comment: type: string - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 reviewers: type: array items: @@ -98423,7 +98408,7 @@ x-webhooks: type: string enum: - User - sender: *585 + sender: *586 since: type: string workflow_job_run: @@ -99159,12 +99144,12 @@ x-webhooks: type: string enum: - requested - enterprise: *581 + enterprise: *582 environment: type: string - installation: *582 - organization: *583 - repository: *584 + installation: *583 + organization: *584 + repository: *585 requestor: title: User type: object @@ -99308,7 +99293,7 @@ x-webhooks: enum: - User - Team - sender: *585 + sender: *586 since: type: string workflow_job_run: @@ -101050,11 +101035,11 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 workflow: title: Workflow type: object @@ -101934,7 +101919,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &588 + discussion: &589 title: Discussion description: A Discussion in a repository. type: object @@ -102234,11 +102219,11 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - discussion @@ -102373,12 +102358,12 @@ x-webhooks: - from required: - category - discussion: *588 - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + discussion: *589 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - changes @@ -102469,12 +102454,12 @@ x-webhooks: type: string enum: - closed - discussion: *588 - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + discussion: *589 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - discussion @@ -102718,12 +102703,12 @@ x-webhooks: - updated_at - body - reactions - discussion: *588 - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + discussion: *589 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - comment @@ -102968,12 +102953,12 @@ x-webhooks: - updated_at - body - reactions - discussion: *588 - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + discussion: *589 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - comment @@ -103230,12 +103215,12 @@ x-webhooks: - updated_at - body - reactions - discussion: *588 - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + discussion: *589 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - changes @@ -103749,11 +103734,11 @@ x-webhooks: - answer_html_url - answer_chosen_at - answer_chosen_by - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - discussion @@ -103843,12 +103828,12 @@ x-webhooks: type: string enum: - deleted - discussion: *588 - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + discussion: *589 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - discussion @@ -103956,12 +103941,12 @@ x-webhooks: type: string required: - from - discussion: *588 - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + discussion: *589 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - discussion @@ -104051,9 +104036,9 @@ x-webhooks: type: string enum: - labeled - discussion: *588 - enterprise: *581 - installation: *582 + discussion: *589 + enterprise: *582 + installation: *583 label: title: Label type: object @@ -104086,9 +104071,9 @@ x-webhooks: - color - default - description - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - discussion @@ -104179,12 +104164,12 @@ x-webhooks: type: string enum: - locked - discussion: *588 - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + discussion: *589 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - discussion @@ -104274,12 +104259,12 @@ x-webhooks: type: string enum: - pinned - discussion: *588 - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + discussion: *589 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - discussion @@ -104369,12 +104354,12 @@ x-webhooks: type: string enum: - reopened - discussion: *588 - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + discussion: *589 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - discussion @@ -104467,17 +104452,17 @@ x-webhooks: changes: type: object properties: - new_discussion: *588 - new_repository: *584 + new_discussion: *589 + new_repository: *585 required: - new_discussion - new_repository - discussion: *588 - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + discussion: *589 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - changes @@ -104568,7 +104553,7 @@ x-webhooks: type: string enum: - unanswered - discussion: *588 + discussion: *589 old_answer: type: object properties: @@ -104723,9 +104708,9 @@ x-webhooks: - created_at - updated_at - body - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - discussion @@ -104815,9 +104800,9 @@ x-webhooks: type: string enum: - unlabeled - discussion: *588 - enterprise: *581 - installation: *582 + discussion: *589 + enterprise: *582 + installation: *583 label: title: Label type: object @@ -104850,9 +104835,9 @@ x-webhooks: - color - default - description - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - discussion @@ -104943,12 +104928,12 @@ x-webhooks: type: string enum: - unlocked - discussion: *588 - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + discussion: *589 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - discussion @@ -105038,12 +105023,12 @@ x-webhooks: type: string enum: - unpinned - discussion: *588 - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + discussion: *589 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - discussion @@ -105127,7 +105112,7 @@ x-webhooks: type: string enum: - anonymous_access_disabled - sender: *585 + sender: *586 required: - action responses: @@ -105206,7 +105191,7 @@ x-webhooks: type: string enum: - anonymous_access_enabled - sender: *585 + sender: *586 required: - action responses: @@ -105283,7 +105268,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *581 + enterprise: *582 forkee: description: The created [`repository`](https://docs.github.com/enterprise-server@3.11/rest/repos/repos#get-a-repository) resource. @@ -105947,10 +105932,10 @@ x-webhooks: watchers_count: type: integer properties: {} - installation: *582 - organization: *583 - repository: *584 - sender: *585 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - forkee - repository @@ -106038,7 +106023,7 @@ x-webhooks: type: string enum: - revoked - sender: *585 + sender: *586 required: - action - sender @@ -106115,9 +106100,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 pages: description: The pages that were updated. type: array @@ -106154,8 +106139,8 @@ x-webhooks: - action - sha - html_url - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - pages - repository @@ -106240,9 +106225,9 @@ x-webhooks: type: string enum: - created - enterprise: *581 - installation: *38 - organization: *583 + enterprise: *582 + installation: *39 + organization: *584 repositories: description: An array of repository objects that the installation can access. @@ -106269,7 +106254,7 @@ x-webhooks: - name - full_name - private - repository: *584 + repository: *585 requester: title: User type: object @@ -106337,7 +106322,7 @@ x-webhooks: required: - login - id - sender: *585 + sender: *586 required: - action - installation @@ -106421,9 +106406,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *581 - installation: *38 - organization: *583 + enterprise: *582 + installation: *39 + organization: *584 repositories: description: An array of repository objects that the installation can access. @@ -106450,10 +106435,10 @@ x-webhooks: - name - full_name - private - repository: *584 + repository: *585 requester: nullable: true - sender: *585 + sender: *586 required: - action - installation @@ -106536,9 +106521,9 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *581 - installation: *38 - organization: *583 + enterprise: *582 + installation: *39 + organization: *584 repositories: description: An array of repository objects that the installation can access. @@ -106565,10 +106550,10 @@ x-webhooks: - name - full_name - private - repository: *584 + repository: *585 requester: nullable: true - sender: *585 + sender: *586 required: - action - installation @@ -106651,9 +106636,9 @@ x-webhooks: type: string enum: - added - enterprise: *581 - installation: *38 - organization: *583 + enterprise: *582 + installation: *39 + organization: *584 repositories_added: description: An array of repository objects, which were added to the installation. @@ -106700,7 +106685,7 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *584 + repository: *585 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -106775,7 +106760,7 @@ x-webhooks: required: - login - id - sender: *585 + sender: *586 required: - action - installation @@ -106863,9 +106848,9 @@ x-webhooks: type: string enum: - removed - enterprise: *581 - installation: *38 - organization: *583 + enterprise: *582 + installation: *39 + organization: *584 repositories_added: description: An array of repository objects, which were added to the installation. @@ -106918,7 +106903,7 @@ x-webhooks: - name - full_name - private - repository: *584 + repository: *585 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -106993,7 +106978,7 @@ x-webhooks: required: - login - id - sender: *585 + sender: *586 required: - action - installation @@ -107081,9 +107066,9 @@ x-webhooks: type: string enum: - suspend - enterprise: *581 - installation: *38 - organization: *583 + enterprise: *582 + installation: *39 + organization: *584 repositories: description: An array of repository objects that the installation can access. @@ -107110,10 +107095,10 @@ x-webhooks: - name - full_name - private - repository: *584 + repository: *585 requester: nullable: true - sender: *585 + sender: *586 required: - action - installation @@ -107297,11 +107282,11 @@ x-webhooks: type: string required: - from - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 target_type: type: string required: @@ -107389,9 +107374,9 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *581 - installation: *38 - organization: *583 + enterprise: *582 + installation: *39 + organization: *584 repositories: description: An array of repository objects that the installation can access. @@ -107418,10 +107403,10 @@ x-webhooks: - name - full_name - private - repository: *584 + repository: *585 requester: nullable: true - sender: *585 + sender: *586 required: - action - installation @@ -107551,8 +107536,8 @@ x-webhooks: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *105 - required: *106 + properties: *106 + required: *107 nullable: true reactions: title: Reactions @@ -107677,8 +107662,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 issue: description: The [issue](https://docs.github.com/enterprise-server@3.11/rest/issues/issues#get-an-issue) the comment belongs to. @@ -108805,9 +108790,9 @@ x-webhooks: - state - locked - assignee - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - issue @@ -108941,8 +108926,8 @@ x-webhooks: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *105 - required: *106 + properties: *106 + required: *107 nullable: true reactions: title: Reactions @@ -109068,8 +109053,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 issue: description: The [issue](https://docs.github.com/enterprise-server@3.11/rest/issues/issues#get-an-issue) the comment belongs to. @@ -110192,9 +110177,9 @@ x-webhooks: - state - locked - assignee - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - issue @@ -110340,8 +110325,8 @@ x-webhooks: granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. type: object - properties: *105 - required: *106 + properties: *106 + required: *107 nullable: true reactions: title: Reactions @@ -110467,8 +110452,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 issue: description: The [issue](https://docs.github.com/enterprise-server@3.11/rest/issues/issues#get-an-issue) the comment belongs to. @@ -111594,9 +111579,9 @@ x-webhooks: - state - locked - assignee - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - changes @@ -111754,8 +111739,8 @@ x-webhooks: required: - login - id - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.11/rest/issues/issues#get-an-issue) @@ -112649,9 +112634,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - issue @@ -112740,8 +112725,8 @@ x-webhooks: type: string enum: - closed - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 issue: description: The [issue](https://docs.github.com/enterprise-server@3.11/rest/issues/issues#get-an-issue) itself. @@ -113771,9 +113756,9 @@ x-webhooks: required: - state - closed_at - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - issue @@ -113861,8 +113846,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.11/rest/issues/issues#get-an-issue) @@ -114750,9 +114735,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - issue @@ -114840,8 +114825,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 issue: allOf: - title: Issue @@ -116132,9 +116117,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - issue @@ -116242,8 +116227,8 @@ x-webhooks: type: string required: - from - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.11/rest/issues/issues#get-an-issue) @@ -117170,9 +117155,9 @@ x-webhooks: - color - default - description - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - changes @@ -117261,8 +117246,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.11/rest/issues/issues#get-an-issue) @@ -118188,9 +118173,9 @@ x-webhooks: - color - default - description - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - issue @@ -118279,8 +118264,8 @@ x-webhooks: type: string enum: - locked - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 issue: allOf: - title: Issue @@ -119307,9 +119292,9 @@ x-webhooks: required: - locked - active_lock_reason - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - issue @@ -119397,8 +119382,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 issue: allOf: - title: Issue @@ -120686,9 +120671,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - issue @@ -122124,8 +122109,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.11/rest/issues/issues#get-an-issue) @@ -123017,9 +123002,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - issue @@ -123108,8 +123093,8 @@ x-webhooks: type: string enum: - pinned - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.11/rest/issues/issues#get-an-issue) @@ -123996,9 +123981,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - issue @@ -124086,8 +124071,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 issue: allOf: - title: Issue @@ -125113,9 +125098,9 @@ x-webhooks: type: string required: - state - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - issue @@ -126552,8 +126537,8 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.11/rest/issues/issues#get-an-issue) @@ -127440,9 +127425,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - changes @@ -127600,8 +127585,8 @@ x-webhooks: required: - login - id - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.11/rest/issues/issues#get-an-issue) @@ -128495,9 +128480,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - issue @@ -128585,8 +128570,8 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.11/rest/issues/issues#get-an-issue) @@ -129512,9 +129497,9 @@ x-webhooks: - color - default - description - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - issue @@ -129603,8 +129588,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 issue: allOf: - title: Issue @@ -130621,9 +130606,9 @@ x-webhooks: required: - locked - active_lock_reason - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - issue @@ -130712,8 +130697,8 @@ x-webhooks: type: string enum: - unpinned - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.11/rest/issues/issues#get-an-issue) @@ -131600,9 +131585,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - issue @@ -131690,8 +131675,8 @@ x-webhooks: type: string enum: - created - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 label: title: Label type: object @@ -131724,9 +131709,9 @@ x-webhooks: - color - default - description - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - label @@ -131813,8 +131798,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 label: title: Label type: object @@ -131847,9 +131832,9 @@ x-webhooks: - color - default - description - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - label @@ -131968,8 +131953,8 @@ x-webhooks: type: string required: - from - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 label: title: Label type: object @@ -132002,9 +131987,9 @@ x-webhooks: - color - default - description - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - label @@ -132117,8 +132102,8 @@ x-webhooks: type: string required: - to - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 member: title: User type: object @@ -132186,9 +132171,9 @@ x-webhooks: required: - login - id - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - member @@ -132297,8 +132282,8 @@ x-webhooks: to: type: string nullable: true - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 member: title: User type: object @@ -132366,9 +132351,9 @@ x-webhooks: required: - login - id - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - changes @@ -132456,8 +132441,8 @@ x-webhooks: type: string enum: - removed - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 member: title: User type: object @@ -132525,9 +132510,9 @@ x-webhooks: required: - login - id - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - member @@ -132614,8 +132599,8 @@ x-webhooks: type: string enum: - added - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 member: title: User type: object @@ -132683,8 +132668,8 @@ x-webhooks: required: - login - id - organization: *583 - repository: *584 + organization: *584 + repository: *585 scope: description: The scope of the membership. Currently, can only be `team`. @@ -132958,8 +132943,8 @@ x-webhooks: type: string enum: - removed - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 member: title: User type: object @@ -133027,8 +133012,8 @@ x-webhooks: required: - login - id - organization: *583 - repository: *584 + organization: *584 + repository: *585 scope: description: The scope of the membership. Currently, can only be `team`. @@ -133303,7 +133288,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *581 + enterprise: *582 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -133411,18 +133396,18 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *582 - organization: *583 + installation: *583 + organization: *584 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *589 - required: *590 + properties: *590 + required: *591 nullable: true - sender: *585 + sender: *586 required: - action - hook_id @@ -133511,8 +133496,8 @@ x-webhooks: type: string enum: - closed - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -133649,9 +133634,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - milestone @@ -133739,8 +133724,8 @@ x-webhooks: type: string enum: - created - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -133876,9 +133861,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - milestone @@ -133966,8 +133951,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -134104,9 +134089,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - milestone @@ -134225,8 +134210,8 @@ x-webhooks: type: string required: - from - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -134363,9 +134348,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - changes @@ -134454,8 +134439,8 @@ x-webhooks: type: string enum: - opened - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -134591,9 +134576,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - milestone @@ -134681,8 +134666,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 membership: title: Membership description: The membership between the user and the organization. @@ -134772,9 +134757,9 @@ x-webhooks: - role - organization_url - user - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - organization @@ -134861,8 +134846,8 @@ x-webhooks: type: string enum: - member_added - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 membership: title: Membership description: The membership between the user and the organization. @@ -134952,9 +134937,9 @@ x-webhooks: - role - organization_url - user - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - membership @@ -135042,8 +135027,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -135157,9 +135142,9 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 user: title: User type: object @@ -135314,8 +135299,8 @@ x-webhooks: type: string enum: - member_removed - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 membership: title: Membership description: The membership between the user and the organization. @@ -135405,9 +135390,9 @@ x-webhooks: - role - organization_url - user - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - membership @@ -135503,8 +135488,8 @@ x-webhooks: properties: from: type: string - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 membership: title: Membership description: The membership between the user and the organization. @@ -135594,9 +135579,9 @@ x-webhooks: - role - organization_url - user - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 required: - action - organization @@ -135681,9 +135666,9 @@ x-webhooks: type: string enum: - published - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 package: description: Information about the package. type: object @@ -136176,7 +136161,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &591 + items: &592 title: Ruby Gems metadata type: object properties: @@ -136271,8 +136256,8 @@ x-webhooks: - owner - package_version - registry - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - package @@ -136357,9 +136342,9 @@ x-webhooks: type: string enum: - updated - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 package: description: Information about the package. type: object @@ -136706,7 +136691,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *591 + items: *592 source_url: type: string format: uri @@ -136776,8 +136761,8 @@ x-webhooks: - owner - package_version - registry - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - package @@ -136961,13 +136946,13 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *581 + enterprise: *582 id: type: integer - installation: *582 - organization: *583 - repository: *584 - sender: *585 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - id - build @@ -137045,7 +137030,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &592 + personal_access_token_request: &593 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -137179,9 +137164,9 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - organization: *583 - sender: *585 - installation: *582 + organization: *584 + sender: *586 + installation: *583 required: - action - personal_access_token_request @@ -137259,10 +137244,10 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *592 - organization: *583 - sender: *585 - installation: *582 + personal_access_token_request: *593 + organization: *584 + sender: *586 + installation: *583 required: - action - personal_access_token_request @@ -137339,10 +137324,10 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *592 - organization: *583 - sender: *585 - installation: *582 + personal_access_token_request: *593 + organization: *584 + sender: *586 + installation: *583 required: - action - personal_access_token_request @@ -137419,10 +137404,10 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *592 - organization: *583 - sender: *585 - installation: *582 + personal_access_token_request: *593 + organization: *584 + sender: *586 + installation: *583 required: - action - personal_access_token_request @@ -137517,10 +137502,10 @@ x-webhooks: config: type: object properties: - content_type: *28 - insecure_ssl: *30 - secret: *29 - url: *27 + content_type: *29 + insecure_ssl: *31 + secret: *30 + url: *28 created_at: type: string format: date-time @@ -137536,7 +137521,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *593 + last_response: *594 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -137568,9 +137553,9 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 zen: description: Random string of GitHub zen. type: string @@ -137824,9 +137809,9 @@ x-webhooks: - from required: - note - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 project_card: title: Project Card type: object @@ -137944,8 +137929,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - changes @@ -138035,9 +138020,9 @@ x-webhooks: type: string enum: - created - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 project_card: title: Project Card type: object @@ -138155,8 +138140,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - project_card @@ -138245,9 +138230,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 project_card: title: Project Card type: object @@ -138373,10 +138358,10 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *589 - required: *590 + properties: *590 + required: *591 nullable: true - sender: *585 + sender: *586 required: - action - project_card @@ -138478,9 +138463,9 @@ x-webhooks: - from required: - note - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 project_card: title: Project Card type: object @@ -138598,8 +138583,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - changes @@ -138702,9 +138687,9 @@ x-webhooks: - from required: - column_id - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 project_card: allOf: - title: Project Card @@ -138892,8 +138877,8 @@ x-webhooks: type: string required: - after_id - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - project_card @@ -138982,9 +138967,9 @@ x-webhooks: type: string enum: - closed - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 project: title: Project type: object @@ -139107,8 +139092,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - project @@ -139197,9 +139182,9 @@ x-webhooks: type: string enum: - created - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 project_column: title: Project Column type: object @@ -139239,8 +139224,8 @@ x-webhooks: - name - created_at - updated_at - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - project_column @@ -139328,9 +139313,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 project_column: title: Project Column type: object @@ -139376,10 +139361,10 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *589 - required: *590 + properties: *590 + required: *591 nullable: true - sender: *585 + sender: *586 required: - action - project_column @@ -139477,9 +139462,9 @@ x-webhooks: type: string required: - from - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 project_column: title: Project Column type: object @@ -139519,8 +139504,8 @@ x-webhooks: - name - created_at - updated_at - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - changes @@ -139609,9 +139594,9 @@ x-webhooks: type: string enum: - moved - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 project_column: title: Project Column type: object @@ -139651,8 +139636,8 @@ x-webhooks: - name - created_at - updated_at - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - project_column @@ -139741,9 +139726,9 @@ x-webhooks: type: string enum: - created - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 project: title: Project type: object @@ -139866,8 +139851,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - project @@ -139956,9 +139941,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 project: title: Project type: object @@ -140087,10 +140072,10 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *589 - required: *590 + properties: *590 + required: *591 nullable: true - sender: *585 + sender: *586 required: - action - project @@ -140200,9 +140185,9 @@ x-webhooks: type: string required: - from - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 project: title: Project type: object @@ -140325,8 +140310,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - project @@ -140414,9 +140399,9 @@ x-webhooks: type: string enum: - reopened - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 project: title: Project type: object @@ -140539,8 +140524,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - project @@ -140629,9 +140614,9 @@ x-webhooks: type: string enum: - closed - installation: *582 - organization: *583 - projects_v2: &594 + installation: *583 + organization: *584 + projects_v2: &595 title: Projects v2 Project description: A projects v2 project type: object @@ -140694,7 +140679,7 @@ x-webhooks: - short_description - deleted_at - deleted_by - sender: *585 + sender: *586 required: - action - projects_v2 @@ -140783,10 +140768,10 @@ x-webhooks: type: string enum: - created - installation: *582 - organization: *583 - projects_v2: *594 - sender: *585 + installation: *583 + organization: *584 + projects_v2: *595 + sender: *586 required: - action - projects_v2 @@ -140875,10 +140860,10 @@ x-webhooks: type: string enum: - deleted - installation: *582 - organization: *583 - projects_v2: *594 - sender: *585 + installation: *583 + organization: *584 + projects_v2: *595 + sender: *586 required: - action - projects_v2 @@ -141003,10 +140988,10 @@ x-webhooks: type: string to: type: string - installation: *582 - organization: *583 - projects_v2: *594 - sender: *585 + installation: *583 + organization: *584 + projects_v2: *595 + sender: *586 required: - action - projects_v2 @@ -141111,9 +141096,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *582 - organization: *583 - projects_v2_item: &595 + installation: *583 + organization: *584 + projects_v2_item: &596 title: Projects v2 Item description: An item belonging to a project type: object @@ -141155,7 +141140,7 @@ x-webhooks: - created_at - updated_at - archived_at - sender: *585 + sender: *586 required: - action - projects_v2_item @@ -141256,10 +141241,10 @@ x-webhooks: nullable: true to: type: string - installation: *582 - organization: *583 - projects_v2_item: *595 - sender: *585 + installation: *583 + organization: *584 + projects_v2_item: *596 + sender: *586 required: - action - projects_v2_item @@ -141349,10 +141334,10 @@ x-webhooks: type: string enum: - created - installation: *582 - organization: *583 - projects_v2_item: *595 - sender: *585 + installation: *583 + organization: *584 + projects_v2_item: *596 + sender: *586 required: - action - projects_v2_item @@ -141441,10 +141426,10 @@ x-webhooks: type: string enum: - deleted - installation: *582 - organization: *583 - projects_v2_item: *595 - sender: *585 + installation: *583 + organization: *584 + projects_v2_item: *596 + sender: *586 required: - action - projects_v2_item @@ -141561,10 +141546,10 @@ x-webhooks: nullable: true required: - body - installation: *582 - organization: *583 - projects_v2_item: *595 - sender: *585 + installation: *583 + organization: *584 + projects_v2_item: *596 + sender: *586 required: - action - projects_v2_item @@ -141667,10 +141652,10 @@ x-webhooks: to: type: string nullable: true - installation: *582 - organization: *583 - projects_v2_item: *595 - sender: *585 + installation: *583 + organization: *584 + projects_v2_item: *596 + sender: *586 required: - action - projects_v2_item @@ -141775,10 +141760,10 @@ x-webhooks: type: string nullable: true format: date-time - installation: *582 - organization: *583 - projects_v2_item: *595 - sender: *585 + installation: *583 + organization: *584 + projects_v2_item: *596 + sender: *586 required: - action - projects_v2_item @@ -141868,10 +141853,10 @@ x-webhooks: type: string enum: - reopened - installation: *582 - organization: *583 - projects_v2: *594 - sender: *585 + installation: *583 + organization: *584 + projects_v2: *595 + sender: *586 required: - action - projects_v2 @@ -141951,11 +141936,11 @@ x-webhooks: title: public event type: object properties: - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - repository - sender @@ -142108,12 +142093,12 @@ x-webhooks: required: - login - id - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 number: description: The pull request number. type: integer - organization: *583 + organization: *584 pull_request: title: Pull Request type: object @@ -144369,8 +144354,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - number @@ -144461,11 +144446,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 number: type: integer - organization: *583 + organization: *584 pull_request: title: Pull Request type: object @@ -146718,8 +146703,8 @@ x-webhooks: - draft reason: type: string - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - number @@ -146810,11 +146795,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 number: type: integer - organization: *583 + organization: *584 pull_request: title: Pull Request type: object @@ -149068,8 +149053,8 @@ x-webhooks: - draft reason: type: string - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - number @@ -149160,15 +149145,15 @@ x-webhooks: type: string enum: - closed - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 number: description: The pull request number. type: integer - organization: *583 + organization: *584 pull_request: allOf: - - *470 + - *471 - type: object properties: allow_auto_merge: @@ -149230,8 +149215,8 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - number @@ -149321,15 +149306,15 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 number: description: The pull request number. type: integer - organization: *583 + organization: *584 pull_request: allOf: - - *470 + - *471 - type: object properties: allow_auto_merge: @@ -149391,8 +149376,8 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - number @@ -149481,12 +149466,12 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *581 - milestone: *451 + enterprise: *582 + milestone: *452 number: description: The pull request number. type: integer - organization: *583 + organization: *584 pull_request: title: Pull Request type: object @@ -151727,8 +151712,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - number @@ -151859,15 +151844,15 @@ x-webhooks: type: string required: - from - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 number: description: The pull request number. type: integer - organization: *583 + organization: *584 pull_request: allOf: - - *470 + - *471 - type: object properties: allow_auto_merge: @@ -151929,8 +151914,8 @@ x-webhooks: Please use `squash_merge_commit_title` instead. type: boolean default: false - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - changes @@ -152019,8 +152004,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 label: title: Label type: object @@ -152056,7 +152041,7 @@ x-webhooks: number: description: The pull request number. type: integer - organization: *583 + organization: *584 pull_request: title: Pull Request type: object @@ -154313,8 +154298,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - number @@ -154404,12 +154389,12 @@ x-webhooks: type: string enum: - locked - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 number: description: The pull request number. type: integer - organization: *583 + organization: *584 pull_request: title: Pull Request type: object @@ -156664,8 +156649,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - number @@ -156754,12 +156739,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *581 - milestone: *451 + enterprise: *582 + milestone: *452 number: description: The pull request number. type: integer - organization: *583 + organization: *584 pull_request: title: Pull Request type: object @@ -159000,8 +158985,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - number @@ -159089,15 +159074,15 @@ x-webhooks: type: string enum: - opened - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 number: description: The pull request number. type: integer - organization: *583 + organization: *584 pull_request: allOf: - - *470 + - *471 - type: object properties: allow_auto_merge: @@ -159159,8 +159144,8 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - number @@ -159250,15 +159235,15 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 number: description: The pull request number. type: integer - organization: *583 + organization: *584 pull_request: allOf: - - *470 + - *471 - type: object properties: allow_auto_merge: @@ -159320,8 +159305,8 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - number @@ -159410,15 +159395,15 @@ x-webhooks: type: string enum: - reopened - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 number: description: The pull request number. type: integer - organization: *583 + organization: *584 pull_request: allOf: - - *470 + - *471 - type: object properties: allow_auto_merge: @@ -159480,8 +159465,8 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - number @@ -159853,9 +159838,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 pull_request: type: object properties: @@ -162002,8 +161987,8 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - comment @@ -162374,9 +162359,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 pull_request: type: object properties: @@ -164511,8 +164496,8 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - comment @@ -164895,9 +164880,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 pull_request: type: object properties: @@ -167033,8 +167018,8 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - changes @@ -167124,9 +167109,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 pull_request: title: Simple Pull Request type: object @@ -169276,7 +169261,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *584 + repository: *585 review: description: The review that was affected. type: object @@ -169425,7 +169410,7 @@ x-webhooks: - pull_request_url - author_association - _links - sender: *585 + sender: *586 required: - action - review @@ -169526,9 +169511,9 @@ x-webhooks: type: string required: - from - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 pull_request: title: Simple Pull Request type: object @@ -171559,7 +171544,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *584 + repository: *585 review: description: The review that was affected. type: object @@ -171704,7 +171689,7 @@ x-webhooks: - pull_request_url - author_association - _links - sender: *585 + sender: *586 required: - action - changes @@ -171796,12 +171781,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 number: description: The pull request number. type: integer - organization: *583 + organization: *584 pull_request: title: Pull Request type: object @@ -174057,7 +174042,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *584 + repository: *585 requested_reviewer: title: User type: object @@ -174125,7 +174110,7 @@ x-webhooks: required: - login - id - sender: *585 + sender: *586 required: - requested_reviewer - action @@ -174139,12 +174124,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 number: description: The pull request number. type: integer - organization: *583 + organization: *584 pull_request: title: Pull Request type: object @@ -176407,7 +176392,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *584 + repository: *585 requested_team: title: Team description: Groups of organization members that gives permissions @@ -176517,7 +176502,7 @@ x-webhooks: - members_url - repositories_url - permission - sender: *585 + sender: *586 required: - requested_team - action @@ -176609,12 +176594,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 number: description: The pull request number. type: integer - organization: *583 + organization: *584 pull_request: title: Pull Request type: object @@ -178872,7 +178857,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *584 + repository: *585 requested_reviewer: title: User type: object @@ -178941,7 +178926,7 @@ x-webhooks: required: - login - id - sender: *585 + sender: *586 required: - requested_reviewer - action @@ -178955,12 +178940,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 number: description: The pull request number. type: integer - organization: *583 + organization: *584 pull_request: title: Pull Request type: object @@ -181209,7 +181194,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *584 + repository: *585 requested_team: title: Team description: Groups of organization members that gives permissions @@ -181310,7 +181295,7 @@ x-webhooks: required: - name - id - sender: *585 + sender: *586 required: - requested_team - action @@ -181400,9 +181385,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 pull_request: title: Simple Pull Request type: object @@ -183554,7 +183539,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *584 + repository: *585 review: description: The review that was affected. type: object @@ -183699,7 +183684,7 @@ x-webhooks: - pull_request_url - author_association - _links - sender: *585 + sender: *586 required: - action - review @@ -183788,9 +183773,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 pull_request: title: Simple Pull Request type: object @@ -185837,8 +185822,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *584 - sender: *585 + repository: *585 + sender: *586 thread: type: object properties: @@ -186227,9 +186212,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 pull_request: title: Simple Pull Request type: object @@ -188262,8 +188247,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *584 - sender: *585 + repository: *585 + sender: *586 thread: type: object properties: @@ -188655,12 +188640,12 @@ x-webhooks: type: string before: type: string - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 number: description: The pull request number. type: integer - organization: *583 + organization: *584 pull_request: title: Pull Request type: object @@ -190906,8 +190891,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - number @@ -191066,12 +191051,12 @@ x-webhooks: required: - login - id - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 number: description: The pull request number. type: integer - organization: *583 + organization: *584 pull_request: title: Pull Request type: object @@ -193329,8 +193314,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - number @@ -193418,8 +193403,8 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 label: title: Label type: object @@ -193455,7 +193440,7 @@ x-webhooks: number: description: The pull request number. type: integer - organization: *583 + organization: *584 pull_request: title: Pull Request type: object @@ -195703,8 +195688,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - number @@ -195794,12 +195779,12 @@ x-webhooks: type: string enum: - unlocked - enterprise: *581 - installation: *582 + enterprise: *582 + installation: *583 number: description: The pull request number. type: integer - organization: *583 + organization: *584 pull_request: title: Pull Request type: object @@ -198039,8 +198024,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - number @@ -198248,7 +198233,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *581 + enterprise: *582 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -198340,8 +198325,8 @@ x-webhooks: - url - author - committer - installation: *582 - organization: *583 + installation: *583 + organization: *584 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -198821,7 +198806,7 @@ x-webhooks: - default_branch - topics - visibility - sender: *585 + sender: *586 required: - ref - before @@ -198916,9 +198901,9 @@ x-webhooks: type: string enum: - published - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 registry_package: type: object properties: @@ -199358,7 +199343,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *591 + items: *592 summary: type: string tag_name: @@ -199412,8 +199397,8 @@ x-webhooks: - owner - package_version - registry - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - registry_package @@ -199499,9 +199484,9 @@ x-webhooks: type: string enum: - updated - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 registry_package: type: object properties: @@ -199803,7 +199788,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *591 + items: *592 summary: type: string tag_name: @@ -199852,8 +199837,8 @@ x-webhooks: - owner - package_version - registry - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - registry_package @@ -199939,9 +199924,9 @@ x-webhooks: type: string enum: - created - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.11/rest/releases/releases/#get-a-release) @@ -200245,8 +200230,8 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - release @@ -200332,9 +200317,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.11/rest/releases/releases/#get-a-release) @@ -200638,8 +200623,8 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - release @@ -200756,9 +200741,9 @@ x-webhooks: type: boolean required: - to - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.11/rest/releases/releases/#get-a-release) @@ -201062,8 +201047,8 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - changes @@ -201150,9 +201135,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 release: allOf: - title: Release @@ -201546,8 +201531,8 @@ x-webhooks: nullable: true required: - prerelease - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - release @@ -201632,9 +201617,9 @@ x-webhooks: type: string enum: - published - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 release: allOf: - title: Release @@ -202025,8 +202010,8 @@ x-webhooks: nullable: true required: - published_at - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - release @@ -202111,9 +202096,9 @@ x-webhooks: type: string enum: - released - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.11/rest/releases/releases/#get-a-release) @@ -202417,8 +202402,8 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - release @@ -202503,9 +202488,9 @@ x-webhooks: type: string enum: - unpublished - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 release: allOf: - title: Release @@ -202895,8 +202880,8 @@ x-webhooks: nullable: true required: - published_at - repository: *584 - sender: *585 + repository: *585 + sender: *586 required: - action - release @@ -202981,11 +202966,11 @@ x-webhooks: type: string enum: - anonymous_access_disabled - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action responses: @@ -203069,11 +203054,11 @@ x-webhooks: type: string enum: - anonymous_access_enabled - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action responses: @@ -203157,11 +203142,11 @@ x-webhooks: type: string enum: - archived - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - repository @@ -203247,11 +203232,11 @@ x-webhooks: type: string enum: - created - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - repository @@ -203338,11 +203323,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - repository @@ -203435,11 +203420,11 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - branch @@ -203560,11 +203545,11 @@ x-webhooks: nullable: true items: type: string - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - changes @@ -203651,11 +203636,11 @@ x-webhooks: type: string enum: - privatized - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - repository @@ -203741,11 +203726,11 @@ x-webhooks: type: string enum: - publicized - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - repository @@ -203848,11 +203833,11 @@ x-webhooks: - name required: - repository - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - changes @@ -203931,12 +203916,12 @@ x-webhooks: type: string enum: - created - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - repository_ruleset: *235 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + repository_ruleset: *236 + sender: *586 required: - action - repository_ruleset @@ -204013,12 +203998,12 @@ x-webhooks: type: string enum: - deleted - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - repository_ruleset: *235 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + repository_ruleset: *236 + sender: *586 required: - action - repository_ruleset @@ -204095,11 +204080,11 @@ x-webhooks: type: string enum: - edited - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - repository_ruleset: *235 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + repository_ruleset: *236 changes: type: object properties: @@ -204118,16 +204103,16 @@ x-webhooks: properties: added: type: array - items: *230 + items: *231 deleted: type: array - items: *230 + items: *231 updated: type: array items: type: object properties: - condition: *230 + condition: *231 changes: type: object properties: @@ -204160,16 +204145,16 @@ x-webhooks: properties: added: type: array - items: *234 + items: *235 deleted: type: array - items: *234 + items: *235 updated: type: array items: type: object properties: - rule: *234 + rule: *235 changes: type: object properties: @@ -204188,7 +204173,7 @@ x-webhooks: properties: from: type: string - sender: *585 + sender: *586 required: - action - repository_ruleset @@ -204410,11 +204395,11 @@ x-webhooks: - from required: - owner - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - changes @@ -204501,11 +204486,11 @@ x-webhooks: type: string enum: - unarchived - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - repository @@ -204746,11 +204731,11 @@ x-webhooks: - open required: - state - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - alert @@ -205070,11 +205055,11 @@ x-webhooks: - dismiss_reason - dismissed_at - state - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - alert @@ -205315,11 +205300,11 @@ x-webhooks: - open required: - state - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - alert @@ -205565,11 +205550,11 @@ x-webhooks: - open required: - state - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - alert @@ -205656,11 +205641,11 @@ x-webhooks: type: string enum: - created - alert: &596 + alert: &597 type: object properties: - number: *93 - created_at: *98 + number: *94 + created_at: *99 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -205668,8 +205653,8 @@ x-webhooks: format: date-time readOnly: true nullable: true - url: *96 - html_url: *97 + url: *97 + html_url: *98 locations_url: type: string format: uri @@ -205731,11 +205716,11 @@ x-webhooks: description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' nullable: true - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - alert @@ -205825,12 +205810,12 @@ x-webhooks: type: string enum: - created - alert: *596 - installation: *582 - location: *597 - organization: *583 - repository: *584 - sender: *585 + alert: *597 + installation: *583 + location: *598 + organization: *584 + repository: *585 + sender: *586 required: - location - alert @@ -206075,12 +206060,12 @@ x-webhooks: type: string enum: - reopened - alert: *596 - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + alert: *597 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - alert @@ -206167,12 +206152,12 @@ x-webhooks: type: string enum: - resolved - alert: *596 - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + alert: *597 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - alert @@ -206259,12 +206244,12 @@ x-webhooks: type: string enum: - revoked - alert: *596 - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + alert: *597 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - alert @@ -206349,10 +206334,10 @@ x-webhooks: type: string enum: - published - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -206463,7 +206448,7 @@ x-webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *585 + sender: *586 required: - action - security_advisory @@ -206545,10 +206530,10 @@ x-webhooks: type: string enum: - updated - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -206659,7 +206644,7 @@ x-webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *585 + sender: *586 required: - action - security_advisory @@ -206741,10 +206726,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -206854,7 +206839,7 @@ x-webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *585 + sender: *586 required: - action - security_advisory @@ -206937,12 +206922,12 @@ x-webhooks: from: type: object properties: - security_and_analysis: *229 - enterprise: *581 - installation: *582 - organization: *583 - repository: *280 - sender: *585 + security_and_analysis: *230 + enterprise: *582 + installation: *583 + organization: *584 + repository: *281 + sender: *586 required: - changes - repository @@ -207029,11 +207014,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 sponsorship: type: object properties: @@ -207339,11 +207324,11 @@ x-webhooks: type: string enum: - created - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 sponsorship: type: object properties: @@ -207663,11 +207648,11 @@ x-webhooks: type: string required: - from - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 sponsorship: type: object properties: @@ -207981,11 +207966,11 @@ x-webhooks: event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 sponsorship: type: object properties: @@ -208340,11 +208325,11 @@ x-webhooks: event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 sponsorship: type: object properties: @@ -208697,11 +208682,11 @@ x-webhooks: - from required: - tier - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 sponsorship: type: object properties: @@ -209007,11 +208992,11 @@ x-webhooks: type: string enum: - created - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 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 @@ -209103,11 +209088,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 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 @@ -209532,16 +209517,16 @@ x-webhooks: status. type: string nullable: true - enterprise: *581 + enterprise: *582 id: description: The unique identifier of the status. type: integer - installation: *582 + installation: *583 name: type: string - organization: *583 - repository: *584 - sender: *585 + organization: *584 + repository: *585 + sender: *586 sha: description: The Commit SHA. type: string @@ -209652,11 +209637,11 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 team: title: Team description: Groups of organization members that gives permissions @@ -209857,9 +209842,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 repository: title: Repository description: A git repository @@ -210307,7 +210292,7 @@ x-webhooks: - default_branch - topics - visibility - sender: *585 + sender: *586 team: title: Team description: Groups of organization members that gives permissions @@ -210508,9 +210493,9 @@ x-webhooks: type: string enum: - created - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 repository: title: Repository description: A git repository @@ -210958,7 +210943,7 @@ x-webhooks: - default_branch - topics - visibility - sender: *585 + sender: *586 team: title: Team description: Groups of organization members that gives permissions @@ -211160,9 +211145,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 repository: title: Repository description: A git repository @@ -211610,7 +211595,7 @@ x-webhooks: - default_branch - topics - visibility - sender: *585 + sender: *586 team: title: Team description: Groups of organization members that gives permissions @@ -211879,9 +211864,9 @@ x-webhooks: - from required: - permissions - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 repository: title: Repository description: A git repository @@ -212329,7 +212314,7 @@ x-webhooks: - default_branch - topics - visibility - sender: *585 + sender: *586 team: title: Team description: Groups of organization members that gives permissions @@ -212532,9 +212517,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *581 - installation: *582 - organization: *583 + enterprise: *582 + installation: *583 + organization: *584 repository: title: Repository description: A git repository @@ -212982,7 +212967,7 @@ x-webhooks: - default_branch - topics - visibility - sender: *585 + sender: *586 team: title: Team description: Groups of organization members that gives permissions @@ -213180,11 +213165,11 @@ x-webhooks: type: string enum: - created - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 user: title: User type: object @@ -213329,11 +213314,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 user: title: User type: object @@ -213481,11 +213466,11 @@ x-webhooks: type: string enum: - started - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 required: - action - repository @@ -213567,17 +213552,17 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *581 + enterprise: *582 inputs: type: object nullable: true additionalProperties: true - installation: *582 - organization: *583 + installation: *583 + organization: *584 ref: type: string - repository: *584 - sender: *585 + repository: *585 + sender: *586 workflow: type: string required: @@ -213668,11 +213653,11 @@ x-webhooks: type: string enum: - completed - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 workflow_job: allOf: - title: Workflow Job @@ -213908,7 +213893,7 @@ x-webhooks: type: string required: - conclusion - deployment: *390 + deployment: *391 required: - action - repository @@ -213997,11 +213982,11 @@ x-webhooks: type: string enum: - in_progress - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 workflow_job: allOf: - title: Workflow Job @@ -214260,7 +214245,7 @@ x-webhooks: required: - status - steps - deployment: *390 + deployment: *391 required: - action - repository @@ -214349,11 +214334,11 @@ x-webhooks: type: string enum: - queued - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - sender: *585 + enterprise: *582 + installation: *583 + organization: *584 + repository: *585 + sender: *586 workflow_job: type: object properties: @@ -214487,7 +214472,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *390 + deployment: *391 required: - action - repository @@ -214576,11 +214561,11 @@ x-webhooks: type: string enum: - waiting - enterprise: *581 - installation: *582 - organization: *583 - repository: *584 - {"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}