From d37664d18829555af076b3ac2d789d0f56a09cf0 Mon Sep 17 00:00:00 2001 From: github-openapi-bot Date: Tue, 11 Feb 2025 09:02:03 -0800 Subject: Update OpenAPI 3.0 Descriptions --- .../api.github.com.2022-11-28.deref.yaml | 6459 ++++++++++---------- 1 file changed, 3369 insertions(+), 3090 deletions(-) (limited to 'descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml') 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 d98cf53dc..4305b347f 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 @@ -847,7 +847,7 @@ paths: - subscriptions_url - type - url - type: &248 + type: &249 type: string description: The type of credit the user is receiving. enum: @@ -1013,7 +1013,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &572 + - &575 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -8481,7 +8481,7 @@ paths: enum: - development - runtime - security_advisory: &423 + security_advisory: &424 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -8743,7 +8743,7 @@ paths: format: date-time readOnly: true nullable: true - auto_dismissed_at: &424 + auto_dismissed_at: &425 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -9116,7 +9116,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *41 - - &239 + - &240 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -9127,7 +9127,7 @@ paths: enum: - open - resolved - - &240 + - &241 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -9137,7 +9137,7 @@ paths: required: false schema: type: string - - &241 + - &242 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -9146,7 +9146,7 @@ paths: required: false schema: type: string - - &242 + - &243 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. @@ -9162,7 +9162,7 @@ paths: - *17 - *39 - *40 - - &243 + - &244 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -9171,7 +9171,7 @@ paths: required: false schema: type: string - - &244 + - &245 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -9180,7 +9180,7 @@ paths: schema: type: boolean default: false - - &245 + - &246 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -9196,7 +9196,7 @@ paths: application/json: schema: type: array - items: &246 + items: &247 type: object properties: number: *54 @@ -9215,14 +9215,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &564 + state: &567 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: &565 + resolution: &568 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -9319,7 +9319,7 @@ paths: repositories in the same organization or enterprise. nullable: true examples: - default: &247 + default: &248 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -9655,7 +9655,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &472 + properties: &473 id: type: integer format: int64 @@ -9766,7 +9766,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &408 + properties: &409 url: type: string format: uri @@ -9836,7 +9836,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &409 + required: &410 - closed_issues - creator - description @@ -9991,7 +9991,7 @@ paths: - total - completed - percent_completed - required: &473 + required: &474 - assignee - closed_at - comments @@ -10013,7 +10013,7 @@ paths: - author_association - created_at - updated_at - comment: &470 + comment: &471 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -10580,7 +10580,7 @@ paths: url: type: string format: uri - user: &595 + user: &598 title: Public User description: Public User type: object @@ -13885,14 +13885,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &273 + - &274 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &274 + - &275 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -13963,7 +13963,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &285 + '301': &286 description: Moved permanently content: application/json: @@ -13985,7 +13985,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &502 + - &503 name: all description: If `true`, show notifications marked as read. in: query @@ -13993,7 +13993,7 @@ paths: schema: type: boolean default: false - - &503 + - &504 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -14003,7 +14003,7 @@ paths: type: boolean default: false - *67 - - &504 + - &505 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: @@ -14459,7 +14459,7 @@ paths: - url - subscription_url examples: - default: &505 + default: &506 value: - id: '1' repository: @@ -15060,7 +15060,7 @@ paths: - avatar_url - description examples: - default: &613 + default: &616 value: - login: github id: 1 @@ -15969,7 +15969,7 @@ paths: type: integer repository_cache_usages: type: array - items: &290 + items: &291 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -16854,7 +16854,7 @@ paths: - all - local_only - selected - selected_actions_url: &296 + selected_actions_url: &297 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` @@ -16944,7 +16944,7 @@ paths: type: array items: *60 examples: - default: &607 + default: &610 value: total_count: 1 repositories: @@ -17272,7 +17272,7 @@ paths: description: Response content: application/json: - schema: &300 + schema: &301 type: object properties: default_workflow_permissions: &112 @@ -17323,7 +17323,7 @@ paths: required: false content: application/json: - schema: &301 + schema: &302 type: object properties: default_workflow_permissions: *112 @@ -17812,7 +17812,7 @@ paths: type: array items: *119 examples: - default: &598 + default: &601 value: total_count: 1 repositories: @@ -18454,7 +18454,7 @@ paths: application/json: schema: type: array - items: &302 + items: &303 title: Runner Application description: Runner Application type: object @@ -18479,7 +18479,7 @@ paths: - download_url - filename examples: - default: &303 + default: &304 value: - os: osx architecture: x64 @@ -18565,7 +18565,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &304 + '201': &305 description: Response content: application/json: @@ -18676,7 +18676,7 @@ paths: - token - expires_at examples: - default: &305 + default: &306 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -18715,7 +18715,7 @@ paths: application/json: schema: *123 examples: - default: &306 + default: &307 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -18749,7 +18749,7 @@ paths: application/json: schema: *121 examples: - default: &307 + default: &308 value: id: 23 name: MBP @@ -18974,7 +18974,7 @@ paths: - *94 - *120 responses: - '200': &308 + '200': &309 description: Response content: application/json: @@ -19031,7 +19031,7 @@ paths: parameters: - *94 - *120 - - &309 + - &310 name: name description: The name of a self-hosted runner's custom label. in: path @@ -19161,7 +19161,7 @@ paths: description: Response content: application/json: - schema: &321 + schema: &322 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -19190,7 +19190,7 @@ paths: - key_id - key examples: - default: &322 + default: &323 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -19603,7 +19603,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - *94 - - &295 + - &296 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/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -20130,7 +20130,7 @@ paths: bundle_url: type: string examples: - default: &335 + default: &336 value: attestations: - bundle: @@ -20367,7 +20367,7 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *94 - - &361 + - &362 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`, @@ -20377,7 +20377,7 @@ paths: schema: &136 type: string description: The name of the tool used to generate the code scanning analysis. - - &362 + - &363 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 @@ -20400,7 +20400,7 @@ paths: be returned. in: query required: false - schema: &364 + schema: &365 type: string description: State of a code scanning alert. enum: @@ -20423,7 +20423,7 @@ paths: be returned. in: query required: false - schema: &365 + schema: &366 type: string description: Severity of a code scanning alert. enum: @@ -20449,7 +20449,7 @@ paths: updated_at: *133 url: *56 html_url: *57 - instances_url: &366 + instances_url: &367 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -20472,7 +20472,7 @@ paths: required: *21 nullable: true dismissed_at: *135 - dismissed_reason: &367 + dismissed_reason: &368 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -20481,13 +20481,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &368 + dismissed_comment: &369 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &369 + rule: &370 type: object properties: id: @@ -20540,7 +20540,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &370 + tool: &371 type: object properties: name: *136 @@ -20550,15 +20550,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *137 - most_recent_instance: &371 + most_recent_instance: &372 type: object properties: - ref: &363 + ref: &364 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &381 + analysis_key: &382 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -20569,7 +20569,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &382 + category: &383 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -21781,7 +21781,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &394 + properties: &395 name: type: string description: The name of the machine. @@ -21823,7 +21823,7 @@ paths: - ready - in_progress nullable: true - required: &395 + required: &396 - name - display_name - operating_system @@ -22691,7 +22691,7 @@ paths: - updated_at - visibility examples: - default: &396 + default: &397 value: total_count: 2 secrets: @@ -22729,7 +22729,7 @@ paths: description: Response content: application/json: - schema: &397 + schema: &398 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -22758,7 +22758,7 @@ paths: - key_id - key examples: - default: &398 + default: &399 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -22790,7 +22790,7 @@ paths: application/json: schema: *146 examples: - default: &400 + default: &401 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -23961,7 +23961,7 @@ paths: application/json: schema: type: array - items: &253 + items: &254 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -24268,7 +24268,7 @@ paths: - date additionalProperties: true examples: - default: &254 + default: &255 value: - date: '2024-06-24' total_active_users: 24 @@ -24370,7 +24370,7 @@ paths: '500': *145 '403': *29 '404': *6 - '422': &255 + '422': &256 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -24438,7 +24438,7 @@ paths: application/json: schema: type: array - items: &256 + items: &257 title: Copilot Usage Metrics description: Summary of Copilot usage. type: object @@ -24525,7 +24525,7 @@ paths: - breakdown additionalProperties: false examples: - default: &257 + default: &258 value: - day: '2023-10-15' total_suggestions_count: 1000 @@ -24758,7 +24758,7 @@ paths: description: Response content: application/json: - schema: &427 + schema: &428 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -24775,7 +24775,7 @@ paths: - key_id - key examples: - default: &428 + default: &429 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -26568,7 +26568,7 @@ paths: application/json: schema: *22 examples: - default: &466 + default: &467 value: id: 1 account: @@ -26793,7 +26793,7 @@ paths: required: true content: application/json: - schema: &467 + schema: &468 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -27404,7 +27404,7 @@ paths: application/json: schema: *192 examples: - default: &393 + default: &394 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -28630,7 +28630,7 @@ paths: parameters: - *94 - *200 - - &612 + - &615 name: repo_name description: repo_name parameter in: path @@ -29364,7 +29364,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &249 + items: &250 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -29655,7 +29655,7 @@ paths: - nuget - container - *94 - - &614 + - &617 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -29696,7 +29696,7 @@ paths: default: *208 '403': *29 '401': *25 - '400': &616 + '400': &619 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -31522,7 +31522,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &282 + '410': &283 description: Gone content: application/json: @@ -32410,7 +32410,7 @@ paths: description: Response content: application/json: - schema: &284 + schema: &285 title: Full Repository description: Full Repository type: object @@ -32803,7 +32803,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &415 + properties: &416 url: type: string format: uri @@ -32819,7 +32819,7 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &416 + required: &417 - url - key - name @@ -32908,7 +32908,7 @@ paths: - network_count - subscribers_count examples: - default: &286 + default: &287 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -33429,7 +33429,7 @@ paths: - *94 - *17 - *19 - - &551 + - &552 name: targets description: | A comma-separated list of rule targets to filter by. @@ -33710,7 +33710,7 @@ paths: type: object description: A repository rule. oneOf: - - &533 + - &534 title: creation description: Only allow users with bypass permission to create matching refs. @@ -33722,7 +33722,7 @@ paths: type: string enum: - creation - - &534 + - &535 title: update description: Only allow users with bypass permission to update matching refs. @@ -33743,7 +33743,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &536 + - &537 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -33755,7 +33755,7 @@ paths: type: string enum: - deletion - - &537 + - &538 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -33767,7 +33767,7 @@ paths: type: string enum: - required_linear_history - - &538 + - &539 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -33845,7 +33845,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &539 + - &540 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -33869,7 +33869,7 @@ paths: type: string required: - required_deployment_environments - - &540 + - &541 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -33881,7 +33881,7 @@ paths: type: string enum: - required_signatures - - &541 + - &542 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -33934,7 +33934,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &542 + - &543 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -33982,7 +33982,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &543 + - &544 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -33994,7 +33994,7 @@ paths: type: string enum: - non_fast_forward - - &544 + - &545 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -34030,7 +34030,7 @@ paths: required: - operator - pattern - - &545 + - &546 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -34066,7 +34066,7 @@ paths: required: - operator - pattern - - &546 + - &547 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -34102,7 +34102,7 @@ paths: required: - operator - pattern - - &547 + - &548 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -34138,7 +34138,7 @@ paths: required: - operator - pattern - - &548 + - &549 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -34264,7 +34264,7 @@ paths: maximum: 100 required: - max_file_size - - &549 + - &550 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -34314,7 +34314,7 @@ paths: - repository_id required: - workflows - - &550 + - &551 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -34552,7 +34552,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *94 - - &552 + - &553 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -34567,7 +34567,7 @@ paths: in: query schema: type: string - - &553 + - &554 name: time_period description: |- The time period to filter by. @@ -34583,14 +34583,14 @@ paths: - week - month default: day - - &554 + - &555 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &555 + - &556 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -34610,7 +34610,7 @@ paths: description: Response content: application/json: - schema: &556 + schema: &557 title: Rule Suites description: Response type: array @@ -34665,7 +34665,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &557 + default: &558 value: - id: 21 actor_id: 12 @@ -34709,7 +34709,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *94 - - &558 + - &559 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -34725,7 +34725,7 @@ paths: description: Response content: application/json: - schema: &559 + schema: &560 title: Rule Suite description: Response type: object @@ -34824,7 +34824,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &560 + default: &561 value: id: 21 actor_id: 12 @@ -35019,6 +35019,165 @@ paths: description: Response '404': *6 '500': *145 + "/orgs/{org}/rulesets/{ruleset_id}/history": + get: + summary: Get organization ruleset history + description: Get the history of an organization ruleset. + tags: + - orgs + operationId: orgs/get-org-ruleset-history + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/orgs/rules#get-organization-ruleset-history + parameters: + - *94 + - *17 + - *19 + - name: ruleset_id + description: The ID of the ruleset. + in: path + required: true + schema: + type: integer + responses: + '200': + description: Response + content: + application/json: + schema: + type: array + items: &239 + title: Ruleset version + type: object + description: The historical version of a ruleset + required: + - version_id + - actor + - updated_at + properties: + version_id: + type: integer + description: The ID of the previous version of the ruleset + actor: + type: object + description: The actor who updated the ruleset + properties: + id: + type: integer + type: + type: string + updated_at: + type: string + format: date-time + examples: + default: &563 + value: + - version_id: 3 + actor: + id: 1 + type: User + updated_at: 2024-010-23T16:29:47Z + - version_id: 2 + actor: + id: 2 + type: User + updated_at: '2024-09-23T16:29:47Z' + - version_id: 1 + actor: + id: 1 + type: User + updated_at: '2024-08-23T16:29:47Z' + '404': *6 + '500': *145 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: orgs + subcategory: rules + "/orgs/{org}/rulesets/{ruleset_id}/history/{version_id}": + get: + summary: Get organization ruleset version + description: Get a version of an organization ruleset. + tags: + - orgs + operationId: orgs/get-org-ruleset-version + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/orgs/rules#get-organization-ruleset-version + parameters: + - *94 + - name: ruleset_id + description: The ID of the ruleset. + in: path + required: true + schema: + type: integer + - name: version_id + description: The ID of the version + in: path + required: true + schema: + type: integer + responses: + '200': + description: Response + content: + application/json: + schema: &564 + allOf: + - *239 + - type: object + required: + - state + properties: + state: + type: object + description: The state of the ruleset version + examples: + default: + value: + - version_id: 3 + actor: + id: 1 + type: User + updated_at: 2024-010-23T16:29:47Z + state: + id: 21 + name: super cool ruleset + target: branch + source_type: Organization + source: my-org + enforcement: active + bypass_actors: + - actor_id: 234 + actor_type: Team + bypass_mode: always + conditions: + ref_name: + include: + - refs/heads/main + - refs/heads/master + exclude: + - refs/heads/dev* + repository_name: + include: + - important_repository + - another_important_repository + exclude: + - unimportant_repository + protected: true + rules: + - type: commit_author_email_pattern + parameters: + operator: contains + pattern: github + '404': *6 + '500': *145 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: orgs + subcategory: rules "/orgs/{org}/secret-scanning/alerts": get: summary: List secret scanning alerts for an organization @@ -35036,14 +35195,14 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *94 - - *239 - *240 - *241 - *242 + - *243 - *48 - *19 - *17 - - &562 + - &565 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 events before this cursor. To @@ -35053,7 +35212,7 @@ paths: required: false schema: type: string - - &563 + - &566 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 events after this cursor. To @@ -35063,9 +35222,9 @@ paths: required: false schema: type: string - - *243 - *244 - *245 + - *246 responses: '200': description: Response @@ -35073,9 +35232,9 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: - default: *247 + default: *248 headers: Link: *58 '404': *6 @@ -35145,7 +35304,7 @@ paths: application/json: schema: type: array - items: &570 + items: &573 description: A repository security advisory. type: object properties: @@ -35365,7 +35524,7 @@ paths: login: type: string description: The username of the user credited. - type: *248 + type: *249 credits_detailed: type: array nullable: true @@ -35375,7 +35534,7 @@ paths: type: object properties: user: *4 - type: *248 + type: *249 state: type: string description: The state of the user's acceptance of the @@ -35436,7 +35595,7 @@ paths: - private_fork additionalProperties: false examples: - default: &571 + default: &574 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -35823,7 +35982,7 @@ paths: application/json: schema: type: array - items: *249 + items: *250 examples: default: *206 x-github: @@ -35910,7 +36069,7 @@ paths: description: Response content: application/json: - schema: &630 + schema: &633 type: object properties: total_minutes_used: @@ -35980,7 +36139,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &631 + default: &634 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -36016,7 +36175,7 @@ paths: description: Response content: application/json: - schema: &632 + schema: &635 type: object properties: total_gigabytes_bandwidth_used: @@ -36034,7 +36193,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &633 + default: &636 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -36066,7 +36225,7 @@ paths: description: Response content: application/json: - schema: &634 + schema: &637 type: object properties: days_left_in_billing_cycle: @@ -36084,7 +36243,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &635 + default: &638 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -36126,7 +36285,7 @@ paths: type: integer network_configurations: type: array - items: &250 + items: &251 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -36246,9 +36405,9 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: - default: &251 + default: &252 value: id: 123456789ABCDEF name: My network configuration @@ -36277,7 +36436,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - *94 - - &252 + - &253 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -36289,9 +36448,9 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: - default: *251 + default: *252 headers: Link: *58 x-github: @@ -36313,7 +36472,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - *94 - - *252 + - *253 requestBody: required: true content: @@ -36352,9 +36511,9 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: - default: *251 + default: *252 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36374,7 +36533,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - *94 - - *252 + - *253 responses: '204': description: Response @@ -36514,13 +36673,13 @@ paths: application/json: schema: type: array - items: *253 + items: *254 examples: - default: *254 + default: *255 '500': *145 '403': *29 '404': *6 - '422': *255 + '422': *256 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36587,9 +36746,9 @@ paths: application/json: schema: type: array - items: *256 + items: *257 examples: - default: *257 + default: *258 '500': *145 '401': *25 '403': *29 @@ -36717,7 +36876,7 @@ paths: description: Response content: application/json: - schema: &258 + schema: &259 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -37027,7 +37186,7 @@ paths: - repos_count - organization examples: - default: &259 + default: &260 value: id: 1 node_id: MDQ6VGVhbTE= @@ -37104,9 +37263,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 '404': *6 x-github: githubCloudOnly: false @@ -37190,16 +37349,16 @@ paths: description: Response when the updated information already exists 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 '404': *6 '422': *15 '403': *29 @@ -37269,7 +37428,7 @@ paths: application/json: schema: type: array - items: &260 + items: &261 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -37368,7 +37527,7 @@ paths: - updated_at - url examples: - default: &585 + default: &588 value: - author: login: octocat @@ -37477,9 +37636,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: &261 + default: &262 value: author: login: octocat @@ -37553,7 +37712,7 @@ paths: parameters: - *94 - *201 - - &262 + - &263 name: discussion_number description: The number that identifies the discussion. in: path @@ -37565,9 +37724,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37591,7 +37750,7 @@ paths: parameters: - *94 - *201 - - *262 + - *263 requestBody: required: false content: @@ -37614,9 +37773,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: &586 + default: &589 value: author: login: octocat @@ -37688,7 +37847,7 @@ paths: parameters: - *94 - *201 - - *262 + - *263 responses: '204': description: Response @@ -37716,7 +37875,7 @@ paths: parameters: - *94 - *201 - - *262 + - *263 - *48 - *17 - *19 @@ -37727,7 +37886,7 @@ paths: application/json: schema: type: array - items: &263 + items: &264 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -37799,7 +37958,7 @@ paths: - updated_at - url examples: - default: &587 + default: &590 value: - author: login: octocat @@ -37869,7 +38028,7 @@ paths: parameters: - *94 - *201 - - *262 + - *263 requestBody: required: true content: @@ -37891,9 +38050,9 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: &264 + default: &265 value: author: login: octocat @@ -37961,8 +38120,8 @@ paths: parameters: - *94 - *201 - - *262 - - &265 + - *263 + - &266 name: comment_number description: The number that identifies the comment. in: path @@ -37974,9 +38133,9 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: *264 + default: *265 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38000,8 +38159,8 @@ paths: parameters: - *94 - *201 - - *262 - - *265 + - *263 + - *266 requestBody: required: true content: @@ -38023,9 +38182,9 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: &588 + default: &591 value: author: login: octocat @@ -38091,8 +38250,8 @@ paths: parameters: - *94 - *201 - - *262 - - *265 + - *263 + - *266 responses: '204': description: Response @@ -38120,8 +38279,8 @@ paths: parameters: - *94 - *201 - - *262 - - *265 + - *263 + - *266 - 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 team discussion comment. @@ -38147,7 +38306,7 @@ paths: application/json: schema: type: array - items: &266 + items: &267 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -38190,7 +38349,7 @@ paths: - content - created_at examples: - default: &268 + default: &269 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -38242,8 +38401,8 @@ paths: parameters: - *94 - *201 - - *262 - - *265 + - *263 + - *266 requestBody: required: true content: @@ -38276,9 +38435,9 @@ paths: team discussion comment content: application/json: - schema: *266 + schema: *267 examples: - default: &267 + default: &268 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -38307,9 +38466,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38334,9 +38493,9 @@ paths: parameters: - *94 - *201 - - *262 - - *265 - - &269 + - *263 + - *266 + - &270 name: reaction_id description: The unique identifier of the reaction. in: path @@ -38370,7 +38529,7 @@ paths: parameters: - *94 - *201 - - *262 + - *263 - 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 team discussion. @@ -38396,9 +38555,9 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: - default: *268 + default: *269 headers: Link: *58 x-github: @@ -38426,7 +38585,7 @@ paths: parameters: - *94 - *201 - - *262 + - *263 requestBody: required: true content: @@ -38458,16 +38617,16 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '201': description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -38492,8 +38651,8 @@ paths: parameters: - *94 - *201 - - *262 - - *269 + - *263 + - *270 responses: '204': description: Response @@ -38614,7 +38773,7 @@ paths: description: Response content: application/json: - schema: &270 + schema: &271 title: Team Membership description: Team Membership type: object @@ -38641,7 +38800,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &589 + response-if-user-is-a-team-maintainer: &592 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -38704,9 +38863,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - response-if-users-membership-with-team-is-now-pending: &590 + response-if-users-membership-with-team-is-now-pending: &593 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -38780,7 +38939,7 @@ paths: application/json: schema: type: array - items: &271 + items: &272 title: Team Project description: A team's access to a project. type: object @@ -38848,7 +39007,7 @@ paths: - updated_at - permissions examples: - default: &591 + default: &594 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -38911,7 +39070,7 @@ paths: parameters: - *94 - *201 - - &272 + - &273 name: project_id description: The unique identifier of the project. in: path @@ -38923,9 +39082,9 @@ paths: description: Response content: application/json: - schema: *271 + schema: *272 examples: - default: &592 + default: &595 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -38987,7 +39146,7 @@ paths: parameters: - *94 - *201 - - *272 + - *273 requestBody: required: false content: @@ -39053,7 +39212,7 @@ paths: parameters: - *94 - *201 - - *272 + - *273 responses: '204': description: Response @@ -39121,14 +39280,14 @@ paths: parameters: - *94 - *201 - - *273 - *274 + - *275 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &593 + schema: &596 title: Team Repository description: A team's access to a repository. type: object @@ -39699,8 +39858,8 @@ paths: parameters: - *94 - *201 - - *273 - *274 + - *275 requestBody: required: false content: @@ -39747,8 +39906,8 @@ paths: parameters: - *94 - *201 - - *273 - *274 + - *275 responses: '204': description: Response @@ -39785,7 +39944,7 @@ paths: type: array items: *188 examples: - response-if-child-teams-exist: &594 + response-if-child-teams-exist: &597 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -39912,7 +40071,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#get-a-project-card parameters: - - &275 + - &276 name: card_id description: The unique identifier of the card. in: path @@ -39924,7 +40083,7 @@ paths: description: Response content: application/json: - schema: &276 + schema: &277 title: Project Card description: Project cards represent a scope of work. type: object @@ -39991,7 +40150,7 @@ paths: - created_at - updated_at examples: - default: &277 + default: &278 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -40047,7 +40206,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#update-an-existing-project-card parameters: - - *275 + - *276 requestBody: required: false content: @@ -40074,9 +40233,9 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '304': *37 '403': *29 '401': *25 @@ -40103,7 +40262,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#delete-a-project-card parameters: - - *275 + - *276 responses: '204': description: Response @@ -40147,7 +40306,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#move-a-project-card parameters: - - *275 + - *276 requestBody: required: true content: @@ -40258,7 +40417,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#get-a-project-column parameters: - - &278 + - &279 name: column_id description: The unique identifier of the column. in: path @@ -40270,7 +40429,7 @@ paths: description: Response content: application/json: - schema: &279 + schema: &280 title: Project Column description: Project columns contain cards of work. type: object @@ -40316,7 +40475,7 @@ paths: - created_at - updated_at examples: - default: &280 + default: &281 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -40351,7 +40510,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#update-an-existing-project-column parameters: - - *278 + - *279 requestBody: required: true content: @@ -40375,9 +40534,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: - default: *280 + default: *281 '304': *37 '403': *29 '401': *25 @@ -40402,7 +40561,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#delete-a-project-column parameters: - - *278 + - *279 responses: '204': description: Response @@ -40431,7 +40590,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#list-project-cards parameters: - - *278 + - *279 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -40452,7 +40611,7 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: default: value: @@ -40511,7 +40670,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#create-a-project-card parameters: - - *278 + - *279 requestBody: required: true content: @@ -40551,9 +40710,9 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *277 + default: *278 '304': *37 '403': *29 '401': *25 @@ -40609,7 +40768,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#move-a-project-column parameters: - - *278 + - *279 requestBody: required: true content: @@ -40669,7 +40828,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-a-project parameters: - - *272 + - *273 responses: '200': description: Response @@ -40677,7 +40836,7 @@ paths: application/json: schema: *222 examples: - default: &281 + default: &282 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -40734,7 +40893,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#update-a-project parameters: - - *272 + - *273 requestBody: required: false content: @@ -40782,7 +40941,7 @@ paths: application/json: schema: *222 examples: - default: *281 + default: *282 '404': description: Not Found if the authenticated user does not have access to the project @@ -40803,7 +40962,7 @@ paths: items: type: string '401': *25 - '410': *282 + '410': *283 '422': *7 x-github: githubCloudOnly: false @@ -40826,7 +40985,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#delete-a-project parameters: - - *272 + - *273 responses: '204': description: Delete Success @@ -40847,7 +41006,7 @@ paths: items: type: string '401': *25 - '410': *282 + '410': *283 '404': *6 x-github: githubCloudOnly: false @@ -40871,7 +41030,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#list-project-collaborators parameters: - - *272 + - *273 - 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 @@ -40928,7 +41087,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator parameters: - - *272 + - *273 - *132 requestBody: required: false @@ -40981,7 +41140,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *272 + - *273 - *132 responses: '204': @@ -41013,7 +41172,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *272 + - *273 - *132 responses: '200': @@ -41087,7 +41246,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#list-project-columns parameters: - - *272 + - *273 - *17 - *19 responses: @@ -41097,7 +41256,7 @@ paths: application/json: schema: type: array - items: *279 + items: *280 examples: default: value: @@ -41135,7 +41294,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#create-a-project-column parameters: - - *272 + - *273 requestBody: required: true content: @@ -41158,7 +41317,7 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: default: value: @@ -41222,7 +41381,7 @@ paths: resources: type: object properties: - core: &283 + core: &284 title: Rate Limit type: object properties: @@ -41239,20 +41398,20 @@ paths: - remaining - reset - used - graphql: *283 - search: *283 - code_search: *283 - source_import: *283 - integration_manifest: *283 - code_scanning_upload: *283 - actions_runner_registration: *283 - scim: *283 - dependency_snapshots: *283 - code_scanning_autofix: *283 + graphql: *284 + search: *284 + code_search: *284 + source_import: *284 + integration_manifest: *284 + code_scanning_upload: *284 + actions_runner_registration: *284 + scim: *284 + dependency_snapshots: *284 + code_scanning_autofix: *284 required: - core - search - rate: *283 + rate: *284 required: - rate - resources @@ -41356,14 +41515,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *273 - *274 + - *275 responses: '200': description: Response content: application/json: - schema: *284 + schema: *285 examples: default-response: summary: Default response @@ -41864,7 +42023,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *285 + '301': *286 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41882,8 +42041,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *273 - *274 + - *275 requestBody: required: false content: @@ -42119,10 +42278,10 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: - default: *286 - '307': &287 + default: *287 + '307': &288 description: Temporary Redirect content: application/json: @@ -42151,8 +42310,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *273 - *274 + - *275 responses: '204': description: Response @@ -42174,7 +42333,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *287 + '307': *288 '404': *6 x-github: githubCloudOnly: false @@ -42197,11 +42356,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *273 - *274 + - *275 - *17 - *19 - - &313 + - &314 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -42224,7 +42383,7 @@ paths: type: integer artifacts: type: array - items: &288 + items: &289 title: Artifact description: An artifact type: object @@ -42295,7 +42454,7 @@ paths: - expires_at - updated_at examples: - default: &314 + default: &315 value: total_count: 2 artifacts: @@ -42354,9 +42513,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *273 - *274 - - &289 + - *275 + - &290 name: artifact_id description: The unique identifier of the artifact. in: path @@ -42368,7 +42527,7 @@ paths: description: Response content: application/json: - schema: *288 + schema: *289 examples: default: value: @@ -42405,9 +42564,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *273 - *274 - - *289 + - *275 + - *290 responses: '204': description: Response @@ -42431,9 +42590,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *273 - *274 - - *289 + - *275 + - *290 - name: archive_format in: path required: true @@ -42447,7 +42606,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': *282 + '410': *283 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42470,14 +42629,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *273 - *274 + - *275 responses: '200': description: Response content: application/json: - schema: *290 + schema: *291 examples: default: value: @@ -42503,11 +42662,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *273 - *274 + - *275 - *17 - *19 - - &291 + - &292 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 @@ -42541,7 +42700,7 @@ paths: description: Response content: application/json: - schema: &292 + schema: &293 title: Repository actions caches description: Repository actions caches type: object @@ -42583,7 +42742,7 @@ paths: - total_count - actions_caches examples: - default: &293 + default: &294 value: total_count: 1 actions_caches: @@ -42615,23 +42774,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *273 - *274 + - *275 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *291 + - *292 responses: '200': description: Response content: application/json: - schema: *292 + schema: *293 examples: - default: *293 + default: *294 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42651,8 +42810,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *273 - *274 + - *275 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -42683,9 +42842,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *273 - *274 - - &294 + - *275 + - &295 name: job_id description: The unique identifier of the job. in: path @@ -42697,7 +42856,7 @@ paths: description: Response content: application/json: - schema: &317 + schema: &318 title: Job description: Information of a job execution in a workflow run type: object @@ -43004,9 +43163,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *273 - *274 - - *294 + - *275 + - *295 responses: '302': description: Response @@ -43034,9 +43193,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *273 - *274 - - *294 + - *275 + - *295 requestBody: required: false content: @@ -43081,8 +43240,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *273 - *274 + - *275 responses: '200': description: Status response @@ -43132,8 +43291,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -43196,8 +43355,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *273 - *274 + - *275 - *17 - *19 responses: @@ -43215,7 +43374,7 @@ paths: type: integer secrets: type: array - items: &319 + items: &320 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -43235,7 +43394,7 @@ paths: - created_at - updated_at examples: - default: &320 + default: &321 value: total_count: 2 secrets: @@ -43268,9 +43427,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *273 - *274 - - *295 + - *275 + - *296 - *19 responses: '200': @@ -43287,7 +43446,7 @@ paths: type: integer variables: type: array - items: &323 + items: &324 title: Actions Variable type: object properties: @@ -43317,7 +43476,7 @@ paths: - created_at - updated_at examples: - default: &324 + default: &325 value: total_count: 2 variables: @@ -43350,8 +43509,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *273 - *274 + - *275 responses: '200': description: Response @@ -43360,11 +43519,11 @@ paths: schema: type: object properties: - enabled: &297 + enabled: &298 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *108 - selected_actions_url: *296 + selected_actions_url: *297 required: - enabled examples: @@ -43391,8 +43550,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *273 - *274 + - *275 responses: '204': description: Response @@ -43403,7 +43562,7 @@ paths: schema: type: object properties: - enabled: *297 + enabled: *298 allowed_actions: *108 required: - enabled @@ -43433,14 +43592,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *273 - *274 + - *275 responses: '200': description: Response content: application/json: - schema: &298 + schema: &299 type: object properties: access_level: @@ -43457,7 +43616,7 @@ paths: required: - access_level examples: - default: &299 + default: &300 value: access_level: organization x-github: @@ -43481,15 +43640,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *273 - *274 + - *275 requestBody: required: true content: application/json: - schema: *298 + schema: *299 examples: - default: *299 + default: *300 responses: '204': description: Response @@ -43513,8 +43672,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *273 - *274 + - *275 responses: '200': description: Response @@ -43541,8 +43700,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *273 - *274 + - *275 responses: '204': description: Response @@ -43574,14 +43733,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *273 - *274 + - *275 responses: '200': description: Response content: application/json: - schema: *300 + schema: *301 examples: default: *114 x-github: @@ -43604,8 +43763,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *273 - *274 + - *275 responses: '204': description: Success response @@ -43616,7 +43775,7 @@ paths: required: true content: application/json: - schema: *301 + schema: *302 examples: default: *114 x-github: @@ -43645,8 +43804,8 @@ paths: in: query schema: type: string - - *273 - *274 + - *275 - *17 - *19 responses: @@ -43690,8 +43849,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *273 - *274 + - *275 responses: '200': description: Response @@ -43699,9 +43858,9 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: - default: *303 + default: *304 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43723,8 +43882,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -43767,7 +43926,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *304 + '201': *305 '404': *6 '422': *7 '409': *46 @@ -43798,8 +43957,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *273 - *274 + - *275 responses: '201': description: Response @@ -43807,7 +43966,7 @@ paths: application/json: schema: *123 examples: - default: *305 + default: *306 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43835,8 +43994,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *273 - *274 + - *275 responses: '201': description: Response @@ -43844,7 +44003,7 @@ paths: application/json: schema: *123 examples: - default: *306 + default: *307 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43866,8 +44025,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *273 - *274 + - *275 - *120 responses: '200': @@ -43876,7 +44035,7 @@ paths: application/json: schema: *121 examples: - default: *307 + default: *308 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43897,8 +44056,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *273 - *274 + - *275 - *120 responses: '204': @@ -43924,8 +44083,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *273 - *274 + - *275 - *120 responses: '200': *125 @@ -43950,8 +44109,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-a-repository parameters: - - *273 - *274 + - *275 - *120 requestBody: required: true @@ -44000,8 +44159,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-a-repository parameters: - - *273 - *274 + - *275 - *120 requestBody: required: true @@ -44051,11 +44210,11 @@ 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-a-repository parameters: - - *273 - *274 + - *275 - *120 responses: - '200': *308 + '200': *309 '404': *6 x-github: githubCloudOnly: false @@ -44082,10 +44241,10 @@ 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-a-repository parameters: - - *273 - *274 + - *275 - *120 - - *309 + - *310 responses: '200': *125 '404': *6 @@ -44113,9 +44272,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *273 - *274 - - &327 + - *275 + - &328 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. @@ -44123,7 +44282,7 @@ paths: required: false schema: type: string - - &328 + - &329 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -44131,7 +44290,7 @@ paths: required: false schema: type: string - - &329 + - &330 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -44140,7 +44299,7 @@ paths: required: false schema: type: string - - &330 + - &331 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 @@ -44167,7 +44326,7 @@ paths: - pending - *17 - *19 - - &331 + - &332 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/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -44176,7 +44335,7 @@ paths: schema: type: string format: date-time - - &310 + - &311 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -44185,13 +44344,13 @@ paths: schema: type: boolean default: false - - &332 + - &333 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &333 + - &334 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -44214,7 +44373,7 @@ paths: type: integer workflow_runs: type: array - items: &311 + items: &312 title: Workflow Run description: An invocation of a workflow type: object @@ -44309,7 +44468,7 @@ paths: that triggered the run. type: array nullable: true - items: &352 + items: &353 title: Pull Request Minimal type: object properties: @@ -44428,7 +44587,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &356 + properties: &357 id: type: string description: SHA for the commit @@ -44479,7 +44638,7 @@ paths: - name - email nullable: true - required: &357 + required: &358 - id - tree_id - message @@ -44526,7 +44685,7 @@ paths: - workflow_url - pull_requests examples: - default: &334 + default: &335 value: total_count: 1 workflow_runs: @@ -44762,24 +44921,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *273 - *274 - - &312 + - *275 + - &313 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *310 + - *311 responses: '200': description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: &315 + default: &316 value: id: 30433642 name: Build @@ -45020,9 +45179,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *273 - *274 - - *312 + - *275 + - *313 responses: '204': description: Response @@ -45045,9 +45204,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *273 - *274 - - *312 + - *275 + - *313 responses: '200': description: Response @@ -45166,9 +45325,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *273 - *274 - - *312 + - *275 + - *313 responses: '201': description: Response @@ -45201,12 +45360,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *273 - *274 - - *312 + - *275 + - *313 - *17 - *19 - - *313 + - *314 responses: '200': description: Response @@ -45222,9 +45381,9 @@ paths: type: integer artifacts: type: array - items: *288 + items: *289 examples: - default: *314 + default: *315 headers: Link: *58 x-github: @@ -45248,25 +45407,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *273 - *274 - - *312 - - &316 + - *275 + - *313 + - &317 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *310 + - *311 responses: '200': description: Response content: application/json: - schema: *311 + schema: *312 examples: - default: *315 + default: *316 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45289,10 +45448,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *273 - *274 - - *312 - - *316 + - *275 + - *313 + - *317 - *17 - *19 responses: @@ -45310,9 +45469,9 @@ paths: type: integer jobs: type: array - items: *317 + items: *318 examples: - default: &318 + default: &319 value: total_count: 1 jobs: @@ -45425,10 +45584,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *273 - *274 - - *312 - - *316 + - *275 + - *313 + - *317 responses: '302': description: Response @@ -45456,9 +45615,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *273 - *274 - - *312 + - *275 + - *313 responses: '202': description: Response @@ -45491,9 +45650,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *273 - *274 - - *312 + - *275 + - *313 requestBody: required: true content: @@ -45560,9 +45719,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *273 - *274 - - *312 + - *275 + - *313 responses: '202': description: Response @@ -45595,9 +45754,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *273 - *274 - - *312 + - *275 + - *313 - 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 @@ -45627,9 +45786,9 @@ paths: type: integer jobs: type: array - items: *317 + items: *318 examples: - default: *318 + default: *319 headers: Link: *58 x-github: @@ -45654,9 +45813,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *273 - *274 - - *312 + - *275 + - *313 responses: '302': description: Response @@ -45683,9 +45842,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *273 - *274 - - *312 + - *275 + - *313 responses: '204': description: Response @@ -45712,9 +45871,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *273 - *274 - - *312 + - *275 + - *313 responses: '200': description: Response @@ -45774,7 +45933,7 @@ paths: items: type: object properties: - type: &436 + type: &437 type: string description: The type of reviewer. enum: @@ -45859,9 +46018,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *273 - *274 - - *312 + - *275 + - *313 requestBody: required: true content: @@ -45908,7 +46067,7 @@ paths: application/json: schema: type: array - items: &431 + items: &432 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -46014,7 +46173,7 @@ paths: - created_at - updated_at examples: - default: &432 + default: &433 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -46070,9 +46229,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *273 - *274 - - *312 + - *275 + - *313 requestBody: required: false content: @@ -46116,9 +46275,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *273 - *274 - - *312 + - *275 + - *313 requestBody: required: false content: @@ -46151,12 +46310,19 @@ paths: "/repos/{owner}/{repo}/actions/runs/{run_id}/timing": get: summary: Get workflow run usage - description: |- - Gets the number of billable minutes and total run time for a specific workflow run. Billable minutes only apply to workflows in private repositories that use GitHub-hosted runners. Usage is listed for each GitHub-hosted runner operating system in milliseconds. Any job re-runs are also included in the usage. The usage does not include the multiplier for macOS and Windows runners and is not rounded up to the nearest whole minute. For more information, see "[Managing billing for GitHub Actions](https://docs.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions)". - - Anyone with read access to the repository can use this endpoint. - - OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository. + description: "> [!WARNING] \n> This endpoint is in the process of closing down. + Refer to \"[Actions Get workflow usage and Get workflow run usage endpoints + closing down](https://github.blog/changelog/2025-02-02-actions-get-workflow-usage-and-get-workflow-run-usage-endpoints-closing-down/)\" + for more information.\n\nGets the number of billable minutes and total run + time for a specific workflow run. Billable minutes only apply to workflows + in private repositories that use GitHub-hosted runners. Usage is listed for + each GitHub-hosted runner operating system in milliseconds. Any job re-runs + are also included in the usage. The usage does not include the multiplier + for macOS and Windows runners and is not rounded up to the nearest whole minute. + For more information, see \"[Managing billing for GitHub Actions](https://docs.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions)\".\n\nAnyone + with read access to the repository can use this endpoint.\n\nOAuth app tokens + and personal access tokens (classic) need the `repo` scope to use this endpoint + with a private repository." tags: - actions operationId: actions/get-workflow-run-usage @@ -46164,9 +46330,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *273 - *274 - - *312 + - *275 + - *313 responses: '200': description: Response @@ -46303,8 +46469,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *273 - *274 + - *275 - *17 - *19 responses: @@ -46322,9 +46488,9 @@ paths: type: integer secrets: type: array - items: *319 + items: *320 examples: - default: *320 + default: *321 headers: Link: *58 x-github: @@ -46349,16 +46515,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *273 - *274 + - *275 responses: '200': description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: *322 + default: *323 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46380,17 +46546,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *273 - *274 + - *275 - *127 responses: '200': description: Response content: application/json: - schema: *319 + schema: *320 examples: - default: &449 + default: &450 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -46416,8 +46582,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *273 - *274 + - *275 - *127 requestBody: required: true @@ -46475,8 +46641,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *273 - *274 + - *275 - *127 responses: '204': @@ -46502,9 +46668,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *273 - *274 - - *295 + - *275 + - *296 - *19 responses: '200': @@ -46521,9 +46687,9 @@ paths: type: integer variables: type: array - items: *323 + items: *324 examples: - default: *324 + default: *325 headers: Link: *58 x-github: @@ -46546,8 +46712,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -46599,17 +46765,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *273 - *274 + - *275 - *130 responses: '200': description: Response content: application/json: - schema: *323 + schema: *324 examples: - default: &450 + default: &451 value: name: USERNAME value: octocat @@ -46635,8 +46801,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *273 - *274 + - *275 - *130 requestBody: required: true @@ -46679,8 +46845,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *273 - *274 + - *275 - *130 responses: '204': @@ -46706,8 +46872,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *273 - *274 + - *275 - *17 - *19 responses: @@ -46725,7 +46891,7 @@ paths: type: integer workflows: type: array - items: &325 + items: &326 title: Workflow description: A GitHub Actions workflow type: object @@ -46832,9 +46998,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *273 - *274 - - &326 + - *275 + - &327 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -46849,7 +47015,7 @@ paths: description: Response content: application/json: - schema: *325 + schema: *326 examples: default: value: @@ -46882,9 +47048,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *273 - *274 - - *326 + - *275 + - *327 responses: '204': description: Response @@ -46909,9 +47075,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *273 - *274 - - *326 + - *275 + - *327 responses: '204': description: Response @@ -46962,9 +47128,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *273 - *274 - - *326 + - *275 + - *327 responses: '204': description: Response @@ -46991,19 +47157,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *273 - *274 - - *326 + - *275 - *327 - *328 - *329 - *330 + - *331 - *17 - *19 - - *331 - - *310 - *332 + - *311 - *333 + - *334 responses: '200': description: Response @@ -47019,9 +47185,9 @@ paths: type: integer workflow_runs: type: array - items: *311 + items: *312 examples: - default: *334 + default: *335 headers: Link: *58 x-github: @@ -47032,14 +47198,20 @@ paths: "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/timing": get: summary: Get workflow usage - description: |- - Gets the number of billable minutes used by a specific workflow during the current billing cycle. Billable minutes only apply to workflows in private repositories that use GitHub-hosted runners. Usage is listed for each GitHub-hosted runner operating system in milliseconds. Any job re-runs are also included in the usage. The usage does not include the multiplier for macOS and Windows runners and is not rounded up to the nearest whole minute. For more information, see "[Managing billing for GitHub Actions](https://docs.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions)". - - You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. - - Anyone with read access to the repository can use this endpoint. - - OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint with a private repository. + description: "> [!WARNING] \n> This endpoint is in the process of closing down. + Refer to \"[Actions Get workflow usage and Get workflow run usage endpoints + closing down](https://github.blog/changelog/2025-02-02-actions-get-workflow-usage-and-get-workflow-run-usage-endpoints-closing-down/)\" + for more information.\n\nGets the number of billable minutes used by a specific + workflow during the current billing cycle. Billable minutes only apply to + workflows in private repositories that use GitHub-hosted runners. Usage is + listed for each GitHub-hosted runner operating system in milliseconds. Any + job re-runs are also included in the usage. The usage does not include the + multiplier for macOS and Windows runners and is not rounded up to the nearest + whole minute. For more information, see \"[Managing billing for GitHub Actions](https://docs.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions)\".\n\nYou + can replace `workflow_id` with the workflow file name. For example, you could + use `main.yaml`.\n\nAnyone with read access to the repository can use this + endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the + `repo` scope to use this endpoint with a private repository." tags: - actions operationId: actions/get-workflow-usage @@ -47047,9 +47219,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *273 - *274 - - *326 + - *275 + - *327 responses: '200': description: Response @@ -47110,8 +47282,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *273 - *274 + - *275 - *48 - *17 - *39 @@ -47275,8 +47447,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *273 - *274 + - *275 - *17 - *19 responses: @@ -47313,8 +47485,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *273 - *274 + - *275 - name: assignee in: path required: true @@ -47350,8 +47522,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-attestation parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -47463,8 +47635,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-attestations parameters: - - *273 - *274 + - *275 - *17 - *39 - *40 @@ -47510,7 +47682,7 @@ paths: bundle_url: type: string examples: - default: *335 + default: *336 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47530,8 +47702,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *273 - *274 + - *275 responses: '200': description: Response @@ -47539,7 +47711,7 @@ paths: application/json: schema: type: array - items: &336 + items: &337 title: Autolink reference description: An autolink reference. type: object @@ -47589,8 +47761,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -47629,9 +47801,9 @@ paths: description: response content: application/json: - schema: *336 + schema: *337 examples: - default: &337 + default: &338 value: id: 1 key_prefix: TICKET- @@ -47662,9 +47834,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *273 - *274 - - &338 + - *275 + - &339 name: autolink_id description: The unique identifier of the autolink. in: path @@ -47676,9 +47848,9 @@ paths: description: Response content: application/json: - schema: *336 + schema: *337 examples: - default: *337 + default: *338 '404': *6 x-github: githubCloudOnly: false @@ -47698,9 +47870,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *273 - *274 - - *338 + - *275 + - *339 responses: '204': description: Response @@ -47724,8 +47896,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *273 - *274 + - *275 responses: '200': description: Response if Dependabot is enabled @@ -47773,8 +47945,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *273 - *274 + - *275 responses: '204': description: Response @@ -47795,8 +47967,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *273 - *274 + - *275 responses: '204': description: Response @@ -47816,8 +47988,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *273 - *274 + - *275 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -47855,7 +48027,7 @@ paths: - url protected: type: boolean - protection: &340 + protection: &341 title: Branch Protection description: Branch Protection type: object @@ -47897,7 +48069,7 @@ paths: required: - contexts - checks - enforce_admins: &343 + enforce_admins: &344 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -47912,7 +48084,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &345 + required_pull_request_reviews: &346 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -47988,7 +48160,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &342 + restrictions: &343 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -48295,9 +48467,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *273 - *274 - - &341 + - *275 + - &342 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/graphql). @@ -48311,14 +48483,14 @@ paths: description: Response content: application/json: - schema: &351 + schema: &352 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &404 + commit: &405 title: Commit description: Commit type: object @@ -48352,7 +48524,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &339 + properties: &340 name: type: string example: '"Chris Wanstrath"' @@ -48367,7 +48539,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *339 + properties: *340 nullable: true message: type: string @@ -48388,7 +48560,7 @@ paths: required: - sha - url - verification: &456 + verification: &457 title: Verification type: object properties: @@ -48458,7 +48630,7 @@ paths: type: integer files: type: array - items: &419 + items: &420 title: Diff Entry description: Diff Entry type: object @@ -48541,7 +48713,7 @@ paths: - self protected: type: boolean - protection: *340 + protection: *341 protection_url: type: string format: uri @@ -48648,7 +48820,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *285 + '301': *286 '404': *6 x-github: githubCloudOnly: false @@ -48670,15 +48842,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *273 - *274 - - *341 + - *275 + - *342 responses: '200': description: Response content: application/json: - schema: *340 + schema: *341 examples: default: value: @@ -48872,9 +49044,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *273 - *274 - - *341 + - *275 + - *342 requestBody: required: true content: @@ -49129,7 +49301,7 @@ paths: url: type: string format: uri - required_status_checks: &348 + required_status_checks: &349 title: Status Check Policy description: Status Check Policy type: object @@ -49281,7 +49453,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *342 + restrictions: *343 required_conversation_resolution: type: object properties: @@ -49393,9 +49565,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *273 - *274 - - *341 + - *275 + - *342 responses: '204': description: Response @@ -49420,17 +49592,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *273 - *274 - - *341 + - *275 + - *342 responses: '200': description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: &344 + default: &345 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -49452,17 +49624,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *273 - *274 - - *341 + - *275 + - *342 responses: '200': description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *344 + default: *345 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49481,9 +49653,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *273 - *274 - - *341 + - *275 + - *342 responses: '204': description: Response @@ -49508,17 +49680,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *273 - *274 - - *341 + - *275 + - *342 responses: '200': description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: &346 + default: &347 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -49614,9 +49786,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *273 - *274 - - *341 + - *275 + - *342 requestBody: required: false content: @@ -49714,9 +49886,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 '422': *15 x-github: githubCloudOnly: false @@ -49737,9 +49909,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *273 - *274 - - *341 + - *275 + - *342 responses: '204': description: Response @@ -49766,17 +49938,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *273 - *274 - - *341 + - *275 + - *342 responses: '200': description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: &347 + default: &348 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -49799,17 +49971,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *273 - *274 - - *341 + - *275 + - *342 responses: '200': description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *347 + default: *348 '404': *6 x-github: githubCloudOnly: false @@ -49829,9 +50001,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *273 - *274 - - *341 + - *275 + - *342 responses: '204': description: Response @@ -49856,17 +50028,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *273 - *274 - - *341 + - *275 + - *342 responses: '200': description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: &349 + default: &350 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -49892,9 +50064,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *273 - *274 - - *341 + - *275 + - *342 requestBody: required: false content: @@ -49946,9 +50118,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 '404': *6 '422': *15 x-github: @@ -49970,9 +50142,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *273 - *274 - - *341 + - *275 + - *342 responses: '204': description: Response @@ -49996,9 +50168,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *273 - *274 - - *341 + - *275 + - *342 responses: '200': description: Response @@ -50032,9 +50204,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *273 - *274 - - *341 + - *275 + - *342 requestBody: required: false content: @@ -50101,9 +50273,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *273 - *274 - - *341 + - *275 + - *342 requestBody: required: false content: @@ -50167,9 +50339,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *273 - *274 - - *341 + - *275 + - *342 requestBody: content: application/json: @@ -50235,15 +50407,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *273 - *274 - - *341 + - *275 + - *342 responses: '200': description: Response content: application/json: - schema: *342 + schema: *343 examples: default: value: @@ -50334,9 +50506,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *273 - *274 - - *341 + - *275 + - *342 responses: '204': description: Response @@ -50359,9 +50531,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *273 - *274 - - *341 + - *275 + - *342 responses: '200': description: Response @@ -50371,7 +50543,7 @@ paths: type: array items: *5 examples: - default: &350 + default: &351 value: - id: 1 slug: octoapp @@ -50428,9 +50600,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *273 - *274 - - *341 + - *275 + - *342 requestBody: required: true content: @@ -50464,7 +50636,7 @@ paths: type: array items: *5 examples: - default: *350 + default: *351 '422': *15 x-github: githubCloudOnly: false @@ -50485,9 +50657,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *273 - *274 - - *341 + - *275 + - *342 requestBody: required: true content: @@ -50521,7 +50693,7 @@ paths: type: array items: *5 examples: - default: *350 + default: *351 '422': *15 x-github: githubCloudOnly: false @@ -50542,9 +50714,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *273 - *274 - - *341 + - *275 + - *342 requestBody: required: true content: @@ -50578,7 +50750,7 @@ paths: type: array items: *5 examples: - default: *350 + default: *351 '422': *15 x-github: githubCloudOnly: false @@ -50600,9 +50772,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *273 - *274 - - *341 + - *275 + - *342 responses: '200': description: Response @@ -50632,9 +50804,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *273 - *274 - - *341 + - *275 + - *342 requestBody: required: false content: @@ -50693,9 +50865,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *273 - *274 - - *341 + - *275 + - *342 requestBody: required: false content: @@ -50754,9 +50926,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *273 - *274 - - *341 + - *275 + - *342 requestBody: content: application/json: @@ -50815,9 +50987,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *273 - *274 - - *341 + - *275 + - *342 responses: '200': description: Response @@ -50851,9 +51023,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *273 - *274 - - *341 + - *275 + - *342 requestBody: required: true content: @@ -50911,9 +51083,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *273 - *274 - - *341 + - *275 + - *342 requestBody: required: true content: @@ -50971,9 +51143,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *273 - *274 - - *341 + - *275 + - *342 requestBody: required: true content: @@ -51033,9 +51205,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *273 - *274 - - *341 + - *275 + - *342 requestBody: required: true content: @@ -51057,7 +51229,7 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: default: value: @@ -51173,8 +51345,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -51453,7 +51625,7 @@ paths: description: Response content: application/json: - schema: &353 + schema: &354 title: CheckRun description: A check performed on the code of a given code change type: object @@ -51572,8 +51744,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *352 - deployment: &644 + items: *353 + deployment: &647 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -51853,9 +52025,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *273 - *274 - - &354 + - *275 + - &355 name: check_run_id description: The unique identifier of the check run. in: path @@ -51867,9 +52039,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: &355 + default: &356 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -51969,9 +52141,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *273 - *274 - - *354 + - *275 + - *355 requestBody: required: true content: @@ -52211,9 +52383,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *355 + default: *356 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52233,9 +52405,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *273 - *274 - - *354 + - *275 + - *355 - *17 - *19 responses: @@ -52332,9 +52504,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *273 - *274 - - *354 + - *275 + - *355 responses: '201': description: Response @@ -52378,8 +52550,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -52401,7 +52573,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &358 + schema: &359 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -52465,7 +52637,7 @@ paths: nullable: true pull_requests: type: array - items: *352 + items: *353 nullable: true app: title: GitHub app @@ -52487,12 +52659,12 @@ paths: type: string format: date-time nullable: true - head_commit: &670 + head_commit: &673 title: Simple Commit description: A commit. type: object - properties: *356 - required: *357 + properties: *357 + required: *358 latest_check_runs_count: type: integer check_runs_url: @@ -52520,7 +52692,7 @@ paths: - check_runs_url - pull_requests examples: - default: &359 + default: &360 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -52811,9 +52983,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *358 + schema: *359 examples: - default: *359 + default: *360 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52832,8 +53004,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -53142,9 +53314,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *273 - *274 - - &360 + - *275 + - &361 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -53156,9 +53328,9 @@ paths: description: Response content: application/json: - schema: *358 + schema: *359 examples: - default: *359 + default: *360 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53181,17 +53353,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *273 - *274 - - *360 - - &412 + - *275 + - *361 + - &413 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &413 + - &414 name: status description: Returns check runs with the specified `status`. in: query @@ -53230,9 +53402,9 @@ paths: type: integer check_runs: type: array - items: *353 + items: *354 examples: - default: &414 + default: &415 value: total_count: 1 check_runs: @@ -53334,9 +53506,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *273 - *274 - - *360 + - *275 + - *361 responses: '201': description: Response @@ -53369,21 +53541,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *273 - *274 - - *361 + - *275 - *362 + - *363 - *19 - *17 - - &379 + - &380 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: *363 - - &380 + schema: *364 + - &381 name: pr description: The number of the pull request for the results you want to list. in: query @@ -53408,13 +53580,13 @@ paths: be returned. in: query required: false - schema: *364 + schema: *365 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *365 + schema: *366 responses: '200': description: Response @@ -53430,7 +53602,7 @@ paths: updated_at: *133 url: *56 html_url: *57 - instances_url: *366 + instances_url: *367 state: *138 fixed_at: *134 dismissed_by: @@ -53441,11 +53613,11 @@ paths: required: *21 nullable: true dismissed_at: *135 - dismissed_reason: *367 - dismissed_comment: *368 - rule: *369 - tool: *370 - most_recent_instance: *371 + dismissed_reason: *368 + dismissed_comment: *369 + rule: *370 + tool: *371 + most_recent_instance: *372 required: - number - created_at @@ -53561,7 +53733,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &372 + '403': &373 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -53588,9 +53760,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *273 - *274 - - &373 + - *275 + - &374 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -53604,7 +53776,7 @@ paths: description: Response content: application/json: - schema: &374 + schema: &375 type: object properties: number: *54 @@ -53612,7 +53784,7 @@ paths: updated_at: *133 url: *56 html_url: *57 - instances_url: *366 + instances_url: *367 state: *138 fixed_at: *134 dismissed_by: @@ -53623,8 +53795,8 @@ paths: required: *21 nullable: true dismissed_at: *135 - dismissed_reason: *367 - dismissed_comment: *368 + dismissed_reason: *368 + dismissed_comment: *369 rule: type: object properties: @@ -53678,8 +53850,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *370 - most_recent_instance: *371 + tool: *371 + most_recent_instance: *372 required: - number - created_at @@ -53768,7 +53940,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *372 + '403': *373 '404': *6 '503': *65 x-github: @@ -53788,9 +53960,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *273 - *274 - - *373 + - *275 + - *374 requestBody: required: true content: @@ -53805,8 +53977,8 @@ paths: enum: - open - dismissed - dismissed_reason: *367 - dismissed_comment: *368 + dismissed_reason: *368 + dismissed_comment: *369 required: - state examples: @@ -53821,7 +53993,7 @@ paths: description: Response content: application/json: - schema: *374 + schema: *375 examples: default: value: @@ -53896,7 +54068,7 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '403': &378 + '403': &379 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -53923,15 +54095,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: - - *273 - *274 - - *373 + - *275 + - *374 responses: '200': description: Response content: application/json: - schema: &375 + schema: &376 type: object properties: status: @@ -53957,13 +54129,13 @@ paths: - description - started_at examples: - default: &376 + default: &377 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &377 + '400': &378 description: Bad Request content: application/json: @@ -53974,7 +54146,7 @@ paths: message: The alert_number is not valid documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert status: '400' - '403': *372 + '403': *373 '404': *6 '503': *65 x-github: @@ -53999,29 +54171,29 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: - - *273 - *274 - - *373 + - *275 + - *374 responses: '200': description: OK content: application/json: - schema: *375 + schema: *376 examples: - default: *376 + default: *377 '202': description: Accepted content: application/json: - schema: *375 + schema: *376 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *377 + '400': *378 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -54053,9 +54225,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: - - *273 - *274 - - *373 + - *275 + - *374 requestBody: required: false content: @@ -54100,8 +54272,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *377 - '403': *378 + '400': *378 + '403': *379 '404': *6 '422': description: Unprocessable Entity @@ -54125,13 +54297,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *273 - *274 - - *373 + - *275 + - *374 - *19 - *17 - - *379 - *380 + - *381 responses: '200': description: Response @@ -54139,7 +54311,7 @@ paths: application/json: schema: type: array - items: *371 + items: *372 examples: default: value: @@ -54178,7 +54350,7 @@ paths: end_column: 50 classifications: - source - '403': *372 + '403': *373 '404': *6 '503': *65 x-github: @@ -54212,25 +54384,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *273 - *274 - - *361 + - *275 - *362 + - *363 - *19 - *17 - - *380 + - *381 - name: ref in: query description: The Git reference for the analyses 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`. required: false - schema: *363 + schema: *364 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &383 + schema: &384 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -54251,23 +54423,23 @@ paths: application/json: schema: type: array - items: &384 + items: &385 type: object properties: - ref: *363 - commit_sha: &392 + ref: *364 + commit_sha: &393 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: *381 + analysis_key: *382 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *382 + category: *383 error: type: string example: error reading field xyz @@ -54291,8 +54463,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *383 - tool: *370 + sarif_id: *384 + tool: *371 deletable: type: boolean warning: @@ -54353,7 +54525,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *372 + '403': *373 '404': *6 '503': *65 x-github: @@ -54389,8 +54561,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *273 - *274 + - *275 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -54403,7 +54575,7 @@ paths: description: Response content: application/json: - schema: *384 + schema: *385 examples: response: summary: application/json response @@ -54457,7 +54629,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *372 + '403': *373 '404': *6 '503': *65 x-github: @@ -54539,8 +54711,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *273 - *274 + - *275 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -54593,7 +54765,7 @@ paths: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete '400': *14 - '403': *378 + '403': *379 '404': *6 '503': *65 x-github: @@ -54615,8 +54787,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *273 - *274 + - *275 responses: '200': description: Response @@ -54624,7 +54796,7 @@ paths: application/json: schema: type: array - items: &385 + items: &386 title: CodeQL Database description: A CodeQL database. type: object @@ -54735,7 +54907,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '403': *372 + '403': *373 '404': *6 '503': *65 x-github: @@ -54764,8 +54936,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *273 - *274 + - *275 - name: language in: path description: The language of the CodeQL database. @@ -54777,7 +54949,7 @@ paths: description: Response content: application/json: - schema: *385 + schema: *386 examples: default: value: @@ -54809,9 +54981,9 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &421 + '302': &422 description: Found - '403': *372 + '403': *373 '404': *6 '503': *65 x-github: @@ -54833,8 +55005,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *273 - *274 + - *275 - name: language in: path description: The language of the CodeQL database. @@ -54844,7 +55016,7 @@ paths: responses: '204': description: Response - '403': *378 + '403': *379 '404': *6 '503': *65 x-github: @@ -54872,8 +55044,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -54882,7 +55054,7 @@ paths: type: object additionalProperties: false properties: - language: &386 + language: &387 type: string description: The language targeted by the CodeQL query enum: @@ -54960,7 +55132,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &390 + schema: &391 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -54970,7 +55142,7 @@ paths: description: The ID of the variant analysis. controller_repo: *53 actor: *4 - query_language: *386 + query_language: *387 query_pack_url: type: string description: The download url for the query pack. @@ -55017,7 +55189,7 @@ paths: items: type: object properties: - repository: &387 + repository: &388 title: Repository Identifier description: Repository Identifier type: object @@ -55053,7 +55225,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &391 + analysis_status: &392 type: string description: The new status of the CodeQL variant analysis repository task. @@ -55085,7 +55257,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &388 + access_mismatch_repos: &389 type: object properties: repository_count: @@ -55099,7 +55271,7 @@ paths: This list may not include all repositories that were skipped. This is only available when the repository was found and the user has access to it. - items: *387 + items: *388 required: - repository_count - repositories @@ -55121,8 +55293,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *388 - over_limit_repos: *388 + no_codeql_db_repos: *389 + over_limit_repos: *389 required: - access_mismatch_repos - not_found_repos @@ -55138,7 +55310,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &389 + value: &390 summary: Default response value: id: 1 @@ -55290,10 +55462,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *389 + value: *390 repository_lists: summary: Response for a successful variant analysis submission - value: *389 + value: *390 '404': *6 '422': description: Unable to process variant analysis submission @@ -55321,8 +55493,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: - - *273 - *274 + - *275 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -55334,9 +55506,9 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: - default: *389 + default: *390 '404': *6 '503': *65 x-github: @@ -55359,7 +55531,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *273 + - *274 - name: repo in: path description: The name of the controller repository. @@ -55394,7 +55566,7 @@ paths: type: object properties: repository: *53 - analysis_status: *391 + analysis_status: *392 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -55519,8 +55691,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *273 - *274 + - *275 responses: '200': description: Response @@ -55594,7 +55766,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *372 + '403': *373 '404': *6 '503': *65 x-github: @@ -55615,8 +55787,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -55698,7 +55870,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *378 + '403': *379 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -55763,8 +55935,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -55772,7 +55944,7 @@ paths: schema: type: object properties: - commit_sha: *392 + commit_sha: *393 ref: type: string description: |- @@ -55830,7 +56002,7 @@ paths: schema: type: object properties: - id: *383 + id: *384 url: type: string description: The REST API URL for checking the status of the upload. @@ -55844,7 +56016,7 @@ paths: url: https://api.github.com/repos/octocat/hello-world/code-scanning/sarifs/47177e22-5596-11eb-80a1-c1e54ef945c6 '400': description: Bad Request if the sarif field is invalid - '403': *378 + '403': *379 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -55867,8 +56039,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *273 - *274 + - *275 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -55914,7 +56086,7 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *372 + '403': *373 '404': description: Not Found if the sarif id does not match any upload '503': *65 @@ -55939,8 +56111,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *273 - *274 + - *275 responses: '200': description: Response @@ -56018,8 +56190,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *273 - *274 + - *275 - 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 @@ -56139,8 +56311,8 @@ paths: parameters: - *17 - *19 - - *273 - *274 + - *275 responses: '200': description: Response @@ -56454,8 +56626,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -56520,7 +56692,7 @@ paths: application/json: schema: *192 examples: - default: *393 + default: *394 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -56528,7 +56700,7 @@ paths: application/json: schema: *192 examples: - default: *393 + default: *394 '400': *14 '401': *25 '403': *29 @@ -56557,8 +56729,8 @@ paths: parameters: - *17 - *19 - - *273 - *274 + - *275 responses: '200': description: Response @@ -56622,8 +56794,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *273 - *274 + - *275 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -56658,14 +56830,14 @@ paths: type: integer machines: type: array - items: &601 + items: &604 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *394 - required: *395 + properties: *395 + required: *396 examples: - default: &602 + default: &605 value: total_count: 2 machines: @@ -56705,8 +56877,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *273 - *274 + - *275 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -56790,8 +56962,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: - - *273 - *274 + - *275 - name: ref description: The git reference that points to the location of the devcontainer configuration to use for the permission check. The value of `ref` will typically @@ -56857,8 +57029,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *273 - *274 + - *275 - *17 - *19 responses: @@ -56876,7 +57048,7 @@ paths: type: integer secrets: type: array - items: &399 + items: &400 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -56896,7 +57068,7 @@ paths: - created_at - updated_at examples: - default: *396 + default: *397 headers: Link: *58 x-github: @@ -56919,16 +57091,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *273 - *274 + - *275 responses: '200': description: Response content: application/json: - schema: *397 + schema: *398 examples: - default: *398 + default: *399 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -56948,17 +57120,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *273 - *274 + - *275 - *127 responses: '200': description: Response content: application/json: - schema: *399 + schema: *400 examples: - default: *400 + default: *401 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56978,8 +57150,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *273 - *274 + - *275 - *127 requestBody: required: true @@ -57032,8 +57204,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *273 - *274 + - *275 - *127 responses: '204': @@ -57062,8 +57234,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *273 - *274 + - *275 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -57105,7 +57277,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &401 + properties: &402 login: type: string example: octocat @@ -57198,7 +57370,7 @@ paths: user_view_type: type: string example: public - required: &402 + required: &403 - avatar_url - events_url - followers_url @@ -57272,8 +57444,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *273 - *274 + - *275 - *132 responses: '204': @@ -57316,8 +57488,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *273 - *274 + - *275 - *132 requestBody: required: false @@ -57344,7 +57516,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &469 + schema: &470 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -57566,8 +57738,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *273 - *274 + - *275 - *132 responses: '204': @@ -57597,8 +57769,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *273 - *274 + - *275 - *132 responses: '200': @@ -57619,8 +57791,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *401 - required: *402 + properties: *402 + required: *403 nullable: true required: - permission @@ -57675,8 +57847,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *273 - *274 + - *275 - *17 - *19 responses: @@ -57686,7 +57858,7 @@ paths: application/json: schema: type: array - items: &403 + items: &404 title: Commit Comment description: Commit Comment type: object @@ -57744,7 +57916,7 @@ paths: - created_at - updated_at examples: - default: &406 + default: &407 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -57803,17 +57975,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *273 - *274 + - *275 - *76 responses: '200': description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: &407 + default: &408 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -57870,8 +58042,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *273 - *274 + - *275 - *76 requestBody: required: true @@ -57894,7 +58066,7 @@ paths: description: Response content: application/json: - schema: *403 + schema: *404 examples: default: value: @@ -57945,8 +58117,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *273 - *274 + - *275 - *76 responses: '204': @@ -57968,8 +58140,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *273 - *274 + - *275 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -57996,9 +58168,9 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: - default: *268 + default: *269 headers: Link: *58 '404': *6 @@ -58019,8 +58191,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *273 - *274 + - *275 - *76 requestBody: required: true @@ -58053,16 +58225,16 @@ paths: description: Reaction exists content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '201': description: Reaction created content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '422': *15 x-github: githubCloudOnly: false @@ -58084,10 +58256,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *273 - *274 + - *275 - *76 - - *269 + - *270 responses: '204': description: Response @@ -58136,8 +58308,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *273 - *274 + - *275 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -58193,9 +58365,9 @@ paths: application/json: schema: type: array - items: *404 + items: *405 examples: - default: &520 + default: &521 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -58289,9 +58461,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *273 - *274 - - &405 + - *275 + - &406 name: commit_sha description: The SHA of the commit. in: path @@ -58363,9 +58535,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *273 - *274 - - *405 + - *275 + - *406 - *17 - *19 responses: @@ -58375,9 +58547,9 @@ paths: application/json: schema: type: array - items: *403 + items: *404 examples: - default: *406 + default: *407 headers: Link: *58 x-github: @@ -58405,9 +58577,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *273 - *274 - - *405 + - *275 + - *406 requestBody: required: true content: @@ -58442,9 +58614,9 @@ paths: description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: *407 + default: *408 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -58472,9 +58644,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *273 - *274 - - *405 + - *275 + - *406 - *17 - *19 responses: @@ -58484,7 +58656,7 @@ paths: application/json: schema: type: array - items: &511 + items: &512 title: Pull Request Simple description: Pull Request Simple type: object @@ -58590,8 +58762,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *408 - required: *409 + properties: *409 + required: *410 nullable: true active_lock_reason: type: string @@ -58687,7 +58859,7 @@ paths: _links: type: object properties: - comments: &410 + comments: &411 title: Link description: Hypermedia Link type: object @@ -58696,13 +58868,13 @@ paths: type: string required: - href - commits: *410 - statuses: *410 - html: *410 - issue: *410 - review_comments: *410 - review_comment: *410 - self: *410 + commits: *411 + statuses: *411 + html: *411 + issue: *411 + review_comments: *411 + review_comment: *411 + self: *411 required: - comments - commits @@ -58713,7 +58885,7 @@ paths: - review_comment - self author_association: *63 - auto_merge: &513 + auto_merge: &514 title: Auto merge description: The status of auto merging a pull request. type: object @@ -58776,7 +58948,7 @@ paths: - author_association - auto_merge examples: - default: &512 + default: &513 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -59313,11 +59485,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *273 - *274 + - *275 - *19 - *17 - - &411 + - &412 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)" @@ -59332,9 +59504,9 @@ paths: description: Response content: application/json: - schema: *404 + schema: *405 examples: - default: &498 + default: &499 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -59447,11 +59619,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *273 - *274 - - *411 + - *275 - *412 - *413 + - *414 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -59485,9 +59657,9 @@ paths: type: integer check_runs: type: array - items: *353 + items: *354 examples: - default: *414 + default: *415 headers: Link: *58 x-github: @@ -59512,9 +59684,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *273 - *274 - - *411 + - *275 + - *412 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -59522,7 +59694,7 @@ paths: schema: type: integer example: 1 - - *412 + - *413 - *17 - *19 responses: @@ -59540,7 +59712,7 @@ paths: type: integer check_suites: type: array - items: *358 + items: *359 examples: default: value: @@ -59740,9 +59912,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *273 - *274 - - *411 + - *275 + - *412 - *17 - *19 responses: @@ -59940,9 +60112,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *273 - *274 - - *411 + - *275 + - *412 - *17 - *19 responses: @@ -59952,7 +60124,7 @@ paths: application/json: schema: type: array - items: &575 + items: &578 title: Status description: The status of a commit. type: object @@ -60033,7 +60205,7 @@ paths: site_admin: false headers: Link: *58 - '301': *285 + '301': *286 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60061,8 +60233,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *273 - *274 + - *275 responses: '200': description: Response @@ -60091,20 +60263,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *415 - required: *416 + properties: *416 + required: *417 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &417 + properties: &418 url: type: string format: uri html_url: type: string format: uri - required: &418 + required: &419 - url - html_url nullable: true @@ -60118,26 +60290,26 @@ paths: contributing: title: Community Health File type: object - properties: *417 - required: *418 + properties: *418 + required: *419 nullable: true readme: title: Community Health File type: object - properties: *417 - required: *418 + properties: *418 + required: *419 nullable: true issue_template: title: Community Health File type: object - properties: *417 - required: *418 + properties: *418 + required: *419 nullable: true pull_request_template: title: Community Health File type: object - properties: *417 - required: *418 + properties: *418 + required: *419 nullable: true required: - code_of_conduct @@ -60264,8 +60436,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *273 - *274 + - *275 - *19 - *17 - name: basehead @@ -60308,8 +60480,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *404 - merge_base_commit: *404 + base_commit: *405 + merge_base_commit: *405 status: type: string enum: @@ -60329,10 +60501,10 @@ paths: example: 6 commits: type: array - items: *404 + items: *405 files: type: array - items: *419 + items: *420 required: - url - html_url @@ -60618,8 +60790,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *273 - *274 + - *275 - name: path description: path parameter in: path @@ -60760,7 +60932,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &420 + response-if-content-is-a-file: &421 summary: Response if content is a file value: type: file @@ -60892,7 +61064,7 @@ paths: - size - type - url - - &525 + - &526 title: Content File description: Content File type: object @@ -61093,7 +61265,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *420 + response-if-content-is-a-file: *421 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -61162,7 +61334,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *421 + '302': *422 '304': *37 x-github: githubCloudOnly: false @@ -61185,8 +61357,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *273 - *274 + - *275 - name: path description: path parameter in: path @@ -61279,7 +61451,7 @@ paths: description: Response content: application/json: - schema: &422 + schema: &423 title: File Commit description: File Commit type: object @@ -61431,7 +61603,7 @@ paths: description: Response content: application/json: - schema: *422 + schema: *423 examples: example-for-creating-a-file: value: @@ -61485,7 +61657,7 @@ paths: schema: oneOf: - *3 - - &451 + - &452 description: Repository rule violation was detected type: object properties: @@ -61506,7 +61678,7 @@ paths: items: type: object properties: - placeholder_id: &567 + placeholder_id: &570 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -61538,8 +61710,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *273 - *274 + - *275 - name: path description: path parameter in: path @@ -61600,7 +61772,7 @@ paths: description: Response content: application/json: - schema: *422 + schema: *423 examples: default: value: @@ -61655,8 +61827,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *273 - *274 + - *275 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -61779,8 +61951,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *273 - *274 + - *275 - *149 - *150 - *151 @@ -61822,7 +61994,7 @@ paths: application/json: schema: type: array - items: &425 + items: &426 type: object description: A Dependabot alert. properties: @@ -61855,7 +62027,7 @@ paths: enum: - development - runtime - security_advisory: *423 + security_advisory: *424 security_vulnerability: *52 url: *56 html_url: *57 @@ -61886,7 +62058,7 @@ paths: nullable: true maxLength: 280 fixed_at: *134 - auto_dismissed_at: *424 + auto_dismissed_at: *425 required: - number - state @@ -62116,9 +62288,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *273 - *274 - - &426 + - *275 + - &427 name: alert_number in: path description: |- @@ -62133,7 +62305,7 @@ paths: description: Response content: application/json: - schema: *425 + schema: *426 examples: default: value: @@ -62246,9 +62418,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *273 - *274 - - *426 + - *275 + - *427 requestBody: required: true content: @@ -62293,7 +62465,7 @@ paths: description: Response content: application/json: - schema: *425 + schema: *426 examples: default: value: @@ -62422,8 +62594,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *273 - *274 + - *275 - *17 - *19 responses: @@ -62441,7 +62613,7 @@ paths: type: integer secrets: type: array - items: &429 + items: &430 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -62494,16 +62666,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *273 - *274 + - *275 responses: '200': description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: *428 + default: *429 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62523,15 +62695,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *273 - *274 + - *275 - *127 responses: '200': description: Response content: application/json: - schema: *429 + schema: *430 examples: default: value: @@ -62557,8 +62729,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *273 - *274 + - *275 - *127 requestBody: required: true @@ -62611,8 +62783,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *273 - *274 + - *275 - *127 responses: '204': @@ -62635,8 +62807,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *273 - *274 + - *275 - 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 @@ -62796,8 +62968,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *273 - *274 + - *275 responses: '200': description: Response @@ -63036,8 +63208,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -63112,7 +63284,7 @@ paths: - version - url additionalProperties: false - metadata: &430 + metadata: &431 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -63145,7 +63317,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *430 + metadata: *431 resolved: type: object description: A collection of resolved package dependencies. @@ -63158,7 +63330,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *430 + metadata: *431 relationship: type: string description: A notation of whether a dependency is requested @@ -63287,8 +63459,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *273 - *274 + - *275 - name: sha description: The SHA recorded at creation time. in: query @@ -63328,9 +63500,9 @@ paths: application/json: schema: type: array - items: *431 + items: *432 examples: - default: *432 + default: *433 headers: Link: *58 x-github: @@ -63396,8 +63568,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -63478,7 +63650,7 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: simple-example: summary: Simple example @@ -63551,9 +63723,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *273 - *274 - - &433 + - *275 + - &434 name: deployment_id description: deployment_id parameter in: path @@ -63565,7 +63737,7 @@ paths: description: Response content: application/json: - schema: *431 + schema: *432 examples: default: value: @@ -63630,9 +63802,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *273 - *274 - - *433 + - *275 + - *434 responses: '204': description: Response @@ -63654,9 +63826,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *273 - *274 - - *433 + - *275 + - *434 - *17 - *19 responses: @@ -63666,7 +63838,7 @@ paths: application/json: schema: type: array - items: &434 + items: &435 title: Deployment Status description: The status of a deployment. type: object @@ -63827,9 +63999,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *273 - *274 - - *433 + - *275 + - *434 requestBody: required: true content: @@ -63904,9 +64076,9 @@ paths: description: Response content: application/json: - schema: *434 + schema: *435 examples: - default: &435 + default: &436 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -63962,9 +64134,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *273 - *274 - - *433 + - *275 + - *434 - name: status_id in: path required: true @@ -63975,9 +64147,9 @@ paths: description: Response content: application/json: - schema: *434 + schema: *435 examples: - default: *435 + default: *436 '404': *6 x-github: githubCloudOnly: false @@ -64002,8 +64174,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -64060,8 +64232,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *273 - *274 + - *275 - *17 - *19 responses: @@ -64078,7 +64250,7 @@ paths: type: integer environments: type: array - items: &437 + items: &438 title: Environment description: Details of a deployment environment type: object @@ -64130,7 +64302,7 @@ paths: type: type: string example: wait_timer - wait_timer: &439 + wait_timer: &440 type: integer example: 30 description: The amount of time to delay a job after @@ -64167,7 +64339,7 @@ paths: items: type: object properties: - type: *436 + type: *437 reviewer: anyOf: - *4 @@ -64191,7 +64363,7 @@ paths: - id - node_id - type - deployment_branch_policy: &440 + deployment_branch_policy: &441 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -64307,9 +64479,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *273 - *274 - - &438 + - *275 + - &439 name: environment_name in: path required: true @@ -64322,9 +64494,9 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: - default: &441 + default: &442 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -64408,9 +64580,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *273 - *274 - - *438 + - *275 + - *439 requestBody: required: false content: @@ -64419,7 +64591,7 @@ paths: type: object nullable: true properties: - wait_timer: *439 + wait_timer: *440 prevent_self_review: type: boolean example: false @@ -64436,13 +64608,13 @@ paths: items: type: object properties: - type: *436 + type: *437 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *440 + deployment_branch_policy: *441 additionalProperties: false examples: default: @@ -64462,9 +64634,9 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: - default: *441 + default: *442 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -64488,9 +64660,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *273 - *274 - - *438 + - *275 + - *439 responses: '204': description: Default response @@ -64515,9 +64687,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *273 - *274 - - *438 + - *275 + - *439 - *17 - *19 responses: @@ -64535,7 +64707,7 @@ paths: example: 2 branch_policies: type: array - items: &442 + items: &443 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -64592,9 +64764,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *273 - *274 - - *438 + - *275 + - *439 requestBody: required: true content: @@ -64640,9 +64812,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: - example-wildcard: &443 + example-wildcard: &444 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -64684,10 +64856,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *273 - *274 - - *438 - - &444 + - *275 + - *439 + - &445 name: branch_policy_id in: path required: true @@ -64699,9 +64871,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: - default: *443 + default: *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64720,10 +64892,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *273 - *274 - - *438 - - *444 + - *275 + - *439 + - *445 requestBody: required: true content: @@ -64751,9 +64923,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: - default: *443 + default: *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64772,10 +64944,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *273 - *274 - - *438 - - *444 + - *275 + - *439 + - *445 responses: '204': description: Response @@ -64800,9 +64972,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *438 + - *439 + - *275 - *274 - - *273 responses: '200': description: List of deployment protection rules @@ -64818,7 +64990,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &445 + items: &446 title: Deployment protection rule description: Deployment protection rule type: object @@ -64837,7 +65009,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &446 + app: &447 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -64936,9 +65108,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *438 + - *439 + - *275 - *274 - - *273 requestBody: content: application/json: @@ -64959,9 +65131,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *445 + schema: *446 examples: - default: &447 + default: &448 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -64996,9 +65168,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *438 + - *439 + - *275 - *274 - - *273 - *19 - *17 responses: @@ -65017,7 +65189,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *446 + items: *447 examples: default: value: @@ -65052,10 +65224,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *273 - *274 - - *438 - - &448 + - *275 + - *439 + - &449 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -65067,9 +65239,9 @@ paths: description: Response content: application/json: - schema: *445 + schema: *446 examples: - default: *447 + default: *448 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65090,10 +65262,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *438 + - *439 + - *275 - *274 - - *273 - - *448 + - *449 responses: '204': description: Response @@ -65119,9 +65291,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *273 - *274 - - *438 + - *275 + - *439 - *17 - *19 responses: @@ -65139,9 +65311,9 @@ paths: type: integer secrets: type: array - items: *319 + items: *320 examples: - default: *320 + default: *321 headers: Link: *58 x-github: @@ -65166,17 +65338,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *273 - *274 - - *438 + - *275 + - *439 responses: '200': description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: *322 + default: *323 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65198,18 +65370,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *273 - *274 - - *438 + - *275 + - *439 - *127 responses: '200': description: Response content: application/json: - schema: *319 + schema: *320 examples: - default: *449 + default: *450 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65231,9 +65403,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *273 - *274 - - *438 + - *275 + - *439 - *127 requestBody: required: true @@ -65291,9 +65463,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *273 - *274 - - *438 + - *275 + - *439 - *127 responses: '204': @@ -65319,10 +65491,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *273 - *274 - - *438 - - *295 + - *275 + - *439 + - *296 - *19 responses: '200': @@ -65339,9 +65511,9 @@ paths: type: integer variables: type: array - items: *323 + items: *324 examples: - default: *324 + default: *325 headers: Link: *58 x-github: @@ -65364,9 +65536,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *273 - *274 - - *438 + - *275 + - *439 requestBody: required: true content: @@ -65418,18 +65590,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *273 - *274 - - *438 + - *275 + - *439 - *130 responses: '200': description: Response content: application/json: - schema: *323 + schema: *324 examples: - default: *450 + default: *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65450,10 +65622,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *273 - *274 + - *275 - *130 - - *438 + - *439 requestBody: required: true content: @@ -65495,10 +65667,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *273 - *274 + - *275 - *130 - - *438 + - *439 responses: '204': description: Response @@ -65520,8 +65692,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *273 - *274 + - *275 - *17 - *19 responses: @@ -65598,8 +65770,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *273 - *274 + - *275 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -65758,8 +65930,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *273 - *274 + - *275 requestBody: required: false content: @@ -65791,9 +65963,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: - default: *286 + default: *287 '400': *14 '422': *15 '403': *29 @@ -65814,8 +65986,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -65875,7 +66047,7 @@ paths: schema: oneOf: - *97 - - *451 + - *452 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65900,8 +66072,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *273 - *274 + - *275 - name: file_sha in: path required: true @@ -66000,8 +66172,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -66110,7 +66282,7 @@ paths: description: Response content: application/json: - schema: &452 + schema: &453 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -66324,15 +66496,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *273 - *274 - - *405 + - *275 + - *406 responses: '200': description: Response content: application/json: - schema: *452 + schema: *453 examples: default: value: @@ -66388,9 +66560,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *273 - *274 - - &453 + - *275 + - &454 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. @@ -66407,7 +66579,7 @@ paths: application/json: schema: type: array - items: &454 + items: &455 title: Git Reference description: Git references within a repository type: object @@ -66482,17 +66654,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *273 - *274 - - *453 + - *275 + - *454 responses: '200': description: Response content: application/json: - schema: *454 + schema: *455 examples: - default: &455 + default: &456 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -66521,8 +66693,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -66551,9 +66723,9 @@ paths: description: Response content: application/json: - schema: *454 + schema: *455 examples: - default: *455 + default: *456 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -66579,9 +66751,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *273 - *274 - - *453 + - *275 + - *454 requestBody: required: true content: @@ -66610,9 +66782,9 @@ paths: description: Response content: application/json: - schema: *454 + schema: *455 examples: - default: *455 + default: *456 '422': *15 '409': *46 x-github: @@ -66630,9 +66802,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *273 - *274 - - *453 + - *275 + - *454 responses: '204': description: Response @@ -66685,8 +66857,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -66753,7 +66925,7 @@ paths: description: Response content: application/json: - schema: &457 + schema: &458 title: Git Tag description: Metadata for a Git tag type: object @@ -66804,7 +66976,7 @@ paths: - sha - type - url - verification: *456 + verification: *457 required: - sha - url @@ -66814,7 +66986,7 @@ paths: - tag - message examples: - default: &458 + default: &459 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -66887,8 +67059,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *273 - *274 + - *275 - name: tag_sha in: path required: true @@ -66899,9 +67071,9 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: - default: *458 + default: *459 '404': *6 '409': *46 x-github: @@ -66925,8 +67097,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -66999,7 +67171,7 @@ paths: description: Response content: application/json: - schema: &459 + schema: &460 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -67111,8 +67283,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *273 - *274 + - *275 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -67135,7 +67307,7 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: default-response: summary: Default response @@ -67194,8 +67366,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *273 - *274 + - *275 - *17 - *19 responses: @@ -67205,7 +67377,7 @@ paths: application/json: schema: type: array - items: &460 + items: &461 title: Webhook description: Webhooks for repositories. type: object @@ -67259,7 +67431,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &678 + last_response: &681 title: Hook Response type: object properties: @@ -67333,8 +67505,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *273 - *274 + - *275 requestBody: required: false content: @@ -67386,9 +67558,9 @@ paths: description: Response content: application/json: - schema: *460 + schema: *461 examples: - default: &461 + default: &462 value: type: Repository id: 12345678 @@ -67436,17 +67608,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *273 - *274 + - *275 - *165 responses: '200': description: Response content: application/json: - schema: *460 + schema: *461 examples: - default: *461 + default: *462 '404': *6 x-github: githubCloudOnly: false @@ -67466,8 +67638,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *273 - *274 + - *275 - *165 requestBody: required: true @@ -67513,9 +67685,9 @@ paths: description: Response content: application/json: - schema: *460 + schema: *461 examples: - default: *461 + default: *462 '422': *15 '404': *6 x-github: @@ -67536,8 +67708,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *273 - *274 + - *275 - *165 responses: '204': @@ -67562,8 +67734,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *273 - *274 + - *275 - *165 responses: '200': @@ -67591,8 +67763,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *273 - *274 + - *275 - *165 requestBody: required: false @@ -67637,8 +67809,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *273 - *274 + - *275 - *165 - *17 - *166 @@ -67670,8 +67842,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *273 - *274 + - *275 - *165 - *16 responses: @@ -67700,8 +67872,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *273 - *274 + - *275 - *165 - *16 responses: @@ -67725,8 +67897,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *273 - *274 + - *275 - *165 responses: '204': @@ -67752,8 +67924,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *273 - *274 + - *275 - *165 responses: '204': @@ -67812,14 +67984,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *273 - *274 + - *275 responses: '200': description: Response content: application/json: - schema: &462 + schema: &463 title: Import description: A repository import from an external source. type: object @@ -67918,7 +68090,7 @@ paths: - html_url - authors_url examples: - default: &465 + default: &466 value: vcs: subversion use_lfs: true @@ -67934,7 +68106,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &463 + '503': &464 description: Unavailable due to service under maintenance. content: application/json: @@ -67963,8 +68135,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -68012,7 +68184,7 @@ paths: description: Response content: application/json: - schema: *462 + schema: *463 examples: default: value: @@ -68037,7 +68209,7 @@ paths: type: string '422': *15 '404': *6 - '503': *463 + '503': *464 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68065,8 +68237,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *273 - *274 + - *275 requestBody: required: false content: @@ -68115,7 +68287,7 @@ paths: description: Response content: application/json: - schema: *462 + schema: *463 examples: example-1: summary: Example 1 @@ -68163,7 +68335,7 @@ 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 - '503': *463 + '503': *464 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68186,12 +68358,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *273 - *274 + - *275 responses: '204': description: Response - '503': *463 + '503': *464 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68217,9 +68389,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *273 - *274 - - &625 + - *275 + - &628 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -68233,7 +68405,7 @@ paths: application/json: schema: type: array - items: &464 + items: &465 title: Porter Author description: Porter Author type: object @@ -68287,7 +68459,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *463 + '503': *464 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68312,8 +68484,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *273 - *274 + - *275 - name: author_id in: path required: true @@ -68343,7 +68515,7 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: default: value: @@ -68356,7 +68528,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *463 + '503': *464 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68380,8 +68552,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *273 - *274 + - *275 responses: '200': description: Response @@ -68422,7 +68594,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *463 + '503': *464 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68450,8 +68622,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -68478,11 +68650,11 @@ paths: description: Response content: application/json: - schema: *462 + schema: *463 examples: - default: *465 + default: *466 '422': *15 - '503': *463 + '503': *464 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68505,8 +68677,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *273 - *274 + - *275 responses: '200': description: Response @@ -68514,8 +68686,8 @@ paths: application/json: schema: *22 examples: - default: *466 - '301': *285 + default: *467 + '301': *286 '404': *6 x-github: githubCloudOnly: false @@ -68535,8 +68707,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *273 - *274 + - *275 responses: '200': description: Response @@ -68549,7 +68721,7 @@ paths: properties: {} additionalProperties: false examples: - default: &468 + default: &469 value: limit: collaborators_only origin: repository @@ -68574,13 +68746,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *273 - *274 + - *275 requestBody: required: true content: application/json: - schema: *467 + schema: *468 examples: default: summary: Example request body @@ -68594,7 +68766,7 @@ paths: application/json: schema: *183 examples: - default: *468 + default: *469 '409': description: Response x-github: @@ -68616,8 +68788,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *273 - *274 + - *275 responses: '204': description: Response @@ -68640,8 +68812,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *273 - *274 + - *275 - *17 - *19 responses: @@ -68651,9 +68823,9 @@ paths: application/json: schema: type: array - items: *469 + items: *470 examples: - default: &618 + default: &621 value: - id: 1 repository: @@ -68784,8 +68956,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *273 - *274 + - *275 - *187 requestBody: required: false @@ -68815,7 +68987,7 @@ paths: description: Response content: application/json: - schema: *469 + schema: *470 examples: default: value: @@ -68946,8 +69118,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *273 - *274 + - *275 - *187 responses: '204': @@ -68979,8 +69151,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *273 - *274 + - *275 - 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 @@ -69045,7 +69217,7 @@ paths: type: array items: *77 examples: - default: &480 + default: &481 value: - id: 1 node_id: MDU6SXNzdWUx @@ -69193,7 +69365,7 @@ paths: state_reason: completed headers: Link: *58 - '301': *285 + '301': *286 '422': *15 '404': *6 x-github: @@ -69222,8 +69394,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -69300,7 +69472,7 @@ paths: application/json: schema: *77 examples: - default: &475 + default: &476 value: id: 1 node_id: MDU6SXNzdWUx @@ -69456,7 +69628,7 @@ paths: '422': *15 '503': *65 '404': *6 - '410': *282 + '410': *283 x-github: triggersNotification: true githubCloudOnly: false @@ -69484,8 +69656,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *273 - *274 + - *275 - *87 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -69506,9 +69678,9 @@ paths: application/json: schema: type: array - items: *470 + items: *471 examples: - default: &477 + default: &478 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -69566,17 +69738,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *273 - *274 + - *275 - *76 responses: '200': description: Response content: application/json: - schema: *470 + schema: *471 examples: - default: &471 + default: &472 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -69630,8 +69802,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *273 - *274 + - *275 - *76 requestBody: required: true @@ -69654,9 +69826,9 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: - default: *471 + default: *472 '422': *15 x-github: githubCloudOnly: false @@ -69674,8 +69846,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *273 - *274 + - *275 - *76 responses: '204': @@ -69696,8 +69868,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *273 - *274 + - *275 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -69724,9 +69896,9 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: - default: *268 + default: *269 headers: Link: *58 '404': *6 @@ -69747,8 +69919,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *273 - *274 + - *275 - *76 requestBody: required: true @@ -69781,16 +69953,16 @@ paths: description: Reaction exists content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '201': description: Reaction created content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '422': *15 x-github: githubCloudOnly: false @@ -69812,10 +69984,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *273 - *274 + - *275 - *76 - - *269 + - *270 responses: '204': description: Response @@ -69835,8 +70007,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *273 - *274 + - *275 - *17 - *19 responses: @@ -69846,7 +70018,7 @@ paths: application/json: schema: type: array - items: &474 + items: &475 title: Issue Event description: Issue Event type: object @@ -69889,8 +70061,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *472 - required: *473 + properties: *473 + required: *474 nullable: true label: title: Issue Event Label @@ -70197,8 +70369,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *273 - *274 + - *275 - name: event_id in: path required: true @@ -70209,7 +70381,7 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: default: value: @@ -70402,7 +70574,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *282 + '410': *283 '403': *29 x-github: githubCloudOnly: false @@ -70436,9 +70608,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *273 - *274 - - &476 + - *275 + - &477 name: issue_number description: The number that identifies the issue. in: path @@ -70452,10 +70624,10 @@ paths: application/json: schema: *77 examples: - default: *475 - '301': *285 + default: *476 + '301': *286 '404': *6 - '410': *282 + '410': *283 '304': *37 x-github: githubCloudOnly: false @@ -70480,9 +70652,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *273 - *274 - - *476 + - *275 + - *477 requestBody: required: false content: @@ -70579,13 +70751,13 @@ paths: application/json: schema: *77 examples: - default: *475 + default: *476 '422': *15 '503': *65 '403': *29 - '301': *285 + '301': *286 '404': *6 - '410': *282 + '410': *283 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70603,9 +70775,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *273 - *274 - - *476 + - *275 + - *477 requestBody: required: false content: @@ -70633,7 +70805,7 @@ paths: application/json: schema: *77 examples: - default: *475 + default: *476 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70649,9 +70821,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *273 - *274 - - *476 + - *275 + - *477 requestBody: content: application/json: @@ -70678,7 +70850,7 @@ paths: application/json: schema: *77 examples: - default: *475 + default: *476 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70700,9 +70872,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *273 - *274 - - *476 + - *275 + - *477 - name: assignee in: path required: true @@ -70742,9 +70914,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *273 - *274 - - *476 + - *275 + - *477 - *67 - *17 - *19 @@ -70755,13 +70927,13 @@ paths: application/json: schema: type: array - items: *470 + items: *471 examples: - default: *477 + default: *478 headers: Link: *58 '404': *6 - '410': *282 + '410': *283 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70790,9 +70962,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *273 - *274 - - *476 + - *275 + - *477 requestBody: required: true content: @@ -70814,16 +70986,16 @@ paths: description: Response content: application/json: - schema: *470 + schema: *471 examples: - default: *471 + default: *472 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *282 + '410': *283 '422': *15 '404': *6 x-github: @@ -70843,9 +71015,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *273 - *274 - - *476 + - *275 + - *477 - *17 - *19 responses: @@ -70859,7 +71031,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &481 + - &482 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -70913,7 +71085,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &482 + - &483 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -71049,7 +71221,7 @@ paths: - performed_via_github_app - assignee - assigner - - &483 + - &484 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -71100,7 +71272,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &484 + - &485 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -71151,7 +71323,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &485 + - &486 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -71205,7 +71377,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &486 + - &487 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -71252,7 +71424,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &487 + - &488 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -71299,7 +71471,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &488 + - &489 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -71359,7 +71531,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &489 + - &490 title: Locked Issue Event description: Locked Issue Event type: object @@ -71407,7 +71579,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &490 + - &491 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -71473,7 +71645,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &491 + - &492 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -71539,7 +71711,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &492 + - &493 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -71605,7 +71777,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &493 + - &494 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -71696,7 +71868,7 @@ paths: color: red headers: Link: *58 - '410': *282 + '410': *283 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71713,9 +71885,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *273 - *274 - - *476 + - *275 + - *477 - *17 - *19 responses: @@ -71725,7 +71897,7 @@ paths: application/json: schema: type: array - items: &478 + items: &479 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -71772,7 +71944,7 @@ paths: - color - default examples: - default: &479 + default: &480 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -71790,9 +71962,9 @@ paths: default: false headers: Link: *58 - '301': *285 + '301': *286 '404': *6 - '410': *282 + '410': *283 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71809,9 +71981,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *273 - *274 - - *476 + - *275 + - *477 requestBody: required: false content: @@ -71870,12 +72042,12 @@ paths: application/json: schema: type: array - items: *478 + items: *479 examples: - default: *479 - '301': *285 + default: *480 + '301': *286 '404': *6 - '410': *282 + '410': *283 '422': *15 x-github: githubCloudOnly: false @@ -71892,9 +72064,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *273 - *274 - - *476 + - *275 + - *477 requestBody: required: false content: @@ -71954,12 +72126,12 @@ paths: application/json: schema: type: array - items: *478 + items: *479 examples: - default: *479 - '301': *285 + default: *480 + '301': *286 '404': *6 - '410': *282 + '410': *283 '422': *15 x-github: githubCloudOnly: false @@ -71976,15 +72148,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *273 - *274 - - *476 + - *275 + - *477 responses: '204': description: Response - '301': *285 + '301': *286 '404': *6 - '410': *282 + '410': *283 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72003,9 +72175,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *273 - *274 - - *476 + - *275 + - *477 - name: name in: path required: true @@ -72018,7 +72190,7 @@ paths: application/json: schema: type: array - items: *478 + items: *479 examples: default: value: @@ -72029,9 +72201,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *285 + '301': *286 '404': *6 - '410': *282 + '410': *283 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72051,9 +72223,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *273 - *274 - - *476 + - *275 + - *477 requestBody: required: false content: @@ -72081,7 +72253,7 @@ paths: '204': description: Response '403': *29 - '410': *282 + '410': *283 '404': *6 '422': *15 x-github: @@ -72099,9 +72271,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *273 - *274 - - *476 + - *275 + - *477 responses: '204': description: Response @@ -72123,9 +72295,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *273 - *274 - - *476 + - *275 + - *477 - 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. @@ -72151,13 +72323,13 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: - default: *268 + default: *269 headers: Link: *58 '404': *6 - '410': *282 + '410': *283 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72175,9 +72347,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *273 - *274 - - *476 + - *275 + - *477 requestBody: required: true content: @@ -72209,20 +72381,20 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '201': description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '422': *15 x-github: githubCloudOnly: false - enabledForGitHubApps: false + enabledForGitHubApps: true category: reactions subcategory: reactions "/repos/{owner}/{repo}/issues/{issue_number}/reactions/{reaction_id}": @@ -72240,10 +72412,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *273 - *274 - - *476 - - *269 + - *275 + - *477 + - *270 responses: '204': description: Response @@ -72272,9 +72444,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *273 - *274 - - *476 + - *275 + - *477 requestBody: required: true content: @@ -72298,7 +72470,7 @@ paths: application/json: schema: *77 examples: - default: *475 + default: *476 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -72331,9 +72503,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *273 - *274 - - *476 + - *275 + - *477 - *17 - *19 responses: @@ -72345,11 +72517,11 @@ paths: type: array items: *77 examples: - default: *480 + default: *481 headers: Link: *58 '404': *6 - '410': *282 + '410': *283 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72377,9 +72549,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *273 - *274 - - *476 + - *275 + - *477 requestBody: required: true content: @@ -72408,14 +72580,14 @@ paths: application/json: schema: *77 examples: - default: *475 + default: *476 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *282 + '410': *283 '422': *15 '404': *6 x-github: @@ -72435,9 +72607,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *273 - *274 - - *476 + - *275 + - *477 requestBody: required: true content: @@ -72470,7 +72642,7 @@ paths: application/json: schema: *77 examples: - default: *475 + default: *476 '403': *29 '404': *6 '422': *7 @@ -72492,9 +72664,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *273 - *274 - - *476 + - *275 + - *477 - *17 - *19 responses: @@ -72509,7 +72681,6 @@ paths: description: Timeline Event type: object anyOf: - - *481 - *482 - *483 - *484 @@ -72522,6 +72693,7 @@ paths: - *491 - *492 - *493 + - *494 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -72826,7 +72998,7 @@ paths: type: string comments: type: array - items: &514 + items: &515 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -73035,7 +73207,7 @@ paths: type: string comments: type: array - items: *403 + items: *404 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -73324,7 +73496,7 @@ paths: headers: Link: *58 '404': *6 - '410': *282 + '410': *283 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73341,8 +73513,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *273 - *274 + - *275 - *17 - *19 responses: @@ -73352,7 +73524,7 @@ paths: application/json: schema: type: array - items: &494 + items: &495 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -73417,8 +73589,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -73454,9 +73626,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: &495 + default: &496 value: id: 1 key: ssh-rsa AAA... @@ -73490,9 +73662,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *273 - *274 - - &496 + - *275 + - &497 name: key_id description: The unique identifier of the key. in: path @@ -73504,9 +73676,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: *495 + default: *496 '404': *6 x-github: githubCloudOnly: false @@ -73524,9 +73696,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *273 - *274 - - *496 + - *275 + - *497 responses: '204': description: Response @@ -73546,8 +73718,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *273 - *274 + - *275 - *17 - *19 responses: @@ -73557,9 +73729,9 @@ paths: application/json: schema: type: array - items: *478 + items: *479 examples: - default: *479 + default: *480 headers: Link: *58 '404': *6 @@ -73580,8 +73752,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -73617,9 +73789,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: &497 + default: &498 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -73651,8 +73823,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *273 - *274 + - *275 - name: name in: path required: true @@ -73663,9 +73835,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: *497 + default: *498 '404': *6 x-github: githubCloudOnly: false @@ -73682,8 +73854,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *273 - *274 + - *275 - name: name in: path required: true @@ -73722,7 +73894,7 @@ paths: description: Response content: application/json: - schema: *478 + schema: *479 examples: default: value: @@ -73748,8 +73920,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *273 - *274 + - *275 - name: name in: path required: true @@ -73775,8 +73947,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *273 - *274 + - *275 responses: '200': description: Response @@ -73815,9 +73987,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *273 - *274 - - *379 + - *275 + - *380 responses: '200': description: Response @@ -73962,8 +74134,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -74028,8 +74200,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -74063,9 +74235,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *404 + schema: *405 examples: - default: *498 + default: *499 '204': description: Response when already merged '404': @@ -74090,8 +74262,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *273 - *274 + - *275 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -74132,12 +74304,12 @@ paths: application/json: schema: type: array - items: &499 + items: &500 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *408 - required: *409 + properties: *409 + required: *410 examples: default: value: @@ -74193,8 +74365,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -74234,9 +74406,9 @@ paths: description: Response content: application/json: - schema: *499 + schema: *500 examples: - default: &500 + default: &501 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -74295,9 +74467,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *273 - *274 - - &501 + - *275 + - &502 name: milestone_number description: The number that identifies the milestone. in: path @@ -74309,9 +74481,9 @@ paths: description: Response content: application/json: - schema: *499 + schema: *500 examples: - default: *500 + default: *501 '404': *6 x-github: githubCloudOnly: false @@ -74328,9 +74500,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *273 - *274 - - *501 + - *275 + - *502 requestBody: required: false content: @@ -74368,9 +74540,9 @@ paths: description: Response content: application/json: - schema: *499 + schema: *500 examples: - default: *500 + default: *501 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74386,9 +74558,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *273 - *274 - - *501 + - *275 + - *502 responses: '204': description: Response @@ -74409,9 +74581,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *273 - *274 - - *501 + - *275 + - *502 - *17 - *19 responses: @@ -74421,9 +74593,9 @@ paths: application/json: schema: type: array - items: *478 + items: *479 examples: - default: *479 + default: *480 headers: Link: *58 x-github: @@ -74442,12 +74614,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *273 - *274 - - *502 + - *275 - *503 - - *67 - *504 + - *67 + - *505 - *17 - *19 responses: @@ -74459,7 +74631,7 @@ paths: type: array items: *90 examples: - default: *505 + default: *506 headers: Link: *58 x-github: @@ -74483,8 +74655,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *273 - *274 + - *275 requestBody: required: false content: @@ -74542,14 +74714,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *273 - *274 + - *275 responses: '200': description: Response content: application/json: - schema: &506 + schema: &507 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -74674,7 +74846,7 @@ paths: - custom_404 - public examples: - default: &507 + default: &508 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -74715,8 +74887,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -74770,9 +74942,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: *507 + default: *508 '422': *15 '409': *46 x-github: @@ -74795,8 +74967,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -74895,8 +75067,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *273 - *274 + - *275 responses: '204': description: Response @@ -74922,8 +75094,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *273 - *274 + - *275 - *17 - *19 responses: @@ -74933,7 +75105,7 @@ paths: application/json: schema: type: array - items: &508 + items: &509 title: Page Build description: Page Build type: object @@ -75027,8 +75199,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *273 - *274 + - *275 responses: '201': description: Response @@ -75073,16 +75245,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *273 - *274 + - *275 responses: '200': description: Response content: application/json: - schema: *508 + schema: *509 examples: - default: &509 + default: &510 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -75130,8 +75302,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *273 - *274 + - *275 - name: build_id in: path required: true @@ -75142,9 +75314,9 @@ paths: description: Response content: application/json: - schema: *508 + schema: *509 examples: - default: *509 + default: *510 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75164,8 +75336,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -75270,9 +75442,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *273 - *274 - - &510 + - *275 + - &511 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -75330,9 +75502,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *273 - *274 - - *510 + - *275 + - *511 responses: '204': *142 '404': *6 @@ -75359,8 +75531,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *273 - *274 + - *275 responses: '200': description: Response @@ -75618,8 +75790,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: - - *273 - *274 + - *275 responses: '200': description: Private vulnerability reporting status @@ -75656,8 +75828,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *273 - *274 + - *275 responses: '204': *142 '422': *14 @@ -75678,8 +75850,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *273 - *274 + - *275 responses: '204': *142 '422': *14 @@ -75702,8 +75874,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-repository-projects parameters: - - *273 - *274 + - *275 - name: state description: Indicates the state of the projects to return. in: query @@ -75764,7 +75936,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *282 + '410': *283 '422': *7 x-github: githubCloudOnly: false @@ -75787,8 +75959,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-a-repository-project parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -75816,11 +75988,11 @@ paths: application/json: schema: *222 examples: - default: *281 + default: *282 '401': *25 '403': *29 '404': *6 - '410': *282 + '410': *283 '422': *7 x-github: githubCloudOnly: false @@ -75843,8 +76015,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *273 - *274 + - *275 responses: '200': description: Response @@ -75883,8 +76055,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -75946,8 +76118,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *273 - *274 + - *275 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -76007,9 +76179,9 @@ paths: application/json: schema: type: array - items: *511 + items: *512 examples: - default: *512 + default: *513 headers: Link: *58 '304': *37 @@ -76041,8 +76213,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -76107,7 +76279,7 @@ paths: description: Response content: application/json: - schema: &516 + schema: &517 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -76218,8 +76390,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *408 - required: *409 + properties: *409 + required: *410 nullable: true active_lock_reason: type: string @@ -76264,7 +76436,7 @@ paths: nullable: true requested_teams: type: array - items: *249 + items: *250 nullable: true head: type: object @@ -76303,14 +76475,14 @@ paths: _links: type: object properties: - comments: *410 - commits: *410 - statuses: *410 - html: *410 - issue: *410 - review_comments: *410 - review_comment: *410 - self: *410 + comments: *411 + commits: *411 + statuses: *411 + html: *411 + issue: *411 + review_comments: *411 + review_comment: *411 + self: *411 required: - comments - commits @@ -76321,7 +76493,7 @@ paths: - review_comment - self author_association: *63 - auto_merge: *513 + auto_merge: *514 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -76413,7 +76585,7 @@ paths: - merged_by - review_comments examples: - default: &517 + default: &518 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -76940,8 +77112,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *273 - *274 + - *275 - name: sort in: query required: false @@ -76970,9 +77142,9 @@ paths: application/json: schema: type: array - items: *514 + items: *515 examples: - default: &519 + default: &520 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -77049,17 +77221,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *273 - *274 + - *275 - *76 responses: '200': description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: &515 + default: &516 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -77134,8 +77306,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *273 - *274 + - *275 - *76 requestBody: required: true @@ -77158,9 +77330,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *515 + default: *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77176,8 +77348,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *273 - *274 + - *275 - *76 responses: '204': @@ -77199,8 +77371,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *273 - *274 + - *275 - *76 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -77227,9 +77399,9 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: - default: *268 + default: *269 headers: Link: *58 '404': *6 @@ -77250,8 +77422,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *273 - *274 + - *275 - *76 requestBody: required: true @@ -77284,16 +77456,16 @@ paths: description: Reaction exists content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '201': description: Reaction created content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '422': *15 x-github: githubCloudOnly: false @@ -77315,10 +77487,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *273 - *274 + - *275 - *76 - - *269 + - *270 responses: '204': description: Response @@ -77361,9 +77533,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *273 - *274 - - &518 + - *275 + - &519 name: pull_number description: The number that identifies the pull request. in: path @@ -77376,9 +77548,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *516 + schema: *517 examples: - default: *517 + default: *518 '304': *37 '404': *6 '406': @@ -77413,9 +77585,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *273 - *274 - - *518 + - *275 + - *519 requestBody: required: false content: @@ -77457,9 +77629,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: *517 + default: *518 '422': *15 '403': *29 x-github: @@ -77481,9 +77653,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *273 - *274 - - *518 + - *275 + - *519 requestBody: required: true content: @@ -77545,7 +77717,7 @@ paths: application/json: schema: *192 examples: - default: *393 + default: *394 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -77553,7 +77725,7 @@ paths: application/json: schema: *192 examples: - default: *393 + default: *394 '401': *25 '403': *29 '404': *6 @@ -77583,9 +77755,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *273 - *274 - - *518 + - *275 + - *519 - *87 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -77606,9 +77778,9 @@ paths: application/json: schema: type: array - items: *514 + items: *515 examples: - default: *519 + default: *520 headers: Link: *58 x-github: @@ -77641,9 +77813,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *273 - *274 - - *518 + - *275 + - *519 requestBody: required: true content: @@ -77748,7 +77920,7 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: example-for-a-multi-line-comment: value: @@ -77836,9 +78008,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *273 - *274 - - *518 + - *275 + - *519 - *76 requestBody: required: true @@ -77861,7 +78033,7 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: default: value: @@ -77947,9 +78119,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *273 - *274 - - *518 + - *275 + - *519 - *17 - *19 responses: @@ -77959,9 +78131,9 @@ paths: application/json: schema: type: array - items: *404 + items: *405 examples: - default: *520 + default: *521 headers: Link: *58 x-github: @@ -77991,9 +78163,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *273 - *274 - - *518 + - *275 + - *519 - *17 - *19 responses: @@ -78003,7 +78175,7 @@ paths: application/json: schema: type: array - items: *419 + items: *420 examples: default: value: @@ -78041,9 +78213,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *273 - *274 - - *518 + - *275 + - *519 responses: '204': description: Response if pull request has been merged @@ -78066,9 +78238,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *273 - *274 - - *518 + - *275 + - *519 requestBody: required: false content: @@ -78179,9 +78351,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *273 - *274 - - *518 + - *275 + - *519 responses: '200': description: Response @@ -78256,9 +78428,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *273 - *274 - - *518 + - *275 + - *519 requestBody: required: false content: @@ -78295,7 +78467,7 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: default: value: @@ -78831,9 +79003,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *273 - *274 - - *518 + - *275 + - *519 requestBody: required: true content: @@ -78867,7 +79039,7 @@ paths: description: Response content: application/json: - schema: *511 + schema: *512 examples: default: value: @@ -79372,9 +79544,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *273 - *274 - - *518 + - *275 + - *519 - *17 - *19 responses: @@ -79384,7 +79556,7 @@ paths: application/json: schema: type: array - items: &521 + items: &522 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -79535,9 +79707,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *273 - *274 - - *518 + - *275 + - *519 requestBody: required: false content: @@ -79623,9 +79795,9 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: - default: &523 + default: &524 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -79688,10 +79860,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *273 - *274 - - *518 - - &522 + - *275 + - *519 + - &523 name: review_id description: The unique identifier of the review. in: path @@ -79703,9 +79875,9 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: - default: &524 + default: &525 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -79764,10 +79936,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *273 - *274 - - *518 - - *522 + - *275 + - *519 + - *523 requestBody: required: true content: @@ -79790,7 +79962,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: default: value: @@ -79852,18 +80024,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *273 - *274 - - *518 - - *522 + - *275 + - *519 + - *523 responses: '200': description: Response content: application/json: - schema: *521 + schema: *522 examples: - default: *523 + default: *524 '422': *7 '404': *6 x-github: @@ -79890,10 +80062,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *273 - *274 - - *518 - - *522 + - *275 + - *519 + - *523 - *17 - *19 responses: @@ -79976,9 +80148,9 @@ paths: _links: type: object properties: - self: *410 - html: *410 - pull_request: *410 + self: *411 + html: *411 + pull_request: *411 required: - self - html @@ -80121,10 +80293,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *273 - *274 - - *518 - - *522 + - *275 + - *519 + - *523 requestBody: required: true content: @@ -80152,7 +80324,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: default: value: @@ -80215,10 +80387,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *273 - *274 - - *518 - - *522 + - *275 + - *519 + - *523 requestBody: required: true content: @@ -80253,9 +80425,9 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: - default: *524 + default: *525 '404': *6 '422': *7 '403': *29 @@ -80277,9 +80449,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *273 - *274 - - *518 + - *275 + - *519 requestBody: required: false content: @@ -80342,8 +80514,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *273 - *274 + - *275 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -80356,9 +80528,9 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: &526 + default: &527 value: type: file encoding: base64 @@ -80400,8 +80572,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *273 - *274 + - *275 - name: dir description: The alternate path to look for a README file in: path @@ -80421,9 +80593,9 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: *526 + default: *527 '404': *6 '422': *15 x-github: @@ -80445,8 +80617,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *273 - *274 + - *275 - *17 - *19 responses: @@ -80456,7 +80628,7 @@ paths: application/json: schema: type: array - items: &527 + items: &528 title: Release description: A release. type: object @@ -80519,7 +80691,7 @@ paths: author: *4 assets: type: array - items: &528 + items: &529 title: Release Asset description: Data related to a release. type: object @@ -80700,8 +80872,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -80777,9 +80949,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: &531 + default: &532 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -80882,9 +81054,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *273 - *274 - - &529 + - *275 + - &530 name: asset_id description: The unique identifier of the asset. in: path @@ -80896,9 +81068,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: &530 + default: &531 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 @@ -80932,7 +81104,7 @@ paths: type: User site_admin: false '404': *6 - '302': *421 + '302': *422 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80948,9 +81120,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *273 - *274 - - *529 + - *275 + - *530 requestBody: required: false content: @@ -80978,9 +81150,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: *530 + default: *531 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80996,9 +81168,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *273 - *274 - - *529 + - *275 + - *530 responses: '204': description: Response @@ -81022,8 +81194,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -81108,16 +81280,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *273 - *274 + - *275 responses: '200': description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: *531 + default: *532 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81134,8 +81306,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *273 - *274 + - *275 - name: tag description: tag parameter in: path @@ -81148,9 +81320,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: *531 + default: *532 '404': *6 x-github: githubCloudOnly: false @@ -81172,9 +81344,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *273 - *274 - - &532 + - *275 + - &533 name: release_id description: The unique identifier of the release. in: path @@ -81188,9 +81360,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *527 + schema: *528 examples: - default: *531 + default: *532 '401': description: Unauthorized x-github: @@ -81208,9 +81380,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *273 - *274 - - *532 + - *275 + - *533 requestBody: required: false content: @@ -81274,9 +81446,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: *531 + default: *532 '404': description: Not Found if the discussion category name is invalid content: @@ -81297,9 +81469,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *273 - *274 - - *532 + - *275 + - *533 responses: '204': description: Response @@ -81319,9 +81491,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *273 - *274 - - *532 + - *275 + - *533 - *17 - *19 responses: @@ -81331,7 +81503,7 @@ paths: application/json: schema: type: array - items: *528 + items: *529 examples: default: value: @@ -81411,9 +81583,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: - - *273 - *274 - - *532 + - *275 + - *533 - name: name in: query required: true @@ -81439,7 +81611,7 @@ paths: description: Response for successful upload content: application/json: - schema: *528 + schema: *529 examples: response-for-successful-upload: value: @@ -81493,9 +81665,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *273 - *274 - - *532 + - *275 + - *533 - 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 release. @@ -81519,9 +81691,9 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: - default: *268 + default: *269 headers: Link: *58 '404': *6 @@ -81542,9 +81714,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *273 - *274 - - *532 + - *275 + - *533 requestBody: required: true content: @@ -81574,16 +81746,16 @@ paths: description: Reaction exists content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '201': description: Reaction created content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 '422': *15 x-github: githubCloudOnly: false @@ -81605,10 +81777,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *273 - *274 - - *532 - - *269 + - *275 + - *533 + - *270 responses: '204': description: Response @@ -81632,9 +81804,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *273 - *274 - - *341 + - *275 + - *342 - *17 - *19 responses: @@ -81650,8 +81822,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *533 - - &535 + - *534 + - &536 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -81671,53 +81843,53 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *534 - *535 - - allOf: - *536 - - *535 - allOf: - *537 - - *535 + - *536 - allOf: - *538 - - *535 + - *536 - allOf: - *539 - - *535 + - *536 - allOf: - *540 - - *535 + - *536 - allOf: - *541 - - *535 + - *536 - allOf: - *542 - - *535 + - *536 - allOf: - *543 - - *535 + - *536 - allOf: - *544 - - *535 + - *536 - allOf: - *545 - - *535 + - *536 - allOf: - *546 - - *535 + - *536 - allOf: - *547 - - *535 + - *536 - allOf: - *548 - - *535 + - *536 - allOf: - *549 - - *535 + - *536 - allOf: - *550 - - *535 + - *536 + - allOf: + - *551 + - *536 examples: default: value: @@ -81756,8 +81928,8 @@ paths: category: repos subcategory: rules parameters: - - *273 - *274 + - *275 - *17 - *19 - name: includes_parents @@ -81768,7 +81940,7 @@ paths: schema: type: boolean default: true - - *551 + - *552 responses: '200': description: Response @@ -81823,8 +81995,8 @@ paths: category: repos subcategory: rules parameters: - - *273 - *274 + - *275 requestBody: description: Request body required: true @@ -81886,7 +82058,7 @@ paths: application/json: schema: *237 examples: - default: &561 + default: &562 value: id: 42 name: super cool ruleset @@ -81933,12 +82105,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *273 - *274 - - *552 + - *275 - *553 - *554 - *555 + - *556 - *17 - *19 responses: @@ -81946,9 +82118,9 @@ paths: description: Response content: application/json: - schema: *556 + schema: *557 examples: - default: *557 + default: *558 '404': *6 '500': *145 x-github: @@ -81969,17 +82141,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *273 - *274 - - *558 + - *275 + - *559 responses: '200': description: Response content: application/json: - schema: *559 + schema: *560 examples: - default: *560 + default: *561 '404': *6 '500': *145 x-github: @@ -82007,8 +82179,8 @@ paths: category: repos subcategory: rules parameters: - - *273 - *274 + - *275 - name: ruleset_id description: The ID of the ruleset. in: path @@ -82030,7 +82202,7 @@ paths: application/json: schema: *237 examples: - default: *561 + default: *562 '404': *6 '500': *145 put: @@ -82048,8 +82220,8 @@ paths: category: repos subcategory: rules parameters: - - *273 - *274 + - *275 - name: ruleset_id description: The ID of the ruleset. in: path @@ -82113,7 +82285,7 @@ paths: application/json: schema: *237 examples: - default: *561 + default: *562 '404': *6 '500': *145 delete: @@ -82131,8 +82303,8 @@ paths: category: repos subcategory: rules parameters: - - *273 - *274 + - *275 - name: ruleset_id description: The ID of the ruleset. in: path @@ -82144,6 +82316,113 @@ paths: description: Response '404': *6 '500': *145 + "/repos/{owner}/{repo}/rulesets/{ruleset_id}/history": + get: + summary: Get repository ruleset history + description: Get the history of a repository ruleset. + tags: + - repos + operationId: repos/get-repo-ruleset-history + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history + parameters: + - *274 + - *275 + - *17 + - *19 + - name: ruleset_id + description: The ID of the ruleset. + in: path + required: true + schema: + type: integer + responses: + '200': + description: Response + content: + application/json: + schema: + type: array + items: *239 + examples: + default: *563 + '404': *6 + '500': *145 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: repos + subcategory: rules + "/repos/{owner}/{repo}/rulesets/{ruleset_id}/history/{version_id}": + get: + summary: Get repository ruleset version + description: Get a version of a repository ruleset. + tags: + - repos + operationId: repos/get-repo-ruleset-version + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version + parameters: + - *274 + - *275 + - name: ruleset_id + description: The ID of the ruleset. + in: path + required: true + schema: + type: integer + - name: version_id + description: The ID of the version + in: path + required: true + schema: + type: integer + responses: + '200': + description: Response + content: + application/json: + schema: *564 + examples: + default: + value: + - version_id: 3 + actor: + id: 1 + type: User + updated_at: 2024-010-23T16:29:47Z + state: + id: 42 + name: super cool ruleset + target: branch + source_type: Repository + source: monalisa/my-repo + enforcement: active + bypass_actors: + - actor_id: 234 + actor_type: Team + bypass_mode: always + conditions: + ref_name: + include: + - refs/heads/main + - refs/heads/master + exclude: + - refs/heads/dev* + rules: + - type: commit_author_email_pattern + parameters: + operator: contains + pattern: github + '404': *6 + '500': *145 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: repos + subcategory: rules "/repos/{owner}/{repo}/secret-scanning/alerts": get: summary: List secret scanning alerts for a repository @@ -82160,20 +82439,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *273 - *274 - - *239 + - *275 - *240 - *241 - *242 + - *243 - *48 - *19 - *17 - - *562 - - *563 - - *243 + - *565 + - *566 - *244 - *245 + - *246 responses: '200': description: Response @@ -82181,7 +82460,7 @@ paths: application/json: schema: type: array - items: &566 + items: &569 type: object properties: number: *54 @@ -82200,8 +82479,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *564 - resolution: *565 + state: *567 + resolution: *568 resolved_at: type: string format: date-time @@ -82414,15 +82693,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *273 - *274 - - *373 + - *275 + - *374 responses: '200': description: Response content: application/json: - schema: *566 + schema: *569 examples: default: value: @@ -82474,9 +82753,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *273 - *274 - - *373 + - *275 + - *374 requestBody: required: true content: @@ -82484,8 +82763,8 @@ paths: schema: type: object properties: - state: *564 - resolution: *565 + state: *567 + resolution: *568 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -82503,7 +82782,7 @@ paths: description: Response content: application/json: - schema: *566 + schema: *569 examples: default: value: @@ -82578,9 +82857,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *273 - *274 - - *373 + - *275 + - *374 - *19 - *17 responses: @@ -82591,7 +82870,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &699 + items: &702 type: object properties: type: @@ -82950,8 +83229,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -82959,14 +83238,14 @@ paths: schema: type: object properties: - reason: &568 + reason: &571 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *567 + placeholder_id: *570 required: - reason - placeholder_id @@ -82983,7 +83262,7 @@ paths: schema: type: object properties: - reason: *568 + reason: *571 expire_at: type: string format: date-time @@ -83026,8 +83305,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *273 - *274 + - *275 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -83042,7 +83321,7 @@ paths: properties: incremental_scans: type: array - items: &569 + items: &572 description: Information on a single scan performed by secret scanning on the repository type: object @@ -83068,15 +83347,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *569 + items: *572 backfill_scans: type: array - items: *569 + items: *572 custom_pattern_backfill_scans: type: array items: allOf: - - *569 + - *572 - type: object properties: pattern_name: @@ -83146,8 +83425,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *273 - *274 + - *275 - *48 - name: sort description: The property to sort the results by. @@ -83191,9 +83470,9 @@ paths: application/json: schema: type: array - items: *570 + items: *573 examples: - default: *571 + default: *574 '400': *14 '404': *6 x-github: @@ -83216,8 +83495,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -83290,7 +83569,7 @@ paths: login: type: string description: The username of the user credited. - type: *248 + type: *249 required: - login - type @@ -83377,9 +83656,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *573 examples: - default: &573 + default: &576 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -83612,8 +83891,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -83717,7 +83996,7 @@ paths: description: Response content: application/json: - schema: *570 + schema: *573 examples: default: value: @@ -83864,17 +84143,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *273 - *274 - - *572 + - *275 + - *575 responses: '200': description: Response content: application/json: - schema: *570 + schema: *573 examples: - default: *573 + default: *576 '403': *29 '404': *6 x-github: @@ -83898,9 +84177,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *273 - *274 - - *572 + - *275 + - *575 requestBody: required: true content: @@ -83973,7 +84252,7 @@ paths: login: type: string description: The username of the user credited. - type: *248 + type: *249 required: - login - type @@ -84059,10 +84338,10 @@ paths: description: Response content: application/json: - schema: *570 + schema: *573 examples: - default: *573 - add_credit: *573 + default: *576 + add_credit: *576 '403': *29 '404': *6 '422': @@ -84100,9 +84379,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *273 - *274 - - *572 + - *275 + - *575 responses: '202': *47 '400': *14 @@ -84129,17 +84408,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *273 - *274 - - *572 + - *275 + - *575 responses: '202': description: Response content: application/json: - schema: *284 + schema: *285 examples: - default: *286 + default: *287 '400': *14 '422': *15 '403': *29 @@ -84165,8 +84444,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *273 - *274 + - *275 - *17 - *19 responses: @@ -84265,8 +84544,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *273 - *274 + - *275 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -84275,7 +84554,7 @@ paths: application/json: schema: type: array - items: &574 + items: &577 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -84308,8 +84587,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *273 - *274 + - *275 responses: '200': description: Response @@ -84385,8 +84664,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *273 - *274 + - *275 responses: '200': description: Response @@ -84482,8 +84761,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *273 - *274 + - *275 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -84637,8 +84916,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *273 - *274 + - *275 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -84648,7 +84927,7 @@ paths: application/json: schema: type: array - items: *574 + items: *577 examples: default: value: @@ -84681,8 +84960,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *273 - *274 + - *275 - name: sha in: path required: true @@ -84736,7 +85015,7 @@ paths: description: Response content: application/json: - schema: *575 + schema: *578 examples: default: value: @@ -84790,8 +85069,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *273 - *274 + - *275 - *17 - *19 responses: @@ -84823,14 +85102,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *273 - *274 + - *275 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &576 + schema: &579 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -84898,8 +85177,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *273 - *274 + - *275 requestBody: required: false content: @@ -84925,7 +85204,7 @@ paths: description: Response content: application/json: - schema: *576 + schema: *579 examples: default: value: @@ -84952,8 +85231,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *273 - *274 + - *275 responses: '204': description: Response @@ -84973,8 +85252,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *273 - *274 + - *275 - *17 - *19 responses: @@ -85053,8 +85332,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *273 - *274 + - *275 responses: '200': description: Response @@ -85062,7 +85341,7 @@ paths: application/json: schema: type: array - items: &577 + items: &580 title: Tag protection description: Tag protection type: object @@ -85114,8 +85393,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -85138,7 +85417,7 @@ paths: description: Response content: application/json: - schema: *577 + schema: *580 examples: default: value: @@ -85169,8 +85448,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *273 - *274 + - *275 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -85207,8 +85486,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *273 - *274 + - *275 - name: ref in: path required: true @@ -85244,8 +85523,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *273 - *274 + - *275 - *17 - *19 responses: @@ -85277,8 +85556,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *273 - *274 + - *275 - *19 - *17 responses: @@ -85286,7 +85565,7 @@ paths: description: Response content: application/json: - schema: &578 + schema: &581 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -85298,7 +85577,7 @@ paths: required: - names examples: - default: &579 + default: &582 value: names: - octocat @@ -85321,8 +85600,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -85353,9 +85632,9 @@ paths: description: Response content: application/json: - schema: *578 + schema: *581 examples: - default: *579 + default: *582 '404': *6 '422': *7 x-github: @@ -85376,9 +85655,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *273 - *274 - - &580 + - *275 + - &583 name: per description: The time frame to display results for. in: query @@ -85407,7 +85686,7 @@ paths: example: 128 clones: type: array - items: &581 + items: &584 title: Traffic type: object properties: @@ -85494,8 +85773,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *273 - *274 + - *275 responses: '200': description: Response @@ -85585,8 +85864,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *273 - *274 + - *275 responses: '200': description: Response @@ -85646,9 +85925,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *273 - *274 - - *580 + - *275 + - *583 responses: '200': description: Response @@ -85667,7 +85946,7 @@ paths: example: 3782 views: type: array - items: *581 + items: *584 required: - uniques - count @@ -85744,8 +86023,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *273 - *274 + - *275 requestBody: required: true content: @@ -86019,8 +86298,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *273 - *274 + - *275 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -86043,8 +86322,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *273 - *274 + - *275 responses: '204': description: Response @@ -86066,8 +86345,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *273 - *274 + - *275 responses: '204': description: Response @@ -86093,8 +86372,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *273 - *274 + - *275 - name: ref in: path required: true @@ -86186,9 +86465,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: - default: *286 + default: *287 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -86436,7 +86715,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &582 + text_matches: &585 title: Search Result Text Matches type: array items: @@ -86598,7 +86877,7 @@ paths: enum: - author-date - committer-date - - &583 + - &586 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 @@ -86669,7 +86948,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *339 + properties: *340 nullable: true comment_count: type: integer @@ -86689,7 +86968,7 @@ paths: url: type: string format: uri - verification: *456 + verification: *457 required: - author - committer @@ -86708,7 +86987,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *339 + properties: *340 nullable: true parents: type: array @@ -86726,7 +87005,7 @@ paths: type: number node_id: type: string - text_matches: *582 + text_matches: *585 required: - sha - node_id @@ -86918,7 +87197,7 @@ paths: - interactions - created - updated - - *583 + - *586 - *17 - *19 responses: @@ -87037,8 +87316,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *408 - required: *409 + properties: *409 + required: *410 nullable: true comments: type: integer @@ -87052,7 +87331,7 @@ paths: type: string format: date-time nullable: true - text_matches: *582 + text_matches: *585 pull_request: type: object properties: @@ -87276,7 +87555,7 @@ paths: enum: - created - updated - - *583 + - *586 - *17 - *19 responses: @@ -87320,7 +87599,7 @@ paths: nullable: true score: type: number - text_matches: *582 + text_matches: *585 required: - id - node_id @@ -87405,7 +87684,7 @@ paths: - forks - help-wanted-issues - updated - - *583 + - *586 - *17 - *19 responses: @@ -87644,7 +87923,7 @@ paths: - admin - pull - push - text_matches: *582 + text_matches: *585 temp_clone_token: type: string allow_merge_commit: @@ -87944,7 +88223,7 @@ paths: type: string format: uri nullable: true - text_matches: *582 + text_matches: *585 related: type: array nullable: true @@ -88135,7 +88414,7 @@ paths: - followers - repositories - joined - - *583 + - *586 - *17 - *19 responses: @@ -88239,7 +88518,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *582 + text_matches: *585 blog: type: string nullable: true @@ -88318,7 +88597,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &584 + - &587 name: team_id description: The unique identifier of the team. in: path @@ -88330,9 +88609,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 '404': *6 x-github: githubCloudOnly: false @@ -88359,7 +88638,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *584 + - *587 requestBody: required: true content: @@ -88422,16 +88701,16 @@ paths: description: Response when the updated information already exists 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 '404': *6 '422': *15 '403': *29 @@ -88459,7 +88738,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *584 + - *587 responses: '204': description: Response @@ -88490,7 +88769,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *584 + - *587 - *48 - *17 - *19 @@ -88501,9 +88780,9 @@ paths: application/json: schema: type: array - items: *260 + items: *261 examples: - default: *585 + default: *588 headers: Link: *58 x-github: @@ -88532,7 +88811,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *584 + - *587 requestBody: required: true content: @@ -88566,9 +88845,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 x-github: triggersNotification: true githubCloudOnly: false @@ -88595,16 +88874,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *584 - - *262 + - *587 + - *263 responses: '200': description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88629,8 +88908,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *584 - - *262 + - *587 + - *263 requestBody: required: false content: @@ -88653,9 +88932,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *586 + default: *589 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88680,8 +88959,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *584 - - *262 + - *587 + - *263 responses: '204': description: Response @@ -88710,8 +88989,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *584 - - *262 + - *587 + - *263 - *48 - *17 - *19 @@ -88722,9 +89001,9 @@ paths: application/json: schema: type: array - items: *263 + items: *264 examples: - default: *587 + default: *590 headers: Link: *58 x-github: @@ -88753,8 +89032,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *584 - - *262 + - *587 + - *263 requestBody: required: true content: @@ -88776,9 +89055,9 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: *264 + default: *265 x-github: triggersNotification: true githubCloudOnly: false @@ -88805,17 +89084,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *584 - - *262 - - *265 + - *587 + - *263 + - *266 responses: '200': description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: *264 + default: *265 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88840,9 +89119,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *584 - - *262 - - *265 + - *587 + - *263 + - *266 requestBody: required: true content: @@ -88864,9 +89143,9 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: *588 + default: *591 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88891,9 +89170,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *584 - - *262 - - *265 + - *587 + - *263 + - *266 responses: '204': description: Response @@ -88922,9 +89201,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *584 - - *262 - - *265 + - *587 + - *263 + - *266 - 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 team discussion comment. @@ -88950,9 +89229,9 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: - default: *268 + default: *269 headers: Link: *58 x-github: @@ -88981,9 +89260,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *584 - - *262 - - *265 + - *587 + - *263 + - *266 requestBody: required: true content: @@ -89015,9 +89294,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89043,8 +89322,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *584 - - *262 + - *587 + - *263 - 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 team discussion. @@ -89070,9 +89349,9 @@ paths: application/json: schema: type: array - items: *266 + items: *267 examples: - default: *268 + default: *269 headers: Link: *58 x-github: @@ -89101,8 +89380,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *584 - - *262 + - *587 + - *263 requestBody: required: true content: @@ -89134,9 +89413,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *267 examples: - default: *267 + default: *268 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89160,7 +89439,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *584 + - *587 - *17 - *19 responses: @@ -89198,7 +89477,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *584 + - *587 - name: role description: Filters members returned by their role in the team. in: query @@ -89249,7 +89528,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *584 + - *587 - *132 responses: '204': @@ -89286,7 +89565,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *584 + - *587 - *132 responses: '204': @@ -89326,7 +89605,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *584 + - *587 - *132 responses: '204': @@ -89363,16 +89642,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *584 + - *587 - *132 responses: '200': description: Response content: application/json: - schema: *270 + schema: *271 examples: - response-if-user-is-a-team-maintainer: *589 + response-if-user-is-a-team-maintainer: *592 '404': *6 x-github: githubCloudOnly: false @@ -89405,7 +89684,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *584 + - *587 - *132 requestBody: required: false @@ -89431,9 +89710,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - response-if-users-membership-with-team-is-now-pending: *590 + response-if-users-membership-with-team-is-now-pending: *593 '403': description: Forbidden if team synchronization is set up '422': @@ -89467,7 +89746,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *584 + - *587 - *132 responses: '204': @@ -89497,7 +89776,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *584 + - *587 - *17 - *19 responses: @@ -89507,9 +89786,9 @@ paths: application/json: schema: type: array - items: *271 + items: *272 examples: - default: *591 + default: *594 headers: Link: *58 '404': *6 @@ -89536,16 +89815,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *584 - - *272 + - *587 + - *273 responses: '200': description: Response content: application/json: - schema: *271 + schema: *272 examples: - default: *592 + default: *595 '404': description: Not Found if project is not managed by this team x-github: @@ -89570,8 +89849,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *584 - - *272 + - *587 + - *273 requestBody: required: false content: @@ -89639,8 +89918,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *584 - - *272 + - *587 + - *273 responses: '204': description: Response @@ -89667,7 +89946,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *584 + - *587 - *17 - *19 responses: @@ -89709,15 +89988,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *584 - - *273 + - *587 - *274 + - *275 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *593 + schema: *596 examples: alternative-response-with-extra-repository-information: value: @@ -89868,9 +90147,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *584 - - *273 + - *587 - *274 + - *275 requestBody: required: false content: @@ -89920,9 +90199,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *584 - - *273 + - *587 - *274 + - *275 responses: '204': description: Response @@ -89947,7 +90226,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *584 + - *587 - *17 - *19 responses: @@ -89959,7 +90238,7 @@ paths: type: array items: *188 examples: - response-if-child-teams-exist: *594 + response-if-child-teams-exist: *597 headers: Link: *58 '404': *6 @@ -89992,7 +90271,7 @@ paths: application/json: schema: oneOf: - - &596 + - &599 title: Private User description: Private User type: object @@ -90195,7 +90474,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *595 + - *598 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -90348,7 +90627,7 @@ paths: description: Response content: application/json: - schema: *596 + schema: *599 examples: default: value: @@ -90694,7 +90973,7 @@ paths: application/json: schema: *192 examples: - default: *393 + default: *394 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -90702,7 +90981,7 @@ paths: application/json: schema: *192 examples: - default: *393 + default: *394 '401': *25 '403': *29 '404': *6 @@ -90746,7 +91025,7 @@ paths: type: integer secrets: type: array - items: &597 + items: &600 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -90786,7 +91065,7 @@ paths: - visibility - selected_repositories_url examples: - default: *396 + default: *397 headers: Link: *58 x-github: @@ -90862,7 +91141,7 @@ paths: description: Response content: application/json: - schema: *597 + schema: *600 examples: default: value: @@ -91008,7 +91287,7 @@ paths: type: array items: *119 examples: - default: *598 + default: *601 '401': *25 '403': *29 '404': *6 @@ -91160,7 +91439,7 @@ paths: application/json: schema: *192 examples: - default: *393 + default: *394 '304': *37 '500': *145 '401': *25 @@ -91218,7 +91497,7 @@ paths: application/json: schema: *192 examples: - default: *393 + default: *394 '401': *25 '403': *29 '404': *6 @@ -91275,7 +91554,7 @@ paths: description: Response content: application/json: - schema: &599 + schema: &602 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -91316,7 +91595,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &600 + default: &603 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -91361,9 +91640,9 @@ paths: description: Response content: application/json: - schema: *599 + schema: *602 examples: - default: *600 + default: *603 '404': *6 x-github: githubCloudOnly: false @@ -91400,9 +91679,9 @@ paths: type: integer machines: type: array - items: *601 + items: *604 examples: - default: *602 + default: *605 '304': *37 '500': *145 '401': *25 @@ -91481,13 +91760,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *284 + repository: *285 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *394 - required: *395 + properties: *395 + required: *396 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -92269,7 +92548,7 @@ paths: application/json: schema: *192 examples: - default: *393 + default: *394 '304': *37 '500': *145 '400': *14 @@ -92309,7 +92588,7 @@ paths: application/json: schema: *192 examples: - default: *393 + default: *394 '500': *145 '401': *25 '403': *29 @@ -92341,7 +92620,7 @@ paths: type: array items: *207 examples: - default: &615 + default: &618 value: - id: 197 name: hello_docker @@ -92442,7 +92721,7 @@ paths: application/json: schema: type: array - items: &603 + items: &606 title: Email description: Email type: object @@ -92507,9 +92786,9 @@ paths: application/json: schema: type: array - items: *603 + items: *606 examples: - default: &617 + default: &620 value: - email: octocat@github.com verified: true @@ -92584,7 +92863,7 @@ paths: application/json: schema: type: array - items: *603 + items: *606 examples: default: value: @@ -92840,7 +93119,7 @@ paths: application/json: schema: type: array - items: &604 + items: &607 title: GPG Key description: A unique encryption key type: object @@ -92971,7 +93250,7 @@ paths: - subkeys - revoked examples: - default: &628 + default: &631 value: - id: 3 name: Octocat's GPG Key @@ -93056,9 +93335,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *607 examples: - default: &605 + default: &608 value: id: 3 name: Octocat's GPG Key @@ -93115,7 +93394,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &606 + - &609 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -93127,9 +93406,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *607 examples: - default: *605 + default: *608 '404': *6 '304': *37 '403': *29 @@ -93152,7 +93431,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *606 + - *609 responses: '204': description: Response @@ -93343,7 +93622,7 @@ paths: type: array items: *60 examples: - default: *607 + default: *610 headers: Link: *58 '404': *6 @@ -93457,7 +93736,7 @@ paths: required: true content: application/json: - schema: *467 + schema: *468 examples: default: value: @@ -93607,7 +93886,7 @@ paths: application/json: schema: type: array - items: &608 + items: &611 title: Key description: Key type: object @@ -93704,9 +93983,9 @@ paths: description: Response content: application/json: - schema: *608 + schema: *611 examples: - default: &609 + default: &612 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -93739,15 +94018,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *496 + - *497 responses: '200': description: Response content: application/json: - schema: *608 + schema: *611 examples: - default: *609 + default: *612 '404': *6 '304': *37 '403': *29 @@ -93770,7 +94049,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *496 + - *497 responses: '204': description: Response @@ -93803,7 +94082,7 @@ paths: application/json: schema: type: array - items: &610 + items: &613 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -93871,7 +94150,7 @@ paths: - account - plan examples: - default: &611 + default: &614 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -93933,9 +94212,9 @@ paths: application/json: schema: type: array - items: *610 + items: *613 examples: - default: *611 + default: *614 headers: Link: *58 '304': *37 @@ -94930,7 +95209,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *200 - - *612 + - *615 responses: '204': description: Response @@ -95003,7 +95282,7 @@ paths: type: array items: *196 examples: - default: *613 + default: *616 headers: Link: *58 '304': *37 @@ -95045,7 +95324,7 @@ paths: - docker - nuget - container - - *614 + - *617 - *19 - *17 responses: @@ -95057,8 +95336,8 @@ paths: type: array items: *207 examples: - default: *615 - '400': *616 + default: *618 + '400': *619 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95087,7 +95366,7 @@ paths: application/json: schema: *207 examples: - default: &629 + default: &632 value: id: 40201 name: octo-name @@ -95540,9 +95819,9 @@ paths: application/json: schema: type: array - items: *603 + items: *606 examples: - default: *617 + default: *620 headers: Link: *58 '304': *37 @@ -95655,7 +95934,7 @@ paths: type: array items: *60 examples: - default: &624 + default: &627 summary: Default response value: - id: 1296269 @@ -95957,9 +96236,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: - default: *286 + default: *287 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -95997,9 +96276,9 @@ paths: application/json: schema: type: array - items: *469 + items: *470 examples: - default: *618 + default: *621 headers: Link: *58 '304': *37 @@ -96078,7 +96357,7 @@ paths: application/json: schema: type: array - items: &619 + items: &622 title: Social account description: Social media account type: object @@ -96093,7 +96372,7 @@ paths: - provider - url examples: - default: &620 + default: &623 value: - provider: twitter url: https://twitter.com/github @@ -96155,9 +96434,9 @@ paths: application/json: schema: type: array - items: *619 + items: *622 examples: - default: *620 + default: *623 '422': *15 '304': *37 '404': *6 @@ -96244,7 +96523,7 @@ paths: application/json: schema: type: array - items: &621 + items: &624 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -96264,7 +96543,7 @@ paths: - title - created_at examples: - default: &636 + default: &639 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -96330,9 +96609,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *624 examples: - default: &622 + default: &625 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -96363,7 +96642,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &623 + - &626 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -96375,9 +96654,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *624 examples: - default: *622 + default: *625 '404': *6 '304': *37 '403': *29 @@ -96400,7 +96679,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *623 + - *626 responses: '204': description: Response @@ -96429,7 +96708,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &637 + - &640 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 @@ -96454,11 +96733,11 @@ paths: type: array items: *60 examples: - default-response: *624 + default-response: *627 application/vnd.github.v3.star+json: schema: type: array - items: &638 + items: &641 title: Starred Repository description: Starred Repository type: object @@ -96614,8 +96893,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *273 - *274 + - *275 responses: '204': description: Response if this repository is starred by you @@ -96643,8 +96922,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *273 - *274 + - *275 responses: '204': description: Response @@ -96668,8 +96947,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *273 - *274 + - *275 responses: '204': description: Response @@ -96741,7 +97020,7 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: default: value: @@ -96827,10 +97106,10 @@ paths: application/json: schema: oneOf: - - *596 - - *595 + - *599 + - *598 examples: - default-response: &626 + default-response: &629 summary: Default response value: login: octocat @@ -96865,7 +97144,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &627 + response-with-git-hub-plan-information: &630 summary: Response with GitHub plan information value: login: octocat @@ -96925,7 +97204,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *625 + - *628 - *17 responses: '200': @@ -96974,11 +97253,11 @@ paths: application/json: schema: oneOf: - - *596 - - *595 + - *599 + - *598 examples: - default-response: *626 - response-with-git-hub-plan-information: *627 + default-response: *629 + response-with-git-hub-plan-information: *630 '404': *6 x-github: githubCloudOnly: false @@ -97142,7 +97421,7 @@ paths: type: array items: *207 examples: - default: *615 + default: *618 '403': *29 '401': *25 x-github: @@ -97546,9 +97825,9 @@ paths: application/json: schema: type: array - items: *604 + items: *607 examples: - default: *628 + default: *631 headers: Link: *58 x-github: @@ -97652,7 +97931,7 @@ paths: application/json: schema: *22 examples: - default: *466 + default: *467 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97730,7 +98009,7 @@ paths: type: array items: *196 examples: - default: *613 + default: *616 headers: Link: *58 x-github: @@ -97769,7 +98048,7 @@ paths: - docker - nuget - container - - *614 + - *617 - *132 - *19 - *17 @@ -97782,10 +98061,10 @@ paths: type: array items: *207 examples: - default: *615 + default: *618 '403': *29 '401': *25 - '400': *616 + '400': *619 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97815,7 +98094,7 @@ paths: application/json: schema: *207 examples: - default: *629 + default: *632 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98414,9 +98693,9 @@ paths: description: Response content: application/json: - schema: *630 + schema: *633 examples: - default: *631 + default: *634 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98444,9 +98723,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *635 examples: - default: *633 + default: *636 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98474,9 +98753,9 @@ paths: description: Response content: application/json: - schema: *634 + schema: *637 examples: - default: *635 + default: *638 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98504,9 +98783,9 @@ paths: application/json: schema: type: array - items: *619 + items: *622 examples: - default: *620 + default: *623 headers: Link: *58 x-github: @@ -98536,9 +98815,9 @@ paths: application/json: schema: type: array - items: *621 + items: *624 examples: - default: *636 + default: *639 headers: Link: *58 x-github: @@ -98563,7 +98842,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *132 - - *637 + - *640 - *48 - *17 - *19 @@ -98575,11 +98854,11 @@ paths: schema: anyOf: - type: array - items: *638 + items: *641 - type: array items: *60 examples: - default-response: *624 + default-response: *627 headers: Link: *58 x-github: @@ -98738,7 +99017,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &639 + enterprise: &642 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -98796,7 +99075,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &640 + installation: &643 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -98815,7 +99094,7 @@ x-webhooks: required: - id - node_id - organization: &641 + organization: &644 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -98875,13 +99154,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &642 + repository: &645 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: &672 + properties: &675 id: description: Unique identifier of the repository example: 42 @@ -99564,7 +99843,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &673 + required: &676 - archive_url - assignees_url - blobs_url @@ -99715,10 +99994,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -99794,11 +100073,11 @@ x-webhooks: type: string enum: - created - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 - rule: &643 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 + rule: &646 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -100021,11 +100300,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 - rule: *643 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 + rule: *646 sender: *4 required: - action @@ -100208,11 +100487,11 @@ x-webhooks: - everyone required: - from - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 - rule: *643 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 + rule: *646 sender: *4 required: - action @@ -100296,7 +100575,7 @@ x-webhooks: type: string enum: - completed - check_run: &645 + check_run: &648 title: CheckRun description: A check performed on the code of a given code change type: object @@ -100359,7 +100638,7 @@ x-webhooks: type: string pull_requests: type: array - items: *352 + items: *353 repository: *119 status: example: completed @@ -100397,7 +100676,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *644 + deployment: *647 details_url: example: https://example.com type: string @@ -100447,7 +100726,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *352 + items: *353 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -100482,9 +100761,9 @@ x-webhooks: - output - app - pull_requests - installation: *640 - organization: *641 - repository: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - check_run @@ -100877,10 +101156,10 @@ x-webhooks: type: string enum: - created - check_run: *645 - installation: *640 - organization: *641 - repository: *642 + check_run: *648 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - check_run @@ -101276,10 +101555,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *645 - installation: *640 - organization: *641 - repository: *642 + check_run: *648 + installation: *643 + organization: *644 + repository: *645 requested_action: description: The action requested by the user. type: object @@ -101684,10 +101963,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *645 - installation: *640 - organization: *641 - repository: *642 + check_run: *648 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - check_run @@ -102664,10 +102943,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -103337,10 +103616,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -104004,10 +104283,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -104170,7 +104449,7 @@ x-webhooks: required: - login - id - dismissed_comment: *368 + dismissed_comment: *369 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -104315,20 +104594,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &646 + commit_oid: &649 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *639 - installation: *640 - organization: *641 - ref: &647 + enterprise: *642 + installation: *643 + organization: *644 + ref: &650 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: *642 + repository: *645 sender: *4 required: - action @@ -104490,7 +104769,7 @@ x-webhooks: required: - login - id - dismissed_comment: *368 + dismissed_comment: *369 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -104651,12 +104930,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *646 - enterprise: *639 - installation: *640 - organization: *641 - ref: *647 - repository: *642 + commit_oid: *649 + enterprise: *642 + installation: *643 + organization: *644 + ref: *650 + repository: *645 sender: *4 required: - action @@ -104751,7 +105030,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *368 + dismissed_comment: *369 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -104917,12 +105196,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *646 - enterprise: *639 - installation: *640 - organization: *641 - ref: *647 - repository: *642 + commit_oid: *649 + enterprise: *642 + installation: *643 + organization: *644 + ref: *650 + repository: *645 sender: *4 required: - action @@ -105085,7 +105364,7 @@ x-webhooks: required: - login - id - dismissed_comment: *368 + dismissed_comment: *369 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -105251,12 +105530,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *646 - enterprise: *639 - installation: *640 - organization: *641 - ref: *647 - repository: *642 + commit_oid: *649 + enterprise: *642 + installation: *643 + organization: *644 + ref: *650 + repository: *645 sender: *4 required: - action @@ -105353,7 +105632,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *368 + dismissed_comment: *369 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -105521,16 +105800,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *639 - installation: *640 - organization: *641 + enterprise: *642 + installation: *643 + organization: *644 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: *642 + repository: *645 sender: *4 required: - action @@ -105624,7 +105903,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *368 + dismissed_comment: *369 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -105764,12 +106043,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *646 - enterprise: *639 - installation: *640 - organization: *641 - ref: *647 - repository: *642 + commit_oid: *649 + enterprise: *642 + installation: *643 + organization: *644 + ref: *650 + repository: *645 sender: *4 required: - action @@ -106026,10 +106305,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -106109,18 +106388,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *639 - installation: *640 + enterprise: *642 + installation: *643 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *641 - pusher_type: &648 + organization: *644 + pusher_type: &651 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &649 + ref: &652 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -106130,7 +106409,7 @@ x-webhooks: enum: - tag - branch - repository: *642 + repository: *645 sender: *4 required: - ref @@ -106213,9 +106492,9 @@ x-webhooks: enum: - created definition: *223 - enterprise: *639 - installation: *640 - organization: *641 + enterprise: *642 + installation: *643 + organization: *644 sender: *4 required: - action @@ -106300,9 +106579,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *639 - installation: *640 - organization: *641 + enterprise: *642 + installation: *643 + organization: *644 sender: *4 required: - action @@ -106380,9 +106659,9 @@ x-webhooks: enum: - updated definition: *223 - enterprise: *639 - installation: *640 - organization: *641 + enterprise: *642 + installation: *643 + organization: *644 sender: *4 required: - action @@ -106459,10 +106738,10 @@ x-webhooks: type: string enum: - updated - enterprise: *639 - installation: *640 - repository: *642 - organization: *641 + enterprise: *642 + installation: *643 + repository: *645 + organization: *644 sender: *4 new_property_values: type: array @@ -106547,18 +106826,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *639 - installation: *640 - organization: *641 - pusher_type: *648 - ref: *649 + enterprise: *642 + installation: *643 + organization: *644 + pusher_type: *651 + ref: *652 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *642 + repository: *645 sender: *4 required: - ref @@ -106642,11 +106921,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *425 - installation: *640 - organization: *641 - enterprise: *639 - repository: *642 + alert: *426 + installation: *643 + organization: *644 + enterprise: *642 + repository: *645 sender: *4 required: - action @@ -106730,11 +107009,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *425 - installation: *640 - organization: *641 - enterprise: *639 - repository: *642 + alert: *426 + installation: *643 + organization: *644 + enterprise: *642 + repository: *645 sender: *4 required: - action @@ -106818,11 +107097,11 @@ x-webhooks: type: string enum: - created - alert: *425 - installation: *640 - organization: *641 - enterprise: *639 - repository: *642 + alert: *426 + installation: *643 + organization: *644 + enterprise: *642 + repository: *645 sender: *4 required: - action @@ -106904,11 +107183,11 @@ x-webhooks: type: string enum: - dismissed - alert: *425 - installation: *640 - organization: *641 - enterprise: *639 - repository: *642 + alert: *426 + installation: *643 + organization: *644 + enterprise: *642 + repository: *645 sender: *4 required: - action @@ -106990,11 +107269,11 @@ x-webhooks: type: string enum: - fixed - alert: *425 - installation: *640 - organization: *641 - enterprise: *639 - repository: *642 + alert: *426 + installation: *643 + organization: *644 + enterprise: *642 + repository: *645 sender: *4 required: - action @@ -107077,11 +107356,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *425 - installation: *640 - organization: *641 - enterprise: *639 - repository: *642 + alert: *426 + installation: *643 + organization: *644 + enterprise: *642 + repository: *645 sender: *4 required: - action @@ -107163,11 +107442,11 @@ x-webhooks: type: string enum: - reopened - alert: *425 - installation: *640 - organization: *641 - enterprise: *639 - repository: *642 + alert: *426 + installation: *643 + organization: *644 + enterprise: *642 + repository: *645 sender: *4 required: - action @@ -107244,9 +107523,9 @@ x-webhooks: type: string enum: - created - enterprise: *639 - installation: *640 - key: &650 + enterprise: *642 + installation: *643 + key: &653 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -107282,8 +107561,8 @@ x-webhooks: - verified - created_at - read_only - organization: *641 - repository: *642 + organization: *644 + repository: *645 sender: *4 required: - action @@ -107360,11 +107639,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *639 - installation: *640 - key: *650 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + key: *653 + organization: *644 + repository: *645 sender: *4 required: - action @@ -107925,12 +108204,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 - workflow: &654 + workflow: &657 title: Workflow type: object nullable: true @@ -108656,13 +108935,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *431 + deployment: *432 pull_requests: type: array - items: *516 - repository: *642 - organization: *641 - installation: *640 + items: *517 + repository: *645 + organization: *644 + installation: *643 sender: *4 responses: '200': @@ -108733,7 +109012,7 @@ x-webhooks: type: string enum: - approved - approver: &651 + approver: &654 type: object properties: avatar_url: @@ -108776,11 +109055,11 @@ x-webhooks: type: string comment: type: string - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 - reviewers: &652 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 + reviewers: &655 type: array items: type: object @@ -108859,7 +109138,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &653 + workflow_job_run: &656 type: object properties: conclusion: @@ -109590,18 +109869,18 @@ x-webhooks: type: string enum: - rejected - approver: *651 + approver: *654 comment: type: string - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 - reviewers: *652 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 + reviewers: *655 sender: *4 since: type: string - workflow_job_run: *653 + workflow_job_run: *656 workflow_job_runs: type: array items: @@ -110305,13 +110584,13 @@ x-webhooks: type: string enum: - requested - enterprise: *639 + enterprise: *642 environment: type: string - installation: *640 - organization: *641 - repository: *642 - requestor: &659 + installation: *643 + organization: *644 + repository: *645 + requestor: &662 title: User type: object nullable: true @@ -112210,12 +112489,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 - workflow: *654 + workflow: *657 workflow_run: title: Deployment Workflow Run type: object @@ -112895,7 +113174,7 @@ x-webhooks: type: string enum: - answered - answer: &657 + answer: &660 type: object properties: author_association: @@ -113052,7 +113331,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &655 + discussion: &658 title: Discussion description: A Discussion in a repository. type: object @@ -113338,7 +113617,7 @@ x-webhooks: - id labels: type: array - items: *478 + items: *479 required: - repository_url - category @@ -113360,10 +113639,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -113490,11 +113769,11 @@ x-webhooks: - from required: - category - discussion: *655 - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + discussion: *658 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -113577,11 +113856,11 @@ x-webhooks: type: string enum: - closed - discussion: *655 - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + discussion: *658 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -113663,7 +113942,7 @@ x-webhooks: type: string enum: - created - comment: &656 + comment: &659 type: object properties: author_association: @@ -113820,11 +114099,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *655 - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + discussion: *658 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -113907,12 +114186,12 @@ x-webhooks: type: string enum: - deleted - comment: *656 - discussion: *655 - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + comment: *659 + discussion: *658 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -114007,12 +114286,12 @@ x-webhooks: - from required: - body - comment: *656 - discussion: *655 - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + comment: *659 + discussion: *658 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -114096,11 +114375,11 @@ x-webhooks: type: string enum: - created - discussion: *655 - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + discussion: *658 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -114182,11 +114461,11 @@ x-webhooks: type: string enum: - deleted - discussion: *655 - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + discussion: *658 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -114286,11 +114565,11 @@ x-webhooks: type: string required: - from - discussion: *655 - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + discussion: *658 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -114372,10 +114651,10 @@ x-webhooks: type: string enum: - labeled - discussion: *655 - enterprise: *639 - installation: *640 - label: &658 + discussion: *658 + enterprise: *642 + installation: *643 + label: &661 title: Label type: object properties: @@ -114407,8 +114686,8 @@ x-webhooks: - color - default - description - organization: *641 - repository: *642 + organization: *644 + repository: *645 sender: *4 required: - action @@ -114491,11 +114770,11 @@ x-webhooks: type: string enum: - locked - discussion: *655 - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + discussion: *658 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -114577,11 +114856,11 @@ x-webhooks: type: string enum: - pinned - discussion: *655 - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + discussion: *658 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -114663,11 +114942,11 @@ x-webhooks: type: string enum: - reopened - discussion: *655 - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + discussion: *658 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -114752,16 +115031,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *655 - new_repository: *642 + new_discussion: *658 + new_repository: *645 required: - new_discussion - new_repository - discussion: *655 - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + discussion: *658 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -114844,10 +115123,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *655 - old_answer: *657 - organization: *641 - repository: *642 + discussion: *658 + old_answer: *660 + organization: *644 + repository: *645 sender: *4 required: - action @@ -114929,12 +115208,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *655 - enterprise: *639 - installation: *640 - label: *658 - organization: *641 - repository: *642 + discussion: *658 + enterprise: *642 + installation: *643 + label: *661 + organization: *644 + repository: *645 sender: *4 required: - action @@ -115017,11 +115296,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *655 - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + discussion: *658 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -115103,11 +115382,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *655 - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + discussion: *658 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -115180,7 +115459,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *639 + enterprise: *642 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -115840,9 +116119,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *640 - organization: *641 - repository: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - forkee @@ -115988,9 +116267,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *639 - installation: *640 - organization: *641 + enterprise: *642 + installation: *643 + organization: *644 pages: description: The pages that were updated. type: array @@ -116027,7 +116306,7 @@ x-webhooks: - action - sha - html_url - repository: *642 + repository: *645 sender: *4 required: - pages @@ -116103,10 +116382,10 @@ x-webhooks: type: string enum: - created - enterprise: *639 + enterprise: *642 installation: *22 - organization: *641 - repositories: &660 + organization: *644 + repositories: &663 description: An array of repository objects that the installation can access. type: array @@ -116132,8 +116411,8 @@ x-webhooks: - name - full_name - private - repository: *642 - requester: *659 + repository: *645 + requester: *662 sender: *4 required: - action @@ -116208,11 +116487,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *639 + enterprise: *642 installation: *22 - organization: *641 - repositories: *660 - repository: *642 + organization: *644 + repositories: *663 + repository: *645 requester: nullable: true sender: *4 @@ -116288,11 +116567,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *639 + enterprise: *642 installation: *22 - organization: *641 - repositories: *660 - repository: *642 + organization: *644 + repositories: *663 + repository: *645 requester: nullable: true sender: *4 @@ -116368,10 +116647,10 @@ x-webhooks: type: string enum: - added - enterprise: *639 + enterprise: *642 installation: *22 - organization: *641 - repositories_added: &661 + organization: *644 + repositories_added: &664 description: An array of repository objects, which were added to the installation. type: array @@ -116417,15 +116696,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *642 - repository_selection: &662 + repository: *645 + repository_selection: &665 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *659 + requester: *662 sender: *4 required: - action @@ -116504,10 +116783,10 @@ x-webhooks: type: string enum: - removed - enterprise: *639 + enterprise: *642 installation: *22 - organization: *641 - repositories_added: *661 + organization: *644 + repositories_added: *664 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -116534,9 +116813,9 @@ x-webhooks: - name - full_name - private - repository: *642 - repository_selection: *662 - requester: *659 + repository: *645 + repository_selection: *665 + requester: *662 sender: *4 required: - action @@ -116615,11 +116894,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *639 + enterprise: *642 installation: *22 - organization: *641 - repositories: *660 - repository: *642 + organization: *644 + repositories: *663 + repository: *645 requester: nullable: true sender: *4 @@ -116797,10 +117076,10 @@ x-webhooks: type: string required: - from - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 target_type: type: string @@ -116879,11 +117158,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *639 + enterprise: *642 installation: *22 - organization: *641 - repositories: *660 - repository: *642 + organization: *644 + repositories: *663 + repository: *645 requester: nullable: true sender: *4 @@ -117135,8 +117414,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *639 - installation: *640 + enterprise: *642 + installation: *643 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -118291,8 +118570,8 @@ x-webhooks: - state - locked - assignee - organization: *641 - repository: *642 + organization: *644 + repository: *645 sender: *4 required: - action @@ -118372,7 +118651,7 @@ x-webhooks: type: string enum: - deleted - comment: &663 + comment: &666 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -118537,8 +118816,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *639 - installation: *640 + enterprise: *642 + installation: *643 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -119691,8 +119970,8 @@ x-webhooks: - state - locked - assignee - organization: *641 - repository: *642 + organization: *644 + repository: *645 sender: *4 required: - action @@ -119772,7 +120051,7 @@ x-webhooks: type: string enum: - edited - changes: &691 + changes: &694 description: The changes to the comment. type: object properties: @@ -119784,9 +120063,9 @@ x-webhooks: type: string required: - from - comment: *663 - enterprise: *639 - installation: *640 + comment: *666 + enterprise: *642 + installation: *643 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -120940,8 +121219,8 @@ x-webhooks: - state - locked - assignee - organization: *641 - repository: *642 + organization: *644 + repository: *645 sender: *4 required: - action @@ -121023,10 +121302,10 @@ x-webhooks: type: string enum: - assigned - assignee: *659 - enterprise: *639 - installation: *640 - issue: &666 + assignee: *662 + enterprise: *642 + installation: *643 + issue: &669 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -121944,8 +122223,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *641 - repository: *642 + organization: *644 + repository: *645 sender: *4 required: - action @@ -122025,8 +122304,8 @@ x-webhooks: type: string enum: - closed - enterprise: *639 - installation: *640 + enterprise: *642 + installation: *643 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -123084,8 +123363,8 @@ x-webhooks: required: - state - closed_at - organization: *641 - repository: *642 + organization: *644 + repository: *645 sender: *4 required: - action @@ -123164,8 +123443,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *639 - installation: *640 + enterprise: *642 + installation: *643 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -124076,8 +124355,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *641 - repository: *642 + organization: *644 + repository: *645 sender: *4 required: - action @@ -124156,8 +124435,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *639 - installation: *640 + enterprise: *642 + installation: *643 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -125071,7 +125350,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &664 + milestone: &667 title: Milestone description: A collection of related issues and pull requests. type: object @@ -125209,8 +125488,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *641 - repository: *642 + organization: *644 + repository: *645 sender: *4 required: - action @@ -125309,8 +125588,8 @@ x-webhooks: type: string required: - from - enterprise: *639 - installation: *640 + enterprise: *642 + installation: *643 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -126228,9 +126507,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *658 - organization: *641 - repository: *642 + label: *661 + organization: *644 + repository: *645 sender: *4 required: - action @@ -126310,8 +126589,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *639 - installation: *640 + enterprise: *642 + installation: *643 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -127228,9 +127507,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *658 - organization: *641 - repository: *642 + label: *661 + organization: *644 + repository: *645 sender: *4 required: - action @@ -127310,8 +127589,8 @@ x-webhooks: type: string enum: - locked - enterprise: *639 - installation: *640 + enterprise: *642 + installation: *643 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -128229,8 +128508,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *641 - repository: *642 + organization: *644 + repository: *645 sender: *4 required: - action @@ -128309,8 +128588,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *639 - installation: *640 + enterprise: *642 + installation: *643 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -129222,9 +129501,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *664 - organization: *641 - repository: *642 + milestone: *667 + organization: *644 + repository: *645 sender: *4 required: - action @@ -130685,8 +130964,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *639 - installation: *640 + enterprise: *642 + installation: *643 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -131603,8 +131882,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *641 - repository: *642 + organization: *644 + repository: *645 sender: *4 required: - action @@ -131684,9 +131963,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *639 - installation: *640 - issue: &665 + enterprise: *642 + installation: *643 + issue: &668 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -132597,8 +132876,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *641 - repository: *642 + organization: *644 + repository: *645 sender: *4 required: - action @@ -132677,8 +132956,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *639 - installation: *640 + enterprise: *642 + installation: *643 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -133595,8 +133874,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *641 - repository: *642 + organization: *644 + repository: *645 sender: *4 required: - action @@ -135058,11 +135337,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *639 - installation: *640 - issue: *665 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + issue: *668 + organization: *644 + repository: *645 sender: *4 required: - action @@ -135143,7 +135422,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &694 + assignee: &697 title: User type: object nullable: true @@ -135213,11 +135492,11 @@ x-webhooks: required: - login - id - enterprise: *639 - installation: *640 - issue: *666 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + issue: *669 + organization: *644 + repository: *645 sender: *4 required: - action @@ -135296,12 +135575,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *639 - installation: *640 - issue: *666 - label: *658 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + issue: *669 + label: *661 + organization: *644 + repository: *645 sender: *4 required: - action @@ -135381,8 +135660,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *639 - installation: *640 + enterprise: *642 + installation: *643 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -136298,8 +136577,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *641 - repository: *642 + organization: *644 + repository: *645 sender: *4 required: - action @@ -136379,11 +136658,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *639 - installation: *640 - issue: *665 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + issue: *668 + organization: *644 + repository: *645 sender: *4 required: - action @@ -136462,11 +136741,11 @@ x-webhooks: type: string enum: - created - enterprise: *639 - installation: *640 - label: *658 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + label: *661 + organization: *644 + repository: *645 sender: *4 required: - action @@ -136544,11 +136823,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *639 - installation: *640 - label: *658 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + label: *661 + organization: *644 + repository: *645 sender: *4 required: - action @@ -136658,11 +136937,11 @@ x-webhooks: type: string required: - from - enterprise: *639 - installation: *640 - label: *658 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + label: *661 + organization: *644 + repository: *645 sender: *4 required: - action @@ -136744,9 +137023,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *639 - installation: *640 - marketplace_purchase: &667 + enterprise: *642 + installation: *643 + marketplace_purchase: &670 title: Marketplace Purchase type: object required: @@ -136829,8 +137108,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *641 - previous_marketplace_purchase: &668 + organization: *644 + previous_marketplace_purchase: &671 title: Marketplace Purchase type: object properties: @@ -136910,7 +137189,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *642 + repository: *645 sender: *4 required: - action @@ -136990,10 +137269,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *639 - installation: *640 - marketplace_purchase: *667 - organization: *641 + enterprise: *642 + installation: *643 + marketplace_purchase: *670 + organization: *644 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -137076,7 +137355,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *642 + repository: *645 sender: *4 required: - action @@ -137158,10 +137437,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *639 - installation: *640 - marketplace_purchase: *667 - organization: *641 + enterprise: *642 + installation: *643 + marketplace_purchase: *670 + organization: *644 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -137243,7 +137522,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *642 + repository: *645 sender: *4 required: - action @@ -137324,8 +137603,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *639 - installation: *640 + enterprise: *642 + installation: *643 marketplace_purchase: title: Marketplace Purchase type: object @@ -137407,9 +137686,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *641 - previous_marketplace_purchase: *668 - repository: *642 + organization: *644 + previous_marketplace_purchase: *671 + repository: *645 sender: *4 required: - action @@ -137489,12 +137768,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *639 - installation: *640 - marketplace_purchase: *667 - organization: *641 - previous_marketplace_purchase: *668 - repository: *642 + enterprise: *642 + installation: *643 + marketplace_purchase: *670 + organization: *644 + previous_marketplace_purchase: *671 + repository: *645 sender: *4 required: - action @@ -137596,11 +137875,11 @@ x-webhooks: type: string required: - to - enterprise: *639 - installation: *640 - member: *659 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + member: *662 + organization: *644 + repository: *645 sender: *4 required: - action @@ -137700,11 +137979,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *639 - installation: *640 - member: *659 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + member: *662 + organization: *644 + repository: *645 sender: *4 required: - action @@ -137783,11 +138062,11 @@ x-webhooks: type: string enum: - removed - enterprise: *639 - installation: *640 - member: *659 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + member: *662 + organization: *644 + repository: *645 sender: *4 required: - action @@ -137865,11 +138144,11 @@ x-webhooks: type: string enum: - added - enterprise: *639 - installation: *640 - member: *659 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + member: *662 + organization: *644 + repository: *645 scope: description: The scope of the membership. Currently, can only be `team`. @@ -137945,7 +138224,7 @@ x-webhooks: required: - login - id - team: &669 + team: &672 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -138135,11 +138414,11 @@ x-webhooks: type: string enum: - removed - enterprise: *639 - installation: *640 - member: *659 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + member: *662 + organization: *644 + repository: *645 scope: description: The scope of the membership. Currently, can only be `team`. @@ -138216,7 +138495,7 @@ x-webhooks: required: - login - id - team: *669 + team: *672 required: - action - scope @@ -138298,8 +138577,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *640 - merge_group: &671 + installation: *643 + merge_group: &674 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -138318,15 +138597,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *670 + head_commit: *673 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *641 - repository: *642 + organization: *644 + repository: *645 sender: *4 required: - action @@ -138412,10 +138691,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *640 - merge_group: *671 - organization: *641 - repository: *642 + installation: *643 + merge_group: *674 + organization: *644 + repository: *645 sender: *4 required: - action @@ -138488,7 +138767,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *639 + enterprise: *642 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -138596,16 +138875,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *640 - organization: *641 + installation: *643 + organization: *644 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: *672 - required: *673 + properties: *675 + required: *676 nullable: true sender: *4 required: @@ -138686,11 +138965,11 @@ x-webhooks: type: string enum: - closed - enterprise: *639 - installation: *640 - milestone: *664 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + milestone: *667 + organization: *644 + repository: *645 sender: *4 required: - action @@ -138769,9 +139048,9 @@ x-webhooks: type: string enum: - created - enterprise: *639 - installation: *640 - milestone: &674 + enterprise: *642 + installation: *643 + milestone: &677 title: Milestone description: A collection of related issues and pull requests. type: object @@ -138908,8 +139187,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *641 - repository: *642 + organization: *644 + repository: *645 sender: *4 required: - action @@ -138988,11 +139267,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *639 - installation: *640 - milestone: *664 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + milestone: *667 + organization: *644 + repository: *645 sender: *4 required: - action @@ -139102,11 +139381,11 @@ x-webhooks: type: string required: - from - enterprise: *639 - installation: *640 - milestone: *664 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + milestone: *667 + organization: *644 + repository: *645 sender: *4 required: - action @@ -139186,11 +139465,11 @@ x-webhooks: type: string enum: - opened - enterprise: *639 - installation: *640 - milestone: *674 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + milestone: *677 + organization: *644 + repository: *645 sender: *4 required: - action @@ -139269,11 +139548,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *659 - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + blocked_user: *662 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -139352,11 +139631,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *659 - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + blocked_user: *662 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -139435,9 +139714,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *639 - installation: *640 - membership: &675 + enterprise: *642 + installation: *643 + membership: &678 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -139529,8 +139808,8 @@ x-webhooks: - role - organization_url - user - organization: *641 - repository: *642 + organization: *644 + repository: *645 sender: *4 required: - action @@ -139608,11 +139887,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *639 - installation: *640 - membership: *675 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + membership: *678 + organization: *644 + repository: *645 sender: *4 required: - action @@ -139691,8 +139970,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *639 - installation: *640 + enterprise: *642 + installation: *643 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -139808,10 +140087,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *641 - repository: *642 + organization: *644 + repository: *645 sender: *4 - user: *659 + user: *662 required: - action - invitation @@ -139889,11 +140168,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *639 - installation: *640 - membership: *675 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + membership: *678 + organization: *644 + repository: *645 sender: *4 required: - action @@ -139980,11 +140259,11 @@ x-webhooks: properties: from: type: string - enterprise: *639 - installation: *640 - membership: *675 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + membership: *678 + organization: *644 + repository: *645 sender: *4 required: - action @@ -140060,9 +140339,9 @@ x-webhooks: type: string enum: - published - enterprise: *639 - installation: *640 - organization: *641 + enterprise: *642 + installation: *643 + organization: *644 package: description: Information about the package. type: object @@ -140561,7 +140840,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &676 + items: &679 title: Ruby Gems metadata type: object properties: @@ -140656,7 +140935,7 @@ x-webhooks: - owner - package_version - registry - repository: *642 + repository: *645 sender: *4 required: - action @@ -140732,9 +141011,9 @@ x-webhooks: type: string enum: - updated - enterprise: *639 - installation: *640 - organization: *641 + enterprise: *642 + installation: *643 + organization: *644 package: description: Information about the package. type: object @@ -141087,7 +141366,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *676 + items: *679 source_url: type: string format: uri @@ -141157,7 +141436,7 @@ x-webhooks: - owner - package_version - registry - repository: *642 + repository: *645 sender: *4 required: - action @@ -141334,12 +141613,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *639 + enterprise: *642 id: type: integer - installation: *640 - organization: *641 - repository: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - id @@ -141419,7 +141698,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &677 + personal_access_token_request: &680 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -141565,10 +141844,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *639 - organization: *641 + enterprise: *642 + organization: *644 sender: *4 - installation: *640 + installation: *643 required: - action - personal_access_token_request @@ -141647,11 +141926,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *677 - enterprise: *639 - organization: *641 + personal_access_token_request: *680 + enterprise: *642 + organization: *644 sender: *4 - installation: *640 + installation: *643 required: - action - personal_access_token_request @@ -141729,11 +142008,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *677 - enterprise: *639 - organization: *641 + personal_access_token_request: *680 + enterprise: *642 + organization: *644 sender: *4 - installation: *640 + installation: *643 required: - action - personal_access_token_request @@ -141810,11 +142089,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *677 - organization: *641 - enterprise: *639 + personal_access_token_request: *680 + organization: *644 + enterprise: *642 sender: *4 - installation: *640 + installation: *643 required: - action - personal_access_token_request @@ -141918,7 +142197,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *678 + last_response: *681 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -141950,8 +142229,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *641 - repository: *642 + organization: *644 + repository: *645 sender: *4 zen: description: Random string of GitHub zen. @@ -142196,10 +142475,10 @@ x-webhooks: - from required: - note - enterprise: *639 - installation: *640 - organization: *641 - project_card: &679 + enterprise: *642 + installation: *643 + organization: *644 + project_card: &682 title: Project Card type: object properties: @@ -142318,7 +142597,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *642 + repository: *645 sender: *4 required: - action @@ -142399,11 +142678,11 @@ x-webhooks: type: string enum: - created - enterprise: *639 - installation: *640 - organization: *641 - project_card: *679 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + project_card: *682 + repository: *645 sender: *4 required: - action @@ -142483,9 +142762,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *639 - installation: *640 - organization: *641 + enterprise: *642 + installation: *643 + organization: *644 project_card: title: Project Card type: object @@ -142613,8 +142892,8 @@ 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: *672 - required: *673 + properties: *675 + required: *676 nullable: true sender: *4 required: @@ -142708,11 +142987,11 @@ x-webhooks: - from required: - note - enterprise: *639 - installation: *640 - organization: *641 - project_card: *679 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + project_card: *682 + repository: *645 sender: *4 required: - action @@ -142806,9 +143085,9 @@ x-webhooks: - from required: - column_id - enterprise: *639 - installation: *640 - organization: *641 + enterprise: *642 + installation: *643 + organization: *644 project_card: allOf: - title: Project Card @@ -142998,7 +143277,7 @@ x-webhooks: type: string required: - after_id - repository: *642 + repository: *645 sender: *4 required: - action @@ -143078,10 +143357,10 @@ x-webhooks: type: string enum: - closed - enterprise: *639 - installation: *640 - organization: *641 - project: &681 + enterprise: *642 + installation: *643 + organization: *644 + project: &684 title: Project type: object properties: @@ -143205,7 +143484,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *642 + repository: *645 sender: *4 required: - action @@ -143285,10 +143564,10 @@ x-webhooks: type: string enum: - created - enterprise: *639 - installation: *640 - organization: *641 - project_column: &680 + enterprise: *642 + installation: *643 + organization: *644 + project_column: &683 title: Project Column type: object properties: @@ -143327,7 +143606,7 @@ x-webhooks: - name - created_at - updated_at - repository: *642 + repository: *645 sender: *4 required: - action @@ -143406,18 +143685,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *639 - installation: *640 - organization: *641 - project_column: *680 + enterprise: *642 + installation: *643 + organization: *644 + project_column: *683 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: *672 - required: *673 + properties: *675 + required: *676 nullable: true sender: *4 required: @@ -143507,11 +143786,11 @@ x-webhooks: type: string required: - from - enterprise: *639 - installation: *640 - organization: *641 - project_column: *680 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + project_column: *683 + repository: *645 sender: *4 required: - action @@ -143591,11 +143870,11 @@ x-webhooks: type: string enum: - moved - enterprise: *639 - installation: *640 - organization: *641 - project_column: *680 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + project_column: *683 + repository: *645 sender: *4 required: - action @@ -143675,11 +143954,11 @@ x-webhooks: type: string enum: - created - enterprise: *639 - installation: *640 - organization: *641 - project: *681 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + project: *684 + repository: *645 sender: *4 required: - action @@ -143759,18 +144038,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *639 - installation: *640 - organization: *641 - project: *681 + enterprise: *642 + installation: *643 + organization: *644 + project: *684 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: *672 - required: *673 + properties: *675 + required: *676 nullable: true sender: *4 required: @@ -143872,11 +144151,11 @@ x-webhooks: type: string required: - from - enterprise: *639 - installation: *640 - organization: *641 - project: *681 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + project: *684 + repository: *645 sender: *4 required: - action @@ -143955,11 +144234,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *639 - installation: *640 - organization: *641 - project: *681 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + project: *684 + repository: *645 sender: *4 required: - action @@ -144040,9 +144319,9 @@ x-webhooks: type: string enum: - closed - installation: *640 - organization: *641 - projects_v2: &682 + installation: *643 + organization: *644 + projects_v2: &685 title: Projects v2 Project description: A projects v2 project type: object @@ -144185,9 +144464,9 @@ x-webhooks: type: string enum: - created - installation: *640 - organization: *641 - projects_v2: *682 + installation: *643 + organization: *644 + projects_v2: *685 sender: *4 required: - action @@ -144268,9 +144547,9 @@ x-webhooks: type: string enum: - deleted - installation: *640 - organization: *641 - projects_v2: *682 + installation: *643 + organization: *644 + projects_v2: *685 sender: *4 required: - action @@ -144387,9 +144666,9 @@ x-webhooks: type: string to: type: string - installation: *640 - organization: *641 - projects_v2: *682 + installation: *643 + organization: *644 + projects_v2: *685 sender: *4 required: - action @@ -144472,7 +144751,7 @@ x-webhooks: type: string enum: - archived - changes: &686 + changes: &689 type: object properties: archived_at: @@ -144486,9 +144765,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *640 - organization: *641 - projects_v2_item: &683 + installation: *643 + organization: *644 + projects_v2_item: &686 title: Projects v2 Item description: An item belonging to a project type: object @@ -144622,9 +144901,9 @@ x-webhooks: nullable: true to: type: string - installation: *640 - organization: *641 - projects_v2_item: *683 + installation: *643 + organization: *644 + projects_v2_item: *686 sender: *4 required: - action @@ -144706,9 +144985,9 @@ x-webhooks: type: string enum: - created - installation: *640 - organization: *641 - projects_v2_item: *683 + installation: *643 + organization: *644 + projects_v2_item: *686 sender: *4 required: - action @@ -144789,9 +145068,9 @@ x-webhooks: type: string enum: - deleted - installation: *640 - organization: *641 - projects_v2_item: *683 + installation: *643 + organization: *644 + projects_v2_item: *686 sender: *4 required: - action @@ -144897,7 +145176,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &684 + - &687 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -144915,7 +145194,7 @@ x-webhooks: required: - id - name - - &685 + - &688 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -144938,8 +145217,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *684 - - *685 + - *687 + - *688 required: - field_value - type: object @@ -144955,9 +145234,9 @@ x-webhooks: nullable: true required: - body - installation: *640 - organization: *641 - projects_v2_item: *683 + installation: *643 + organization: *644 + projects_v2_item: *686 sender: *4 required: - action @@ -145052,9 +145331,9 @@ x-webhooks: to: type: string nullable: true - installation: *640 - organization: *641 - projects_v2_item: *683 + installation: *643 + organization: *644 + projects_v2_item: *686 sender: *4 required: - action @@ -145137,10 +145416,10 @@ x-webhooks: type: string enum: - restored - changes: *686 - installation: *640 - organization: *641 - projects_v2_item: *683 + changes: *689 + installation: *643 + organization: *644 + projects_v2_item: *686 sender: *4 required: - action @@ -145222,9 +145501,9 @@ x-webhooks: type: string enum: - reopened - installation: *640 - organization: *641 - projects_v2: *682 + installation: *643 + organization: *644 + projects_v2: *685 sender: *4 required: - action @@ -145305,9 +145584,9 @@ x-webhooks: type: string enum: - created - installation: *640 - organization: *641 - projects_v2_status_update: &687 + installation: *643 + organization: *644 + projects_v2_status_update: &690 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -145434,9 +145713,9 @@ x-webhooks: type: string enum: - deleted - installation: *640 - organization: *641 - projects_v2_status_update: *687 + installation: *643 + organization: *644 + projects_v2_status_update: *690 sender: *4 required: - action @@ -145572,9 +145851,9 @@ x-webhooks: type: string format: date nullable: true - installation: *640 - organization: *641 - projects_v2_status_update: *687 + installation: *643 + organization: *644 + projects_v2_status_update: *690 sender: *4 required: - action @@ -145645,10 +145924,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - repository @@ -145725,13 +146004,13 @@ x-webhooks: type: string enum: - assigned - assignee: *659 - enterprise: *639 - installation: *640 - number: &688 + assignee: *662 + enterprise: *642 + installation: *643 + number: &691 description: The pull request number. type: integer - organization: *641 + organization: *644 pull_request: title: Pull Request type: object @@ -148014,7 +148293,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *642 + repository: *645 sender: *4 required: - action @@ -148096,11 +148375,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *639 - installation: *640 + enterprise: *642 + installation: *643 number: type: integer - organization: *641 + organization: *644 pull_request: title: Pull Request type: object @@ -150378,7 +150657,7 @@ x-webhooks: - draft reason: type: string - repository: *642 + repository: *645 sender: *4 required: - action @@ -150460,11 +150739,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *639 - installation: *640 + enterprise: *642 + installation: *643 number: type: integer - organization: *641 + organization: *644 pull_request: title: Pull Request type: object @@ -152742,7 +153021,7 @@ x-webhooks: - draft reason: type: string - repository: *642 + repository: *645 sender: *4 required: - action @@ -152824,13 +153103,13 @@ x-webhooks: type: string enum: - closed - enterprise: *639 - installation: *640 - number: *688 - organization: *641 - pull_request: &689 + enterprise: *642 + installation: *643 + number: *691 + organization: *644 + pull_request: &692 allOf: - - *516 + - *517 - type: object properties: allow_auto_merge: @@ -152892,7 +153171,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *642 + repository: *645 sender: *4 required: - action @@ -152973,12 +153252,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *639 - installation: *640 - number: *688 - organization: *641 - pull_request: *689 - repository: *642 + enterprise: *642 + installation: *643 + number: *691 + organization: *644 + pull_request: *692 + repository: *645 sender: *4 required: - action @@ -153058,11 +153337,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *639 - milestone: *499 - number: *688 - organization: *641 - pull_request: &690 + enterprise: *642 + milestone: *500 + number: *691 + organization: *644 + pull_request: &693 title: Pull Request type: object properties: @@ -155325,7 +155604,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *642 + repository: *645 sender: *4 required: - action @@ -155404,11 +155683,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *639 - installation: *640 + enterprise: *642 + installation: *643 number: type: integer - organization: *641 + organization: *644 pull_request: title: Pull Request type: object @@ -157690,7 +157969,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *642 + repository: *645 sender: *4 required: - action @@ -157814,12 +158093,12 @@ x-webhooks: type: string required: - from - enterprise: *639 - installation: *640 - number: *688 - organization: *641 - pull_request: *689 - repository: *642 + enterprise: *642 + installation: *643 + number: *691 + organization: *644 + pull_request: *692 + repository: *645 sender: *4 required: - action @@ -157899,11 +158178,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *639 - installation: *640 + enterprise: *642 + installation: *643 number: type: integer - organization: *641 + organization: *644 pull_request: title: Pull Request type: object @@ -160170,7 +160449,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *642 + repository: *645 sender: *4 required: - action @@ -160250,11 +160529,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *639 - installation: *640 - label: *658 - number: *688 - organization: *641 + enterprise: *642 + installation: *643 + label: *661 + number: *691 + organization: *644 pull_request: title: Pull Request type: object @@ -162536,7 +162815,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *642 + repository: *645 sender: *4 required: - action @@ -162617,10 +162896,10 @@ x-webhooks: type: string enum: - locked - enterprise: *639 - installation: *640 - number: *688 - organization: *641 + enterprise: *642 + installation: *643 + number: *691 + organization: *644 pull_request: title: Pull Request type: object @@ -164900,7 +165179,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *642 + repository: *645 sender: *4 required: - action @@ -164980,12 +165259,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *639 - milestone: *499 - number: *688 - organization: *641 - pull_request: *690 - repository: *642 + enterprise: *642 + milestone: *500 + number: *691 + organization: *644 + pull_request: *693 + repository: *645 sender: *4 required: - action @@ -165064,12 +165343,12 @@ x-webhooks: type: string enum: - opened - enterprise: *639 - installation: *640 - number: *688 - organization: *641 - pull_request: *689 - repository: *642 + enterprise: *642 + installation: *643 + number: *691 + organization: *644 + pull_request: *692 + repository: *645 sender: *4 required: - action @@ -165150,12 +165429,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *639 - installation: *640 - number: *688 - organization: *641 - pull_request: *689 - repository: *642 + enterprise: *642 + installation: *643 + number: *691 + organization: *644 + pull_request: *692 + repository: *645 sender: *4 required: - action @@ -165235,12 +165514,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *639 - installation: *640 - number: *688 - organization: *641 - pull_request: *689 - repository: *642 + enterprise: *642 + installation: *643 + number: *691 + organization: *644 + pull_request: *692 + repository: *645 sender: *4 required: - action @@ -165606,9 +165885,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *639 - installation: *640 - organization: *641 + enterprise: *642 + installation: *643 + organization: *644 pull_request: type: object properties: @@ -167778,7 +168057,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *642 + repository: *645 sender: *4 required: - action @@ -167858,7 +168137,7 @@ x-webhooks: type: string enum: - deleted - comment: &692 + comment: &695 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -168143,9 +168422,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *639 - installation: *640 - organization: *641 + enterprise: *642 + installation: *643 + organization: *644 pull_request: type: object properties: @@ -170303,7 +170582,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *642 + repository: *645 sender: *4 required: - action @@ -170383,11 +170662,11 @@ x-webhooks: type: string enum: - edited - changes: *691 - comment: *692 - enterprise: *639 - installation: *640 - organization: *641 + changes: *694 + comment: *695 + enterprise: *642 + installation: *643 + organization: *644 pull_request: type: object properties: @@ -172548,7 +172827,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *642 + repository: *645 sender: *4 required: - action @@ -172629,9 +172908,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *639 - installation: *640 - organization: *641 + enterprise: *642 + installation: *643 + organization: *644 pull_request: title: Simple Pull Request type: object @@ -174804,7 +175083,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *642 + repository: *645 review: description: The review that was affected. type: object @@ -175047,9 +175326,9 @@ x-webhooks: type: string required: - from - enterprise: *639 - installation: *640 - organization: *641 + enterprise: *642 + installation: *643 + organization: *644 pull_request: title: Simple Pull Request type: object @@ -177103,8 +177382,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *642 - review: &693 + repository: *645 + review: &696 description: The review that was affected. type: object properties: @@ -177333,12 +177612,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *639 - installation: *640 + enterprise: *642 + installation: *643 number: description: The pull request number. type: integer - organization: *641 + organization: *644 pull_request: title: Pull Request type: object @@ -179621,7 +179900,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *642 + repository: *645 requested_reviewer: title: User type: object @@ -179705,12 +179984,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *639 - installation: *640 + enterprise: *642 + installation: *643 number: description: The pull request number. type: integer - organization: *641 + organization: *644 pull_request: title: Pull Request type: object @@ -182000,7 +182279,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *642 + repository: *645 requested_team: title: Team description: Groups of organization members that gives permissions @@ -182192,12 +182471,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *639 - installation: *640 + enterprise: *642 + installation: *643 number: description: The pull request number. type: integer - organization: *641 + organization: *644 pull_request: title: Pull Request type: object @@ -184482,7 +184761,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *642 + repository: *645 requested_reviewer: title: User type: object @@ -184567,12 +184846,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *639 - installation: *640 + enterprise: *642 + installation: *643 number: description: The pull request number. type: integer - organization: *641 + organization: *644 pull_request: title: Pull Request type: object @@ -186848,7 +187127,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *642 + repository: *645 requested_team: title: Team description: Groups of organization members that gives permissions @@ -187029,9 +187308,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *639 - installation: *640 - organization: *641 + enterprise: *642 + installation: *643 + organization: *644 pull_request: title: Simple Pull Request type: object @@ -189206,8 +189485,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *642 - review: *693 + repository: *645 + review: *696 sender: *4 required: - action @@ -189287,9 +189566,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *639 - installation: *640 - organization: *641 + enterprise: *642 + installation: *643 + organization: *644 pull_request: title: Simple Pull Request type: object @@ -191359,7 +191638,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *642 + repository: *645 sender: *4 thread: type: object @@ -191742,9 +192021,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *639 - installation: *640 - organization: *641 + enterprise: *642 + installation: *643 + organization: *644 pull_request: title: Simple Pull Request type: object @@ -193800,7 +194079,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *642 + repository: *645 sender: *4 thread: type: object @@ -194186,10 +194465,10 @@ x-webhooks: type: string before: type: string - enterprise: *639 - installation: *640 - number: *688 - organization: *641 + enterprise: *642 + installation: *643 + number: *691 + organization: *644 pull_request: title: Pull Request type: object @@ -196460,7 +196739,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *642 + repository: *645 sender: *4 required: - action @@ -196542,11 +196821,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *694 - enterprise: *639 - installation: *640 - number: *688 - organization: *641 + assignee: *697 + enterprise: *642 + installation: *643 + number: *691 + organization: *644 pull_request: title: Pull Request type: object @@ -198829,7 +199108,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *642 + repository: *645 sender: *4 required: - action @@ -198908,11 +199187,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *639 - installation: *640 - label: *658 - number: *688 - organization: *641 + enterprise: *642 + installation: *643 + label: *661 + number: *691 + organization: *644 pull_request: title: Pull Request type: object @@ -201185,7 +201464,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *642 + repository: *645 sender: *4 required: - action @@ -201266,10 +201545,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *639 - installation: *640 - number: *688 - organization: *641 + enterprise: *642 + installation: *643 + number: *691 + organization: *644 pull_request: title: Pull Request type: object @@ -203534,7 +203813,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *642 + repository: *645 sender: *4 required: - action @@ -203734,7 +204013,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *639 + enterprise: *642 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -203826,8 +204105,8 @@ x-webhooks: - url - author - committer - installation: *640 - organization: *641 + installation: *643 + organization: *644 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -204402,9 +204681,9 @@ x-webhooks: type: string enum: - published - enterprise: *639 - installation: *640 - organization: *641 + enterprise: *642 + installation: *643 + organization: *644 registry_package: type: object properties: @@ -204850,7 +205129,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *676 + items: *679 summary: type: string tag_name: @@ -204904,7 +205183,7 @@ x-webhooks: - owner - package_version - registry - repository: *642 + repository: *645 sender: *4 required: - action @@ -204982,9 +205261,9 @@ x-webhooks: type: string enum: - updated - enterprise: *639 - installation: *640 - organization: *641 + enterprise: *642 + installation: *643 + organization: *644 registry_package: type: object properties: @@ -205292,7 +205571,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *676 + items: *679 summary: type: string tag_name: @@ -205341,7 +205620,7 @@ x-webhooks: - owner - package_version - registry - repository: *642 + repository: *645 sender: *4 required: - action @@ -205418,10 +205697,10 @@ x-webhooks: type: string enum: - created - enterprise: *639 - installation: *640 - organization: *641 - release: &695 + enterprise: *642 + installation: *643 + organization: *644 + release: &698 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -205726,7 +206005,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *642 + repository: *645 sender: *4 required: - action @@ -205803,11 +206082,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *639 - installation: *640 - organization: *641 - release: *695 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + release: *698 + repository: *645 sender: *4 required: - action @@ -205915,11 +206194,11 @@ x-webhooks: type: boolean required: - to - enterprise: *639 - installation: *640 - organization: *641 - release: *695 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + release: *698 + repository: *645 sender: *4 required: - action @@ -205997,9 +206276,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *639 - installation: *640 - organization: *641 + enterprise: *642 + installation: *643 + organization: *644 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -206308,7 +206587,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *642 + repository: *645 sender: *4 required: - action @@ -206384,10 +206663,10 @@ x-webhooks: type: string enum: - published - enterprise: *639 - installation: *640 - organization: *641 - release: &696 + enterprise: *642 + installation: *643 + organization: *644 + release: &699 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -206693,7 +206972,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *642 + repository: *645 sender: *4 required: - action @@ -206769,11 +207048,11 @@ x-webhooks: type: string enum: - released - enterprise: *639 - installation: *640 - organization: *641 - release: *695 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + release: *698 + repository: *645 sender: *4 required: - action @@ -206849,11 +207128,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *639 - installation: *640 - organization: *641 - release: *696 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + release: *699 + repository: *645 sender: *4 required: - action @@ -206929,11 +207208,11 @@ x-webhooks: type: string enum: - published - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 - repository_advisory: *570 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 + repository_advisory: *573 sender: *4 required: - action @@ -207009,11 +207288,11 @@ x-webhooks: type: string enum: - reported - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 - repository_advisory: *570 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 + repository_advisory: *573 sender: *4 required: - action @@ -207089,10 +207368,10 @@ x-webhooks: type: string enum: - archived - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -207169,10 +207448,10 @@ x-webhooks: type: string enum: - created - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -207250,10 +207529,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -207337,10 +207616,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -207452,10 +207731,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -207527,10 +207806,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 status: type: string @@ -207611,10 +207890,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -207691,10 +207970,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -207788,10 +208067,10 @@ x-webhooks: - name required: - repository - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -207871,10 +208150,10 @@ x-webhooks: type: string enum: - created - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 repository_ruleset: *237 sender: *4 required: @@ -207953,10 +208232,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 repository_ruleset: *237 sender: *4 required: @@ -208035,10 +208314,10 @@ x-webhooks: type: string enum: - edited - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 repository_ruleset: *237 changes: type: object @@ -208343,10 +208622,10 @@ x-webhooks: - from required: - owner - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -208424,10 +208703,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -208505,7 +208784,7 @@ x-webhooks: type: string enum: - create - alert: &697 + alert: &700 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -208626,10 +208905,10 @@ x-webhooks: type: string enum: - open - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -208835,10 +209114,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -208916,11 +209195,11 @@ x-webhooks: type: string enum: - reopen - alert: *697 - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + alert: *700 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -209119,10 +209398,10 @@ x-webhooks: enum: - fixed - open - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -209200,7 +209479,7 @@ x-webhooks: type: string enum: - created - alert: &698 + alert: &701 type: object properties: number: *54 @@ -209311,10 +209590,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -209395,11 +209674,11 @@ x-webhooks: type: string enum: - created - alert: *698 - installation: *640 - location: *699 - organization: *641 - repository: *642 + alert: *701 + installation: *643 + location: *702 + organization: *644 + repository: *645 sender: *4 required: - location @@ -209637,11 +209916,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *698 - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + alert: *701 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -209719,11 +209998,11 @@ x-webhooks: type: string enum: - reopened - alert: *698 - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + alert: *701 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -209801,11 +210080,11 @@ x-webhooks: type: string enum: - resolved - alert: *698 - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + alert: *701 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -209883,11 +210162,11 @@ x-webhooks: type: string enum: - validated - alert: *698 - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + alert: *701 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -210013,10 +210292,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *642 - enterprise: *639 - installation: *640 - organization: *641 + repository: *645 + enterprise: *642 + installation: *643 + organization: *644 sender: *4 required: - action @@ -210094,11 +210373,11 @@ x-webhooks: type: string enum: - published - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 - security_advisory: &700 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 + security_advisory: &703 description: The details of the security advisory, including summary, description, and severity. type: object @@ -210281,11 +210560,11 @@ x-webhooks: type: string enum: - updated - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 - security_advisory: *700 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 + security_advisory: *703 sender: *4 required: - action @@ -210358,10 +210637,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -210546,10 +210825,10 @@ x-webhooks: type: object properties: security_and_analysis: *230 - enterprise: *639 - installation: *640 - organization: *641 - repository: *284 + enterprise: *642 + installation: *643 + organization: *644 + repository: *285 sender: *4 required: - changes @@ -210627,12 +210906,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 - sponsorship: &701 + sponsorship: &704 type: object properties: created_at: @@ -210933,12 +211212,12 @@ x-webhooks: type: string enum: - created - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 - sponsorship: *701 + sponsorship: *704 required: - action - sponsorship @@ -211026,12 +211305,12 @@ x-webhooks: type: string required: - from - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 - sponsorship: *701 + sponsorship: *704 required: - action - changes @@ -211108,17 +211387,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &702 + effective_date: &705 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 - sponsorship: *701 + sponsorship: *704 required: - action - sponsorship @@ -211192,7 +211471,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &703 + changes: &706 type: object properties: tier: @@ -211236,13 +211515,13 @@ x-webhooks: - from required: - tier - effective_date: *702 - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + effective_date: *705 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 - sponsorship: *701 + sponsorship: *704 required: - action - changes @@ -211319,13 +211598,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *703 - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + changes: *706 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 - sponsorship: *701 + sponsorship: *704 required: - action - changes @@ -211399,10 +211678,10 @@ x-webhooks: type: string enum: - created - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -211485,10 +211764,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -211908,15 +212187,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *639 + enterprise: *642 id: description: The unique identifier of the status. type: integer - installation: *640 + installation: *643 name: type: string - organization: *641 - repository: *642 + organization: *644 + repository: *645 sender: *4 sha: description: The Commit SHA. @@ -212031,9 +212310,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *77 - installation: *640 - organization: *641 - repository: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -212123,9 +212402,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *77 - installation: *640 - organization: *641 - repository: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -212215,9 +212494,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *77 - installation: *640 - organization: *641 - repository: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -212307,9 +212586,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *77 - installation: *640 - organization: *641 - repository: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -212386,12 +212665,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 - team: &704 + team: &707 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -212581,9 +212860,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *639 - installation: *640 - organization: *641 + enterprise: *642 + installation: *643 + organization: *644 repository: title: Repository description: A git repository @@ -213041,7 +213320,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *704 + team: *707 required: - action - team @@ -213117,9 +213396,9 @@ x-webhooks: type: string enum: - created - enterprise: *639 - installation: *640 - organization: *641 + enterprise: *642 + installation: *643 + organization: *644 repository: title: Repository description: A git repository @@ -213577,7 +213856,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *704 + team: *707 required: - action - team @@ -213654,9 +213933,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *639 - installation: *640 - organization: *641 + enterprise: *642 + installation: *643 + organization: *644 repository: title: Repository description: A git repository @@ -214114,7 +214393,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *704 + team: *707 required: - action - team @@ -214258,9 +214537,9 @@ x-webhooks: - from required: - permissions - enterprise: *639 - installation: *640 - organization: *641 + enterprise: *642 + installation: *643 + organization: *644 repository: title: Repository description: A git repository @@ -214718,7 +214997,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *704 + team: *707 required: - action - changes @@ -214796,9 +215075,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *639 - installation: *640 - organization: *641 + enterprise: *642 + installation: *643 + organization: *644 repository: title: Repository description: A git repository @@ -215256,7 +215535,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *704 + team: *707 required: - action - team @@ -215332,10 +215611,10 @@ x-webhooks: type: string enum: - started - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 required: - action @@ -215408,16 +215687,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *639 + enterprise: *642 inputs: type: object nullable: true additionalProperties: true - installation: *640 - organization: *641 + installation: *643 + organization: *644 ref: type: string - repository: *642 + repository: *645 sender: *4 workflow: type: string @@ -215499,10 +215778,10 @@ x-webhooks: type: string enum: - completed - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 workflow_job: allOf: @@ -215739,7 +216018,7 @@ x-webhooks: type: string required: - conclusion - deployment: *431 + deployment: *432 required: - action - repository @@ -215818,10 +216097,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 workflow_job: allOf: @@ -216081,7 +216360,7 @@ x-webhooks: required: - status - steps - deployment: *431 + deployment: *432 required: - action - repository @@ -216160,10 +216439,10 @@ x-webhooks: type: string enum: - queued - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 workflow_job: type: object @@ -216298,7 +216577,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *431 + deployment: *432 required: - action - repository @@ -216377,10 +216656,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 workflow_job: type: object @@ -216516,7 +216795,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *431 + deployment: *432 required: - action - repository @@ -216596,12 +216875,12 @@ x-webhooks: type: string enum: - completed - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 - workflow: *654 + workflow: *657 workflow_run: title: Workflow Run type: object @@ -217600,12 +217879,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 - workflow: *654 + workflow: *657 workflow_run: title: Workflow Run type: object @@ -218589,12 +218868,12 @@ x-webhooks: type: string enum: - requested - enterprise: *639 - installation: *640 - organization: *641 - repository: *642 + enterprise: *642 + installation: *643 + organization: *644 + repository: *645 sender: *4 - workflow: *654 + workflow: *657 workflow_run: title: Workflow Run type: object -- cgit v1.2.3