diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index ac174d0d05..578b9fc00c 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -14641,23 +14641,8 @@ } }, "responses": { - "200": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/org-repo-custom-property-values" - } - }, - "examples": { - "default": { - "$ref": "#/components/examples/org-repo-custom-property-values" - } - } - } - } + "204": { + "description": "No Content when custom property values are successfully created or updated" }, "403": { "$ref": "#/components/responses/forbidden" diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index e0585fa148..bc2e0592f2 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -10434,17 +10434,9 @@ paths: default: "$ref": "#/components/examples/org-repo-update-custom-property-values" responses: - '200': - description: Response - content: - application/json: - schema: - type: array - items: - "$ref": "#/components/schemas/org-repo-custom-property-values" - examples: - default: - "$ref": "#/components/examples/org-repo-custom-property-values" + '204': + description: No Content when custom property values are successfully created + or updated '403': "$ref": "#/components/responses/forbidden" '404': diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index ac174d0d05..578b9fc00c 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -14641,23 +14641,8 @@ } }, "responses": { - "200": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/org-repo-custom-property-values" - } - }, - "examples": { - "default": { - "$ref": "#/components/examples/org-repo-custom-property-values" - } - } - } - } + "204": { + "description": "No Content when custom property values are successfully created or updated" }, "403": { "$ref": "#/components/responses/forbidden" diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index e0585fa148..bc2e0592f2 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -10434,17 +10434,9 @@ paths: default: "$ref": "#/components/examples/org-repo-update-custom-property-values" responses: - '200': - description: Response - content: - application/json: - schema: - type: array - items: - "$ref": "#/components/schemas/org-repo-custom-property-values" - examples: - default: - "$ref": "#/components/examples/org-repo-custom-property-values" + '204': + description: No Content when custom property values are successfully created + or updated '403': "$ref": "#/components/responses/forbidden" '404': diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 171aa60f35..f8d7a322eb 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -101630,89 +101630,8 @@ } }, "responses": { - "200": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "type": "array", - "items": { - "title": "Organization Repository Custom Property Values", - "description": "List of custom property values for a repository", - "type": "object", - "properties": { - "repository_id": { - "type": "integer", - "example": 1296269 - }, - "repository_name": { - "type": "string", - "example": "Hello-World" - }, - "repository_full_name": { - "type": "string", - "example": "octocat/Hello-World" - }, - "properties": { - "type": "array", - "items": { - "title": "Custom Property Value", - "description": "Custom property name and associated value", - "type": "object", - "properties": { - "property_name": { - "type": "string", - "description": "The name of the property" - }, - "value": { - "type": "string", - "description": "The value assigned to the property", - "nullable": true - } - }, - "required": [ - "property_name", - "value" - ] - }, - "description": "List of custom property names and associated values" - } - }, - "required": [ - "repository_id", - "repository_name", - "repository_full_name", - "properties" - ] - } - }, - "examples": { - "default": { - "value": [ - { - "repository_id": 1296269, - "repository_name": "Hello-World", - "repository_full_name": "octocat/Hello-World", - "properties": [ - { - "property_name": "environment", - "value": "production" - }, - { - "property_name": "service", - "value": "web" - }, - { - "property_name": "team", - "value": "octocat" - } - ] - } - ] - } - } - } - } + "204": { + "description": "No Content when custom property values are successfully created or updated" }, "403": { "description": "Forbidden", 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 c1c04f34e8..f0401fc3bb 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 @@ -588,7 +588,7 @@ paths: type: object nullable: true properties: - ecosystem: &197 + ecosystem: &195 type: string description: The package's language or package management ecosystem. @@ -772,7 +772,7 @@ paths: - subscriptions_url - type - url - type: &198 + type: &196 type: string description: The type of credit the user is receiving. enum: @@ -928,7 +928,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &499 + - &497 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -2632,7 +2632,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &220 + properties: &218 id: description: Unique identifier of the repository example: 42 @@ -3335,7 +3335,7 @@ paths: type: boolean description: Whether anonymous git access is enabled for this repository - required: &221 + required: &219 - archive_url - assignees_url - blobs_url @@ -7160,7 +7160,7 @@ paths: enum: - development - runtime - security_advisory: &361 + security_advisory: &359 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -7420,7 +7420,7 @@ paths: format: date-time readOnly: true nullable: true - auto_dismissed_at: &362 + auto_dismissed_at: &360 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -8047,7 +8047,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *43 - - &191 + - &189 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -8058,7 +8058,7 @@ paths: enum: - open - resolved - - &192 + - &190 name: secret_type in: query description: |- @@ -8068,7 +8068,7 @@ paths: required: false schema: type: string - - &193 + - &191 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -8077,7 +8077,7 @@ paths: required: false schema: type: string - - &194 + - &192 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. @@ -8100,7 +8100,7 @@ paths: application/json: schema: type: array - items: &195 + items: &193 type: object properties: number: *44 @@ -8119,14 +8119,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &494 + state: &492 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &495 + resolution: &493 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -8185,7 +8185,7 @@ paths: alert was closed nullable: true examples: - default: &196 + default: &194 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -8489,7 +8489,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &407 + properties: &405 id: type: integer format: int64 @@ -8600,7 +8600,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &346 + properties: &344 url: type: string format: uri @@ -8670,7 +8670,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &347 + required: &345 - closed_issues - creator - description @@ -8811,7 +8811,7 @@ paths: - hooray - eyes - rocket - required: &408 + required: &406 - assignee - closed_at - comments @@ -8833,7 +8833,7 @@ paths: - author_association - created_at - updated_at - comment: &405 + comment: &403 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -9389,7 +9389,7 @@ paths: url: type: string format: uri - user: &524 + user: &522 title: Public User description: Public User type: object @@ -12574,14 +12574,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &218 + - &216 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &219 + - &217 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -12652,7 +12652,7 @@ paths: '404': *6 '403': *28 '304': *36 - '301': &232 + '301': &230 description: Moved permanently content: application/json: @@ -12674,7 +12674,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &436 + - &434 name: all description: If `true`, show notifications marked as read. in: query @@ -12682,7 +12682,7 @@ paths: schema: type: boolean default: false - - &437 + - &435 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -12692,7 +12692,7 @@ paths: type: boolean default: false - *58 - - &438 + - &436 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: @@ -13002,7 +13002,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &231 + security_and_analysis: &229 nullable: true type: object properties: @@ -13130,7 +13130,7 @@ paths: - url - subscription_url examples: - default: &439 + default: &437 value: - id: '1' repository: @@ -13710,7 +13710,7 @@ paths: - avatar_url - description examples: - default: &541 + default: &539 value: - login: github id: 1 @@ -14315,7 +14315,7 @@ paths: oneOf: - *88 - *89 - '409': &266 + '409': &264 description: Conflict content: application/json: @@ -14430,7 +14430,7 @@ paths: type: integer repository_cache_usages: type: array - items: &237 + items: &235 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -14600,7 +14600,7 @@ paths: - all - local_only - selected - selected_actions_url: &243 + selected_actions_url: &241 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` @@ -14690,7 +14690,7 @@ paths: type: array items: *51 examples: - default: &535 + default: &533 value: total_count: 1 repositories: @@ -15016,7 +15016,7 @@ paths: description: Response content: application/json: - schema: &247 + schema: &245 type: object properties: default_workflow_permissions: &98 @@ -15067,7 +15067,7 @@ paths: required: false content: application/json: - schema: &248 + schema: &246 type: object properties: default_workflow_permissions: *98 @@ -15176,7 +15176,7 @@ paths: - busy - labels examples: - default: &249 + default: &247 value: total_count: 2 runners: @@ -15245,7 +15245,7 @@ paths: application/json: schema: type: array - items: &250 + items: &248 title: Runner Application description: Runner Application type: object @@ -15270,7 +15270,7 @@ paths: - download_url - filename examples: - default: &251 + default: &249 value: - os: osx architecture: x64 @@ -15357,7 +15357,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &252 + '201': &250 description: Response content: application/json: @@ -15466,7 +15466,7 @@ paths: - token - expires_at examples: - default: &253 + default: &251 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -15509,7 +15509,7 @@ paths: application/json: schema: *102 examples: - default: &254 + default: &252 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -15550,7 +15550,7 @@ paths: application/json: schema: *101 examples: - default: &255 + default: &253 value: id: 23 name: MBP @@ -15779,7 +15779,7 @@ paths: - *85 - *103 responses: - '200': &256 + '200': &254 description: Response content: application/json: @@ -15837,7 +15837,7 @@ paths: parameters: - *85 - *103 - - &257 + - &255 name: name description: The name of a self-hosted runner's custom label. in: path @@ -15969,7 +15969,7 @@ paths: description: Response content: application/json: - schema: &270 + schema: &268 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -15998,7 +15998,7 @@ paths: - key_id - key examples: - default: &271 + default: &269 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -16413,7 +16413,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - *85 - - &242 + - &240 name: per_page description: The number of results per page (max 30). in: query @@ -17029,7 +17029,7 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *85 - - &309 + - &307 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`, @@ -17039,7 +17039,7 @@ paths: schema: &117 type: string description: The name of the tool used to generate the code scanning analysis. - - &310 + - &308 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 @@ -17062,7 +17062,7 @@ paths: be returned. in: query required: false - schema: &312 + schema: &310 type: string description: State of a code scanning alert. enum: @@ -17085,7 +17085,7 @@ paths: be returned. in: query required: false - schema: &313 + schema: &311 type: string description: Severity of a code scanning alert. enum: @@ -17111,7 +17111,7 @@ paths: updated_at: *114 url: *46 html_url: *47 - instances_url: &314 + instances_url: &312 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -17133,7 +17133,7 @@ paths: required: *4 nullable: true dismissed_at: *116 - dismissed_reason: &315 + dismissed_reason: &313 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -17143,13 +17143,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &316 + dismissed_comment: &314 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &319 + rule: &317 type: object properties: id: @@ -17202,7 +17202,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &317 + tool: &315 type: object properties: name: *117 @@ -17212,15 +17212,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *118 - most_recent_instance: &318 + most_recent_instance: &316 type: object properties: - ref: &311 + ref: &309 type: string description: |- The full Git reference, formatted as `refs/heads/`, `refs/pull//merge`, or `refs/pull//head`. - analysis_key: &324 + analysis_key: &322 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -17231,7 +17231,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &325 + category: &323 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -17590,7 +17590,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &332 + properties: &330 name: type: string description: The name of the machine. @@ -17632,7 +17632,7 @@ paths: - ready - in_progress nullable: true - required: &333 + required: &331 - name - display_name - operating_system @@ -18502,7 +18502,7 @@ paths: - updated_at - visibility examples: - default: &334 + default: &332 value: total_count: 2 secrets: @@ -18541,7 +18541,7 @@ paths: description: Response content: application/json: - schema: &335 + schema: &333 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -18570,7 +18570,7 @@ paths: - key_id - key examples: - default: &336 + default: &334 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -18601,7 +18601,7 @@ paths: application/json: schema: *121 examples: - default: &338 + default: &336 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -19103,7 +19103,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &199 + properties: &197 id: description: Unique identifier of the team type: integer @@ -19159,7 +19159,7 @@ paths: maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string - required: &200 + required: &198 - id - node_id - url @@ -19893,7 +19893,7 @@ paths: description: Response content: application/json: - schema: &365 + schema: &363 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -19910,7 +19910,7 @@ paths: - key_id - key examples: - default: &366 + default: &364 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -21129,7 +21129,7 @@ paths: application/json: schema: *21 examples: - default: &401 + default: &399 value: id: 1 account: @@ -21349,7 +21349,7 @@ paths: required: true content: application/json: - schema: &402 + schema: &400 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -21628,7 +21628,7 @@ paths: type: array items: *122 examples: - default: &201 + default: &199 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -21949,7 +21949,7 @@ paths: application/json: schema: *153 examples: - default: &331 + default: &329 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -23167,7 +23167,7 @@ paths: parameters: - *85 - *161 - - &540 + - &538 name: repo_name description: repo_name parameter in: path @@ -23500,7 +23500,7 @@ paths: - nuget - container - *85 - - &542 + - &540 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -23539,7 +23539,7 @@ paths: default: *163 '403': *28 '401': *24 - '400': &544 + '400': &542 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -24884,7 +24884,7 @@ paths: '401': *24 '403': *28 '404': *6 - '410': &229 + '410': &227 description: Gone content: application/json: @@ -25199,7 +25199,7 @@ paths: application/json: schema: type: array - items: &182 + items: title: Organization Repository Custom Property Values description: List of custom property values for a repository type: object @@ -25237,7 +25237,7 @@ paths: - repository_full_name - properties examples: - default: &183 + default: value: - repository_id: 1296269 repository_name: Hello-World @@ -25314,15 +25314,9 @@ paths: - property_name: team value: octocat responses: - '200': - description: Response - content: - application/json: - schema: - type: array - items: *182 - examples: - default: *183 + '204': + description: No Content when custom property values are successfully created + or updated '403': *28 '404': *6 x-github: @@ -25691,7 +25685,7 @@ paths: application/json: schema: *51 examples: - default: &546 + default: &544 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -25849,7 +25843,7 @@ paths: application/json: schema: type: array - items: &189 + items: &187 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -25881,7 +25875,7 @@ paths: source: type: string description: The name of the source - enforcement: &185 + enforcement: &183 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -25894,7 +25888,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &186 + items: &184 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -25952,7 +25946,7 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - &184 + - &182 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -25976,7 +25970,7 @@ paths: match. items: type: string - - &187 + - &185 title: Organization ruleset conditions type: object description: 'Conditions for an organization ruleset. The @@ -25991,7 +25985,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *184 + - *182 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -26025,7 +26019,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *184 + - *182 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -26044,12 +26038,12 @@ paths: - repository_id rules: type: array - items: &188 + items: &186 title: Repository Rule type: object description: A repository rule. oneOf: - - &467 + - &465 title: creation description: Only allow users with bypass permission to create matching refs. @@ -26061,7 +26055,7 @@ paths: type: string enum: - creation - - &468 + - &466 title: update description: Only allow users with bypass permission to update matching refs. @@ -26082,7 +26076,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &470 + - &468 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -26094,7 +26088,7 @@ paths: type: string enum: - deletion - - &471 + - &469 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -26106,7 +26100,7 @@ paths: type: string enum: - required_linear_history - - &472 + - &470 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be merged into a branch that @@ -26130,7 +26124,7 @@ paths: type: string required: - required_deployment_environments - - &473 + - &471 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -26142,7 +26136,7 @@ paths: type: string enum: - required_signatures - - &474 + - &472 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -26188,7 +26182,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &475 + - &473 title: required_status_checks description: Choose which status checks must pass before branches can be merged into a branch that matches this @@ -26233,7 +26227,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &476 + - &474 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -26245,7 +26239,7 @@ paths: type: string enum: - non_fast_forward - - &477 + - &475 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -26281,7 +26275,7 @@ paths: required: - operator - pattern - - &478 + - &476 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -26317,7 +26311,7 @@ paths: required: - operator - pattern - - &479 + - &477 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -26353,7 +26347,7 @@ paths: required: - operator - pattern - - &480 + - &478 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -26389,7 +26383,7 @@ paths: required: - operator - pattern - - &481 + - &479 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -26425,7 +26419,7 @@ paths: required: - operator - pattern - - &482 + - &480 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -26540,16 +26534,16 @@ paths: enum: - branch - tag - enforcement: *185 + enforcement: *183 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *186 - conditions: *187 + items: *184 + conditions: *185 rules: type: array description: An array of rules within the ruleset. - items: *188 + items: *186 required: - name - enforcement @@ -26587,9 +26581,9 @@ paths: description: Response content: application/json: - schema: *189 + schema: *187 examples: - default: &190 + default: &188 value: id: 21 name: super cool ruleset @@ -26650,7 +26644,7 @@ paths: in: query schema: type: integer - - &483 + - &481 name: time_period description: |- The time period to filter by. @@ -26666,14 +26660,14 @@ paths: - week - month default: day - - &484 + - &482 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 - - &485 + - &483 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -26693,7 +26687,7 @@ paths: description: Response content: application/json: - schema: &486 + schema: &484 title: Rule Suites description: Response type: array @@ -26747,7 +26741,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &487 + default: &485 value: - id: 21 actor_id: 12 @@ -26791,7 +26785,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *85 - - &488 + - &486 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -26807,7 +26801,7 @@ paths: description: Response content: application/json: - schema: &489 + schema: &487 title: Rule Suite description: Response type: object @@ -26899,7 +26893,7 @@ paths: type: string description: Any associated details with the rule evaluation. examples: - default: &490 + default: &488 value: id: 21 actor_id: 12 @@ -26968,9 +26962,9 @@ paths: description: Response content: application/json: - schema: *189 + schema: *187 examples: - default: *190 + default: *188 '404': *6 '500': *120 put: @@ -27012,16 +27006,16 @@ paths: enum: - branch - tag - enforcement: *185 + enforcement: *183 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *186 - conditions: *187 + items: *184 + conditions: *185 rules: description: An array of rules within the ruleset. type: array - items: *188 + items: *186 examples: default: value: @@ -27056,9 +27050,9 @@ paths: description: Response content: application/json: - schema: *189 + schema: *187 examples: - default: *190 + default: *188 '404': *6 '500': *120 delete: @@ -27105,14 +27099,14 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *85 + - *189 + - *190 - *191 - *192 - - *193 - - *194 - *38 - *19 - *17 - - &492 + - &490 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 @@ -27122,7 +27116,7 @@ paths: required: false schema: type: string - - &493 + - &491 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 @@ -27139,9 +27133,9 @@ paths: application/json: schema: type: array - items: *195 + items: *193 examples: - default: *196 + default: *194 headers: Link: *49 '404': *6 @@ -27208,7 +27202,7 @@ paths: application/json: schema: type: array - items: &497 + items: &495 description: A repository security advisory. type: object properties: @@ -27348,7 +27342,7 @@ paths: type: object nullable: true properties: - ecosystem: *197 + ecosystem: *195 name: type: string description: The unique package name within its ecosystem. @@ -27427,7 +27421,7 @@ paths: login: type: string description: The username of the user credited. - type: *198 + type: *196 credits_detailed: type: array nullable: true @@ -27437,7 +27431,7 @@ paths: type: object properties: user: *18 - type: *198 + type: *196 state: type: string description: The state of the user's acceptance of the @@ -27498,7 +27492,7 @@ paths: - private_fork additionalProperties: false examples: - default: &498 + default: &496 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -27874,15 +27868,15 @@ paths: application/json: schema: type: array - items: &446 + items: &444 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *199 - required: *200 + properties: *197 + required: *198 examples: - default: *201 + default: *199 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27906,7 +27900,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - *85 - - &202 + - &200 name: team_slug description: The slug of the team name. in: path @@ -27941,7 +27935,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - *85 - - *202 + - *200 responses: '204': description: Response @@ -27973,7 +27967,7 @@ paths: description: Response content: application/json: - schema: &557 + schema: &555 type: object properties: total_minutes_used: @@ -28043,7 +28037,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &558 + default: &556 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -28079,7 +28073,7 @@ paths: description: Response content: application/json: - schema: &559 + schema: &557 type: object properties: total_gigabytes_bandwidth_used: @@ -28097,7 +28091,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &560 + default: &558 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -28129,7 +28123,7 @@ paths: description: Response content: application/json: - schema: &561 + schema: &559 type: object properties: days_left_in_billing_cycle: @@ -28147,7 +28141,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &562 + default: &560 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -28181,7 +28175,7 @@ paths: type: array items: *122 examples: - default: *201 + default: *199 headers: Link: *49 '403': *28 @@ -28275,7 +28269,7 @@ paths: description: Response content: application/json: - schema: &203 + schema: &201 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -28338,8 +28332,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *199 - required: *200 + properties: *197 + required: *198 nullable: true members_count: type: integer @@ -28585,7 +28579,7 @@ paths: - repos_count - organization examples: - default: &204 + default: &202 value: id: 1 node_id: MDQ6VGVhbTE= @@ -28655,15 +28649,15 @@ paths: url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - *85 - - *202 + - *200 responses: '200': description: Response content: application/json: - schema: *203 + schema: *201 examples: - default: *204 + default: *202 '404': *6 x-github: githubCloudOnly: false @@ -28684,7 +28678,7 @@ paths: url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - *85 - - *202 + - *200 requestBody: required: false content: @@ -28746,16 +28740,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *203 + schema: *201 examples: - default: *204 + default: *202 '201': description: Response content: application/json: - schema: *203 + schema: *201 examples: - default: *204 + default: *202 '404': *6 '422': *15 '403': *28 @@ -28780,7 +28774,7 @@ paths: url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - *85 - - *202 + - *200 responses: '204': description: Response @@ -28804,7 +28798,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#list-discussions parameters: - *85 - - *202 + - *200 - *38 - *17 - *19 @@ -28821,7 +28815,7 @@ paths: application/json: schema: type: array - items: &205 + items: &203 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -28920,7 +28914,7 @@ paths: - updated_at - url examples: - default: &514 + default: &512 value: - author: login: octocat @@ -28992,7 +28986,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#create-a-discussion parameters: - *85 - - *202 + - *200 requestBody: required: true content: @@ -29026,9 +29020,9 @@ paths: description: Response content: application/json: - schema: *205 + schema: *203 examples: - default: &206 + default: &204 value: author: login: octocat @@ -29098,8 +29092,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#get-a-discussion parameters: - *85 - - *202 - - &207 + - *200 + - &205 name: discussion_number description: The number that identifies the discussion. in: path @@ -29111,9 +29105,9 @@ paths: description: Response content: application/json: - schema: *205 + schema: *203 examples: - default: *206 + default: *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29133,8 +29127,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#update-a-discussion parameters: - *85 - - *202 - - *207 + - *200 + - *205 requestBody: required: false content: @@ -29157,9 +29151,9 @@ paths: description: Response content: application/json: - schema: *205 + schema: *203 examples: - default: &515 + default: &513 value: author: login: octocat @@ -29227,8 +29221,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#delete-a-discussion parameters: - *85 - - *202 - - *207 + - *200 + - *205 responses: '204': description: Response @@ -29252,8 +29246,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments parameters: - *85 - - *202 - - *207 + - *200 + - *205 - *38 - *17 - *19 @@ -29264,7 +29258,7 @@ paths: application/json: schema: type: array - items: &208 + items: &206 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -29336,7 +29330,7 @@ paths: - updated_at - url examples: - default: &516 + default: &514 value: - author: login: octocat @@ -29402,8 +29396,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment parameters: - *85 - - *202 - - *207 + - *200 + - *205 requestBody: required: true content: @@ -29425,9 +29419,9 @@ paths: description: Response content: application/json: - schema: *208 + schema: *206 examples: - default: &209 + default: &207 value: author: login: octocat @@ -29491,9 +29485,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment parameters: - *85 - - *202 - - *207 - - &210 + - *200 + - *205 + - &208 name: comment_number description: The number that identifies the comment. in: path @@ -29505,9 +29499,9 @@ paths: description: Response content: application/json: - schema: *208 + schema: *206 examples: - default: *209 + default: *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29527,9 +29521,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment parameters: - *85 - - *202 - - *207 - - *210 + - *200 + - *205 + - *208 requestBody: required: true content: @@ -29551,9 +29545,9 @@ paths: description: Response content: application/json: - schema: *208 + schema: *206 examples: - default: &517 + default: &515 value: author: login: octocat @@ -29615,9 +29609,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *85 - - *202 - - *207 - - *210 + - *200 + - *205 + - *208 responses: '204': description: Response @@ -29641,9 +29635,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *85 - - *202 - - *207 - - *210 + - *200 + - *205 + - *208 - 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. @@ -29669,7 +29663,7 @@ paths: application/json: schema: type: array - items: &211 + items: &209 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -29712,7 +29706,7 @@ paths: - content - created_at examples: - default: &213 + default: &211 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -29758,9 +29752,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *85 - - *202 - - *207 - - *210 + - *200 + - *205 + - *208 requestBody: required: true content: @@ -29793,9 +29787,9 @@ paths: team discussion comment content: application/json: - schema: *211 + schema: *209 examples: - default: &212 + default: &210 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -29824,9 +29818,9 @@ paths: description: Response content: application/json: - schema: *211 + schema: *209 examples: - default: *212 + default: *210 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29847,10 +29841,10 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *85 - - *202 - - *207 - - *210 - - &214 + - *200 + - *205 + - *208 + - &212 name: reaction_id description: The unique identifier of the reaction. in: path @@ -29880,8 +29874,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *85 - - *202 - - *207 + - *200 + - *205 - 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. @@ -29907,9 +29901,9 @@ paths: application/json: schema: type: array - items: *211 + items: *209 examples: - default: *213 + default: *211 headers: Link: *49 x-github: @@ -29931,8 +29925,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *85 - - *202 - - *207 + - *200 + - *205 requestBody: required: true content: @@ -29964,16 +29958,16 @@ paths: description: Response content: application/json: - schema: *211 + schema: *209 examples: - default: *212 + default: *210 '201': description: Response content: application/json: - schema: *211 + schema: *209 examples: - default: *212 + default: *210 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29994,9 +29988,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-reaction parameters: - *85 - - *202 - - *207 - - *214 + - *200 + - *205 + - *212 responses: '204': description: Response @@ -30020,7 +30014,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - *85 - - *202 + - *200 - *17 - *19 responses: @@ -30055,7 +30049,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-team-members parameters: - *85 - - *202 + - *200 - name: role description: Filters members returned by their role in the team. in: query @@ -30108,14 +30102,14 @@ paths: url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - *85 - - *202 + - *200 - *113 responses: '200': description: Response content: application/json: - schema: &215 + schema: &213 title: Team Membership description: Team Membership type: object @@ -30142,7 +30136,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &518 + response-if-user-is-a-team-maintainer: &516 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -30177,7 +30171,7 @@ paths: url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *85 - - *202 + - *200 - *113 requestBody: required: false @@ -30203,9 +30197,9 @@ paths: description: Response content: application/json: - schema: *215 + schema: *213 examples: - response-if-users-membership-with-team-is-now-pending: &519 + response-if-users-membership-with-team-is-now-pending: &517 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -30239,7 +30233,7 @@ paths: url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - *85 - - *202 + - *200 - *113 responses: '204': @@ -30266,7 +30260,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-projects parameters: - *85 - - *202 + - *200 - *17 - *19 responses: @@ -30276,7 +30270,7 @@ paths: application/json: schema: type: array - items: &216 + items: &214 title: Team Project description: A team's access to a project. type: object @@ -30344,7 +30338,7 @@ paths: - updated_at - permissions examples: - default: &520 + default: &518 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -30405,8 +30399,8 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project parameters: - *85 - - *202 - - &217 + - *200 + - &215 name: project_id description: The unique identifier of the project. in: path @@ -30418,9 +30412,9 @@ paths: description: Response content: application/json: - schema: *216 + schema: *214 examples: - default: &521 + default: &519 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -30480,8 +30474,8 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions parameters: - *85 - - *202 - - *217 + - *200 + - *215 requestBody: required: false content: @@ -30545,8 +30539,8 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team parameters: - *85 - - *202 - - *217 + - *200 + - *215 responses: '204': description: Response @@ -30570,7 +30564,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - *85 - - *202 + - *200 - *17 - *19 responses: @@ -30609,15 +30603,15 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - *85 - - *202 - - *218 - - *219 + - *200 + - *216 + - *217 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &522 + schema: &520 title: Team Repository description: A team's access to a repository. type: object @@ -30923,8 +30917,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *220 - required: *221 + properties: *218 + required: *219 nullable: true temp_clone_token: type: string @@ -31312,9 +31306,9 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - *85 - - *202 - - *218 - - *219 + - *200 + - *216 + - *217 requestBody: required: false content: @@ -31360,9 +31354,9 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - *85 - - *202 - - *218 - - *219 + - *200 + - *216 + - *217 responses: '204': description: Response @@ -31386,7 +31380,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - *85 - - *202 + - *200 - *17 - *19 responses: @@ -31398,7 +31392,7 @@ paths: type: array items: *122 examples: - response-if-child-teams-exist: &523 + response-if-child-teams-exist: &521 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -31520,7 +31514,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#get-a-project-card parameters: - - &222 + - &220 name: card_id description: The unique identifier of the card. in: path @@ -31532,7 +31526,7 @@ paths: description: Response content: application/json: - schema: &223 + schema: &221 title: Project Card description: Project cards represent a scope of work. type: object @@ -31598,7 +31592,7 @@ paths: - created_at - updated_at examples: - default: &224 + default: &222 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -31648,7 +31642,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#update-an-existing-project-card parameters: - - *222 + - *220 requestBody: required: false content: @@ -31675,9 +31669,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *221 examples: - default: *224 + default: *222 '304': *36 '403': *28 '401': *24 @@ -31698,7 +31692,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#delete-a-project-card parameters: - - *222 + - *220 responses: '204': description: Response @@ -31736,7 +31730,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#move-a-project-card parameters: - - *222 + - *220 requestBody: required: true content: @@ -31841,7 +31835,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#get-a-project-column parameters: - - &225 + - &223 name: column_id description: The unique identifier of the column. in: path @@ -31853,7 +31847,7 @@ paths: description: Response content: application/json: - schema: &226 + schema: &224 title: Project Column description: Project columns contain cards of work. type: object @@ -31899,7 +31893,7 @@ paths: - created_at - updated_at examples: - default: &227 + default: &225 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -31928,7 +31922,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#update-an-existing-project-column parameters: - - *225 + - *223 requestBody: required: true content: @@ -31952,9 +31946,9 @@ paths: description: Response content: application/json: - schema: *226 + schema: *224 examples: - default: *227 + default: *225 '304': *36 '403': *28 '401': *24 @@ -31973,7 +31967,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#delete-a-project-column parameters: - - *225 + - *223 responses: '204': description: Response @@ -31996,7 +31990,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#list-project-cards parameters: - - *225 + - *223 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -32017,7 +32011,7 @@ paths: application/json: schema: type: array - items: *223 + items: *221 examples: default: value: @@ -32070,7 +32064,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#create-a-project-card parameters: - - *225 + - *223 requestBody: required: true content: @@ -32110,9 +32104,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *221 examples: - default: *224 + default: *222 '304': *36 '403': *28 '401': *24 @@ -32162,7 +32156,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#move-a-project-column parameters: - - *225 + - *223 requestBody: required: true content: @@ -32218,7 +32212,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-a-project parameters: - - *217 + - *215 responses: '200': description: Response @@ -32226,7 +32220,7 @@ paths: application/json: schema: *176 examples: - default: &228 + default: &226 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -32279,7 +32273,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#update-a-project parameters: - - *217 + - *215 requestBody: required: false content: @@ -32327,7 +32321,7 @@ paths: application/json: schema: *176 examples: - default: *228 + default: *226 '404': description: Not Found if the authenticated user does not have access to the project @@ -32348,7 +32342,7 @@ paths: items: type: string '401': *24 - '410': *229 + '410': *227 '422': *7 x-github: githubCloudOnly: false @@ -32366,7 +32360,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#delete-a-project parameters: - - *217 + - *215 responses: '204': description: Delete Success @@ -32387,7 +32381,7 @@ paths: items: type: string '401': *24 - '410': *229 + '410': *227 '404': *6 x-github: githubCloudOnly: false @@ -32410,7 +32404,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#list-project-collaborators parameters: - - *217 + - *215 - 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 @@ -32462,7 +32456,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator parameters: - - *217 + - *215 - *113 requestBody: required: false @@ -32510,7 +32504,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *217 + - *215 - *113 responses: '204': @@ -32539,7 +32533,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *217 + - *215 - *113 responses: '200': @@ -32607,7 +32601,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#list-project-columns parameters: - - *217 + - *215 - *17 - *19 responses: @@ -32617,7 +32611,7 @@ paths: application/json: schema: type: array - items: *226 + items: *224 examples: default: value: @@ -32649,7 +32643,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#create-a-project-column parameters: - - *217 + - *215 requestBody: required: true content: @@ -32672,7 +32666,7 @@ paths: description: Response content: application/json: - schema: *226 + schema: *224 examples: default: value: @@ -32731,7 +32725,7 @@ paths: resources: type: object properties: - core: &230 + core: &228 title: Rate Limit type: object properties: @@ -32748,19 +32742,19 @@ paths: - remaining - reset - used - graphql: *230 - search: *230 - code_search: *230 - source_import: *230 - integration_manifest: *230 - code_scanning_upload: *230 - actions_runner_registration: *230 - scim: *230 - dependency_snapshots: *230 + graphql: *228 + search: *228 + code_search: *228 + source_import: *228 + integration_manifest: *228 + code_scanning_upload: *228 + actions_runner_registration: *228 + scim: *228 + dependency_snapshots: *228 required: - core - search - rate: *230 + rate: *228 required: - rate - resources @@ -32858,14 +32852,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response content: application/json: - schema: &233 + schema: &231 title: Full Repository description: Full Repository type: object @@ -33140,8 +33134,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *220 - required: *221 + properties: *218 + required: *219 nullable: true temp_clone_token: type: string @@ -33256,7 +33250,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &353 + properties: &351 url: type: string format: uri @@ -33272,12 +33266,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &354 + required: &352 - url - key - name - html_url - security_and_analysis: *231 + security_and_analysis: *229 required: - archive_url - assignees_url @@ -33853,7 +33847,7 @@ paths: status: disabled '403': *28 '404': *6 - '301': *232 + '301': *230 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33871,8 +33865,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: false content: @@ -34085,9 +34079,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *231 examples: - default: &387 + default: &385 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -34577,7 +34571,7 @@ paths: forks: 1 open_issues: 1 watchers: 1 - '307': &234 + '307': &232 description: Temporary Redirect content: application/json: @@ -34604,8 +34598,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Response @@ -34627,7 +34621,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *234 + '307': *232 '404': *6 x-github: githubCloudOnly: false @@ -34648,11 +34642,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 - - &261 + - &259 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -34675,7 +34669,7 @@ paths: type: integer artifacts: type: array - items: &235 + items: &233 title: Artifact description: An artifact type: object @@ -34746,7 +34740,7 @@ paths: - expires_at - updated_at examples: - default: &262 + default: &260 value: total_count: 2 artifacts: @@ -34803,9 +34797,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *218 - - *219 - - &236 + - *216 + - *217 + - &234 name: artifact_id description: The unique identifier of the artifact. in: path @@ -34817,7 +34811,7 @@ paths: description: Response content: application/json: - schema: *235 + schema: *233 examples: default: value: @@ -34854,9 +34848,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *218 - - *219 - - *236 + - *216 + - *217 + - *234 responses: '204': description: Response @@ -34881,9 +34875,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *218 - - *219 - - *236 + - *216 + - *217 + - *234 - name: archive_format in: path required: true @@ -34897,7 +34891,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': *229 + '410': *227 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34917,14 +34911,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response content: application/json: - schema: *237 + schema: *235 examples: default: value: @@ -34950,11 +34944,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 - - &238 + - &236 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 @@ -34988,7 +34982,7 @@ paths: description: Response content: application/json: - schema: &239 + schema: &237 title: Repository actions caches description: Repository actions caches type: object @@ -35030,7 +35024,7 @@ paths: - total_count - actions_caches examples: - default: &240 + default: &238 value: total_count: 1 actions_caches: @@ -35064,23 +35058,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: - - *218 - - *219 + - *216 + - *217 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *238 + - *236 responses: '200': description: Response content: application/json: - schema: *239 + schema: *237 examples: - default: *240 + default: *238 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35102,8 +35096,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: - - *218 - - *219 + - *216 + - *217 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -35132,9 +35126,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *218 - - *219 - - &241 + - *216 + - *217 + - &239 name: job_id description: The unique identifier of the job. in: path @@ -35146,7 +35140,7 @@ paths: description: Response content: application/json: - schema: &265 + schema: &263 title: Job description: Information of a job execution in a workflow run type: object @@ -35449,9 +35443,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *218 - - *219 - - *241 + - *216 + - *217 + - *239 responses: '302': description: Response @@ -35480,9 +35474,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *218 - - *219 - - *241 + - *216 + - *217 + - *239 requestBody: required: false content: @@ -35527,8 +35521,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: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Status response @@ -35578,8 +35572,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: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -35642,8 +35636,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -35661,7 +35655,7 @@ paths: type: integer secrets: type: array - items: &268 + items: &266 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -35681,7 +35675,7 @@ paths: - created_at - updated_at examples: - default: &269 + default: &267 value: total_count: 2 secrets: @@ -35714,9 +35708,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *218 - - *219 - - *242 + - *216 + - *217 + - *240 - *19 responses: '200': @@ -35733,7 +35727,7 @@ paths: type: integer variables: type: array - items: &272 + items: &270 title: Actions Variable type: object properties: @@ -35763,7 +35757,7 @@ paths: - created_at - updated_at examples: - default: &273 + default: &271 value: total_count: 2 variables: @@ -35796,8 +35790,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -35806,11 +35800,11 @@ paths: schema: type: object properties: - enabled: &244 + enabled: &242 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *94 - selected_actions_url: *243 + selected_actions_url: *241 required: - enabled examples: @@ -35837,8 +35831,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Response @@ -35849,7 +35843,7 @@ paths: schema: type: object properties: - enabled: *244 + enabled: *242 allowed_actions: *94 required: - enabled @@ -35880,14 +35874,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: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response content: application/json: - schema: &245 + schema: &243 type: object properties: access_level: @@ -35904,7 +35898,7 @@ paths: required: - access_level examples: - default: &246 + default: &244 value: access_level: organization x-github: @@ -35929,15 +35923,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: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: application/json: - schema: *245 + schema: *243 examples: - default: *246 + default: *244 responses: '204': description: Response @@ -35961,8 +35955,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -35989,8 +35983,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Response @@ -36022,14 +36016,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response content: application/json: - schema: *247 + schema: *245 examples: default: *100 x-github: @@ -36052,8 +36046,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Success response @@ -36064,7 +36058,7 @@ paths: required: true content: application/json: - schema: *248 + schema: *246 examples: default: *100 x-github: @@ -36093,8 +36087,8 @@ paths: in: query schema: type: string - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -36114,7 +36108,7 @@ paths: type: array items: *101 examples: - default: *249 + default: *247 headers: Link: *49 x-github: @@ -36138,8 +36132,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -36147,9 +36141,9 @@ paths: application/json: schema: type: array - items: *250 + items: *248 examples: - default: *251 + default: *249 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36171,8 +36165,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: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -36215,7 +36209,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *252 + '201': *250 '404': *6 '422': *7 x-github: @@ -36247,8 +36241,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '201': description: Response @@ -36256,7 +36250,7 @@ paths: application/json: schema: *102 examples: - default: *253 + default: *251 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36286,8 +36280,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '201': description: Response @@ -36295,7 +36289,7 @@ paths: application/json: schema: *102 examples: - default: *254 + default: *252 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36317,8 +36311,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: - - *218 - - *219 + - *216 + - *217 - *103 responses: '200': @@ -36327,7 +36321,7 @@ paths: application/json: schema: *101 examples: - default: *255 + default: *253 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36348,8 +36342,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: - - *218 - - *219 + - *216 + - *217 - *103 responses: '204': @@ -36375,8 +36369,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: - - *218 - - *219 + - *216 + - *217 - *103 responses: '200': *105 @@ -36401,8 +36395,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: - - *218 - - *219 + - *216 + - *217 - *103 requestBody: required: true @@ -36451,8 +36445,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: - - *218 - - *219 + - *216 + - *217 - *103 requestBody: required: true @@ -36502,11 +36496,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: - - *218 - - *219 + - *216 + - *217 - *103 responses: - '200': *256 + '200': *254 '404': *6 x-github: githubCloudOnly: false @@ -36533,10 +36527,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: - - *218 - - *219 + - *216 + - *217 - *103 - - *257 + - *255 responses: '200': *105 '404': *6 @@ -36560,9 +36554,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *218 - - *219 - - &276 + - *216 + - *217 + - &274 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. @@ -36570,7 +36564,7 @@ paths: required: false schema: type: string - - &277 + - &275 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -36578,7 +36572,7 @@ paths: required: false schema: type: string - - &278 + - &276 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -36587,7 +36581,7 @@ paths: required: false schema: type: string - - &279 + - &277 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 @@ -36613,7 +36607,7 @@ paths: - pending - *17 - *19 - - &280 + - &278 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)." @@ -36622,7 +36616,7 @@ paths: schema: type: string format: date-time - - &258 + - &256 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -36631,13 +36625,13 @@ paths: schema: type: boolean default: false - - &281 + - &279 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &282 + - &280 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -36660,7 +36654,7 @@ paths: type: integer workflow_runs: type: array - items: &259 + items: &257 title: Workflow Run description: An invocation of a workflow type: object @@ -36755,7 +36749,7 @@ paths: that triggered the run. type: array nullable: true - items: &300 + items: &298 title: Pull Request Minimal type: object properties: @@ -36871,7 +36865,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &304 + properties: &302 id: type: string description: SHA for the commit @@ -36922,7 +36916,7 @@ paths: - name - email nullable: true - required: &305 + required: &303 - id - tree_id - message @@ -36969,7 +36963,7 @@ paths: - workflow_url - pull_requests examples: - default: &283 + default: &281 value: total_count: 1 workflow_runs: @@ -37202,24 +37196,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *218 - - *219 - - &260 + - *216 + - *217 + - &258 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *258 + - *256 responses: '200': description: Response content: application/json: - schema: *259 + schema: *257 examples: - default: &263 + default: &261 value: id: 30433642 name: Build @@ -37458,9 +37452,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *218 - - *219 - - *260 + - *216 + - *217 + - *258 responses: '204': description: Response @@ -37482,9 +37476,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *218 - - *219 - - *260 + - *216 + - *217 + - *258 responses: '200': description: Response @@ -37603,9 +37597,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: - - *218 - - *219 - - *260 + - *216 + - *217 + - *258 responses: '201': description: Response @@ -37636,12 +37630,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *218 - - *219 - - *260 + - *216 + - *217 + - *258 - *17 - *19 - - *261 + - *259 responses: '200': description: Response @@ -37657,9 +37651,9 @@ paths: type: integer artifacts: type: array - items: *235 + items: *233 examples: - default: *262 + default: *260 headers: Link: *49 x-github: @@ -37682,25 +37676,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *218 - - *219 - - *260 - - &264 + - *216 + - *217 + - *258 + - &262 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *258 + - *256 responses: '200': description: Response content: application/json: - schema: *259 + schema: *257 examples: - default: *263 + default: *261 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37722,10 +37716,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *218 - - *219 - - *260 - - *264 + - *216 + - *217 + - *258 + - *262 - *17 - *19 responses: @@ -37743,9 +37737,9 @@ paths: type: integer jobs: type: array - items: *265 + items: *263 examples: - default: &267 + default: &265 value: total_count: 1 jobs: @@ -37856,10 +37850,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *218 - - *219 - - *260 - - *264 + - *216 + - *217 + - *258 + - *262 responses: '302': description: Response @@ -37888,9 +37882,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *218 - - *219 - - *260 + - *216 + - *217 + - *258 responses: '202': description: Response @@ -37900,7 +37894,7 @@ paths: examples: default: value: - '409': *266 + '409': *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37924,9 +37918,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: - - *218 - - *219 - - *260 + - *216 + - *217 + - *258 requestBody: required: true content: @@ -37994,9 +37988,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *218 - - *219 - - *260 + - *216 + - *217 + - *258 responses: '202': description: Response @@ -38006,7 +38000,7 @@ paths: examples: default: value: - '409': *266 + '409': *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38027,9 +38021,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *218 - - *219 - - *260 + - *216 + - *217 + - *258 - 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 @@ -38059,9 +38053,9 @@ paths: type: integer jobs: type: array - items: *265 + items: *263 examples: - default: *267 + default: *265 headers: Link: *49 x-github: @@ -38084,9 +38078,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *218 - - *219 - - *260 + - *216 + - *217 + - *258 responses: '302': description: Response @@ -38112,9 +38106,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *218 - - *219 - - *260 + - *216 + - *217 + - *258 responses: '204': description: Response @@ -38139,9 +38133,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *218 - - *219 - - *260 + - *216 + - *217 + - *258 responses: '200': description: Response @@ -38200,7 +38194,7 @@ paths: items: type: object properties: - type: &374 + type: &372 type: string description: The type of reviewer. enum: @@ -38283,9 +38277,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *218 - - *219 - - *260 + - *216 + - *217 + - *258 requestBody: required: true content: @@ -38332,7 +38326,7 @@ paths: application/json: schema: type: array - items: &369 + items: &367 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -38437,7 +38431,7 @@ paths: - created_at - updated_at examples: - default: &370 + default: &368 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -38492,9 +38486,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *218 - - *219 - - *260 + - *216 + - *217 + - *258 requestBody: required: false content: @@ -38537,9 +38531,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *218 - - *219 - - *260 + - *216 + - *217 + - *258 requestBody: required: false content: @@ -38583,9 +38577,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *218 - - *219 - - *260 + - *216 + - *217 + - *258 responses: '200': description: Response @@ -38722,8 +38716,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -38741,9 +38735,9 @@ paths: type: integer secrets: type: array - items: *268 + items: *266 examples: - default: *269 + default: *267 headers: Link: *49 x-github: @@ -38769,16 +38763,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response content: application/json: - schema: *270 + schema: *268 examples: - default: *271 + default: *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38800,17 +38794,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *218 - - *219 + - *216 + - *217 - *107 responses: '200': description: Response content: application/json: - schema: *268 + schema: *266 examples: - default: &509 + default: &507 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -38836,8 +38830,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *218 - - *219 + - *216 + - *217 - *107 requestBody: required: true @@ -38892,8 +38886,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *218 - - *219 + - *216 + - *217 - *107 responses: '204': @@ -38918,9 +38912,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *218 - - *219 - - *242 + - *216 + - *217 + - *240 - *19 responses: '200': @@ -38937,9 +38931,9 @@ paths: type: integer variables: type: array - items: *272 + items: *270 examples: - default: *273 + default: *271 headers: Link: *49 x-github: @@ -38962,8 +38956,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -39015,17 +39009,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *218 - - *219 + - *216 + - *217 - *111 responses: '200': description: Response content: application/json: - schema: *272 + schema: *270 examples: - default: &510 + default: &508 value: name: USERNAME value: octocat @@ -39051,8 +39045,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *218 - - *219 + - *216 + - *217 - *111 requestBody: required: true @@ -39095,8 +39089,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *218 - - *219 + - *216 + - *217 - *111 responses: '204': @@ -39120,8 +39114,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -39139,7 +39133,7 @@ paths: type: integer workflows: type: array - items: &274 + items: &272 title: Workflow description: A GitHub Actions workflow type: object @@ -39244,9 +39238,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *218 - - *219 - - &275 + - *216 + - *217 + - &273 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -39261,7 +39255,7 @@ paths: description: Response content: application/json: - schema: *274 + schema: *272 examples: default: value: @@ -39294,9 +39288,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *218 - - *219 - - *275 + - *216 + - *217 + - *273 responses: '204': description: Response @@ -39321,9 +39315,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *218 - - *219 - - *275 + - *216 + - *217 + - *273 responses: '204': description: Response @@ -39374,9 +39368,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *218 - - *219 - - *275 + - *216 + - *217 + - *273 responses: '204': description: Response @@ -39399,19 +39393,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *218 - - *219 + - *216 + - *217 + - *273 + - *274 - *275 - *276 - *277 - - *278 - - *279 - *17 - *19 + - *278 + - *256 + - *279 - *280 - - *258 - - *281 - - *282 responses: '200': description: Response @@ -39427,9 +39421,9 @@ paths: type: integer workflow_runs: type: array - items: *259 + items: *257 examples: - default: *283 + default: *281 headers: Link: *49 x-github: @@ -39451,9 +39445,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *218 - - *219 - - *275 + - *216 + - *217 + - *273 responses: '200': description: Response @@ -39514,8 +39508,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *218 - - *219 + - *216 + - *217 - *38 - *17 - *39 @@ -39679,8 +39673,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -39717,8 +39711,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *218 - - *219 + - *216 + - *217 - name: assignee in: path required: true @@ -39752,8 +39746,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#list-all-autolinks-of-a-repository parameters: - - *218 - - *219 + - *216 + - *217 - *19 responses: '200': @@ -39762,7 +39756,7 @@ paths: application/json: schema: type: array - items: &284 + items: &282 title: Autolink reference description: An autolink reference. type: object @@ -39812,8 +39806,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -39852,9 +39846,9 @@ paths: description: response content: application/json: - schema: *284 + schema: *282 examples: - default: &285 + default: &283 value: id: 1 key_prefix: TICKET- @@ -39885,9 +39879,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *218 - - *219 - - &286 + - *216 + - *217 + - &284 name: autolink_id description: The unique identifier of the autolink. in: path @@ -39899,9 +39893,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *282 examples: - default: *285 + default: *283 '404': *6 x-github: githubCloudOnly: false @@ -39921,9 +39915,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *218 - - *219 - - *286 + - *216 + - *217 + - *284 responses: '204': description: Response @@ -39947,8 +39941,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-automated-security-fixes-are-enabled-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response if dependabot is enabled @@ -39996,8 +39990,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-automated-security-fixes parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Response @@ -40018,8 +40012,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-automated-security-fixes parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Response @@ -40039,8 +40033,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *218 - - *219 + - *216 + - *217 - name: protected description: Setting to `true` returns only protected branches. When set to `false`, only unprotected branches are returned. Omitting this parameter @@ -40078,7 +40072,7 @@ paths: - url protected: type: boolean - protection: &288 + protection: &286 title: Branch Protection description: Branch Protection type: object @@ -40120,7 +40114,7 @@ paths: required: - contexts - checks - enforce_admins: &291 + enforce_admins: &289 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -40135,7 +40129,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &293 + required_pull_request_reviews: &291 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -40211,7 +40205,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &290 + restrictions: &288 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -40510,9 +40504,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *218 - - *219 - - &289 + - *216 + - *217 + - &287 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). @@ -40526,14 +40520,14 @@ paths: description: Response content: application/json: - schema: &299 + schema: &297 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &342 + commit: &340 title: Commit description: Commit type: object @@ -40567,7 +40561,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &287 + properties: &285 name: type: string example: '"Chris Wanstrath"' @@ -40582,7 +40576,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *287 + properties: *285 nullable: true message: type: string @@ -40603,7 +40597,7 @@ paths: required: - sha - url - verification: &391 + verification: &389 title: Verification type: object properties: @@ -40673,7 +40667,7 @@ paths: type: integer files: type: array - items: &357 + items: &355 title: Diff Entry description: Diff Entry type: object @@ -40756,7 +40750,7 @@ paths: - self protected: type: boolean - protection: *288 + protection: *286 protection_url: type: string format: uri @@ -40862,7 +40856,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *232 + '301': *230 '404': *6 x-github: githubCloudOnly: false @@ -40884,15 +40878,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '200': description: Response content: application/json: - schema: *288 + schema: *286 examples: default: value: @@ -41084,9 +41078,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: required: true content: @@ -41341,7 +41335,7 @@ paths: url: type: string format: uri - required_status_checks: &296 + required_status_checks: &294 title: Status Check Policy description: Status Check Policy type: object @@ -41493,7 +41487,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *290 + restrictions: *288 required_conversation_resolution: type: object properties: @@ -41605,9 +41599,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '204': description: Response @@ -41632,17 +41626,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '200': description: Response content: application/json: - schema: *291 + schema: *289 examples: - default: &292 + default: &290 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -41664,17 +41658,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '200': description: Response content: application/json: - schema: *291 + schema: *289 examples: - default: *292 + default: *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41693,9 +41687,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '204': description: Response @@ -41720,17 +41714,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '200': description: Response content: application/json: - schema: *293 + schema: *291 examples: - default: &294 + default: &292 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -41825,9 +41819,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: required: false content: @@ -41925,9 +41919,9 @@ paths: description: Response content: application/json: - schema: *293 + schema: *291 examples: - default: *294 + default: *292 '422': *15 x-github: githubCloudOnly: false @@ -41948,9 +41942,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '204': description: Response @@ -41976,17 +41970,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '200': description: Response content: application/json: - schema: *291 + schema: *289 examples: - default: &295 + default: &293 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -42009,17 +42003,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '200': description: Response content: application/json: - schema: *291 + schema: *289 examples: - default: *295 + default: *293 '404': *6 x-github: githubCloudOnly: false @@ -42039,9 +42033,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '204': description: Response @@ -42066,17 +42060,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '200': description: Response content: application/json: - schema: *296 + schema: *294 examples: - default: &297 + default: &295 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -42102,9 +42096,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: required: false content: @@ -42155,9 +42149,9 @@ paths: description: Response content: application/json: - schema: *296 + schema: *294 examples: - default: *297 + default: *295 '404': *6 '422': *15 x-github: @@ -42179,9 +42173,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '204': description: Response @@ -42205,9 +42199,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '200': description: Response @@ -42241,9 +42235,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: required: false content: @@ -42310,9 +42304,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: required: false content: @@ -42376,9 +42370,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: content: application/json: @@ -42443,15 +42437,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '200': description: Response content: application/json: - schema: *290 + schema: *288 examples: default: value: @@ -42542,9 +42536,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '204': description: Response @@ -42567,9 +42561,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '200': description: Response @@ -42579,7 +42573,7 @@ paths: type: array items: *5 examples: - default: &298 + default: &296 value: - id: 1 slug: octoapp @@ -42636,9 +42630,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: required: false content: @@ -42676,7 +42670,7 @@ paths: type: array items: *5 examples: - default: *298 + default: *296 '422': *15 x-github: githubCloudOnly: false @@ -42697,9 +42691,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: required: false content: @@ -42737,7 +42731,7 @@ paths: type: array items: *5 examples: - default: *298 + default: *296 '422': *15 x-github: githubCloudOnly: false @@ -42758,9 +42752,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: content: application/json: @@ -42797,7 +42791,7 @@ paths: type: array items: *5 examples: - default: *298 + default: *296 '422': *15 x-github: githubCloudOnly: false @@ -42819,9 +42813,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '200': description: Response @@ -42831,7 +42825,7 @@ paths: type: array items: *122 examples: - default: *201 + default: *199 '404': *6 x-github: githubCloudOnly: false @@ -42851,9 +42845,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: required: false content: @@ -42891,7 +42885,7 @@ paths: type: array items: *122 examples: - default: *201 + default: *199 '422': *15 x-github: githubCloudOnly: false @@ -42912,9 +42906,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: required: false content: @@ -42952,7 +42946,7 @@ paths: type: array items: *122 examples: - default: *201 + default: *199 '422': *15 x-github: githubCloudOnly: false @@ -42973,9 +42967,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: content: application/json: @@ -43012,7 +43006,7 @@ paths: type: array items: *122 examples: - default: *201 + default: *199 '422': *15 x-github: githubCloudOnly: false @@ -43034,9 +43028,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '200': description: Response @@ -43070,9 +43064,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: required: false content: @@ -43134,9 +43128,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: required: false content: @@ -43198,9 +43192,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: content: application/json: @@ -43270,9 +43264,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: required: true content: @@ -43294,7 +43288,7 @@ paths: description: Response content: application/json: - schema: *299 + schema: *297 examples: default: value: @@ -43406,8 +43400,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -43680,7 +43674,7 @@ paths: description: Response content: application/json: - schema: &301 + schema: &299 title: CheckRun description: A check performed on the code of a given code change type: object @@ -43794,8 +43788,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *300 - deployment: &571 + items: *298 + deployment: &569 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -44072,9 +44066,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *218 - - *219 - - &302 + - *216 + - *217 + - &300 name: check_run_id description: The unique identifier of the check run. in: path @@ -44086,9 +44080,9 @@ paths: description: Response content: application/json: - schema: *301 + schema: *299 examples: - default: &303 + default: &301 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -44185,9 +44179,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *218 - - *219 - - *302 + - *216 + - *217 + - *300 requestBody: required: true content: @@ -44423,9 +44417,9 @@ paths: description: Response content: application/json: - schema: *301 + schema: *299 examples: - default: *303 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44446,9 +44440,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *218 - - *219 - - *302 + - *216 + - *217 + - *300 - *17 - *19 responses: @@ -44545,9 +44539,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *218 - - *219 - - *302 + - *216 + - *217 + - *300 responses: '201': description: Response @@ -44588,8 +44582,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -44611,7 +44605,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &306 + schema: &304 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -44668,7 +44662,7 @@ paths: nullable: true pull_requests: type: array - items: *300 + items: *298 nullable: true app: title: GitHub app @@ -44690,12 +44684,12 @@ paths: type: string format: date-time nullable: true - head_commit: &574 + head_commit: &572 title: Simple Commit description: A commit. type: object - properties: *304 - required: *305 + properties: *302 + required: *303 latest_check_runs_count: type: integer check_runs_url: @@ -44723,7 +44717,7 @@ paths: - check_runs_url - pull_requests examples: - default: &307 + default: &305 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -45014,9 +45008,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *306 + schema: *304 examples: - default: *307 + default: *305 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45038,8 +45032,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -45345,9 +45339,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *218 - - *219 - - &308 + - *216 + - *217 + - &306 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -45359,9 +45353,9 @@ paths: description: Response content: application/json: - schema: *306 + schema: *304 examples: - default: *307 + default: *305 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45381,17 +45375,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *218 - - *219 - - *308 - - &350 + - *216 + - *217 + - *306 + - &348 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &351 + - &349 name: status description: Returns check runs with the specified `status`. in: query @@ -45430,9 +45424,9 @@ paths: type: integer check_runs: type: array - items: *301 + items: *299 examples: - default: &352 + default: &350 value: total_count: 1 check_runs: @@ -45534,9 +45528,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *218 - - *219 - - *308 + - *216 + - *217 + - *306 responses: '201': description: Response @@ -45572,20 +45566,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *218 - - *219 - - *309 - - *310 + - *216 + - *217 + - *307 + - *308 - *19 - *17 - - &323 + - &321 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: *311 + schema: *309 - *38 - name: sort description: The property by which to sort the results. @@ -45602,13 +45596,13 @@ paths: be returned. in: query required: false - schema: *312 + schema: *310 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *313 + schema: *311 responses: '200': description: Response @@ -45624,7 +45618,7 @@ paths: updated_at: *114 url: *46 html_url: *47 - instances_url: *314 + instances_url: *312 state: *119 fixed_at: *115 dismissed_by: @@ -45635,8 +45629,8 @@ paths: required: *4 nullable: true dismissed_at: *116 - dismissed_reason: *315 - dismissed_comment: *316 + dismissed_reason: *313 + dismissed_comment: *314 rule: type: object properties: @@ -45667,8 +45661,8 @@ paths: type: string description: A short description of the rule used to detect the alert. - tool: *317 - most_recent_instance: *318 + tool: *315 + most_recent_instance: *316 required: - number - created_at @@ -45784,7 +45778,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *36 - '403': &320 + '403': &318 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -45812,9 +45806,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *218 - - *219 - - &321 + - *216 + - *217 + - &319 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -45828,7 +45822,7 @@ paths: description: Response content: application/json: - schema: &322 + schema: &320 type: object properties: number: *44 @@ -45836,7 +45830,7 @@ paths: updated_at: *114 url: *46 html_url: *47 - instances_url: *314 + instances_url: *312 state: *119 fixed_at: *115 dismissed_by: @@ -45847,11 +45841,11 @@ paths: required: *4 nullable: true dismissed_at: *116 - dismissed_reason: *315 - dismissed_comment: *316 - rule: *319 - tool: *317 - most_recent_instance: *318 + dismissed_reason: *313 + dismissed_comment: *314 + rule: *317 + tool: *315 + most_recent_instance: *316 required: - number - created_at @@ -45940,7 +45934,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *36 - '403': *320 + '403': *318 '404': *6 '503': *56 x-github: @@ -45962,9 +45956,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *218 - - *219 - - *321 + - *216 + - *217 + - *319 requestBody: required: true content: @@ -45979,8 +45973,8 @@ paths: enum: - open - dismissed - dismissed_reason: *315 - dismissed_comment: *316 + dismissed_reason: *313 + dismissed_comment: *314 required: - state examples: @@ -45995,7 +45989,7 @@ paths: description: Response content: application/json: - schema: *322 + schema: *320 examples: default: value: @@ -46070,7 +46064,7 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '403': &328 + '403': &326 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -46098,12 +46092,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *218 - - *219 - - *321 + - *216 + - *217 + - *319 - *19 - *17 - - *323 + - *321 responses: '200': description: Response @@ -46111,7 +46105,7 @@ paths: application/json: schema: type: array - items: *318 + items: *316 examples: default: value: @@ -46150,7 +46144,7 @@ paths: end_column: 50 classifications: - source - '403': *320 + '403': *318 '404': *6 '503': *56 x-github: @@ -46186,10 +46180,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *218 - - *219 - - *309 - - *310 + - *216 + - *217 + - *307 + - *308 - *19 - *17 - name: ref @@ -46198,12 +46192,12 @@ paths: for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *311 + schema: *309 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &326 + schema: &324 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -46224,23 +46218,23 @@ paths: application/json: schema: type: array - items: &327 + items: &325 type: object properties: - ref: *311 - commit_sha: &330 + ref: *309 + commit_sha: &328 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: *324 + analysis_key: *322 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *325 + category: *323 error: type: string example: error reading field xyz @@ -46264,8 +46258,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *326 - tool: *317 + sarif_id: *324 + tool: *315 deletable: type: boolean warning: @@ -46326,7 +46320,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *320 + '403': *318 '404': *6 '503': *56 x-github: @@ -46364,8 +46358,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: - - *218 - - *219 + - *216 + - *217 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -46378,7 +46372,7 @@ paths: description: Response content: application/json: - schema: *327 + schema: *325 examples: response: summary: application/json response @@ -46432,7 +46426,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *320 + '403': *318 '404': *6 '503': *56 x-github: @@ -46515,8 +46509,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: - - *218 - - *219 + - *216 + - *217 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -46569,7 +46563,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': *328 + '403': *326 '404': *6 '503': *56 x-github: @@ -46593,8 +46587,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -46602,7 +46596,7 @@ paths: application/json: schema: type: array - items: &329 + items: &327 title: CodeQL Database description: A CodeQL database. type: object @@ -46713,7 +46707,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': *320 + '403': *318 '404': *6 '503': *56 x-github: @@ -46744,8 +46738,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 - name: language in: path description: The language of the CodeQL database. @@ -46757,7 +46751,7 @@ paths: description: Response content: application/json: - schema: *329 + schema: *327 examples: default: value: @@ -46789,9 +46783,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': &359 + '302': &357 description: Found - '403': *320 + '403': *318 '404': *6 '503': *56 x-github: @@ -46814,8 +46808,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -46876,7 +46870,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *320 + '403': *318 '404': *6 '503': *56 x-github: @@ -46897,8 +46891,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -46970,7 +46964,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *328 + '403': *326 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -47034,8 +47028,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -47043,8 +47037,8 @@ paths: schema: type: object properties: - commit_sha: *330 - ref: *311 + commit_sha: *328 + ref: *309 sarif: description: A Base64 string representing the SARIF file to upload. You must first compress your SARIF file using [`gzip`](http://www.gnu.org/software/gzip/manual/gzip.html) @@ -47094,7 +47088,7 @@ paths: schema: type: object properties: - id: *326 + id: *324 url: type: string description: The REST API URL for checking the status of the upload. @@ -47108,7 +47102,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': *328 + '403': *326 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -47136,8 +47130,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *218 - - *219 + - *216 + - *217 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -47183,7 +47177,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': *320 + '403': *318 '404': description: Not Found if the sarif id does not match any upload '503': *56 @@ -47208,8 +47202,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *218 - - *219 + - *216 + - *217 - 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 @@ -47331,8 +47325,8 @@ paths: parameters: - *17 - *19 - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -47648,8 +47642,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -47714,7 +47708,7 @@ paths: application/json: schema: *153 examples: - default: *331 + default: *329 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -47722,7 +47716,7 @@ paths: application/json: schema: *153 examples: - default: *331 + default: *329 '400': *14 '401': *24 '403': *28 @@ -47753,8 +47747,8 @@ paths: parameters: - *17 - *19 - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -47820,8 +47814,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -47856,14 +47850,14 @@ paths: type: integer machines: type: array - items: &529 + items: &527 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *332 - required: *333 + properties: *330 + required: *331 examples: - default: &530 + default: &528 value: total_count: 2 machines: @@ -47905,8 +47899,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *218 - - *219 + - *216 + - *217 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -47992,8 +47986,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: - - *218 - - *219 + - *216 + - *217 - 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 @@ -48058,8 +48052,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -48077,7 +48071,7 @@ paths: type: integer secrets: type: array - items: &337 + items: &335 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -48097,7 +48091,7 @@ paths: - created_at - updated_at examples: - default: *334 + default: *332 headers: Link: *49 x-github: @@ -48121,16 +48115,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response content: application/json: - schema: *335 + schema: *333 examples: - default: *336 + default: *334 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48150,17 +48144,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *218 - - *219 + - *216 + - *217 - *107 responses: '200': description: Response content: application/json: - schema: *337 + schema: *335 examples: - default: *338 + default: *336 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48182,8 +48176,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *218 - - *219 + - *216 + - *217 - *107 requestBody: required: true @@ -48236,8 +48230,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *218 - - *219 + - *216 + - *217 - *107 responses: '204': @@ -48266,8 +48260,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *218 - - *219 + - *216 + - *217 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -48309,7 +48303,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &339 + properties: &337 login: type: string example: octocat @@ -48398,7 +48392,7 @@ paths: role_name: type: string example: admin - required: &340 + required: &338 - avatar_url - events_url - followers_url @@ -48472,8 +48466,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *218 - - *219 + - *216 + - *217 - *113 responses: '204': @@ -48516,8 +48510,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *218 - - *219 + - *216 + - *217 - *113 requestBody: required: false @@ -48544,7 +48538,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &404 + schema: &402 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -48764,8 +48758,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *218 - - *219 + - *216 + - *217 - *113 responses: '204': @@ -48795,8 +48789,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *218 - - *219 + - *216 + - *217 - *113 responses: '200': @@ -48817,8 +48811,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *339 - required: *340 + properties: *337 + required: *338 nullable: true required: - permission @@ -48868,8 +48862,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -48879,7 +48873,7 @@ paths: application/json: schema: type: array - items: &341 + items: &339 title: Commit Comment description: Commit Comment type: object @@ -48937,7 +48931,7 @@ paths: - created_at - updated_at examples: - default: &344 + default: &342 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -48988,17 +48982,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *218 - - *219 + - *216 + - *217 - *67 responses: '200': description: Response content: application/json: - schema: *341 + schema: *339 examples: - default: &345 + default: &343 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -49047,8 +49041,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *218 - - *219 + - *216 + - *217 - *67 requestBody: required: true @@ -49071,7 +49065,7 @@ paths: description: Response content: application/json: - schema: *341 + schema: *339 examples: default: value: @@ -49122,8 +49116,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *218 - - *219 + - *216 + - *217 - *67 responses: '204': @@ -49145,8 +49139,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *218 - - *219 + - *216 + - *217 - *67 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -49173,9 +49167,9 @@ paths: application/json: schema: type: array - items: *211 + items: *209 examples: - default: *213 + default: *211 headers: Link: *49 '404': *6 @@ -49196,8 +49190,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *218 - - *219 + - *216 + - *217 - *67 requestBody: required: true @@ -49230,16 +49224,16 @@ paths: description: Reaction exists content: application/json: - schema: *211 + schema: *209 examples: - default: *212 + default: *210 '201': description: Reaction created content: application/json: - schema: *211 + schema: *209 examples: - default: *212 + default: *210 '422': *15 x-github: githubCloudOnly: false @@ -49260,10 +49254,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *218 - - *219 + - *216 + - *217 - *67 - - *214 + - *212 responses: '204': description: Response @@ -49311,8 +49305,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *218 - - *219 + - *216 + - *217 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -49356,9 +49350,9 @@ paths: application/json: schema: type: array - items: *342 + items: *340 examples: - default: &454 + default: &452 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -49431,7 +49425,7 @@ paths: '500': *120 '400': *14 '404': *6 - '409': *266 + '409': *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49451,9 +49445,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *218 - - *219 - - &343 + - *216 + - *217 + - &341 name: commit_sha description: The SHA of the commit. in: path @@ -49517,9 +49511,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *218 - - *219 - - *343 + - *216 + - *217 + - *341 - *17 - *19 responses: @@ -49529,9 +49523,9 @@ paths: application/json: schema: type: array - items: *341 + items: *339 examples: - default: *344 + default: *342 headers: Link: *49 x-github: @@ -49552,9 +49546,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *218 - - *219 - - *343 + - *216 + - *217 + - *341 requestBody: required: true content: @@ -49589,9 +49583,9 @@ paths: description: Response content: application/json: - schema: *341 + schema: *339 examples: - default: *345 + default: *343 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -49619,9 +49613,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *218 - - *219 - - *343 + - *216 + - *217 + - *341 - *17 - *19 responses: @@ -49631,7 +49625,7 @@ paths: application/json: schema: type: array - items: &444 + items: &442 title: Pull Request Simple description: Pull Request Simple type: object @@ -49736,8 +49730,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *346 - required: *347 + properties: *344 + required: *345 nullable: true active_lock_reason: type: string @@ -49833,7 +49827,7 @@ paths: _links: type: object properties: - comments: &348 + comments: &346 title: Link description: Hypermedia Link type: object @@ -49842,13 +49836,13 @@ paths: type: string required: - href - commits: *348 - statuses: *348 - html: *348 - issue: *348 - review_comments: *348 - review_comment: *348 - self: *348 + commits: *346 + statuses: *346 + html: *346 + issue: *346 + review_comments: *346 + review_comment: *346 + self: *346 required: - comments - commits @@ -49859,7 +49853,7 @@ paths: - review_comment - self author_association: *54 - auto_merge: &447 + auto_merge: &445 title: Auto merge description: The status of auto merging a pull request. type: object @@ -49922,7 +49916,7 @@ paths: - author_association - auto_merge examples: - default: &445 + default: &443 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -50454,11 +50448,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *218 - - *219 + - *216 + - *217 - *19 - *17 - - &349 + - &347 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)" @@ -50473,9 +50467,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *340 examples: - default: &432 + default: &430 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -50583,11 +50577,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *218 - - *219 + - *216 + - *217 + - *347 + - *348 - *349 - - *350 - - *351 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -50621,9 +50615,9 @@ paths: type: integer check_runs: type: array - items: *301 + items: *299 examples: - default: *352 + default: *350 headers: Link: *49 x-github: @@ -50645,9 +50639,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *218 - - *219 - - *349 + - *216 + - *217 + - *347 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -50655,7 +50649,7 @@ paths: schema: type: integer example: 1 - - *350 + - *348 - *17 - *19 responses: @@ -50673,7 +50667,7 @@ paths: type: integer check_suites: type: array - items: *306 + items: *304 examples: default: value: @@ -50873,9 +50867,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *218 - - *219 - - *349 + - *216 + - *217 + - *347 - *17 - *19 responses: @@ -51073,9 +51067,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *218 - - *219 - - *349 + - *216 + - *217 + - *347 - *17 - *19 responses: @@ -51085,7 +51079,7 @@ paths: application/json: schema: type: array - items: &502 + items: &500 title: Status description: The status of a commit. type: object @@ -51166,7 +51160,7 @@ paths: site_admin: false headers: Link: *49 - '301': *232 + '301': *230 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51194,8 +51188,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -51224,20 +51218,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *353 - required: *354 + properties: *351 + required: *352 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &355 + properties: &353 url: type: string format: uri html_url: type: string format: uri - required: &356 + required: &354 - url - html_url nullable: true @@ -51251,26 +51245,26 @@ paths: contributing: title: Community Health File type: object - properties: *355 - required: *356 + properties: *353 + required: *354 nullable: true readme: title: Community Health File type: object - properties: *355 - required: *356 + properties: *353 + required: *354 nullable: true issue_template: title: Community Health File type: object - properties: *355 - required: *356 + properties: *353 + required: *354 nullable: true pull_request_template: title: Community Health File type: object - properties: *355 - required: *356 + properties: *353 + required: *354 nullable: true required: - code_of_conduct @@ -51391,8 +51385,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *218 - - *219 + - *216 + - *217 - *19 - *17 - name: basehead @@ -51435,8 +51429,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *342 - merge_base_commit: *342 + base_commit: *340 + merge_base_commit: *340 status: type: string enum: @@ -51456,10 +51450,10 @@ paths: example: 6 commits: type: array - items: *342 + items: *340 files: type: array - items: *357 + items: *355 required: - url - html_url @@ -51754,8 +51748,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *218 - - *219 + - *216 + - *217 - name: path description: path parameter in: path @@ -51898,7 +51892,7 @@ paths: - content - encoding examples: - response-if-content-is-a-file: &358 + response-if-content-is-a-file: &356 summary: Response if content is a file value: type: file @@ -52030,7 +52024,7 @@ paths: - size - type - url - - &459 + - &457 title: Content File description: Content File type: object @@ -52231,7 +52225,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *358 + response-if-content-is-a-file: *356 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -52300,7 +52294,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *28 - '302': *359 + '302': *357 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52319,8 +52313,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *218 - - *219 + - *216 + - *217 - name: path description: path parameter in: path @@ -52413,7 +52407,7 @@ paths: description: Response content: application/json: - schema: &360 + schema: &358 title: File Commit description: File Commit type: object @@ -52561,7 +52555,7 @@ paths: description: Response content: application/json: - schema: *360 + schema: *358 examples: example-for-creating-a-file: value: @@ -52607,7 +52601,7 @@ paths: payload: '404': *6 '422': *15 - '409': *266 + '409': *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52632,8 +52626,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *218 - - *219 + - *216 + - *217 - name: path description: path parameter in: path @@ -52694,7 +52688,7 @@ paths: description: Response content: application/json: - schema: *360 + schema: *358 examples: default: value: @@ -52727,7 +52721,7 @@ paths: payload: '422': *15 '404': *6 - '409': *266 + '409': *264 '503': *56 x-github: githubCloudOnly: false @@ -52748,8 +52742,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *218 - - *219 + - *216 + - *217 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -52871,8 +52865,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 - *123 - *124 - *125 @@ -52912,7 +52906,7 @@ paths: application/json: schema: type: array - items: &363 + items: &361 type: object description: A Dependabot alert. properties: @@ -52945,7 +52939,7 @@ paths: enum: - development - runtime - security_advisory: *361 + security_advisory: *359 security_vulnerability: *42 url: *46 html_url: *47 @@ -52976,7 +52970,7 @@ paths: nullable: true maxLength: 280 fixed_at: *115 - auto_dismissed_at: *362 + auto_dismissed_at: *360 required: - number - state @@ -53190,9 +53184,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *218 - - *219 - - &364 + - *216 + - *217 + - &362 name: alert_number in: path description: |- @@ -53207,7 +53201,7 @@ paths: description: Response content: application/json: - schema: *363 + schema: *361 examples: default: value: @@ -53312,9 +53306,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *218 - - *219 - - *364 + - *216 + - *217 + - *362 requestBody: required: true content: @@ -53359,7 +53353,7 @@ paths: description: Response content: application/json: - schema: *363 + schema: *361 examples: default: value: @@ -53458,7 +53452,7 @@ paths: '400': *14 '403': *28 '404': *6 - '409': *266 + '409': *264 '422': *7 x-github: githubCloudOnly: false @@ -53480,8 +53474,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -53499,7 +53493,7 @@ paths: type: integer secrets: type: array - items: &367 + items: &365 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -53551,16 +53545,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response content: application/json: - schema: *365 + schema: *363 examples: - default: *366 + default: *364 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53580,15 +53574,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *218 - - *219 + - *216 + - *217 - *107 responses: '200': description: Response content: application/json: - schema: *367 + schema: *365 examples: default: value: @@ -53616,8 +53610,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *218 - - *219 + - *216 + - *217 - *107 requestBody: required: true @@ -53670,8 +53664,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *218 - - *219 + - *216 + - *217 - *107 responses: '204': @@ -53694,8 +53688,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: - - *218 - - *219 + - *216 + - *217 - 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 @@ -53855,8 +53849,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: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -54050,8 +54044,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: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -54126,7 +54120,7 @@ paths: - version - url additionalProperties: false - metadata: &368 + metadata: &366 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -54159,7 +54153,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *368 + metadata: *366 resolved: type: object description: A collection of resolved package dependencies. @@ -54172,7 +54166,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *368 + metadata: *366 relationship: type: string description: A notation of whether a dependency is requested @@ -54301,8 +54295,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *218 - - *219 + - *216 + - *217 - name: sha description: The SHA recorded at creation time. in: query @@ -54342,9 +54336,9 @@ paths: application/json: schema: type: array - items: *369 + items: *367 examples: - default: *370 + default: *368 headers: Link: *49 x-github: @@ -54410,8 +54404,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -54492,7 +54486,7 @@ paths: description: Response content: application/json: - schema: *369 + schema: *367 examples: simple-example: summary: Simple example @@ -54565,9 +54559,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *218 - - *219 - - &371 + - *216 + - *217 + - &369 name: deployment_id description: deployment_id parameter in: path @@ -54579,7 +54573,7 @@ paths: description: Response content: application/json: - schema: *369 + schema: *367 examples: default: value: @@ -54642,9 +54636,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *218 - - *219 - - *371 + - *216 + - *217 + - *369 responses: '204': description: Response @@ -54666,9 +54660,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *218 - - *219 - - *371 + - *216 + - *217 + - *369 - *17 - *19 responses: @@ -54678,7 +54672,7 @@ paths: application/json: schema: type: array - items: &372 + items: &370 title: Deployment Status description: The status of a deployment. type: object @@ -54837,9 +54831,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *218 - - *219 - - *371 + - *216 + - *217 + - *369 requestBody: required: true content: @@ -54914,9 +54908,9 @@ paths: description: Response content: application/json: - schema: *372 + schema: *370 examples: - default: &373 + default: &371 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -54972,9 +54966,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *218 - - *219 - - *371 + - *216 + - *217 + - *369 - name: status_id in: path required: true @@ -54985,9 +54979,9 @@ paths: description: Response content: application/json: - schema: *372 + schema: *370 examples: - default: *373 + default: *371 '404': *6 x-github: githubCloudOnly: false @@ -55015,8 +55009,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -55069,8 +55063,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -55087,7 +55081,7 @@ paths: type: integer environments: type: array - items: &375 + items: &373 title: Environment description: Details of a deployment environment type: object @@ -55138,7 +55132,7 @@ paths: type: type: string example: wait_timer - wait_timer: &377 + wait_timer: &375 type: integer example: 30 description: The amount of time to delay a job after @@ -55175,7 +55169,7 @@ paths: items: type: object properties: - type: *374 + type: *372 reviewer: anyOf: - *18 @@ -55199,7 +55193,7 @@ paths: - id - node_id - type - deployment_branch_policy: &378 + deployment_branch_policy: &376 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -55314,9 +55308,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *218 - - *219 - - &376 + - *216 + - *217 + - &374 name: environment_name in: path required: true @@ -55328,9 +55322,9 @@ paths: description: Response content: application/json: - schema: *375 + schema: *373 examples: - default: &379 + default: &377 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -55412,9 +55406,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *218 - - *219 - - *376 + - *216 + - *217 + - *374 requestBody: required: false content: @@ -55423,7 +55417,7 @@ paths: type: object nullable: true properties: - wait_timer: *377 + wait_timer: *375 prevent_self_review: type: boolean example: false @@ -55440,13 +55434,13 @@ paths: items: type: object properties: - type: *374 + type: *372 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *378 + deployment_branch_policy: *376 additionalProperties: false examples: default: @@ -55466,9 +55460,9 @@ paths: description: Response content: application/json: - schema: *375 + schema: *373 examples: - default: *379 + default: *377 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -55492,9 +55486,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *218 - - *219 - - *376 + - *216 + - *217 + - *374 responses: '204': description: Default response @@ -55517,9 +55511,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *218 - - *219 - - *376 + - *216 + - *217 + - *374 - *17 - *19 responses: @@ -55537,7 +55531,7 @@ paths: example: 2 branch_policies: type: array - items: &380 + items: &378 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -55594,9 +55588,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *218 - - *219 - - *376 + - *216 + - *217 + - *374 requestBody: required: true content: @@ -55642,9 +55636,9 @@ paths: description: Response content: application/json: - schema: *380 + schema: *378 examples: - example-wildcard: &381 + example-wildcard: &379 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -55684,10 +55678,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *218 - - *219 - - *376 - - &382 + - *216 + - *217 + - *374 + - &380 name: branch_policy_id in: path required: true @@ -55699,9 +55693,9 @@ paths: description: Response content: application/json: - schema: *380 + schema: *378 examples: - default: *381 + default: *379 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55720,10 +55714,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *218 - - *219 - - *376 - - *382 + - *216 + - *217 + - *374 + - *380 requestBody: required: true content: @@ -55751,9 +55745,9 @@ paths: description: Response content: application/json: - schema: *380 + schema: *378 examples: - default: *381 + default: *379 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55772,10 +55766,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *218 - - *219 - - *376 - - *382 + - *216 + - *217 + - *374 + - *380 responses: '204': description: Response @@ -55798,9 +55792,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *376 - - *219 - - *218 + - *374 + - *217 + - *216 responses: '200': description: List of deployment protection rules @@ -55816,7 +55810,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &383 + items: &381 title: Deployment protection rule description: Deployment protection rule type: object @@ -55835,7 +55829,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &384 + app: &382 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -55932,9 +55926,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: - - *376 - - *219 - - *218 + - *374 + - *217 + - *216 requestBody: content: application/json: @@ -55955,9 +55949,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *383 + schema: *381 examples: - default: &385 + default: &383 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -55988,9 +55982,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: - - *376 - - *219 - - *218 + - *374 + - *217 + - *216 - *19 - *17 responses: @@ -56009,7 +56003,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *384 + items: *382 examples: default: value: @@ -56042,10 +56036,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *218 - - *219 - - *376 - - &386 + - *216 + - *217 + - *374 + - &384 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -56057,9 +56051,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *381 examples: - default: *385 + default: *383 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56078,10 +56072,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *376 - - *219 - - *218 - - *386 + - *374 + - *217 + - *216 + - *384 responses: '204': description: Response @@ -56102,8 +56096,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -56180,8 +56174,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *218 - - *219 + - *216 + - *217 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -56338,8 +56332,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: false content: @@ -56371,9 +56365,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *231 examples: - default: *387 + default: *385 '400': *14 '422': *15 '403': *28 @@ -56394,8 +56388,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -56446,7 +56440,7 @@ paths: schema: type: string '404': *6 - '409': *266 + '409': *264 '403': *28 '422': *15 x-github: @@ -56468,8 +56462,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *218 - - *219 + - *216 + - *217 - name: file_sha in: path required: true @@ -56566,8 +56560,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -56675,7 +56669,7 @@ paths: description: Response content: application/json: - schema: &388 + schema: &386 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -56882,15 +56876,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *218 - - *219 - - *343 + - *216 + - *217 + - *341 responses: '200': description: Response content: application/json: - schema: *388 + schema: *386 examples: default: value: @@ -56943,9 +56937,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *218 - - *219 - - *349 + - *216 + - *217 + - *347 responses: '200': description: Response @@ -56953,7 +56947,7 @@ paths: application/json: schema: type: array - items: &389 + items: &387 title: Git Reference description: Git references within a repository type: object @@ -57026,17 +57020,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *218 - - *219 - - *349 + - *216 + - *217 + - *347 responses: '200': description: Response content: application/json: - schema: *389 + schema: *387 examples: - default: &390 + default: &388 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -57064,8 +57058,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -57094,9 +57088,9 @@ paths: description: Response content: application/json: - schema: *389 + schema: *387 examples: - default: *390 + default: *388 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -57119,8 +57113,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *218 - - *219 + - *216 + - *217 - name: ref description: The name of the reference to update (for example, `heads/featureA`). Can be a branch name (`heads/BRANCH_NAME`) or tag name (`tags/TAG_NAME`). @@ -57160,9 +57154,9 @@ paths: description: Response content: application/json: - schema: *389 + schema: *387 examples: - default: *390 + default: *388 '422': *15 x-github: githubCloudOnly: false @@ -57179,9 +57173,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *218 - - *219 - - *349 + - *216 + - *217 + - *347 responses: '204': description: Response @@ -57232,8 +57226,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -57300,7 +57294,7 @@ paths: description: Response content: application/json: - schema: &392 + schema: &390 title: Git Tag description: Metadata for a Git tag type: object @@ -57351,7 +57345,7 @@ paths: - sha - type - url - verification: *391 + verification: *389 required: - sha - url @@ -57361,7 +57355,7 @@ paths: - tag - message examples: - default: &393 + default: &391 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -57431,8 +57425,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *218 - - *219 + - *216 + - *217 - name: tag_sha in: path required: true @@ -57443,9 +57437,9 @@ paths: description: Response content: application/json: - schema: *392 + schema: *390 examples: - default: *393 + default: *391 '404': *6 x-github: githubCloudOnly: false @@ -57468,8 +57462,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -57542,7 +57536,7 @@ paths: description: Response content: application/json: - schema: &394 + schema: &392 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -57653,8 +57647,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *218 - - *219 + - *216 + - *217 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -57677,7 +57671,7 @@ paths: description: Response content: application/json: - schema: *394 + schema: *392 examples: default-response: summary: Default response @@ -57735,8 +57729,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -57746,7 +57740,7 @@ paths: application/json: schema: type: array - items: &395 + items: &393 title: Webhook description: Webhooks for repositories. type: object @@ -57824,7 +57818,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &580 + last_response: &578 title: Hook Response type: object properties: @@ -57898,8 +57892,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: false content: @@ -57957,9 +57951,9 @@ paths: description: Response content: application/json: - schema: *395 + schema: *393 examples: - default: &396 + default: &394 value: type: Repository id: 12345678 @@ -58007,17 +58001,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *218 - - *219 + - *216 + - *217 - *138 responses: '200': description: Response content: application/json: - schema: *395 + schema: *393 examples: - default: *396 + default: *394 '404': *6 x-github: githubCloudOnly: false @@ -58037,8 +58031,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *218 - - *219 + - *216 + - *217 - *138 requestBody: required: true @@ -58099,9 +58093,9 @@ paths: description: Response content: application/json: - schema: *395 + schema: *393 examples: - default: *396 + default: *394 '422': *15 '404': *6 x-github: @@ -58119,8 +58113,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *218 - - *219 + - *216 + - *217 - *138 responses: '204': @@ -58145,8 +58139,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 - *138 responses: '200': @@ -58174,8 +58168,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 - *138 requestBody: required: false @@ -58220,8 +58214,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *218 - - *219 + - *216 + - *217 - *138 - *17 - *139 @@ -58258,8 +58252,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *218 - - *219 + - *216 + - *217 - *138 - *16 responses: @@ -58288,8 +58282,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *218 - - *219 + - *216 + - *217 - *138 - *16 responses: @@ -58313,8 +58307,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *218 - - *219 + - *216 + - *217 - *138 responses: '204': @@ -58339,8 +58333,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *218 - - *219 + - *216 + - *217 - *138 responses: '204': @@ -58398,14 +58392,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response content: application/json: - schema: &397 + schema: &395 title: Import description: A repository import from an external source. type: object @@ -58504,7 +58498,7 @@ paths: - html_url - authors_url examples: - default: &400 + default: &398 value: vcs: subversion use_lfs: true @@ -58520,7 +58514,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': &398 + '503': &396 description: Unavailable due to service under maintenance. content: application/json: @@ -58548,8 +58542,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -58597,7 +58591,7 @@ paths: description: Response content: application/json: - schema: *397 + schema: *395 examples: default: value: @@ -58622,7 +58616,7 @@ paths: type: string '422': *15 '404': *6 - '503': *398 + '503': *396 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58649,8 +58643,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: false content: @@ -58699,7 +58693,7 @@ paths: description: Response content: application/json: - schema: *397 + schema: *395 examples: example-1: summary: Example 1 @@ -58747,7 +58741,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': *398 + '503': *396 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58769,12 +58763,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Response - '503': *398 + '503': *396 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58799,9 +58793,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *218 - - *219 - - &554 + - *216 + - *217 + - &552 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -58815,7 +58809,7 @@ paths: application/json: schema: type: array - items: &399 + items: &397 title: Porter Author description: Porter Author type: object @@ -58869,7 +58863,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': *398 + '503': *396 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58893,8 +58887,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *218 - - *219 + - *216 + - *217 - name: author_id in: path required: true @@ -58924,7 +58918,7 @@ paths: description: Response content: application/json: - schema: *399 + schema: *397 examples: default: value: @@ -58937,7 +58931,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *398 + '503': *396 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58960,8 +58954,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -59002,7 +58996,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *398 + '503': *396 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59029,8 +59023,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -59057,11 +59051,11 @@ paths: description: Response content: application/json: - schema: *397 + schema: *395 examples: - default: *400 + default: *398 '422': *15 - '503': *398 + '503': *396 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59084,8 +59078,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -59093,8 +59087,8 @@ paths: application/json: schema: *21 examples: - default: *401 - '301': *232 + default: *399 + '301': *230 '404': *6 x-github: githubCloudOnly: false @@ -59114,8 +59108,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -59128,7 +59122,7 @@ paths: properties: {} additionalProperties: false examples: - default: &403 + default: &401 value: limit: collaborators_only origin: repository @@ -59153,13 +59147,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: application/json: - schema: *402 + schema: *400 examples: default: summary: Example request body @@ -59173,7 +59167,7 @@ paths: application/json: schema: *145 examples: - default: *403 + default: *401 '409': description: Response x-github: @@ -59195,8 +59189,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Response @@ -59219,8 +59213,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -59230,9 +59224,9 @@ paths: application/json: schema: type: array - items: *404 + items: *402 examples: - default: &547 + default: &545 value: - id: 1 repository: @@ -59363,8 +59357,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *218 - - *219 + - *216 + - *217 - *149 requestBody: required: false @@ -59394,7 +59388,7 @@ paths: description: Response content: application/json: - schema: *404 + schema: *402 examples: default: value: @@ -59525,8 +59519,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *218 - - *219 + - *216 + - *217 - *149 responses: '204': @@ -59553,8 +59547,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *218 - - *219 + - *216 + - *217 - 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 @@ -59767,7 +59761,7 @@ paths: state_reason: completed headers: Link: *49 - '301': *232 + '301': *230 '422': *15 '404': *6 x-github: @@ -59788,8 +59782,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -59866,7 +59860,7 @@ paths: application/json: schema: *68 examples: - default: &410 + default: &408 value: id: 1 node_id: MDU6SXNzdWUx @@ -60022,7 +60016,7 @@ paths: '422': *15 '503': *56 '404': *6 - '410': *229 + '410': *227 x-github: triggersNotification: true githubCloudOnly: false @@ -60043,8 +60037,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 - *78 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -60065,9 +60059,9 @@ paths: application/json: schema: type: array - items: *405 + items: *403 examples: - default: &412 + default: &410 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -60118,17 +60112,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *218 - - *219 + - *216 + - *217 - *67 responses: '200': description: Response content: application/json: - schema: *405 + schema: *403 examples: - default: &406 + default: &404 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -60175,8 +60169,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *218 - - *219 + - *216 + - *217 - *67 requestBody: required: true @@ -60199,9 +60193,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *403 examples: - default: *406 + default: *404 '422': *15 x-github: githubCloudOnly: false @@ -60219,8 +60213,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *218 - - *219 + - *216 + - *217 - *67 responses: '204': @@ -60241,8 +60235,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *218 - - *219 + - *216 + - *217 - *67 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -60269,9 +60263,9 @@ paths: application/json: schema: type: array - items: *211 + items: *209 examples: - default: *213 + default: *211 headers: Link: *49 '404': *6 @@ -60292,8 +60286,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *218 - - *219 + - *216 + - *217 - *67 requestBody: required: true @@ -60326,16 +60320,16 @@ paths: description: Reaction exists content: application/json: - schema: *211 + schema: *209 examples: - default: *212 + default: *210 '201': description: Reaction created content: application/json: - schema: *211 + schema: *209 examples: - default: *212 + default: *210 '422': *15 x-github: githubCloudOnly: false @@ -60356,10 +60350,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *218 - - *219 + - *216 + - *217 - *67 - - *214 + - *212 responses: '204': description: Response @@ -60379,8 +60373,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -60390,7 +60384,7 @@ paths: application/json: schema: type: array - items: &409 + items: &407 title: Issue Event description: Issue Event type: object @@ -60433,8 +60427,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *407 - required: *408 + properties: *405 + required: *406 nullable: true label: title: Issue Event Label @@ -60741,8 +60735,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *218 - - *219 + - *216 + - *217 - name: event_id in: path required: true @@ -60753,7 +60747,7 @@ paths: description: Response content: application/json: - schema: *409 + schema: *407 examples: default: value: @@ -60946,7 +60940,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *229 + '410': *227 '403': *28 x-github: githubCloudOnly: false @@ -60975,9 +60969,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *218 - - *219 - - &411 + - *216 + - *217 + - &409 name: issue_number description: The number that identifies the issue. in: path @@ -60991,10 +60985,10 @@ paths: application/json: schema: *68 examples: - default: *410 - '301': *232 + default: *408 + '301': *230 '404': *6 - '410': *229 + '410': *227 '304': *36 x-github: githubCloudOnly: false @@ -61011,9 +61005,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 requestBody: required: false content: @@ -61109,13 +61103,13 @@ paths: application/json: schema: *68 examples: - default: *410 + default: *408 '422': *15 '503': *56 '403': *28 - '301': *232 + '301': *230 '404': *6 - '410': *229 + '410': *227 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61133,9 +61127,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 requestBody: required: false content: @@ -61163,7 +61157,7 @@ paths: application/json: schema: *68 examples: - default: *410 + default: *408 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61179,9 +61173,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 requestBody: content: application/json: @@ -61208,7 +61202,7 @@ paths: application/json: schema: *68 examples: - default: *410 + default: *408 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61230,9 +61224,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: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 - name: assignee in: path required: true @@ -61265,9 +61259,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 - *58 - *17 - *19 @@ -61278,13 +61272,13 @@ paths: application/json: schema: type: array - items: *405 + items: *403 examples: - default: *412 + default: *410 headers: Link: *49 '404': *6 - '410': *229 + '410': *227 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61308,9 +61302,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 requestBody: required: true content: @@ -61332,16 +61326,16 @@ paths: description: Response content: application/json: - schema: *405 + schema: *403 examples: - default: *406 + default: *404 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *28 - '410': *229 + '410': *227 '422': *15 '404': *6 x-github: @@ -61361,9 +61355,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 - *17 - *19 responses: @@ -61377,7 +61371,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &415 + - &413 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -61431,7 +61425,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &416 + - &414 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -61567,7 +61561,7 @@ paths: - performed_via_github_app - assignee - assigner - - &417 + - &415 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -61618,7 +61612,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &418 + - &416 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -61669,7 +61663,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &419 + - &417 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -61723,7 +61717,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &420 + - &418 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -61770,7 +61764,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &421 + - &419 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -61817,7 +61811,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &422 + - &420 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -61877,7 +61871,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &423 + - &421 title: Locked Issue Event description: Locked Issue Event type: object @@ -61925,7 +61919,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &424 + - &422 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -61991,7 +61985,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &425 + - &423 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -62057,7 +62051,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &426 + - &424 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -62123,7 +62117,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &427 + - &425 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -62214,7 +62208,7 @@ paths: color: red headers: Link: *49 - '410': *229 + '410': *227 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62231,9 +62225,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 - *17 - *19 responses: @@ -62243,7 +62237,7 @@ paths: application/json: schema: type: array - items: &413 + items: &411 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -62286,7 +62280,7 @@ paths: - color - default examples: - default: &414 + default: &412 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -62304,9 +62298,9 @@ paths: default: false headers: Link: *49 - '301': *232 + '301': *230 '404': *6 - '410': *229 + '410': *227 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62323,9 +62317,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 requestBody: required: false content: @@ -62384,12 +62378,12 @@ paths: application/json: schema: type: array - items: *413 + items: *411 examples: - default: *414 - '301': *232 + default: *412 + '301': *230 '404': *6 - '410': *229 + '410': *227 '422': *15 x-github: githubCloudOnly: false @@ -62406,9 +62400,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 requestBody: required: false content: @@ -62468,12 +62462,12 @@ paths: application/json: schema: type: array - items: *413 + items: *411 examples: - default: *414 - '301': *232 + default: *412 + '301': *230 '404': *6 - '410': *229 + '410': *227 '422': *15 x-github: githubCloudOnly: false @@ -62490,15 +62484,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 responses: '204': description: Response - '301': *232 + '301': *230 '404': *6 - '410': *229 + '410': *227 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62517,9 +62511,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 - name: name in: path required: true @@ -62532,7 +62526,7 @@ paths: application/json: schema: type: array - items: *413 + items: *411 examples: default: value: @@ -62543,9 +62537,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *232 + '301': *230 '404': *6 - '410': *229 + '410': *227 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62565,9 +62559,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 requestBody: required: false content: @@ -62595,7 +62589,7 @@ paths: '204': description: Response '403': *28 - '410': *229 + '410': *227 '404': *6 '422': *15 x-github: @@ -62613,9 +62607,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 responses: '204': description: Response @@ -62637,9 +62631,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 - 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. @@ -62665,13 +62659,13 @@ paths: application/json: schema: type: array - items: *211 + items: *209 examples: - default: *213 + default: *211 headers: Link: *49 '404': *6 - '410': *229 + '410': *227 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62689,9 +62683,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 requestBody: required: true content: @@ -62723,16 +62717,16 @@ paths: description: Response content: application/json: - schema: *211 + schema: *209 examples: - default: *212 + default: *210 '201': description: Response content: application/json: - schema: *211 + schema: *209 examples: - default: *212 + default: *210 '422': *15 x-github: githubCloudOnly: false @@ -62753,10 +62747,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *218 - - *219 - - *411 - - *214 + - *216 + - *217 + - *409 + - *212 responses: '204': description: Response @@ -62776,9 +62770,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 - *17 - *19 responses: @@ -62793,6 +62787,8 @@ paths: description: Timeline Event type: object anyOf: + - *413 + - *414 - *415 - *416 - *417 @@ -62804,8 +62800,6 @@ paths: - *423 - *424 - *425 - - *426 - - *427 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -63106,7 +63100,7 @@ paths: type: string comments: type: array - items: &448 + items: &446 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -63313,7 +63307,7 @@ paths: type: string comments: type: array - items: *341 + items: *339 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -63602,7 +63596,7 @@ paths: headers: Link: *49 '404': *6 - '410': *229 + '410': *227 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63619,8 +63613,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -63630,7 +63624,7 @@ paths: application/json: schema: type: array - items: &428 + items: &426 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -63692,8 +63686,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -63729,9 +63723,9 @@ paths: description: Response content: application/json: - schema: *428 + schema: *426 examples: - default: &429 + default: &427 value: id: 1 key: ssh-rsa AAA... @@ -63764,9 +63758,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *218 - - *219 - - &430 + - *216 + - *217 + - &428 name: key_id description: The unique identifier of the key. in: path @@ -63778,9 +63772,9 @@ paths: description: Response content: application/json: - schema: *428 + schema: *426 examples: - default: *429 + default: *427 '404': *6 x-github: githubCloudOnly: false @@ -63798,9 +63792,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *218 - - *219 - - *430 + - *216 + - *217 + - *428 responses: '204': description: Response @@ -63820,8 +63814,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -63831,9 +63825,9 @@ paths: application/json: schema: type: array - items: *413 + items: *411 examples: - default: *414 + default: *412 headers: Link: *49 '404': *6 @@ -63854,8 +63848,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -63891,9 +63885,9 @@ paths: description: Response content: application/json: - schema: *413 + schema: *411 examples: - default: &431 + default: &429 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -63925,8 +63919,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *218 - - *219 + - *216 + - *217 - name: name in: path required: true @@ -63937,9 +63931,9 @@ paths: description: Response content: application/json: - schema: *413 + schema: *411 examples: - default: *431 + default: *429 '404': *6 x-github: githubCloudOnly: false @@ -63956,8 +63950,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *218 - - *219 + - *216 + - *217 - name: name in: path required: true @@ -63996,7 +63990,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *411 examples: default: value: @@ -64022,8 +64016,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *218 - - *219 + - *216 + - *217 - name: name in: path required: true @@ -64049,8 +64043,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -64086,8 +64080,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -64232,8 +64226,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -64298,8 +64292,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -64333,9 +64327,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *342 + schema: *340 examples: - default: *432 + default: *430 '204': description: Response when already merged '404': @@ -64360,8 +64354,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *218 - - *219 + - *216 + - *217 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -64402,12 +64396,12 @@ paths: application/json: schema: type: array - items: &433 + items: &431 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *346 - required: *347 + properties: *344 + required: *345 examples: default: value: @@ -64463,8 +64457,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -64504,9 +64498,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *431 examples: - default: &434 + default: &432 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -64565,9 +64559,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *218 - - *219 - - &435 + - *216 + - *217 + - &433 name: milestone_number description: The number that identifies the milestone. in: path @@ -64579,9 +64573,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *431 examples: - default: *434 + default: *432 '404': *6 x-github: githubCloudOnly: false @@ -64598,9 +64592,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *218 - - *219 - - *435 + - *216 + - *217 + - *433 requestBody: required: false content: @@ -64638,9 +64632,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *431 examples: - default: *434 + default: *432 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64656,9 +64650,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *218 - - *219 - - *435 + - *216 + - *217 + - *433 responses: '204': description: Response @@ -64679,9 +64673,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *218 - - *219 - - *435 + - *216 + - *217 + - *433 - *17 - *19 responses: @@ -64691,9 +64685,9 @@ paths: application/json: schema: type: array - items: *413 + items: *411 examples: - default: *414 + default: *412 headers: Link: *49 x-github: @@ -64712,12 +64706,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *218 - - *219 - - *436 - - *437 + - *216 + - *217 + - *434 + - *435 - *58 - - *438 + - *436 - *17 - *19 responses: @@ -64729,7 +64723,7 @@ paths: type: array items: *81 examples: - default: *439 + default: *437 headers: Link: *49 x-github: @@ -64753,8 +64747,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: false content: @@ -64812,14 +64806,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response content: application/json: - schema: &440 + schema: &438 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -64944,7 +64938,7 @@ paths: - custom_404 - public examples: - default: &441 + default: &439 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -64981,8 +64975,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -65036,11 +65030,11 @@ paths: description: Response content: application/json: - schema: *440 + schema: *438 examples: - default: *441 + default: *439 '422': *15 - '409': *266 + '409': *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65059,8 +65053,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -65138,7 +65132,7 @@ paths: description: Response '422': *15 '400': *14 - '409': *266 + '409': *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65157,14 +65151,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Response '422': *15 '404': *6 - '409': *266 + '409': *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65184,8 +65178,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -65195,7 +65189,7 @@ paths: application/json: schema: type: array - items: &442 + items: &440 title: Page Build description: Page Build type: object @@ -65289,8 +65283,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *218 - - *219 + - *216 + - *217 responses: '201': description: Response @@ -65335,16 +65329,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response content: application/json: - schema: *442 + schema: *440 examples: - default: &443 + default: &441 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -65392,8 +65386,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *218 - - *219 + - *216 + - *217 - name: build_id in: path required: true @@ -65404,9 +65398,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *440 examples: - default: *443 + default: *441 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65426,8 +65420,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -65522,8 +65516,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -65781,8 +65775,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': *175 '422': *14 @@ -65803,8 +65797,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': *175 '422': *14 @@ -65827,8 +65821,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-repository-projects parameters: - - *218 - - *219 + - *216 + - *217 - name: state description: Indicates the state of the projects to return. in: query @@ -65889,7 +65883,7 @@ paths: '401': *24 '403': *28 '404': *6 - '410': *229 + '410': *227 '422': *7 x-github: githubCloudOnly: false @@ -65909,8 +65903,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-a-repository-project parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -65938,11 +65932,11 @@ paths: application/json: schema: *176 examples: - default: *228 + default: *226 '401': *24 '403': *28 '404': *6 - '410': *229 + '410': *227 '422': *7 x-github: githubCloudOnly: false @@ -65962,8 +65956,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/properties#get-all-custom-property-values-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -66003,8 +65997,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *218 - - *219 + - *216 + - *217 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -66064,9 +66058,9 @@ paths: application/json: schema: type: array - items: *444 + items: *442 examples: - default: *445 + default: *443 headers: Link: *49 '304': *36 @@ -66091,8 +66085,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -66157,7 +66151,7 @@ paths: description: Response content: application/json: - schema: &450 + schema: &448 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -66267,8 +66261,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *346 - required: *347 + properties: *344 + required: *345 nullable: true active_lock_reason: type: string @@ -66313,7 +66307,7 @@ paths: nullable: true requested_teams: type: array - items: *446 + items: *444 nullable: true head: type: object @@ -67223,14 +67217,14 @@ paths: _links: type: object properties: - comments: *348 - commits: *348 - statuses: *348 - html: *348 - issue: *348 - review_comments: *348 - review_comment: *348 - self: *348 + comments: *346 + commits: *346 + statuses: *346 + html: *346 + issue: *346 + review_comments: *346 + review_comment: *346 + self: *346 required: - comments - commits @@ -67241,7 +67235,7 @@ paths: - review_comment - self author_association: *54 - auto_merge: *447 + auto_merge: *445 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -67333,7 +67327,7 @@ paths: - merged_by - review_comments examples: - default: &451 + default: &449 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -67852,8 +67846,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *218 - - *219 + - *216 + - *217 - name: sort in: query required: false @@ -67882,9 +67876,9 @@ paths: application/json: schema: type: array - items: *448 + items: *446 examples: - default: &453 + default: &451 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -67953,17 +67947,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *218 - - *219 + - *216 + - *217 - *67 responses: '200': description: Response content: application/json: - schema: *448 + schema: *446 examples: - default: &449 + default: &447 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -68030,8 +68024,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *218 - - *219 + - *216 + - *217 - *67 requestBody: required: true @@ -68054,9 +68048,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *446 examples: - default: *449 + default: *447 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68072,8 +68066,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *218 - - *219 + - *216 + - *217 - *67 responses: '204': @@ -68095,8 +68089,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *218 - - *219 + - *216 + - *217 - *67 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -68123,9 +68117,9 @@ paths: application/json: schema: type: array - items: *211 + items: *209 examples: - default: *213 + default: *211 headers: Link: *49 '404': *6 @@ -68146,8 +68140,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *218 - - *219 + - *216 + - *217 - *67 requestBody: required: true @@ -68180,16 +68174,16 @@ paths: description: Reaction exists content: application/json: - schema: *211 + schema: *209 examples: - default: *212 + default: *210 '201': description: Reaction created content: application/json: - schema: *211 + schema: *209 examples: - default: *212 + default: *210 '422': *15 x-github: githubCloudOnly: false @@ -68210,10 +68204,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *218 - - *219 + - *216 + - *217 - *67 - - *214 + - *212 responses: '204': description: Response @@ -68248,9 +68242,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *218 - - *219 - - &452 + - *216 + - *217 + - &450 name: pull_number description: The number that identifies the pull request. in: path @@ -68263,9 +68257,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *450 + schema: *448 examples: - default: *451 + default: *449 '304': *36 '404': *6 '500': *120 @@ -68288,9 +68282,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *218 - - *219 - - *452 + - *216 + - *217 + - *450 requestBody: required: false content: @@ -68332,9 +68326,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *448 examples: - default: *451 + default: *449 '422': *15 '403': *28 x-github: @@ -68358,9 +68352,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *218 - - *219 - - *452 + - *216 + - *217 + - *450 requestBody: required: true content: @@ -68422,7 +68416,7 @@ paths: application/json: schema: *153 examples: - default: *331 + default: *329 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -68430,7 +68424,7 @@ paths: application/json: schema: *153 examples: - default: *331 + default: *329 '401': *24 '403': *28 '404': *6 @@ -68452,9 +68446,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *218 - - *219 - - *452 + - *216 + - *217 + - *450 - *78 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -68475,9 +68469,9 @@ paths: application/json: schema: type: array - items: *448 + items: *446 examples: - default: *453 + default: *451 headers: Link: *49 x-github: @@ -68503,9 +68497,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *218 - - *219 - - *452 + - *216 + - *217 + - *450 requestBody: required: true content: @@ -68605,7 +68599,7 @@ paths: description: Response content: application/json: - schema: *448 + schema: *446 examples: example-for-a-multi-line-comment: value: @@ -68685,9 +68679,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *218 - - *219 - - *452 + - *216 + - *217 + - *450 - *67 requestBody: required: true @@ -68710,7 +68704,7 @@ paths: description: Response content: application/json: - schema: *448 + schema: *446 examples: default: value: @@ -68789,9 +68783,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *218 - - *219 - - *452 + - *216 + - *217 + - *450 - *17 - *19 responses: @@ -68801,9 +68795,9 @@ paths: application/json: schema: type: array - items: *342 + items: *340 examples: - default: *454 + default: *452 headers: Link: *49 x-github: @@ -68823,9 +68817,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *218 - - *219 - - *452 + - *216 + - *217 + - *450 - *17 - *19 responses: @@ -68835,7 +68829,7 @@ paths: application/json: schema: type: array - items: *357 + items: *355 examples: default: value: @@ -68873,9 +68867,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *218 - - *219 - - *452 + - *216 + - *217 + - *450 responses: '204': description: Response if pull request has been merged @@ -68898,9 +68892,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *218 - - *219 - - *452 + - *216 + - *217 + - *450 requestBody: required: false content: @@ -69011,9 +69005,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *218 - - *219 - - *452 + - *216 + - *217 + - *450 responses: '200': description: Response @@ -69088,9 +69082,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *218 - - *219 - - *452 + - *216 + - *217 + - *450 requestBody: required: false content: @@ -69127,7 +69121,7 @@ paths: description: Response content: application/json: - schema: *444 + schema: *442 examples: default: value: @@ -69663,9 +69657,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *218 - - *219 - - *452 + - *216 + - *217 + - *450 requestBody: required: true content: @@ -69699,7 +69693,7 @@ paths: description: Response content: application/json: - schema: *444 + schema: *442 examples: default: value: @@ -70196,9 +70190,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *218 - - *219 - - *452 + - *216 + - *217 + - *450 - *17 - *19 responses: @@ -70208,7 +70202,7 @@ paths: application/json: schema: type: array - items: &455 + items: &453 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -70348,9 +70342,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *218 - - *219 - - *452 + - *216 + - *217 + - *450 requestBody: required: false content: @@ -70431,9 +70425,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *453 examples: - default: &457 + default: &455 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -70488,10 +70482,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *218 - - *219 - - *452 - - &456 + - *216 + - *217 + - *450 + - &454 name: review_id description: The unique identifier of the review. in: path @@ -70503,9 +70497,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *453 examples: - default: &458 + default: &456 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -70556,10 +70550,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *218 - - *219 - - *452 - - *456 + - *216 + - *217 + - *450 + - *454 requestBody: required: true content: @@ -70582,7 +70576,7 @@ paths: description: Response content: application/json: - schema: *455 + schema: *453 examples: default: value: @@ -70637,18 +70631,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *218 - - *219 - - *452 - - *456 + - *216 + - *217 + - *450 + - *454 responses: '200': description: Response content: application/json: - schema: *455 + schema: *453 examples: - default: *457 + default: *455 '422': *7 '404': *6 x-github: @@ -70667,10 +70661,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *218 - - *219 - - *452 - - *456 + - *216 + - *217 + - *450 + - *454 - *17 - *19 responses: @@ -70751,9 +70745,9 @@ paths: _links: type: object properties: - self: *348 - html: *348 - pull_request: *348 + self: *346 + html: *346 + pull_request: *346 required: - self - html @@ -70887,10 +70881,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *218 - - *219 - - *452 - - *456 + - *216 + - *217 + - *450 + - *454 requestBody: required: true content: @@ -70918,7 +70912,7 @@ paths: description: Response content: application/json: - schema: *455 + schema: *453 examples: default: value: @@ -70975,10 +70969,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *218 - - *219 - - *452 - - *456 + - *216 + - *217 + - *450 + - *454 requestBody: required: true content: @@ -71013,9 +71007,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *453 examples: - default: *458 + default: *456 '404': *6 '422': *7 '403': *28 @@ -71036,9 +71030,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *218 - - *219 - - *452 + - *216 + - *217 + - *450 requestBody: required: false content: @@ -71098,8 +71092,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *218 - - *219 + - *216 + - *217 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -71112,9 +71106,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *457 examples: - default: &460 + default: &458 value: type: file encoding: base64 @@ -71152,8 +71146,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *218 - - *219 + - *216 + - *217 - name: dir description: The alternate path to look for a README file in: path @@ -71173,9 +71167,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *457 examples: - default: *460 + default: *458 '404': *6 '422': *15 x-github: @@ -71197,8 +71191,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -71208,7 +71202,7 @@ paths: application/json: schema: type: array - items: &461 + items: &459 title: Release description: A release. type: object @@ -71271,7 +71265,7 @@ paths: author: *18 assets: type: array - items: &462 + items: &460 title: Release Asset description: Data related to a release. type: object @@ -71452,8 +71446,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -71529,9 +71523,9 @@ paths: description: Response content: application/json: - schema: *461 + schema: *459 examples: - default: &465 + default: &463 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -71632,9 +71626,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *218 - - *219 - - &463 + - *216 + - *217 + - &461 name: asset_id description: The unique identifier of the asset. in: path @@ -71646,9 +71640,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *460 examples: - default: &464 + default: &462 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 @@ -71682,7 +71676,7 @@ paths: type: User site_admin: false '404': *6 - '302': *359 + '302': *357 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71698,9 +71692,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *218 - - *219 - - *463 + - *216 + - *217 + - *461 requestBody: required: false content: @@ -71728,9 +71722,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *460 examples: - default: *464 + default: *462 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71746,9 +71740,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *218 - - *219 - - *463 + - *216 + - *217 + - *461 responses: '204': description: Response @@ -71772,8 +71766,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -71858,16 +71852,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response content: application/json: - schema: *461 + schema: *459 examples: - default: *465 + default: *463 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71884,8 +71878,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *218 - - *219 + - *216 + - *217 - name: tag description: tag parameter in: path @@ -71898,9 +71892,9 @@ paths: description: Response content: application/json: - schema: *461 + schema: *459 examples: - default: *465 + default: *463 '404': *6 x-github: githubCloudOnly: false @@ -71919,9 +71913,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *218 - - *219 - - &466 + - *216 + - *217 + - &464 name: release_id description: The unique identifier of the release. in: path @@ -71934,9 +71928,9 @@ paths: the endpoint for uploading release assets. This key is a [hypermedia resource](https://docs.github.com/rest/overview/resources-in-the-rest-api#hypermedia)." content: application/json: - schema: *461 + schema: *459 examples: - default: *465 + default: *463 '401': description: Unauthorized x-github: @@ -71954,9 +71948,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *218 - - *219 - - *466 + - *216 + - *217 + - *464 requestBody: required: false content: @@ -72020,9 +72014,9 @@ paths: description: Response content: application/json: - schema: *461 + schema: *459 examples: - default: *465 + default: *463 '404': description: Not Found if the discussion category name is invalid content: @@ -72043,9 +72037,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *218 - - *219 - - *466 + - *216 + - *217 + - *464 responses: '204': description: Response @@ -72065,9 +72059,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *218 - - *219 - - *466 + - *216 + - *217 + - *464 - *17 - *19 responses: @@ -72077,7 +72071,7 @@ paths: application/json: schema: type: array - items: *462 + items: *460 examples: default: value: @@ -72157,9 +72151,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: - - *218 - - *219 - - *466 + - *216 + - *217 + - *464 - name: name in: query required: true @@ -72185,7 +72179,7 @@ paths: description: Response for successful upload content: application/json: - schema: *462 + schema: *460 examples: response-for-successful-upload: value: @@ -72239,9 +72233,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *218 - - *219 - - *466 + - *216 + - *217 + - *464 - 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. @@ -72265,9 +72259,9 @@ paths: application/json: schema: type: array - items: *211 + items: *209 examples: - default: *213 + default: *211 headers: Link: *49 '404': *6 @@ -72288,9 +72282,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *218 - - *219 - - *466 + - *216 + - *217 + - *464 requestBody: required: true content: @@ -72320,16 +72314,16 @@ paths: description: Reaction exists content: application/json: - schema: *211 + schema: *209 examples: - default: *212 + default: *210 '201': description: Reaction created content: application/json: - schema: *211 + schema: *209 examples: - default: *212 + default: *210 '422': *15 x-github: githubCloudOnly: false @@ -72350,10 +72344,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *218 - - *219 - - *466 - - *214 + - *216 + - *217 + - *464 + - *212 responses: '204': description: Response @@ -72377,9 +72371,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 - *17 - *19 responses: @@ -72395,8 +72389,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *467 - - &469 + - *465 + - &467 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -72415,48 +72409,48 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. + - allOf: + - *466 + - *467 - allOf: - *468 + - *467 + - allOf: - *469 + - *467 - allOf: - *470 - - *469 + - *467 - allOf: - *471 - - *469 + - *467 - allOf: - *472 - - *469 + - *467 - allOf: - *473 - - *469 + - *467 - allOf: - *474 - - *469 + - *467 - allOf: - *475 - - *469 + - *467 - allOf: - *476 - - *469 + - *467 - allOf: - *477 - - *469 + - *467 - allOf: - *478 - - *469 + - *467 - allOf: - *479 - - *469 + - *467 - allOf: - *480 - - *469 - - allOf: - - *481 - - *469 - - allOf: - - *482 - - *469 + - *467 examples: default: value: @@ -72495,8 +72489,8 @@ paths: category: repos subcategory: rules parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 - name: includes_parents @@ -72514,7 +72508,7 @@ paths: application/json: schema: type: array - items: *189 + items: *187 examples: default: value: @@ -72561,8 +72555,8 @@ paths: category: repos subcategory: rules parameters: - - *218 - - *219 + - *216 + - *217 requestBody: description: Request body required: true @@ -72580,16 +72574,16 @@ paths: enum: - branch - tag - enforcement: *185 + enforcement: *183 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *186 - conditions: *184 + items: *184 + conditions: *182 rules: type: array description: An array of rules within the ruleset. - items: *188 + items: *186 required: - name - enforcement @@ -72620,9 +72614,9 @@ paths: description: Response content: application/json: - schema: *189 + schema: *187 examples: - default: &491 + default: &489 value: id: 42 name: super cool ruleset @@ -72669,8 +72663,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *218 - - *219 + - *216 + - *217 - name: ref description: The name of the ref. Cannot contain wildcard characters. When specified, only rule evaluations triggered for this ref will be returned. @@ -72678,9 +72672,9 @@ paths: schema: type: string x-multi-segment: true + - *481 + - *482 - *483 - - *484 - - *485 - *17 - *19 responses: @@ -72688,9 +72682,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *484 examples: - default: *487 + default: *485 '404': *6 '500': *120 x-github: @@ -72711,17 +72705,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *218 - - *219 - - *488 + - *216 + - *217 + - *486 responses: '200': description: Response content: application/json: - schema: *489 + schema: *487 examples: - default: *490 + default: *488 '404': *6 '500': *120 x-github: @@ -72745,8 +72739,8 @@ paths: category: repos subcategory: rules parameters: - - *218 - - *219 + - *216 + - *217 - name: ruleset_id description: The ID of the ruleset. in: path @@ -72766,9 +72760,9 @@ paths: description: Response content: application/json: - schema: *189 + schema: *187 examples: - default: *491 + default: *489 '404': *6 '500': *120 put: @@ -72786,8 +72780,8 @@ paths: category: repos subcategory: rules parameters: - - *218 - - *219 + - *216 + - *217 - name: ruleset_id description: The ID of the ruleset. in: path @@ -72811,16 +72805,16 @@ paths: enum: - branch - tag - enforcement: *185 + enforcement: *183 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *186 - conditions: *184 + items: *184 + conditions: *182 rules: description: An array of rules within the ruleset. type: array - items: *188 + items: *186 examples: default: value: @@ -72848,9 +72842,9 @@ paths: description: Response content: application/json: - schema: *189 + schema: *187 examples: - default: *491 + default: *489 '404': *6 '500': *120 delete: @@ -72868,8 +72862,8 @@ paths: category: repos subcategory: rules parameters: - - *218 - - *219 + - *216 + - *217 - name: ruleset_id description: The ID of the ruleset. in: path @@ -72897,17 +72891,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 + - *189 + - *190 - *191 - *192 - - *193 - - *194 - *38 - *19 - *17 - - *492 - - *493 + - *490 + - *491 responses: '200': description: Response @@ -72915,7 +72909,7 @@ paths: application/json: schema: type: array - items: &496 + items: &494 type: object properties: number: *44 @@ -72934,8 +72928,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *494 - resolution: *495 + state: *492 + resolution: *493 resolved_at: type: string format: date-time @@ -73078,15 +73072,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *218 - - *219 - - *321 + - *216 + - *217 + - *319 responses: '200': description: Response content: application/json: - schema: *496 + schema: *494 examples: default: value: @@ -73131,9 +73125,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *218 - - *219 - - *321 + - *216 + - *217 + - *319 requestBody: required: true content: @@ -73141,8 +73135,8 @@ paths: schema: type: object properties: - state: *494 - resolution: *495 + state: *492 + resolution: *493 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -73160,7 +73154,7 @@ paths: description: Response content: application/json: - schema: *496 + schema: *494 examples: default: value: @@ -73228,9 +73222,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *218 - - *219 - - *321 + - *216 + - *217 + - *319 - *19 - *17 responses: @@ -73241,7 +73235,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &584 + items: &582 type: object properties: type: @@ -73401,8 +73395,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *218 - - *219 + - *216 + - *217 - *38 - name: sort description: The property to sort the results by. @@ -73445,9 +73439,9 @@ paths: application/json: schema: type: array - items: *497 + items: *495 examples: - default: *498 + default: *496 '400': *14 '404': *6 x-github: @@ -73469,8 +73463,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -73501,7 +73495,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *197 + ecosystem: *195 name: type: string description: The unique package name within its ecosystem. @@ -73543,7 +73537,7 @@ paths: login: type: string description: The username of the user credited. - type: *198 + type: *196 required: - login - type @@ -73625,9 +73619,9 @@ paths: description: Response content: application/json: - schema: *497 + schema: *495 examples: - default: &500 + default: &498 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -73853,8 +73847,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -73882,7 +73876,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *197 + ecosystem: *195 name: type: string description: The unique package name within its ecosystem. @@ -73953,7 +73947,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *495 examples: default: value: @@ -74096,17 +74090,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *218 - - *219 - - *499 + - *216 + - *217 + - *497 responses: '200': description: Response content: application/json: - schema: *497 + schema: *495 examples: - default: *500 + default: *498 '403': *28 '404': *6 x-github: @@ -74129,9 +74123,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *218 - - *219 - - *499 + - *216 + - *217 + - *497 requestBody: required: true content: @@ -74162,7 +74156,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *197 + ecosystem: *195 name: type: string description: The unique package name within its ecosystem. @@ -74204,7 +74198,7 @@ paths: login: type: string description: The username of the user credited. - type: *198 + type: *196 required: - login - type @@ -74291,10 +74285,10 @@ paths: description: Response content: application/json: - schema: *497 + schema: *495 examples: - default: *500 - add_credit: *500 + default: *498 + add_credit: *498 '403': *28 '404': *6 '422': @@ -74332,9 +74326,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: - - *218 - - *219 - - *499 + - *216 + - *217 + - *497 responses: '202': *90 '400': *14 @@ -74360,8 +74354,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -74457,8 +74451,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -74467,7 +74461,7 @@ paths: application/json: schema: type: array - items: &501 + items: &499 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -74498,8 +74492,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -74572,8 +74566,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -74669,8 +74663,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -74824,8 +74818,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -74835,7 +74829,7 @@ paths: application/json: schema: type: array - items: *501 + items: *499 examples: default: value: @@ -74868,8 +74862,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *218 - - *219 + - *216 + - *217 - name: sha in: path required: true @@ -74923,7 +74917,7 @@ paths: description: Response content: application/json: - schema: *502 + schema: *500 examples: default: value: @@ -74977,8 +74971,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -75010,14 +75004,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &503 + schema: &501 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -75085,8 +75079,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: false content: @@ -75112,7 +75106,7 @@ paths: description: Response content: application/json: - schema: *503 + schema: *501 examples: default: value: @@ -75139,8 +75133,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Response @@ -75160,8 +75154,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -75237,8 +75231,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#list-tag-protection-states-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -75246,7 +75240,7 @@ paths: application/json: schema: type: array - items: &504 + items: &502 title: Tag protection description: Tag protection type: object @@ -75292,8 +75286,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#create-a-tag-protection-state-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -75316,7 +75310,7 @@ paths: description: Response content: application/json: - schema: *504 + schema: *502 examples: default: value: @@ -75341,8 +75335,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#delete-a-tag-protection-state-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -75374,8 +75368,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *218 - - *219 + - *216 + - *217 - name: ref in: path required: true @@ -75415,8 +75409,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -75428,7 +75422,7 @@ paths: type: array items: *122 examples: - default: *201 + default: *199 headers: Link: *49 '404': *6 @@ -75448,8 +75442,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *218 - - *219 + - *216 + - *217 - *19 - *17 responses: @@ -75457,7 +75451,7 @@ paths: description: Response content: application/json: - schema: &505 + schema: &503 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -75469,7 +75463,7 @@ paths: required: - names examples: - default: &506 + default: &504 value: names: - octocat @@ -75492,8 +75486,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -75524,9 +75518,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *503 examples: - default: *506 + default: *504 '404': *6 '422': *7 x-github: @@ -75547,9 +75541,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *218 - - *219 - - &507 + - *216 + - *217 + - &505 name: per description: The time frame to display results for. in: query @@ -75578,7 +75572,7 @@ paths: example: 128 clones: type: array - items: &508 + items: &506 title: Traffic type: object properties: @@ -75665,8 +75659,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -75756,8 +75750,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -75817,9 +75811,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *218 - - *219 - - *507 + - *216 + - *217 + - *505 responses: '200': description: Response @@ -75838,7 +75832,7 @@ paths: example: 3782 views: type: array - items: *508 + items: *506 required: - uniques - count @@ -75913,8 +75907,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -76188,8 +76182,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -76212,8 +76206,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Response @@ -76235,8 +76229,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Response @@ -76261,8 +76255,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *218 - - *219 + - *216 + - *217 - name: ref in: path required: true @@ -76613,7 +76607,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - *95 - - *376 + - *374 - *17 - *19 responses: @@ -76631,9 +76625,9 @@ paths: type: integer secrets: type: array - items: *268 + items: *266 examples: - default: *269 + default: *267 headers: Link: *49 x-github: @@ -76660,15 +76654,15 @@ paths: url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - *95 - - *376 + - *374 responses: '200': description: Response content: application/json: - schema: *270 + schema: *268 examples: - default: *271 + default: *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76691,16 +76685,16 @@ paths: url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - *95 - - *376 + - *374 - *107 responses: '200': description: Response content: application/json: - schema: *268 + schema: *266 examples: - default: *509 + default: *507 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76723,7 +76717,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - *95 - - *376 + - *374 - *107 requestBody: required: true @@ -76782,7 +76776,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - *95 - - *376 + - *374 - *107 responses: '204': @@ -76809,8 +76803,8 @@ paths: url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - *95 - - *376 - - *242 + - *374 + - *240 - *19 responses: '200': @@ -76827,9 +76821,9 @@ paths: type: integer variables: type: array - items: *272 + items: *270 examples: - default: *273 + default: *271 headers: Link: *49 x-github: @@ -76853,7 +76847,7 @@ paths: url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - *95 - - *376 + - *374 requestBody: required: true content: @@ -76906,16 +76900,16 @@ paths: url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - *95 - - *376 + - *374 - *111 responses: '200': description: Response content: application/json: - schema: *272 + schema: *270 examples: - default: *510 + default: *508 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76938,7 +76932,7 @@ paths: parameters: - *95 - *111 - - *376 + - *374 requestBody: required: true content: @@ -76982,7 +76976,7 @@ paths: parameters: - *95 - *111 - - *376 + - *374 responses: '204': description: Response @@ -77115,7 +77109,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &511 + text_matches: &509 title: Search Result Text Matches type: array items: @@ -77277,7 +77271,7 @@ paths: enum: - author-date - committer-date - - &512 + - &510 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 @@ -77348,7 +77342,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *287 + properties: *285 nullable: true comment_count: type: integer @@ -77368,7 +77362,7 @@ paths: url: type: string format: uri - verification: *391 + verification: *389 required: - author - committer @@ -77387,7 +77381,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *287 + properties: *285 nullable: true parents: type: array @@ -77405,7 +77399,7 @@ paths: type: number node_id: type: string - text_matches: *511 + text_matches: *509 required: - sha - node_id @@ -77596,7 +77590,7 @@ paths: - interactions - created - updated - - *512 + - *510 - *17 - *19 responses: @@ -77701,8 +77695,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *346 - required: *347 + properties: *344 + required: *345 nullable: true comments: type: integer @@ -77716,7 +77710,7 @@ paths: type: string format: date-time nullable: true - text_matches: *511 + text_matches: *509 pull_request: type: object properties: @@ -77940,7 +77934,7 @@ paths: enum: - created - updated - - *512 + - *510 - *17 - *19 responses: @@ -77984,7 +77978,7 @@ paths: nullable: true score: type: number - text_matches: *511 + text_matches: *509 required: - id - node_id @@ -78069,7 +78063,7 @@ paths: - forks - help-wanted-issues - updated - - *512 + - *510 - *17 - *19 responses: @@ -78308,7 +78302,7 @@ paths: - admin - pull - push - text_matches: *511 + text_matches: *509 temp_clone_token: type: string allow_merge_commit: @@ -78608,7 +78602,7 @@ paths: type: string format: uri nullable: true - text_matches: *511 + text_matches: *509 related: type: array nullable: true @@ -78799,7 +78793,7 @@ paths: - followers - repositories - joined - - *512 + - *510 - *17 - *19 responses: @@ -78902,7 +78896,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *511 + text_matches: *509 blog: type: string nullable: true @@ -78980,7 +78974,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &513 + - &511 name: team_id description: The unique identifier of the team. in: path @@ -78992,9 +78986,9 @@ paths: description: Response content: application/json: - schema: *203 + schema: *201 examples: - default: *204 + default: *202 '404': *6 x-github: githubCloudOnly: false @@ -79019,7 +79013,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *513 + - *511 requestBody: required: true content: @@ -79082,16 +79076,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *203 + schema: *201 examples: - default: *204 + default: *202 '201': description: Response content: application/json: - schema: *203 + schema: *201 examples: - default: *204 + default: *202 '404': *6 '422': *15 '403': *28 @@ -79118,7 +79112,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *513 + - *511 responses: '204': description: Response @@ -79146,7 +79140,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *513 + - *511 - *38 - *17 - *19 @@ -79157,9 +79151,9 @@ paths: application/json: schema: type: array - items: *205 + items: *203 examples: - default: *514 + default: *512 headers: Link: *49 x-github: @@ -79185,7 +79179,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *513 + - *511 requestBody: required: true content: @@ -79219,9 +79213,9 @@ paths: description: Response content: application/json: - schema: *205 + schema: *203 examples: - default: *206 + default: *204 x-github: triggersNotification: true githubCloudOnly: false @@ -79245,16 +79239,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *513 - - *207 + - *511 + - *205 responses: '200': description: Response content: application/json: - schema: *205 + schema: *203 examples: - default: *206 + default: *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79276,8 +79270,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *513 - - *207 + - *511 + - *205 requestBody: required: false content: @@ -79300,9 +79294,9 @@ paths: description: Response content: application/json: - schema: *205 + schema: *203 examples: - default: *515 + default: *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79324,8 +79318,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *513 - - *207 + - *511 + - *205 responses: '204': description: Response @@ -79351,8 +79345,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *513 - - *207 + - *511 + - *205 - *38 - *17 - *19 @@ -79363,9 +79357,9 @@ paths: application/json: schema: type: array - items: *208 + items: *206 examples: - default: *516 + default: *514 headers: Link: *49 x-github: @@ -79391,8 +79385,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *513 - - *207 + - *511 + - *205 requestBody: required: true content: @@ -79414,9 +79408,9 @@ paths: description: Response content: application/json: - schema: *208 + schema: *206 examples: - default: *209 + default: *207 x-github: triggersNotification: true githubCloudOnly: false @@ -79440,17 +79434,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *513 - - *207 - - *210 + - *511 + - *205 + - *208 responses: '200': description: Response content: application/json: - schema: *208 + schema: *206 examples: - default: *209 + default: *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79472,9 +79466,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *513 - - *207 - - *210 + - *511 + - *205 + - *208 requestBody: required: true content: @@ -79496,9 +79490,9 @@ paths: description: Response content: application/json: - schema: *208 + schema: *206 examples: - default: *517 + default: *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79520,9 +79514,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *513 - - *207 - - *210 + - *511 + - *205 + - *208 responses: '204': description: Response @@ -79548,9 +79542,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *513 - - *207 - - *210 + - *511 + - *205 + - *208 - 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. @@ -79576,9 +79570,9 @@ paths: application/json: schema: type: array - items: *211 + items: *209 examples: - default: *213 + default: *211 headers: Link: *49 x-github: @@ -79602,9 +79596,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *513 - - *207 - - *210 + - *511 + - *205 + - *208 requestBody: required: true content: @@ -79636,9 +79630,9 @@ paths: description: Response content: application/json: - schema: *211 + schema: *209 examples: - default: *212 + default: *210 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79661,8 +79655,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *513 - - *207 + - *511 + - *205 - 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. @@ -79688,9 +79682,9 @@ paths: application/json: schema: type: array - items: *211 + items: *209 examples: - default: *213 + default: *211 headers: Link: *49 x-github: @@ -79714,8 +79708,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *513 - - *207 + - *511 + - *205 requestBody: required: true content: @@ -79747,9 +79741,9 @@ paths: description: Response content: application/json: - schema: *211 + schema: *209 examples: - default: *212 + default: *210 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -79772,7 +79766,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *513 + - *511 - *17 - *19 responses: @@ -79809,7 +79803,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *513 + - *511 - name: role description: Filters members returned by their role in the team. in: query @@ -79860,7 +79854,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *513 + - *511 - *113 responses: '204': @@ -79896,7 +79890,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *513 + - *511 - *113 responses: '204': @@ -79935,7 +79929,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *513 + - *511 - *113 responses: '204': @@ -79971,16 +79965,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *513 + - *511 - *113 responses: '200': description: Response content: application/json: - schema: *215 + schema: *213 examples: - response-if-user-is-a-team-maintainer: *518 + response-if-user-is-a-team-maintainer: *516 '404': *6 x-github: githubCloudOnly: false @@ -80011,7 +80005,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *513 + - *511 - *113 requestBody: required: false @@ -80037,9 +80031,9 @@ paths: description: Response content: application/json: - schema: *215 + schema: *213 examples: - response-if-users-membership-with-team-is-now-pending: *519 + response-if-users-membership-with-team-is-now-pending: *517 '403': description: Forbidden if team synchronization is set up '422': @@ -80071,7 +80065,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *513 + - *511 - *113 responses: '204': @@ -80100,7 +80094,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *513 + - *511 - *17 - *19 responses: @@ -80110,9 +80104,9 @@ paths: application/json: schema: type: array - items: *216 + items: *214 examples: - default: *520 + default: *518 headers: Link: *49 '404': *6 @@ -80138,16 +80132,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *513 - - *217 + - *511 + - *215 responses: '200': description: Response content: application/json: - schema: *216 + schema: *214 examples: - default: *521 + default: *519 '404': description: Not Found if project is not managed by this team x-github: @@ -80171,8 +80165,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *513 - - *217 + - *511 + - *215 requestBody: required: false content: @@ -80239,8 +80233,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *513 - - *217 + - *511 + - *215 responses: '204': description: Response @@ -80268,7 +80262,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *513 + - *511 - *17 - *19 responses: @@ -80308,15 +80302,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *513 - - *218 - - *219 + - *511 + - *216 + - *217 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *522 + schema: *520 examples: alternative-response-with-extra-repository-information: value: @@ -80585,9 +80579,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *513 - - *218 - - *219 + - *511 + - *216 + - *217 requestBody: required: false content: @@ -80636,9 +80630,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *513 - - *218 - - *219 + - *511 + - *216 + - *217 responses: '204': description: Response @@ -80664,7 +80658,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *513 + - *511 - *17 - *19 responses: @@ -80676,7 +80670,7 @@ paths: type: array items: *122 examples: - response-if-child-teams-exist: *523 + response-if-child-teams-exist: *521 headers: Link: *49 '404': *6 @@ -80711,7 +80705,7 @@ paths: application/json: schema: oneOf: - - &525 + - &523 title: Private User description: Private User type: object @@ -80910,7 +80904,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *524 + - *522 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -81063,7 +81057,7 @@ paths: description: Response content: application/json: - schema: *525 + schema: *523 examples: default: value: @@ -81413,7 +81407,7 @@ paths: application/json: schema: *153 examples: - default: *331 + default: *329 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -81421,7 +81415,7 @@ paths: application/json: schema: *153 examples: - default: *331 + default: *329 '401': *24 '403': *28 '404': *6 @@ -81465,7 +81459,7 @@ paths: type: integer secrets: type: array - items: &526 + items: &524 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -81505,7 +81499,7 @@ paths: - visibility - selected_repositories_url examples: - default: *334 + default: *332 headers: Link: *49 x-github: @@ -81581,7 +81575,7 @@ paths: description: Response content: application/json: - schema: *526 + schema: *524 examples: default: value: @@ -82110,7 +82104,7 @@ paths: application/json: schema: *153 examples: - default: *331 + default: *329 '304': *36 '500': *120 '401': *24 @@ -82170,7 +82164,7 @@ paths: application/json: schema: *153 examples: - default: *331 + default: *329 '401': *24 '403': *28 '404': *6 @@ -82231,7 +82225,7 @@ paths: description: Response content: application/json: - schema: &527 + schema: &525 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -82272,7 +82266,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &528 + default: &526 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -82319,9 +82313,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *525 examples: - default: *528 + default: *526 '404': *6 x-github: githubCloudOnly: false @@ -82360,9 +82354,9 @@ paths: type: integer machines: type: array - items: *529 + items: *527 examples: - default: *530 + default: *528 '304': *36 '500': *120 '401': *24 @@ -82442,13 +82436,13 @@ paths: nullable: true owner: *18 billable_owner: *18 - repository: *233 + repository: *231 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *332 - required: *333 + properties: *330 + required: *331 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -83232,7 +83226,7 @@ paths: application/json: schema: *153 examples: - default: *331 + default: *329 '304': *36 '500': *120 '400': *14 @@ -83244,7 +83238,7 @@ paths: schema: *2 '403': *28 '404': *6 - '409': *266 + '409': *264 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83274,7 +83268,7 @@ paths: application/json: schema: *153 examples: - default: *331 + default: *329 '500': *120 '401': *24 '403': *28 @@ -83305,7 +83299,7 @@ paths: type: array items: *162 examples: - default: &543 + default: &541 value: - id: 197 name: hello_docker @@ -83406,7 +83400,7 @@ paths: application/json: schema: type: array - items: &531 + items: &529 title: Email description: Email type: object @@ -83468,9 +83462,9 @@ paths: application/json: schema: type: array - items: *531 + items: *529 examples: - default: &545 + default: &543 value: - email: octocat@github.com verified: true @@ -83544,7 +83538,7 @@ paths: application/json: schema: type: array - items: *531 + items: *529 examples: default: value: @@ -83796,7 +83790,7 @@ paths: application/json: schema: type: array - items: &532 + items: &530 title: GPG Key description: A unique encryption key type: object @@ -83925,7 +83919,7 @@ paths: - subkeys - revoked examples: - default: &555 + default: &553 value: - id: 3 name: Octocat's GPG Key @@ -84009,9 +84003,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *530 examples: - default: &533 + default: &531 value: id: 3 name: Octocat's GPG Key @@ -84066,7 +84060,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &534 + - &532 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -84078,9 +84072,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *530 examples: - default: *533 + default: *531 '404': *6 '304': *36 '403': *28 @@ -84102,7 +84096,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *534 + - *532 responses: '204': description: Response @@ -84297,7 +84291,7 @@ paths: type: array items: *51 examples: - default: *535 + default: *533 headers: Link: *49 '404': *6 @@ -84412,7 +84406,7 @@ paths: required: true content: application/json: - schema: *402 + schema: *400 examples: default: value: @@ -84556,7 +84550,7 @@ paths: application/json: schema: type: array - items: &536 + items: &534 title: Key description: Key type: object @@ -84651,9 +84645,9 @@ paths: description: Response content: application/json: - schema: *536 + schema: *534 examples: - default: &537 + default: &535 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -84685,15 +84679,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *430 + - *428 responses: '200': description: Response content: application/json: - schema: *536 + schema: *534 examples: - default: *537 + default: *535 '404': *6 '304': *36 '403': *28 @@ -84715,7 +84709,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *430 + - *428 responses: '204': description: Response @@ -84751,7 +84745,7 @@ paths: application/json: schema: type: array - items: &538 + items: &536 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -84819,7 +84813,7 @@ paths: - account - plan examples: - default: &539 + default: &537 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -84884,9 +84878,9 @@ paths: application/json: schema: type: array - items: *538 + items: *536 examples: - default: *539 + default: *537 headers: Link: *49 '304': *36 @@ -85881,7 +85875,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *161 - - *540 + - *538 responses: '204': description: Response @@ -85953,7 +85947,7 @@ paths: type: array items: *157 examples: - default: *541 + default: *539 headers: Link: *49 '304': *36 @@ -85995,7 +85989,7 @@ paths: - docker - nuget - container - - *542 + - *540 - *19 - *17 responses: @@ -86007,8 +86001,8 @@ paths: type: array items: *162 examples: - default: *543 - '400': *544 + default: *541 + '400': *542 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86037,7 +86031,7 @@ paths: application/json: schema: *162 examples: - default: &556 + default: &554 value: id: 40201 name: octo-name @@ -86484,9 +86478,9 @@ paths: application/json: schema: type: array - items: *531 + items: *529 examples: - default: *545 + default: *543 headers: Link: *49 '304': *36 @@ -86599,7 +86593,7 @@ paths: type: array items: *51 examples: - default: &553 + default: &551 summary: Default response value: - id: 1296269 @@ -86904,7 +86898,7 @@ paths: application/json: schema: *51 examples: - default: *546 + default: *544 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -86942,9 +86936,9 @@ paths: application/json: schema: type: array - items: *404 + items: *402 examples: - default: *547 + default: *545 headers: Link: *49 '304': *36 @@ -86972,7 +86966,7 @@ paths: '204': description: Response '403': *28 - '409': *266 + '409': *264 '404': *6 '304': *36 x-github: @@ -86994,7 +86988,7 @@ paths: responses: '204': description: Response - '409': *266 + '409': *264 '304': *36 '404': *6 '403': *28 @@ -87023,7 +87017,7 @@ paths: application/json: schema: type: array - items: &548 + items: &546 title: Social account description: Social media account type: object @@ -87038,7 +87032,7 @@ paths: - provider - url examples: - default: &549 + default: &547 value: - provider: twitter url: https://twitter.com/github @@ -87098,9 +87092,9 @@ paths: application/json: schema: type: array - items: *548 + items: *546 examples: - default: *549 + default: *547 '422': *15 '304': *36 '404': *6 @@ -87185,7 +87179,7 @@ paths: application/json: schema: type: array - items: &550 + items: &548 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -87205,7 +87199,7 @@ paths: - title - created_at examples: - default: &563 + default: &561 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -87271,9 +87265,9 @@ paths: description: Response content: application/json: - schema: *550 + schema: *548 examples: - default: &551 + default: &549 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -87304,7 +87298,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: - - &552 + - &550 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -87316,9 +87310,9 @@ paths: description: Response content: application/json: - schema: *550 + schema: *548 examples: - default: *551 + default: *549 '404': *6 '304': *36 '403': *28 @@ -87341,7 +87335,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: - - *552 + - *550 responses: '204': description: Response @@ -87368,7 +87362,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &564 + - &562 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 @@ -87393,11 +87387,11 @@ paths: type: array items: *51 examples: - default-response: *553 + default-response: *551 application/vnd.github.v3.star+json: schema: type: array - items: &565 + items: &563 title: Starred Repository description: Starred Repository type: object @@ -87553,8 +87547,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: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Response if this repository is starred by you @@ -87582,8 +87576,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Response @@ -87607,8 +87601,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Response @@ -87682,7 +87676,7 @@ paths: application/json: schema: type: array - items: *203 + items: *201 examples: default: value: @@ -87756,7 +87750,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *554 + - *552 - *17 responses: '200': @@ -87805,8 +87799,8 @@ paths: application/json: schema: oneOf: - - *525 - - *524 + - *523 + - *522 examples: default-response: summary: Default response @@ -87912,7 +87906,7 @@ paths: type: array items: *162 examples: - default: *543 + default: *541 '403': *28 '401': *24 x-github: @@ -88308,9 +88302,9 @@ paths: application/json: schema: type: array - items: *532 + items: *530 examples: - default: *555 + default: *553 headers: Link: *49 x-github: @@ -88417,7 +88411,7 @@ paths: application/json: schema: *21 examples: - default: *401 + default: *399 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88495,7 +88489,7 @@ paths: type: array items: *157 examples: - default: *541 + default: *539 headers: Link: *49 x-github: @@ -88534,7 +88528,7 @@ paths: - docker - nuget - container - - *542 + - *540 - *113 - *19 - *17 @@ -88547,10 +88541,10 @@ paths: type: array items: *162 examples: - default: *543 + default: *541 '403': *28 '401': *24 - '400': *544 + '400': *542 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88580,7 +88574,7 @@ paths: application/json: schema: *162 examples: - default: *556 + default: *554 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89169,9 +89163,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *555 examples: - default: *558 + default: *556 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89199,9 +89193,9 @@ paths: description: Response content: application/json: - schema: *559 + schema: *557 examples: - default: *560 + default: *558 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89229,9 +89223,9 @@ paths: description: Response content: application/json: - schema: *561 + schema: *559 examples: - default: *562 + default: *560 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89259,9 +89253,9 @@ paths: application/json: schema: type: array - items: *548 + items: *546 examples: - default: *549 + default: *547 headers: Link: *49 x-github: @@ -89291,9 +89285,9 @@ paths: application/json: schema: type: array - items: *550 + items: *548 examples: - default: *563 + default: *561 headers: Link: *49 x-github: @@ -89316,7 +89310,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *113 - - *564 + - *562 - *38 - *17 - *19 @@ -89328,11 +89322,11 @@ paths: schema: anyOf: - type: array - items: *565 + items: *563 - type: array items: *51 examples: - default-response: *553 + default-response: *551 headers: Link: *49 x-github: @@ -89491,7 +89485,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &566 + enterprise: &564 title: Enterprise description: | An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -89549,7 +89543,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &567 + installation: &565 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -89568,7 +89562,7 @@ x-webhooks: required: - id - node_id - organization: &568 + organization: &566 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -89628,13 +89622,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &569 + repository: &567 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: &576 + properties: &574 id: description: Unique identifier of the repository example: 42 @@ -90310,7 +90304,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &577 + required: &575 - archive_url - assignees_url - blobs_url @@ -90384,7 +90378,7 @@ x-webhooks: - watchers_count - created_at - updated_at - sender: &570 + sender: &568 title: Simple User description: The GitHub user that triggered the event. This property is included in every webhook payload. @@ -90556,11 +90550,11 @@ x-webhooks: type: string enum: - enabled - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - repository @@ -90635,10 +90629,10 @@ x-webhooks: type: string enum: - created - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -90769,7 +90763,7 @@ x-webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *570 + sender: *568 required: - action - rule @@ -90845,10 +90839,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -90979,7 +90973,7 @@ x-webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *570 + sender: *568 required: - action - rule @@ -91123,10 +91117,10 @@ x-webhooks: - everyone required: - from - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -91257,7 +91251,7 @@ x-webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *570 + sender: *568 required: - action - rule @@ -91339,7 +91333,7 @@ x-webhooks: type: string enum: - completed - check_run: &572 + check_run: &570 title: CheckRun description: A check performed on the code of a given code change type: object @@ -91402,7 +91396,7 @@ x-webhooks: type: string pull_requests: type: array - items: *300 + items: *298 repository: *109 status: example: completed @@ -91440,7 +91434,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *571 + deployment: *569 details_url: example: https://example.com type: string @@ -91490,7 +91484,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *300 + items: *298 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -91525,10 +91519,10 @@ x-webhooks: - output - app - pull_requests - installation: *567 - organization: *568 - repository: *569 - sender: *570 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - check_run - repository @@ -91919,11 +91913,11 @@ x-webhooks: type: string enum: - created - check_run: *572 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + check_run: *570 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - check_run - repository @@ -92317,10 +92311,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *572 - installation: *567 - organization: *568 - repository: *569 + check_run: *570 + installation: *565 + organization: *566 + repository: *567 requested_action: description: The action requested by the user. type: object @@ -92329,7 +92323,7 @@ x-webhooks: description: The integrator reference of the action requested by the user. type: string - sender: *570 + sender: *568 required: - action - check_run @@ -92724,11 +92718,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *572 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + check_run: *570 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - check_run - repository @@ -93697,11 +93691,11 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - check_suite @@ -94363,11 +94357,11 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - check_suite @@ -95023,11 +95017,11 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - check_suite @@ -95329,16 +95323,16 @@ x-webhooks: action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - alert @@ -95658,16 +95652,16 @@ x-webhooks: action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - alert @@ -95761,7 +95755,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *316 + dismissed_comment: *314 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -95927,16 +95921,16 @@ x-webhooks: action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - alert @@ -96259,16 +96253,16 @@ x-webhooks: action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - alert @@ -96524,17 +96518,17 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 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: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - alert @@ -96764,16 +96758,16 @@ x-webhooks: action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - alert @@ -97026,11 +97020,11 @@ x-webhooks: - updated_at - author_association - body - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - comment @@ -97109,13 +97103,13 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *568 + organization: *566 pusher_type: description: The pusher type for the event. Can be either `user` or a deploy key. @@ -97130,8 +97124,8 @@ x-webhooks: enum: - tag - branch - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - ref - ref_type @@ -97208,9 +97202,9 @@ x-webhooks: title: delete event type: object properties: - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 pusher_type: description: The pusher type for the event. Can be either `user` or a deploy key. @@ -97225,8 +97219,8 @@ x-webhooks: enum: - tag - branch - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - ref - ref_type @@ -97307,12 +97301,12 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *363 - installation: *567 - organization: *568 - enterprise: *566 - repository: *569 - sender: *570 + alert: *361 + installation: *565 + organization: *566 + enterprise: *564 + repository: *567 + sender: *568 required: - action - alert @@ -97392,12 +97386,12 @@ x-webhooks: type: string enum: - auto_reopened - alert: *363 - installation: *567 - organization: *568 - enterprise: *566 - repository: *569 - sender: *570 + alert: *361 + installation: *565 + organization: *566 + enterprise: *564 + repository: *567 + sender: *568 required: - action - alert @@ -97479,12 +97473,12 @@ x-webhooks: type: string enum: - created - alert: *363 - installation: *567 - organization: *568 - enterprise: *566 - repository: *569 - sender: *570 + alert: *361 + installation: *565 + organization: *566 + enterprise: *564 + repository: *567 + sender: *568 required: - action - alert @@ -97564,12 +97558,12 @@ x-webhooks: type: string enum: - dismissed - alert: *363 - installation: *567 - organization: *568 - enterprise: *566 - repository: *569 - sender: *570 + alert: *361 + installation: *565 + organization: *566 + enterprise: *564 + repository: *567 + sender: *568 required: - action - alert @@ -97649,12 +97643,12 @@ x-webhooks: type: string enum: - fixed - alert: *363 - installation: *567 - organization: *568 - enterprise: *566 - repository: *569 - sender: *570 + alert: *361 + installation: *565 + organization: *566 + enterprise: *564 + repository: *567 + sender: *568 required: - action - alert @@ -97735,12 +97729,12 @@ x-webhooks: type: string enum: - reintroduced - alert: *363 - installation: *567 - organization: *568 - enterprise: *566 - repository: *569 - sender: *570 + alert: *361 + installation: *565 + organization: *566 + enterprise: *564 + repository: *567 + sender: *568 required: - action - alert @@ -97820,12 +97814,12 @@ x-webhooks: type: string enum: - reopened - alert: *363 - installation: *567 - organization: *568 - enterprise: *566 - repository: *569 - sender: *570 + alert: *361 + installation: *565 + organization: *566 + enterprise: *564 + repository: *567 + sender: *568 required: - action - alert @@ -97901,8 +97895,8 @@ x-webhooks: type: string enum: - created - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 key: description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. @@ -97937,9 +97931,9 @@ x-webhooks: - verified - created_at - read_only - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - key @@ -98015,8 +98009,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 key: description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. @@ -98051,9 +98045,9 @@ x-webhooks: - verified - created_at - read_only - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - key @@ -98609,11 +98603,11 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 workflow: title: Workflow type: object @@ -99336,14 +99330,14 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *369 + deployment: *367 pull_requests: type: array - items: *450 - repository: *569 - organization: *568 - installation: *567 - sender: *570 + items: *448 + repository: *567 + organization: *566 + installation: *565 + sender: *568 responses: '200': description: Return a 200 status to indicate that the data was received @@ -99454,10 +99448,10 @@ x-webhooks: type: string comment: type: string - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 reviewers: type: array items: @@ -99534,7 +99528,7 @@ x-webhooks: type: string enum: - User - sender: *570 + sender: *568 since: type: string workflow_job_run: @@ -100301,10 +100295,10 @@ x-webhooks: type: string comment: type: string - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 reviewers: type: array items: @@ -100381,7 +100375,7 @@ x-webhooks: type: string enum: - User - sender: *570 + sender: *568 since: type: string workflow_job_run: @@ -101107,12 +101101,12 @@ x-webhooks: type: string enum: - requested - enterprise: *566 + enterprise: *564 environment: type: string - installation: *567 - organization: *568 - repository: *569 + installation: *565 + organization: *566 + repository: *567 requestor: title: User type: object @@ -101256,7 +101250,7 @@ x-webhooks: enum: - User - Team - sender: *570 + sender: *568 since: type: string workflow_job_run: @@ -102988,11 +102982,11 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 workflow: title: Workflow type: object @@ -103862,7 +103856,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &573 + discussion: &571 title: Discussion description: A Discussion in a repository. type: object @@ -104162,11 +104156,11 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - discussion @@ -104291,12 +104285,12 @@ x-webhooks: - from required: - category - discussion: *573 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + discussion: *571 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - changes @@ -104377,12 +104371,12 @@ x-webhooks: type: string enum: - closed - discussion: *573 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + discussion: *571 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - discussion @@ -104616,12 +104610,12 @@ x-webhooks: - updated_at - body - reactions - discussion: *573 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + discussion: *571 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - comment @@ -104856,12 +104850,12 @@ x-webhooks: - updated_at - body - reactions - discussion: *573 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + discussion: *571 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - comment @@ -105108,12 +105102,12 @@ x-webhooks: - updated_at - body - reactions - discussion: *573 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + discussion: *571 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - changes @@ -105617,11 +105611,11 @@ x-webhooks: - answer_html_url - answer_chosen_at - answer_chosen_by - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - discussion @@ -105701,12 +105695,12 @@ x-webhooks: type: string enum: - deleted - discussion: *573 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + discussion: *571 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - discussion @@ -105804,12 +105798,12 @@ x-webhooks: type: string required: - from - discussion: *573 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + discussion: *571 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - discussion @@ -105889,9 +105883,9 @@ x-webhooks: type: string enum: - labeled - discussion: *573 - enterprise: *566 - installation: *567 + discussion: *571 + enterprise: *564 + installation: *565 label: title: Label type: object @@ -105924,9 +105918,9 @@ x-webhooks: - color - default - description - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - discussion @@ -106007,12 +106001,12 @@ x-webhooks: type: string enum: - locked - discussion: *573 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + discussion: *571 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - discussion @@ -106092,12 +106086,12 @@ x-webhooks: type: string enum: - pinned - discussion: *573 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + discussion: *571 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - discussion @@ -106177,12 +106171,12 @@ x-webhooks: type: string enum: - reopened - discussion: *573 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + discussion: *571 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - discussion @@ -106265,17 +106259,17 @@ x-webhooks: changes: type: object properties: - new_discussion: *573 - new_repository: *569 + new_discussion: *571 + new_repository: *567 required: - new_discussion - new_repository - discussion: *573 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + discussion: *571 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - changes @@ -106356,7 +106350,7 @@ x-webhooks: type: string enum: - unanswered - discussion: *573 + discussion: *571 old_answer: type: object properties: @@ -106511,9 +106505,9 @@ x-webhooks: - created_at - updated_at - body - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - discussion @@ -106593,9 +106587,9 @@ x-webhooks: type: string enum: - unlabeled - discussion: *573 - enterprise: *566 - installation: *567 + discussion: *571 + enterprise: *564 + installation: *565 label: title: Label type: object @@ -106628,9 +106622,9 @@ x-webhooks: - color - default - description - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - discussion @@ -106711,12 +106705,12 @@ x-webhooks: type: string enum: - unlocked - discussion: *573 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + discussion: *571 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - discussion @@ -106796,12 +106790,12 @@ x-webhooks: type: string enum: - unpinned - discussion: *573 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + discussion: *571 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - discussion @@ -106873,7 +106867,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *566 + enterprise: *564 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -107530,10 +107524,10 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *567 - organization: *568 - repository: *569 - sender: *570 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - forkee - repository @@ -107611,11 +107605,11 @@ x-webhooks: type: string enum: - revoked - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - sender @@ -107682,9 +107676,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 pages: description: The pages that were updated. type: array @@ -107721,8 +107715,8 @@ x-webhooks: - action - sha - html_url - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - pages - repository @@ -107797,9 +107791,9 @@ x-webhooks: type: string enum: - created - enterprise: *566 + enterprise: *564 installation: *21 - organization: *568 + organization: *566 repositories: description: An array of repository objects that the installation can access. @@ -107826,7 +107820,7 @@ x-webhooks: - name - full_name - private - repository: *569 + repository: *567 requester: title: User type: object @@ -107894,7 +107888,7 @@ x-webhooks: required: - login - id - sender: *570 + sender: *568 required: - action - installation @@ -107968,9 +107962,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 + enterprise: *564 installation: *21 - organization: *568 + organization: *566 repositories: description: An array of repository objects that the installation can access. @@ -107997,10 +107991,10 @@ x-webhooks: - name - full_name - private - repository: *569 + repository: *567 requester: nullable: true - sender: *570 + sender: *568 required: - action - installation @@ -108073,9 +108067,9 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *566 + enterprise: *564 installation: *21 - organization: *568 + organization: *566 repositories: description: An array of repository objects that the installation can access. @@ -108102,10 +108096,10 @@ x-webhooks: - name - full_name - private - repository: *569 + repository: *567 requester: nullable: true - sender: *570 + sender: *568 required: - action - installation @@ -108178,9 +108172,9 @@ x-webhooks: type: string enum: - added - enterprise: *566 + enterprise: *564 installation: *21 - organization: *568 + organization: *566 repositories_added: description: An array of repository objects, which were added to the installation. @@ -108227,7 +108221,7 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *569 + repository: *567 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -108302,7 +108296,7 @@ x-webhooks: required: - login - id - sender: *570 + sender: *568 required: - action - installation @@ -108380,9 +108374,9 @@ x-webhooks: type: string enum: - removed - enterprise: *566 + enterprise: *564 installation: *21 - organization: *568 + organization: *566 repositories_added: description: An array of repository objects, which were added to the installation. @@ -108435,7 +108429,7 @@ x-webhooks: - name - full_name - private - repository: *569 + repository: *567 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -108510,7 +108504,7 @@ x-webhooks: required: - login - id - sender: *570 + sender: *568 required: - action - installation @@ -108588,9 +108582,9 @@ x-webhooks: type: string enum: - suspend - enterprise: *566 + enterprise: *564 installation: *21 - organization: *568 + organization: *566 repositories: description: An array of repository objects that the installation can access. @@ -108617,10 +108611,10 @@ x-webhooks: - name - full_name - private - repository: *569 + repository: *567 requester: nullable: true - sender: *570 + sender: *568 required: - action - installation @@ -108793,11 +108787,11 @@ x-webhooks: type: string required: - from - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 target_type: type: string required: @@ -108875,9 +108869,9 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *566 + enterprise: *564 installation: *21 - organization: *568 + organization: *566 repositories: description: An array of repository objects that the installation can access. @@ -108904,10 +108898,10 @@ x-webhooks: - name - full_name - private - repository: *569 + repository: *567 requester: nullable: true - sender: *570 + sender: *568 required: - action - installation @@ -109153,8 +109147,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -110281,9 +110275,9 @@ x-webhooks: - state - locked - assignee - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -110534,8 +110528,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -111658,9 +111652,9 @@ x-webhooks: - state - locked - assignee - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -111923,8 +111917,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -113050,9 +113044,9 @@ x-webhooks: - state - locked - assignee - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - changes @@ -113200,8 +113194,8 @@ x-webhooks: required: - login - id - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -114095,9 +114089,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -114176,8 +114170,8 @@ x-webhooks: type: string enum: - closed - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -115207,9 +115201,9 @@ x-webhooks: required: - state - closed_at - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -115287,8 +115281,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -116176,9 +116170,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -116256,8 +116250,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: allOf: - title: Issue @@ -117548,9 +117542,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -117648,8 +117642,8 @@ x-webhooks: type: string required: - from - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -118576,9 +118570,9 @@ x-webhooks: - color - default - description - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - changes @@ -118657,8 +118651,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -119584,9 +119578,9 @@ x-webhooks: - color - default - description - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -119665,8 +119659,8 @@ x-webhooks: type: string enum: - locked - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: allOf: - title: Issue @@ -120693,9 +120687,9 @@ x-webhooks: required: - locked - active_lock_reason - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -120773,8 +120767,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: allOf: - title: Issue @@ -122062,9 +122056,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -123490,8 +123484,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -124383,9 +124377,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -124464,8 +124458,8 @@ x-webhooks: type: string enum: - pinned - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -125352,9 +125346,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -125432,8 +125426,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: allOf: - title: Issue @@ -126459,9 +126453,9 @@ x-webhooks: type: string required: - state - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -127888,8 +127882,8 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -128776,9 +128770,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - changes @@ -128926,8 +128920,8 @@ x-webhooks: required: - login - id - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -129821,9 +129815,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -129901,8 +129895,8 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -130828,9 +130822,9 @@ x-webhooks: - color - default - description - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -130909,8 +130903,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: allOf: - title: Issue @@ -131927,9 +131921,9 @@ x-webhooks: required: - locked - active_lock_reason - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -132008,8 +132002,8 @@ x-webhooks: type: string enum: - unpinned - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -132896,9 +132890,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -132976,8 +132970,8 @@ x-webhooks: type: string enum: - created - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 label: title: Label type: object @@ -133010,9 +133004,9 @@ x-webhooks: - color - default - description - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - label @@ -133089,8 +133083,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 label: title: Label type: object @@ -133123,9 +133117,9 @@ x-webhooks: - color - default - description - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - label @@ -133234,8 +133228,8 @@ x-webhooks: type: string required: - from - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 label: title: Label type: object @@ -133268,9 +133262,9 @@ x-webhooks: - color - default - description - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - label @@ -133351,8 +133345,8 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -133494,7 +133488,7 @@ x-webhooks: type: integer required: - next_billing_date - organization: *568 + organization: *566 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -133575,8 +133569,8 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - effective_date @@ -133655,8 +133649,8 @@ x-webhooks: - changed effective_date: type: string - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -133798,7 +133792,7 @@ x-webhooks: type: integer required: - next_billing_date - organization: *568 + organization: *566 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -133881,8 +133875,8 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - effective_date @@ -133963,8 +133957,8 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -134106,7 +134100,7 @@ x-webhooks: type: integer required: - next_billing_date - organization: *568 + organization: *566 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -134188,8 +134182,8 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - effective_date @@ -134269,8 +134263,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -134358,7 +134352,7 @@ x-webhooks: type: string required: - next_billing_date - organization: *568 + organization: *566 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -134439,8 +134433,8 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - effective_date @@ -134519,8 +134513,8 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -134662,7 +134656,7 @@ x-webhooks: type: integer required: - next_billing_date - organization: *568 + organization: *566 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -134743,8 +134737,8 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - effective_date @@ -134832,8 +134826,8 @@ x-webhooks: - read required: - to - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 member: title: User type: object @@ -134901,9 +134895,9 @@ x-webhooks: required: - login - id - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - member @@ -135002,8 +134996,8 @@ x-webhooks: to: type: string nullable: true - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 member: title: User type: object @@ -135071,9 +135065,9 @@ x-webhooks: required: - login - id - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - changes @@ -135151,8 +135145,8 @@ x-webhooks: type: string enum: - removed - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 member: title: User type: object @@ -135220,9 +135214,9 @@ x-webhooks: required: - login - id - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - member @@ -135299,8 +135293,8 @@ x-webhooks: type: string enum: - added - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 member: title: User type: object @@ -135368,8 +135362,8 @@ x-webhooks: required: - login - id - organization: *568 - repository: *569 + organization: *566 + repository: *567 scope: description: The scope of the membership. Currently, can only be `team`. @@ -135633,8 +135627,8 @@ x-webhooks: type: string enum: - removed - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 member: title: User type: object @@ -135702,8 +135696,8 @@ x-webhooks: required: - login - id - organization: *568 - repository: *569 + organization: *566 + repository: *567 scope: description: The scope of the membership. Currently, can only be `team`. @@ -135972,8 +135966,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *567 - merge_group: &575 + installation: *565 + merge_group: &573 type: object title: Merge Group description: 'A group of pull requests that the merge queue has @@ -135994,16 +135988,16 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *574 + head_commit: *572 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - merge_group @@ -136088,11 +136082,11 @@ x-webhooks: - merged - invalidated - dequeued - installation: *567 - merge_group: *575 - organization: *568 - repository: *569 - sender: *570 + installation: *565 + merge_group: *573 + organization: *566 + repository: *567 + sender: *568 required: - action - merge_group @@ -136164,7 +136158,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 + enterprise: *564 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -136272,18 +136266,18 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *567 - organization: *568 + installation: *565 + organization: *566 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: *576 - required: *577 + properties: *574 + required: *575 nullable: true - sender: *570 + sender: *568 required: - action - hook_id @@ -136362,8 +136356,8 @@ x-webhooks: type: string enum: - closed - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -136500,9 +136494,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - milestone @@ -136580,8 +136574,8 @@ x-webhooks: type: string enum: - created - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -136717,9 +136711,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - milestone @@ -136797,8 +136791,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -136935,9 +136929,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - milestone @@ -137046,8 +137040,8 @@ x-webhooks: type: string required: - from - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -137184,9 +137178,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - changes @@ -137265,8 +137259,8 @@ x-webhooks: type: string enum: - opened - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -137402,9 +137396,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - milestone @@ -137549,11 +137543,11 @@ x-webhooks: required: - login - id - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - blocked_user @@ -137698,11 +137692,11 @@ x-webhooks: required: - login - id - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - blocked_user @@ -137780,8 +137774,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 membership: title: Membership description: The membership between the user and the organization. @@ -137871,9 +137865,9 @@ x-webhooks: - role - organization_url - user - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - organization @@ -137950,8 +137944,8 @@ x-webhooks: type: string enum: - member_added - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 membership: title: Membership description: The membership between the user and the organization. @@ -138041,9 +138035,9 @@ x-webhooks: - role - organization_url - user - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - membership @@ -138121,8 +138115,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -138236,9 +138230,9 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 user: title: User type: object @@ -138383,8 +138377,8 @@ x-webhooks: type: string enum: - member_removed - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 membership: title: Membership description: The membership between the user and the organization. @@ -138474,9 +138468,9 @@ x-webhooks: - role - organization_url - user - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - membership @@ -138562,8 +138556,8 @@ x-webhooks: properties: from: type: string - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 membership: title: Membership description: The membership between the user and the organization. @@ -138653,9 +138647,9 @@ x-webhooks: - role - organization_url - user - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - organization @@ -138730,9 +138724,9 @@ x-webhooks: type: string enum: - published - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 package: description: Information about the package. type: object @@ -139225,7 +139219,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &578 + items: &576 title: Ruby Gems metadata type: object properties: @@ -139320,8 +139314,8 @@ x-webhooks: - owner - package_version - registry - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - package @@ -139396,9 +139390,9 @@ x-webhooks: type: string enum: - updated - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 package: description: Information about the package. type: object @@ -139745,7 +139739,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *578 + items: *576 source_url: type: string format: uri @@ -139815,8 +139809,8 @@ x-webhooks: - owner - package_version - registry - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - package @@ -139990,13 +139984,13 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *566 + enterprise: *564 id: type: integer - installation: *567 - organization: *568 - repository: *569 - sender: *570 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - id - build @@ -140074,7 +140068,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &579 + personal_access_token_request: &577 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -140208,9 +140202,9 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - organization: *568 - sender: *570 - installation: *567 + organization: *566 + sender: *568 + installation: *565 required: - action - personal_access_token_request @@ -140288,10 +140282,10 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *579 - organization: *568 - sender: *570 - installation: *567 + personal_access_token_request: *577 + organization: *566 + sender: *568 + installation: *565 required: - action - personal_access_token_request @@ -140368,10 +140362,10 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *579 - organization: *568 - sender: *570 - installation: *567 + personal_access_token_request: *577 + organization: *566 + sender: *568 + installation: *565 required: - action - personal_access_token_request @@ -140448,10 +140442,10 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *579 - organization: *568 - sender: *570 - installation: *567 + personal_access_token_request: *577 + organization: *566 + sender: *568 + installation: *565 required: - action - personal_access_token_request @@ -140555,7 +140549,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *580 + last_response: *578 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -140587,9 +140581,9 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 zen: description: Random string of GitHub zen. type: string @@ -140831,9 +140825,9 @@ x-webhooks: - from required: - note - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 project_card: title: Project Card type: object @@ -140951,8 +140945,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - changes @@ -141030,9 +141024,9 @@ x-webhooks: type: string enum: - created - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 project_card: title: Project Card type: object @@ -141150,8 +141144,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - project_card @@ -141228,9 +141222,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 project_card: title: Project Card type: object @@ -141356,10 +141350,10 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *576 - required: *577 + properties: *574 + required: *575 nullable: true - sender: *570 + sender: *568 required: - action - project_card @@ -141449,9 +141443,9 @@ x-webhooks: - from required: - note - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 project_card: title: Project Card type: object @@ -141569,8 +141563,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - changes @@ -141661,9 +141655,9 @@ x-webhooks: - from required: - column_id - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 project_card: allOf: - title: Project Card @@ -141851,8 +141845,8 @@ x-webhooks: type: string required: - after_id - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - project_card @@ -141929,9 +141923,9 @@ x-webhooks: type: string enum: - closed - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 project: title: Project type: object @@ -142054,8 +142048,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - project @@ -142132,9 +142126,9 @@ x-webhooks: type: string enum: - created - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 project_column: title: Project Column type: object @@ -142174,8 +142168,8 @@ x-webhooks: - name - created_at - updated_at - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - project_column @@ -142251,9 +142245,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 project_column: title: Project Column type: object @@ -142299,10 +142293,10 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *576 - required: *577 + properties: *574 + required: *575 nullable: true - sender: *570 + sender: *568 required: - action - project_column @@ -142388,9 +142382,9 @@ x-webhooks: type: string required: - from - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 project_column: title: Project Column type: object @@ -142430,8 +142424,8 @@ x-webhooks: - name - created_at - updated_at - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - changes @@ -142508,9 +142502,9 @@ x-webhooks: type: string enum: - moved - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 project_column: title: Project Column type: object @@ -142550,8 +142544,8 @@ x-webhooks: - name - created_at - updated_at - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - project_column @@ -142628,9 +142622,9 @@ x-webhooks: type: string enum: - created - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 project: title: Project type: object @@ -142753,8 +142747,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - project @@ -142831,9 +142825,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 project: title: Project type: object @@ -142962,10 +142956,10 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *576 - required: *577 + properties: *574 + required: *575 nullable: true - sender: *570 + sender: *568 required: - action - project @@ -143063,9 +143057,9 @@ x-webhooks: type: string required: - from - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 project: title: Project type: object @@ -143188,8 +143182,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - project @@ -143265,9 +143259,9 @@ x-webhooks: type: string enum: - reopened - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 project: title: Project type: object @@ -143390,8 +143384,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - project @@ -143470,9 +143464,9 @@ x-webhooks: type: string enum: - closed - installation: *567 - organization: *568 - projects_v2: &581 + installation: *565 + organization: *566 + projects_v2: &579 title: Projects v2 Project description: A projects v2 project type: object @@ -143535,7 +143529,7 @@ x-webhooks: - short_description - deleted_at - deleted_by - sender: *570 + sender: *568 required: - action - projects_v2 @@ -143614,10 +143608,10 @@ x-webhooks: type: string enum: - created - installation: *567 - organization: *568 - projects_v2: *581 - sender: *570 + installation: *565 + organization: *566 + projects_v2: *579 + sender: *568 required: - action - projects_v2 @@ -143696,10 +143690,10 @@ x-webhooks: type: string enum: - deleted - installation: *567 - organization: *568 - projects_v2: *581 - sender: *570 + installation: *565 + organization: *566 + projects_v2: *579 + sender: *568 required: - action - projects_v2 @@ -143814,10 +143808,10 @@ x-webhooks: type: string to: type: string - installation: *567 - organization: *568 - projects_v2: *581 - sender: *570 + installation: *565 + organization: *566 + projects_v2: *579 + sender: *568 required: - action - projects_v2 @@ -143912,9 +143906,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *567 - organization: *568 - projects_v2_item: &582 + installation: *565 + organization: *566 + projects_v2_item: &580 title: Projects v2 Item description: An item belonging to a project type: object @@ -143956,7 +143950,7 @@ x-webhooks: - created_at - updated_at - archived_at - sender: *570 + sender: *568 required: - action - projects_v2_item @@ -144047,10 +144041,10 @@ x-webhooks: nullable: true to: type: string - installation: *567 - organization: *568 - projects_v2_item: *582 - sender: *570 + installation: *565 + organization: *566 + projects_v2_item: *580 + sender: *568 required: - action - projects_v2_item @@ -144130,10 +144124,10 @@ x-webhooks: type: string enum: - created - installation: *567 - organization: *568 - projects_v2_item: *582 - sender: *570 + installation: *565 + organization: *566 + projects_v2_item: *580 + sender: *568 required: - action - projects_v2_item @@ -144212,10 +144206,10 @@ x-webhooks: type: string enum: - deleted - installation: *567 - organization: *568 - projects_v2_item: *582 - sender: *570 + installation: *565 + organization: *566 + projects_v2_item: *580 + sender: *568 required: - action - projects_v2_item @@ -144322,10 +144316,10 @@ x-webhooks: nullable: true required: - body - installation: *567 - organization: *568 - projects_v2_item: *582 - sender: *570 + installation: *565 + organization: *566 + projects_v2_item: *580 + sender: *568 required: - action - projects_v2_item @@ -144418,10 +144412,10 @@ x-webhooks: to: type: string nullable: true - installation: *567 - organization: *568 - projects_v2_item: *582 - sender: *570 + installation: *565 + organization: *566 + projects_v2_item: *580 + sender: *568 required: - action - projects_v2_item @@ -144516,10 +144510,10 @@ x-webhooks: type: string nullable: true format: date-time - installation: *567 - organization: *568 - projects_v2_item: *582 - sender: *570 + installation: *565 + organization: *566 + projects_v2_item: *580 + sender: *568 required: - action - projects_v2_item @@ -144599,10 +144593,10 @@ x-webhooks: type: string enum: - reopened - installation: *567 - organization: *568 - projects_v2: *581 - sender: *570 + installation: *565 + organization: *566 + projects_v2: *579 + sender: *568 required: - action - projects_v2 @@ -144672,11 +144666,11 @@ x-webhooks: title: public event type: object properties: - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - repository - sender @@ -144819,12 +144813,12 @@ x-webhooks: required: - login - id - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -147080,8 +147074,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -147162,11 +147156,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -149419,8 +149413,8 @@ x-webhooks: - draft reason: type: string - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -149501,11 +149495,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -151759,8 +151753,8 @@ x-webhooks: - draft reason: type: string - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -151841,15 +151835,15 @@ x-webhooks: type: string enum: - closed - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: allOf: - - *450 + - *448 - type: object properties: allow_auto_merge: @@ -151911,8 +151905,8 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -151992,15 +151986,15 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: allOf: - - *450 + - *448 - type: object properties: allow_auto_merge: @@ -152062,8 +152056,8 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -152142,12 +152136,12 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *566 - milestone: *433 + enterprise: *564 + milestone: *431 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -154388,8 +154382,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -154467,11 +154461,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -156715,8 +156709,8 @@ x-webhooks: - draft reason: type: string - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -156838,15 +156832,15 @@ x-webhooks: type: string required: - from - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: allOf: - - *450 + - *448 - type: object properties: allow_auto_merge: @@ -156908,8 +156902,8 @@ x-webhooks: Please use `squash_merge_commit_title` instead. type: boolean default: false - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - changes @@ -156988,11 +156982,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -159234,8 +159228,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -159314,8 +159308,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 label: title: Label type: object @@ -159351,7 +159345,7 @@ x-webhooks: number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -161608,8 +161602,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -161689,12 +161683,12 @@ x-webhooks: type: string enum: - locked - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -163949,8 +163943,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -164029,12 +164023,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *566 - milestone: *433 + enterprise: *564 + milestone: *431 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -166275,8 +166269,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -166354,15 +166348,15 @@ x-webhooks: type: string enum: - opened - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: allOf: - - *450 + - *448 - type: object properties: allow_auto_merge: @@ -166424,8 +166418,8 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -166505,15 +166499,15 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: allOf: - - *450 + - *448 - type: object properties: allow_auto_merge: @@ -166575,8 +166569,8 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -166655,15 +166649,15 @@ x-webhooks: type: string enum: - reopened - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: allOf: - - *450 + - *448 - type: object properties: allow_auto_merge: @@ -166725,8 +166719,8 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -167088,9 +167082,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 pull_request: type: object properties: @@ -169237,8 +169231,8 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - comment @@ -169599,9 +169593,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 pull_request: type: object properties: @@ -171736,8 +171730,8 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - comment @@ -172110,9 +172104,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 pull_request: type: object properties: @@ -174248,8 +174242,8 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - changes @@ -174329,9 +174323,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 pull_request: title: Simple Pull Request type: object @@ -176481,7 +176475,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *569 + repository: *567 review: description: The review that was affected. type: object @@ -176630,7 +176624,7 @@ x-webhooks: - pull_request_url - author_association - _links - sender: *570 + sender: *568 required: - action - review @@ -176721,9 +176715,9 @@ x-webhooks: type: string required: - from - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 pull_request: title: Simple Pull Request type: object @@ -178754,7 +178748,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *569 + repository: *567 review: description: The review that was affected. type: object @@ -178899,7 +178893,7 @@ x-webhooks: - pull_request_url - author_association - _links - sender: *570 + sender: *568 required: - action - changes @@ -178981,12 +178975,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -181242,7 +181236,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *569 + repository: *567 requested_reviewer: title: User type: object @@ -181310,7 +181304,7 @@ x-webhooks: required: - login - id - sender: *570 + sender: *568 required: - requested_reviewer - action @@ -181324,12 +181318,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -183592,7 +183586,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *569 + repository: *567 requested_team: title: Team description: Groups of organization members that gives permissions @@ -183702,7 +183696,7 @@ x-webhooks: - members_url - repositories_url - permission - sender: *570 + sender: *568 required: - requested_team - action @@ -183784,12 +183778,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -186047,7 +186041,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *569 + repository: *567 requested_reviewer: title: User type: object @@ -186116,7 +186110,7 @@ x-webhooks: required: - login - id - sender: *570 + sender: *568 required: - requested_reviewer - action @@ -186130,12 +186124,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -188384,7 +188378,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *569 + repository: *567 requested_team: title: Team description: Groups of organization members that gives permissions @@ -188485,7 +188479,7 @@ x-webhooks: required: - name - id - sender: *570 + sender: *568 required: - requested_team - action @@ -188565,9 +188559,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 pull_request: title: Simple Pull Request type: object @@ -190719,7 +190713,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *569 + repository: *567 review: description: The review that was affected. type: object @@ -190864,7 +190858,7 @@ x-webhooks: - pull_request_url - author_association - _links - sender: *570 + sender: *568 required: - action - review @@ -190943,9 +190937,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 pull_request: title: Simple Pull Request type: object @@ -192992,8 +192986,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *569 - sender: *570 + repository: *567 + sender: *568 thread: type: object properties: @@ -193372,9 +193366,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 pull_request: title: Simple Pull Request type: object @@ -195407,8 +195401,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *569 - sender: *570 + repository: *567 + sender: *568 thread: type: object properties: @@ -195790,12 +195784,12 @@ x-webhooks: type: string before: type: string - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -198041,8 +198035,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -198191,12 +198185,12 @@ x-webhooks: required: - login - id - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -200454,8 +200448,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -200533,8 +200527,8 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 label: title: Label type: object @@ -200570,7 +200564,7 @@ x-webhooks: number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -202818,8 +202812,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -202899,12 +202893,12 @@ x-webhooks: type: string enum: - unlocked - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -205144,8 +205138,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -205341,7 +205335,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *566 + enterprise: *564 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -205433,8 +205427,8 @@ x-webhooks: - url - author - committer - installation: *567 - organization: *568 + installation: *565 + organization: *566 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -205914,7 +205908,7 @@ x-webhooks: - default_branch - topics - visibility - sender: *570 + sender: *568 required: - ref - before @@ -205999,9 +205993,9 @@ x-webhooks: type: string enum: - published - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 registry_package: type: object properties: @@ -206441,7 +206435,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *578 + items: *576 summary: type: string tag_name: @@ -206495,8 +206489,8 @@ x-webhooks: - owner - package_version - registry - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - registry_package @@ -206572,9 +206566,9 @@ x-webhooks: type: string enum: - updated - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 registry_package: type: object properties: @@ -206876,7 +206870,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *578 + items: *576 summary: type: string tag_name: @@ -206925,8 +206919,8 @@ x-webhooks: - owner - package_version - registry - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - registry_package @@ -207002,9 +206996,9 @@ x-webhooks: type: string enum: - created - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -207308,8 +207302,8 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - release @@ -207385,9 +207379,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -207691,8 +207685,8 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - release @@ -207799,9 +207793,9 @@ x-webhooks: type: boolean required: - to - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -208105,8 +208099,8 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - changes @@ -208183,9 +208177,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 release: allOf: - title: Release @@ -208579,8 +208573,8 @@ x-webhooks: nullable: true required: - prerelease - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - release @@ -208655,9 +208649,9 @@ x-webhooks: type: string enum: - published - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 release: allOf: - title: Release @@ -209048,8 +209042,8 @@ x-webhooks: nullable: true required: - published_at - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - release @@ -209124,9 +209118,9 @@ x-webhooks: type: string enum: - released - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -209430,8 +209424,8 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - release @@ -209506,9 +209500,9 @@ x-webhooks: type: string enum: - unpublished - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 release: allOf: - title: Release @@ -209898,8 +209892,8 @@ x-webhooks: nullable: true required: - published_at - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - release @@ -209974,12 +209968,12 @@ x-webhooks: type: string enum: - published - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - repository_advisory: *497 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + repository_advisory: *495 + sender: *568 required: - action - repository @@ -210054,12 +210048,12 @@ x-webhooks: type: string enum: - reported - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - repository_advisory: *497 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + repository_advisory: *495 + sender: *568 required: - action - repository @@ -210134,11 +210128,11 @@ x-webhooks: type: string enum: - archived - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - repository @@ -210214,11 +210208,11 @@ x-webhooks: type: string enum: - created - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - repository @@ -210295,11 +210289,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - repository @@ -210382,11 +210376,11 @@ x-webhooks: type: object nullable: true additionalProperties: true - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - branch @@ -210497,11 +210491,11 @@ x-webhooks: nullable: true items: type: string - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - changes @@ -210572,11 +210566,11 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 status: type: string enum: @@ -210656,11 +210650,11 @@ x-webhooks: type: string enum: - privatized - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - repository @@ -210736,11 +210730,11 @@ x-webhooks: type: string enum: - publicized - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - repository @@ -210833,11 +210827,11 @@ x-webhooks: - name required: - repository - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - changes @@ -210916,12 +210910,12 @@ x-webhooks: type: string enum: - created - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - repository_ruleset: *189 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + repository_ruleset: *187 + sender: *568 required: - action - repository_ruleset @@ -210998,12 +210992,12 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - repository_ruleset: *189 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + repository_ruleset: *187 + sender: *568 required: - action - repository_ruleset @@ -211080,11 +211074,11 @@ x-webhooks: type: string enum: - edited - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - repository_ruleset: *189 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + repository_ruleset: *187 changes: type: object properties: @@ -211103,16 +211097,16 @@ x-webhooks: properties: added: type: array - items: *184 + items: *182 deleted: type: array - items: *184 + items: *182 updated: type: array items: type: object properties: - condition: *184 + condition: *182 changes: type: object properties: @@ -211145,16 +211139,16 @@ x-webhooks: properties: added: type: array - items: *188 + items: *186 deleted: type: array - items: *188 + items: *186 updated: type: array items: type: object properties: - rule: *188 + rule: *186 changes: type: object properties: @@ -211173,7 +211167,7 @@ x-webhooks: properties: from: type: string - sender: *570 + sender: *568 required: - action - repository_ruleset @@ -211385,11 +211379,11 @@ x-webhooks: - from required: - owner - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - changes @@ -211466,11 +211460,11 @@ x-webhooks: type: string enum: - unarchived - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - repository @@ -211701,11 +211695,11 @@ x-webhooks: - open required: - state - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - alert @@ -212015,11 +212009,11 @@ x-webhooks: - dismiss_reason - dismissed_at - state - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - alert @@ -212250,11 +212244,11 @@ x-webhooks: - open required: - state - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - alert @@ -212490,11 +212484,11 @@ x-webhooks: - open required: - state - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - alert @@ -212571,7 +212565,7 @@ x-webhooks: type: string enum: - created - alert: &583 + alert: &581 type: object properties: number: *44 @@ -212639,11 +212633,11 @@ x-webhooks: description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' nullable: true - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - alert @@ -212723,12 +212717,12 @@ x-webhooks: type: string enum: - created - alert: *583 - installation: *567 - location: *584 - organization: *568 - repository: *569 - sender: *570 + alert: *581 + installation: *565 + location: *582 + organization: *566 + repository: *567 + sender: *568 required: - location - alert @@ -212963,12 +212957,12 @@ x-webhooks: type: string enum: - reopened - alert: *583 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + alert: *581 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - alert @@ -213045,12 +213039,12 @@ x-webhooks: type: string enum: - resolved - alert: *583 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + alert: *581 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - alert @@ -213127,12 +213121,12 @@ x-webhooks: type: string enum: - revoked - alert: *583 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + alert: *581 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - alert @@ -213207,10 +213201,10 @@ x-webhooks: type: string enum: - published - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -213321,7 +213315,7 @@ x-webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *570 + sender: *568 required: - action - security_advisory @@ -213394,10 +213388,10 @@ x-webhooks: type: string enum: - updated - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -213508,7 +213502,7 @@ x-webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *570 + sender: *568 required: - action - security_advisory @@ -213580,10 +213574,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -213693,7 +213687,7 @@ x-webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *570 + sender: *568 required: - action - security_advisory @@ -213766,12 +213760,12 @@ x-webhooks: from: type: object properties: - security_and_analysis: *231 - enterprise: *566 - installation: *567 - organization: *568 - repository: *233 - sender: *570 + security_and_analysis: *229 + enterprise: *564 + installation: *565 + organization: *566 + repository: *231 + sender: *568 required: - changes - repository @@ -213848,11 +213842,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 sponsorship: type: object properties: @@ -214148,11 +214142,11 @@ x-webhooks: type: string enum: - created - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 sponsorship: type: object properties: @@ -214462,11 +214456,11 @@ x-webhooks: type: string required: - from - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 sponsorship: type: object properties: @@ -214770,11 +214764,11 @@ x-webhooks: event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 sponsorship: type: object properties: @@ -215119,11 +215113,11 @@ x-webhooks: event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 sponsorship: type: object properties: @@ -215466,11 +215460,11 @@ x-webhooks: - from required: - tier - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 sponsorship: type: object properties: @@ -215766,11 +215760,11 @@ x-webhooks: type: string enum: - created - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 starred_at: description: 'The time the star was created. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. Will be `null` for @@ -215852,11 +215846,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 starred_at: description: 'The time the star was created. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. Will be `null` for @@ -216271,16 +216265,16 @@ x-webhooks: status. type: string nullable: true - enterprise: *566 + enterprise: *564 id: description: The unique identifier of the status. type: integer - installation: *567 + installation: *565 name: type: string - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 sha: description: The Commit SHA. type: string @@ -216381,11 +216375,11 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 team: title: Team description: Groups of organization members that gives permissions @@ -216576,9 +216570,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 repository: title: Repository description: A git repository @@ -217026,7 +217020,7 @@ x-webhooks: - default_branch - topics - visibility - sender: *570 + sender: *568 team: title: Team description: Groups of organization members that gives permissions @@ -217217,9 +217211,9 @@ x-webhooks: type: string enum: - created - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 repository: title: Repository description: A git repository @@ -217667,7 +217661,7 @@ x-webhooks: - default_branch - topics - visibility - sender: *570 + sender: *568 team: title: Team description: Groups of organization members that gives permissions @@ -217859,9 +217853,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 repository: title: Repository description: A git repository @@ -218309,7 +218303,7 @@ x-webhooks: - default_branch - topics - visibility - sender: *570 + sender: *568 team: title: Team description: Groups of organization members that gives permissions @@ -218568,9 +218562,9 @@ x-webhooks: - from required: - permissions - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 repository: title: Repository description: A git repository @@ -219018,7 +219012,7 @@ x-webhooks: - default_branch - topics - visibility - sender: *570 + sender: *568 team: title: Team description: Groups of organization members that gives permissions @@ -219211,9 +219205,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 repository: title: Repository description: A git repository @@ -219661,7 +219655,7 @@ x-webhooks: - default_branch - topics - visibility - sender: *570 + sender: *568 team: title: Team description: Groups of organization members that gives permissions @@ -219852,11 +219846,11 @@ x-webhooks: type: string enum: - started - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - repository @@ -219928,17 +219922,17 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *566 + enterprise: *564 inputs: type: object nullable: true additionalProperties: true - installation: *567 - organization: *568 + installation: *565 + organization: *566 ref: type: string - repository: *569 - sender: *570 + repository: *567 + sender: *568 workflow: type: string required: @@ -220019,11 +220013,11 @@ x-webhooks: type: string enum: - completed - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 workflow_job: allOf: - title: Workflow Job @@ -220259,7 +220253,7 @@ x-webhooks: type: string required: - conclusion - deployment: *369 + deployment: *367 required: - action - repository @@ -220338,11 +220332,11 @@ x-webhooks: type: string enum: - in_progress - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 workflow_job: allOf: - title: Workflow Job @@ -220601,7 +220595,7 @@ x-webhooks: required: - status - steps - deployment: *369 + deployment: *367 required: - action - repository @@ -220680,11 +220674,11 @@ x-webhooks: type: string enum: - queued - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 workflow_job: type: object properties: @@ -220818,7 +220812,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *369 + deployment: *367 required: - action - repository @@ -220897,11 +220891,11 @@ x-webhooks: type: string enum: - waiting - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 workflow_job: type: object properties: @@ -221036,7 +221030,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *369 + deployment: *367 required: - action - repository @@ -221116,11 +221110,11 @@ x-webhooks: type: string enum: - completed - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 workflow: title: Workflow type: object @@ -222606,11 +222600,11 @@ x-webhooks: type: string enum: - in_progress - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 workflow: title: Workflow type: object @@ -224096,11 +224090,11 @@ x-webhooks: type: string enum: - requested - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 workflow: title: Workflow type: object diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index 171aa60f35..f8d7a322eb 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -101630,89 +101630,8 @@ } }, "responses": { - "200": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "type": "array", - "items": { - "title": "Organization Repository Custom Property Values", - "description": "List of custom property values for a repository", - "type": "object", - "properties": { - "repository_id": { - "type": "integer", - "example": 1296269 - }, - "repository_name": { - "type": "string", - "example": "Hello-World" - }, - "repository_full_name": { - "type": "string", - "example": "octocat/Hello-World" - }, - "properties": { - "type": "array", - "items": { - "title": "Custom Property Value", - "description": "Custom property name and associated value", - "type": "object", - "properties": { - "property_name": { - "type": "string", - "description": "The name of the property" - }, - "value": { - "type": "string", - "description": "The value assigned to the property", - "nullable": true - } - }, - "required": [ - "property_name", - "value" - ] - }, - "description": "List of custom property names and associated values" - } - }, - "required": [ - "repository_id", - "repository_name", - "repository_full_name", - "properties" - ] - } - }, - "examples": { - "default": { - "value": [ - { - "repository_id": 1296269, - "repository_name": "Hello-World", - "repository_full_name": "octocat/Hello-World", - "properties": [ - { - "property_name": "environment", - "value": "production" - }, - { - "property_name": "service", - "value": "web" - }, - { - "property_name": "team", - "value": "octocat" - } - ] - } - ] - } - } - } - } + "204": { + "description": "No Content when custom property values are successfully created or updated" }, "403": { "description": "Forbidden", diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index c1c04f34e8..f0401fc3bb 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -588,7 +588,7 @@ paths: type: object nullable: true properties: - ecosystem: &197 + ecosystem: &195 type: string description: The package's language or package management ecosystem. @@ -772,7 +772,7 @@ paths: - subscriptions_url - type - url - type: &198 + type: &196 type: string description: The type of credit the user is receiving. enum: @@ -928,7 +928,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &499 + - &497 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -2632,7 +2632,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &220 + properties: &218 id: description: Unique identifier of the repository example: 42 @@ -3335,7 +3335,7 @@ paths: type: boolean description: Whether anonymous git access is enabled for this repository - required: &221 + required: &219 - archive_url - assignees_url - blobs_url @@ -7160,7 +7160,7 @@ paths: enum: - development - runtime - security_advisory: &361 + security_advisory: &359 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -7420,7 +7420,7 @@ paths: format: date-time readOnly: true nullable: true - auto_dismissed_at: &362 + auto_dismissed_at: &360 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -8047,7 +8047,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *43 - - &191 + - &189 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -8058,7 +8058,7 @@ paths: enum: - open - resolved - - &192 + - &190 name: secret_type in: query description: |- @@ -8068,7 +8068,7 @@ paths: required: false schema: type: string - - &193 + - &191 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -8077,7 +8077,7 @@ paths: required: false schema: type: string - - &194 + - &192 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. @@ -8100,7 +8100,7 @@ paths: application/json: schema: type: array - items: &195 + items: &193 type: object properties: number: *44 @@ -8119,14 +8119,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &494 + state: &492 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &495 + resolution: &493 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -8185,7 +8185,7 @@ paths: alert was closed nullable: true examples: - default: &196 + default: &194 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -8489,7 +8489,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &407 + properties: &405 id: type: integer format: int64 @@ -8600,7 +8600,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &346 + properties: &344 url: type: string format: uri @@ -8670,7 +8670,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &347 + required: &345 - closed_issues - creator - description @@ -8811,7 +8811,7 @@ paths: - hooray - eyes - rocket - required: &408 + required: &406 - assignee - closed_at - comments @@ -8833,7 +8833,7 @@ paths: - author_association - created_at - updated_at - comment: &405 + comment: &403 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -9389,7 +9389,7 @@ paths: url: type: string format: uri - user: &524 + user: &522 title: Public User description: Public User type: object @@ -12574,14 +12574,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &218 + - &216 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &219 + - &217 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -12652,7 +12652,7 @@ paths: '404': *6 '403': *28 '304': *36 - '301': &232 + '301': &230 description: Moved permanently content: application/json: @@ -12674,7 +12674,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &436 + - &434 name: all description: If `true`, show notifications marked as read. in: query @@ -12682,7 +12682,7 @@ paths: schema: type: boolean default: false - - &437 + - &435 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -12692,7 +12692,7 @@ paths: type: boolean default: false - *58 - - &438 + - &436 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: @@ -13002,7 +13002,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &231 + security_and_analysis: &229 nullable: true type: object properties: @@ -13130,7 +13130,7 @@ paths: - url - subscription_url examples: - default: &439 + default: &437 value: - id: '1' repository: @@ -13710,7 +13710,7 @@ paths: - avatar_url - description examples: - default: &541 + default: &539 value: - login: github id: 1 @@ -14315,7 +14315,7 @@ paths: oneOf: - *88 - *89 - '409': &266 + '409': &264 description: Conflict content: application/json: @@ -14430,7 +14430,7 @@ paths: type: integer repository_cache_usages: type: array - items: &237 + items: &235 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -14600,7 +14600,7 @@ paths: - all - local_only - selected - selected_actions_url: &243 + selected_actions_url: &241 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` @@ -14690,7 +14690,7 @@ paths: type: array items: *51 examples: - default: &535 + default: &533 value: total_count: 1 repositories: @@ -15016,7 +15016,7 @@ paths: description: Response content: application/json: - schema: &247 + schema: &245 type: object properties: default_workflow_permissions: &98 @@ -15067,7 +15067,7 @@ paths: required: false content: application/json: - schema: &248 + schema: &246 type: object properties: default_workflow_permissions: *98 @@ -15176,7 +15176,7 @@ paths: - busy - labels examples: - default: &249 + default: &247 value: total_count: 2 runners: @@ -15245,7 +15245,7 @@ paths: application/json: schema: type: array - items: &250 + items: &248 title: Runner Application description: Runner Application type: object @@ -15270,7 +15270,7 @@ paths: - download_url - filename examples: - default: &251 + default: &249 value: - os: osx architecture: x64 @@ -15357,7 +15357,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &252 + '201': &250 description: Response content: application/json: @@ -15466,7 +15466,7 @@ paths: - token - expires_at examples: - default: &253 + default: &251 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -15509,7 +15509,7 @@ paths: application/json: schema: *102 examples: - default: &254 + default: &252 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -15550,7 +15550,7 @@ paths: application/json: schema: *101 examples: - default: &255 + default: &253 value: id: 23 name: MBP @@ -15779,7 +15779,7 @@ paths: - *85 - *103 responses: - '200': &256 + '200': &254 description: Response content: application/json: @@ -15837,7 +15837,7 @@ paths: parameters: - *85 - *103 - - &257 + - &255 name: name description: The name of a self-hosted runner's custom label. in: path @@ -15969,7 +15969,7 @@ paths: description: Response content: application/json: - schema: &270 + schema: &268 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -15998,7 +15998,7 @@ paths: - key_id - key examples: - default: &271 + default: &269 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -16413,7 +16413,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - *85 - - &242 + - &240 name: per_page description: The number of results per page (max 30). in: query @@ -17029,7 +17029,7 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *85 - - &309 + - &307 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`, @@ -17039,7 +17039,7 @@ paths: schema: &117 type: string description: The name of the tool used to generate the code scanning analysis. - - &310 + - &308 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 @@ -17062,7 +17062,7 @@ paths: be returned. in: query required: false - schema: &312 + schema: &310 type: string description: State of a code scanning alert. enum: @@ -17085,7 +17085,7 @@ paths: be returned. in: query required: false - schema: &313 + schema: &311 type: string description: Severity of a code scanning alert. enum: @@ -17111,7 +17111,7 @@ paths: updated_at: *114 url: *46 html_url: *47 - instances_url: &314 + instances_url: &312 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -17133,7 +17133,7 @@ paths: required: *4 nullable: true dismissed_at: *116 - dismissed_reason: &315 + dismissed_reason: &313 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -17143,13 +17143,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &316 + dismissed_comment: &314 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &319 + rule: &317 type: object properties: id: @@ -17202,7 +17202,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &317 + tool: &315 type: object properties: name: *117 @@ -17212,15 +17212,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *118 - most_recent_instance: &318 + most_recent_instance: &316 type: object properties: - ref: &311 + ref: &309 type: string description: |- The full Git reference, formatted as `refs/heads/`, `refs/pull//merge`, or `refs/pull//head`. - analysis_key: &324 + analysis_key: &322 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -17231,7 +17231,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &325 + category: &323 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -17590,7 +17590,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &332 + properties: &330 name: type: string description: The name of the machine. @@ -17632,7 +17632,7 @@ paths: - ready - in_progress nullable: true - required: &333 + required: &331 - name - display_name - operating_system @@ -18502,7 +18502,7 @@ paths: - updated_at - visibility examples: - default: &334 + default: &332 value: total_count: 2 secrets: @@ -18541,7 +18541,7 @@ paths: description: Response content: application/json: - schema: &335 + schema: &333 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -18570,7 +18570,7 @@ paths: - key_id - key examples: - default: &336 + default: &334 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -18601,7 +18601,7 @@ paths: application/json: schema: *121 examples: - default: &338 + default: &336 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -19103,7 +19103,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &199 + properties: &197 id: description: Unique identifier of the team type: integer @@ -19159,7 +19159,7 @@ paths: maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string - required: &200 + required: &198 - id - node_id - url @@ -19893,7 +19893,7 @@ paths: description: Response content: application/json: - schema: &365 + schema: &363 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -19910,7 +19910,7 @@ paths: - key_id - key examples: - default: &366 + default: &364 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -21129,7 +21129,7 @@ paths: application/json: schema: *21 examples: - default: &401 + default: &399 value: id: 1 account: @@ -21349,7 +21349,7 @@ paths: required: true content: application/json: - schema: &402 + schema: &400 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -21628,7 +21628,7 @@ paths: type: array items: *122 examples: - default: &201 + default: &199 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -21949,7 +21949,7 @@ paths: application/json: schema: *153 examples: - default: &331 + default: &329 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -23167,7 +23167,7 @@ paths: parameters: - *85 - *161 - - &540 + - &538 name: repo_name description: repo_name parameter in: path @@ -23500,7 +23500,7 @@ paths: - nuget - container - *85 - - &542 + - &540 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -23539,7 +23539,7 @@ paths: default: *163 '403': *28 '401': *24 - '400': &544 + '400': &542 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -24884,7 +24884,7 @@ paths: '401': *24 '403': *28 '404': *6 - '410': &229 + '410': &227 description: Gone content: application/json: @@ -25199,7 +25199,7 @@ paths: application/json: schema: type: array - items: &182 + items: title: Organization Repository Custom Property Values description: List of custom property values for a repository type: object @@ -25237,7 +25237,7 @@ paths: - repository_full_name - properties examples: - default: &183 + default: value: - repository_id: 1296269 repository_name: Hello-World @@ -25314,15 +25314,9 @@ paths: - property_name: team value: octocat responses: - '200': - description: Response - content: - application/json: - schema: - type: array - items: *182 - examples: - default: *183 + '204': + description: No Content when custom property values are successfully created + or updated '403': *28 '404': *6 x-github: @@ -25691,7 +25685,7 @@ paths: application/json: schema: *51 examples: - default: &546 + default: &544 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -25849,7 +25843,7 @@ paths: application/json: schema: type: array - items: &189 + items: &187 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -25881,7 +25875,7 @@ paths: source: type: string description: The name of the source - enforcement: &185 + enforcement: &183 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -25894,7 +25888,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &186 + items: &184 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -25952,7 +25946,7 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - &184 + - &182 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -25976,7 +25970,7 @@ paths: match. items: type: string - - &187 + - &185 title: Organization ruleset conditions type: object description: 'Conditions for an organization ruleset. The @@ -25991,7 +25985,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *184 + - *182 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -26025,7 +26019,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *184 + - *182 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -26044,12 +26038,12 @@ paths: - repository_id rules: type: array - items: &188 + items: &186 title: Repository Rule type: object description: A repository rule. oneOf: - - &467 + - &465 title: creation description: Only allow users with bypass permission to create matching refs. @@ -26061,7 +26055,7 @@ paths: type: string enum: - creation - - &468 + - &466 title: update description: Only allow users with bypass permission to update matching refs. @@ -26082,7 +26076,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &470 + - &468 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -26094,7 +26088,7 @@ paths: type: string enum: - deletion - - &471 + - &469 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -26106,7 +26100,7 @@ paths: type: string enum: - required_linear_history - - &472 + - &470 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be merged into a branch that @@ -26130,7 +26124,7 @@ paths: type: string required: - required_deployment_environments - - &473 + - &471 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -26142,7 +26136,7 @@ paths: type: string enum: - required_signatures - - &474 + - &472 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -26188,7 +26182,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &475 + - &473 title: required_status_checks description: Choose which status checks must pass before branches can be merged into a branch that matches this @@ -26233,7 +26227,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &476 + - &474 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -26245,7 +26239,7 @@ paths: type: string enum: - non_fast_forward - - &477 + - &475 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -26281,7 +26275,7 @@ paths: required: - operator - pattern - - &478 + - &476 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -26317,7 +26311,7 @@ paths: required: - operator - pattern - - &479 + - &477 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -26353,7 +26347,7 @@ paths: required: - operator - pattern - - &480 + - &478 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -26389,7 +26383,7 @@ paths: required: - operator - pattern - - &481 + - &479 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -26425,7 +26419,7 @@ paths: required: - operator - pattern - - &482 + - &480 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -26540,16 +26534,16 @@ paths: enum: - branch - tag - enforcement: *185 + enforcement: *183 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *186 - conditions: *187 + items: *184 + conditions: *185 rules: type: array description: An array of rules within the ruleset. - items: *188 + items: *186 required: - name - enforcement @@ -26587,9 +26581,9 @@ paths: description: Response content: application/json: - schema: *189 + schema: *187 examples: - default: &190 + default: &188 value: id: 21 name: super cool ruleset @@ -26650,7 +26644,7 @@ paths: in: query schema: type: integer - - &483 + - &481 name: time_period description: |- The time period to filter by. @@ -26666,14 +26660,14 @@ paths: - week - month default: day - - &484 + - &482 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 - - &485 + - &483 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -26693,7 +26687,7 @@ paths: description: Response content: application/json: - schema: &486 + schema: &484 title: Rule Suites description: Response type: array @@ -26747,7 +26741,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &487 + default: &485 value: - id: 21 actor_id: 12 @@ -26791,7 +26785,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *85 - - &488 + - &486 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -26807,7 +26801,7 @@ paths: description: Response content: application/json: - schema: &489 + schema: &487 title: Rule Suite description: Response type: object @@ -26899,7 +26893,7 @@ paths: type: string description: Any associated details with the rule evaluation. examples: - default: &490 + default: &488 value: id: 21 actor_id: 12 @@ -26968,9 +26962,9 @@ paths: description: Response content: application/json: - schema: *189 + schema: *187 examples: - default: *190 + default: *188 '404': *6 '500': *120 put: @@ -27012,16 +27006,16 @@ paths: enum: - branch - tag - enforcement: *185 + enforcement: *183 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *186 - conditions: *187 + items: *184 + conditions: *185 rules: description: An array of rules within the ruleset. type: array - items: *188 + items: *186 examples: default: value: @@ -27056,9 +27050,9 @@ paths: description: Response content: application/json: - schema: *189 + schema: *187 examples: - default: *190 + default: *188 '404': *6 '500': *120 delete: @@ -27105,14 +27099,14 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *85 + - *189 + - *190 - *191 - *192 - - *193 - - *194 - *38 - *19 - *17 - - &492 + - &490 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 @@ -27122,7 +27116,7 @@ paths: required: false schema: type: string - - &493 + - &491 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 @@ -27139,9 +27133,9 @@ paths: application/json: schema: type: array - items: *195 + items: *193 examples: - default: *196 + default: *194 headers: Link: *49 '404': *6 @@ -27208,7 +27202,7 @@ paths: application/json: schema: type: array - items: &497 + items: &495 description: A repository security advisory. type: object properties: @@ -27348,7 +27342,7 @@ paths: type: object nullable: true properties: - ecosystem: *197 + ecosystem: *195 name: type: string description: The unique package name within its ecosystem. @@ -27427,7 +27421,7 @@ paths: login: type: string description: The username of the user credited. - type: *198 + type: *196 credits_detailed: type: array nullable: true @@ -27437,7 +27431,7 @@ paths: type: object properties: user: *18 - type: *198 + type: *196 state: type: string description: The state of the user's acceptance of the @@ -27498,7 +27492,7 @@ paths: - private_fork additionalProperties: false examples: - default: &498 + default: &496 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -27874,15 +27868,15 @@ paths: application/json: schema: type: array - items: &446 + items: &444 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *199 - required: *200 + properties: *197 + required: *198 examples: - default: *201 + default: *199 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27906,7 +27900,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - *85 - - &202 + - &200 name: team_slug description: The slug of the team name. in: path @@ -27941,7 +27935,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - *85 - - *202 + - *200 responses: '204': description: Response @@ -27973,7 +27967,7 @@ paths: description: Response content: application/json: - schema: &557 + schema: &555 type: object properties: total_minutes_used: @@ -28043,7 +28037,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &558 + default: &556 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -28079,7 +28073,7 @@ paths: description: Response content: application/json: - schema: &559 + schema: &557 type: object properties: total_gigabytes_bandwidth_used: @@ -28097,7 +28091,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &560 + default: &558 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -28129,7 +28123,7 @@ paths: description: Response content: application/json: - schema: &561 + schema: &559 type: object properties: days_left_in_billing_cycle: @@ -28147,7 +28141,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &562 + default: &560 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -28181,7 +28175,7 @@ paths: type: array items: *122 examples: - default: *201 + default: *199 headers: Link: *49 '403': *28 @@ -28275,7 +28269,7 @@ paths: description: Response content: application/json: - schema: &203 + schema: &201 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -28338,8 +28332,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *199 - required: *200 + properties: *197 + required: *198 nullable: true members_count: type: integer @@ -28585,7 +28579,7 @@ paths: - repos_count - organization examples: - default: &204 + default: &202 value: id: 1 node_id: MDQ6VGVhbTE= @@ -28655,15 +28649,15 @@ paths: url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - *85 - - *202 + - *200 responses: '200': description: Response content: application/json: - schema: *203 + schema: *201 examples: - default: *204 + default: *202 '404': *6 x-github: githubCloudOnly: false @@ -28684,7 +28678,7 @@ paths: url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - *85 - - *202 + - *200 requestBody: required: false content: @@ -28746,16 +28740,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *203 + schema: *201 examples: - default: *204 + default: *202 '201': description: Response content: application/json: - schema: *203 + schema: *201 examples: - default: *204 + default: *202 '404': *6 '422': *15 '403': *28 @@ -28780,7 +28774,7 @@ paths: url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - *85 - - *202 + - *200 responses: '204': description: Response @@ -28804,7 +28798,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#list-discussions parameters: - *85 - - *202 + - *200 - *38 - *17 - *19 @@ -28821,7 +28815,7 @@ paths: application/json: schema: type: array - items: &205 + items: &203 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -28920,7 +28914,7 @@ paths: - updated_at - url examples: - default: &514 + default: &512 value: - author: login: octocat @@ -28992,7 +28986,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#create-a-discussion parameters: - *85 - - *202 + - *200 requestBody: required: true content: @@ -29026,9 +29020,9 @@ paths: description: Response content: application/json: - schema: *205 + schema: *203 examples: - default: &206 + default: &204 value: author: login: octocat @@ -29098,8 +29092,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#get-a-discussion parameters: - *85 - - *202 - - &207 + - *200 + - &205 name: discussion_number description: The number that identifies the discussion. in: path @@ -29111,9 +29105,9 @@ paths: description: Response content: application/json: - schema: *205 + schema: *203 examples: - default: *206 + default: *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29133,8 +29127,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#update-a-discussion parameters: - *85 - - *202 - - *207 + - *200 + - *205 requestBody: required: false content: @@ -29157,9 +29151,9 @@ paths: description: Response content: application/json: - schema: *205 + schema: *203 examples: - default: &515 + default: &513 value: author: login: octocat @@ -29227,8 +29221,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#delete-a-discussion parameters: - *85 - - *202 - - *207 + - *200 + - *205 responses: '204': description: Response @@ -29252,8 +29246,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments parameters: - *85 - - *202 - - *207 + - *200 + - *205 - *38 - *17 - *19 @@ -29264,7 +29258,7 @@ paths: application/json: schema: type: array - items: &208 + items: &206 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -29336,7 +29330,7 @@ paths: - updated_at - url examples: - default: &516 + default: &514 value: - author: login: octocat @@ -29402,8 +29396,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment parameters: - *85 - - *202 - - *207 + - *200 + - *205 requestBody: required: true content: @@ -29425,9 +29419,9 @@ paths: description: Response content: application/json: - schema: *208 + schema: *206 examples: - default: &209 + default: &207 value: author: login: octocat @@ -29491,9 +29485,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment parameters: - *85 - - *202 - - *207 - - &210 + - *200 + - *205 + - &208 name: comment_number description: The number that identifies the comment. in: path @@ -29505,9 +29499,9 @@ paths: description: Response content: application/json: - schema: *208 + schema: *206 examples: - default: *209 + default: *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29527,9 +29521,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment parameters: - *85 - - *202 - - *207 - - *210 + - *200 + - *205 + - *208 requestBody: required: true content: @@ -29551,9 +29545,9 @@ paths: description: Response content: application/json: - schema: *208 + schema: *206 examples: - default: &517 + default: &515 value: author: login: octocat @@ -29615,9 +29609,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *85 - - *202 - - *207 - - *210 + - *200 + - *205 + - *208 responses: '204': description: Response @@ -29641,9 +29635,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *85 - - *202 - - *207 - - *210 + - *200 + - *205 + - *208 - 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. @@ -29669,7 +29663,7 @@ paths: application/json: schema: type: array - items: &211 + items: &209 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -29712,7 +29706,7 @@ paths: - content - created_at examples: - default: &213 + default: &211 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -29758,9 +29752,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *85 - - *202 - - *207 - - *210 + - *200 + - *205 + - *208 requestBody: required: true content: @@ -29793,9 +29787,9 @@ paths: team discussion comment content: application/json: - schema: *211 + schema: *209 examples: - default: &212 + default: &210 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -29824,9 +29818,9 @@ paths: description: Response content: application/json: - schema: *211 + schema: *209 examples: - default: *212 + default: *210 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29847,10 +29841,10 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *85 - - *202 - - *207 - - *210 - - &214 + - *200 + - *205 + - *208 + - &212 name: reaction_id description: The unique identifier of the reaction. in: path @@ -29880,8 +29874,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *85 - - *202 - - *207 + - *200 + - *205 - 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. @@ -29907,9 +29901,9 @@ paths: application/json: schema: type: array - items: *211 + items: *209 examples: - default: *213 + default: *211 headers: Link: *49 x-github: @@ -29931,8 +29925,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *85 - - *202 - - *207 + - *200 + - *205 requestBody: required: true content: @@ -29964,16 +29958,16 @@ paths: description: Response content: application/json: - schema: *211 + schema: *209 examples: - default: *212 + default: *210 '201': description: Response content: application/json: - schema: *211 + schema: *209 examples: - default: *212 + default: *210 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29994,9 +29988,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-reaction parameters: - *85 - - *202 - - *207 - - *214 + - *200 + - *205 + - *212 responses: '204': description: Response @@ -30020,7 +30014,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - *85 - - *202 + - *200 - *17 - *19 responses: @@ -30055,7 +30049,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-team-members parameters: - *85 - - *202 + - *200 - name: role description: Filters members returned by their role in the team. in: query @@ -30108,14 +30102,14 @@ paths: url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - *85 - - *202 + - *200 - *113 responses: '200': description: Response content: application/json: - schema: &215 + schema: &213 title: Team Membership description: Team Membership type: object @@ -30142,7 +30136,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &518 + response-if-user-is-a-team-maintainer: &516 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -30177,7 +30171,7 @@ paths: url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *85 - - *202 + - *200 - *113 requestBody: required: false @@ -30203,9 +30197,9 @@ paths: description: Response content: application/json: - schema: *215 + schema: *213 examples: - response-if-users-membership-with-team-is-now-pending: &519 + response-if-users-membership-with-team-is-now-pending: &517 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -30239,7 +30233,7 @@ paths: url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - *85 - - *202 + - *200 - *113 responses: '204': @@ -30266,7 +30260,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-projects parameters: - *85 - - *202 + - *200 - *17 - *19 responses: @@ -30276,7 +30270,7 @@ paths: application/json: schema: type: array - items: &216 + items: &214 title: Team Project description: A team's access to a project. type: object @@ -30344,7 +30338,7 @@ paths: - updated_at - permissions examples: - default: &520 + default: &518 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -30405,8 +30399,8 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project parameters: - *85 - - *202 - - &217 + - *200 + - &215 name: project_id description: The unique identifier of the project. in: path @@ -30418,9 +30412,9 @@ paths: description: Response content: application/json: - schema: *216 + schema: *214 examples: - default: &521 + default: &519 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -30480,8 +30474,8 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions parameters: - *85 - - *202 - - *217 + - *200 + - *215 requestBody: required: false content: @@ -30545,8 +30539,8 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team parameters: - *85 - - *202 - - *217 + - *200 + - *215 responses: '204': description: Response @@ -30570,7 +30564,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - *85 - - *202 + - *200 - *17 - *19 responses: @@ -30609,15 +30603,15 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - *85 - - *202 - - *218 - - *219 + - *200 + - *216 + - *217 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &522 + schema: &520 title: Team Repository description: A team's access to a repository. type: object @@ -30923,8 +30917,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *220 - required: *221 + properties: *218 + required: *219 nullable: true temp_clone_token: type: string @@ -31312,9 +31306,9 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - *85 - - *202 - - *218 - - *219 + - *200 + - *216 + - *217 requestBody: required: false content: @@ -31360,9 +31354,9 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - *85 - - *202 - - *218 - - *219 + - *200 + - *216 + - *217 responses: '204': description: Response @@ -31386,7 +31380,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - *85 - - *202 + - *200 - *17 - *19 responses: @@ -31398,7 +31392,7 @@ paths: type: array items: *122 examples: - response-if-child-teams-exist: &523 + response-if-child-teams-exist: &521 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -31520,7 +31514,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#get-a-project-card parameters: - - &222 + - &220 name: card_id description: The unique identifier of the card. in: path @@ -31532,7 +31526,7 @@ paths: description: Response content: application/json: - schema: &223 + schema: &221 title: Project Card description: Project cards represent a scope of work. type: object @@ -31598,7 +31592,7 @@ paths: - created_at - updated_at examples: - default: &224 + default: &222 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -31648,7 +31642,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#update-an-existing-project-card parameters: - - *222 + - *220 requestBody: required: false content: @@ -31675,9 +31669,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *221 examples: - default: *224 + default: *222 '304': *36 '403': *28 '401': *24 @@ -31698,7 +31692,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#delete-a-project-card parameters: - - *222 + - *220 responses: '204': description: Response @@ -31736,7 +31730,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#move-a-project-card parameters: - - *222 + - *220 requestBody: required: true content: @@ -31841,7 +31835,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#get-a-project-column parameters: - - &225 + - &223 name: column_id description: The unique identifier of the column. in: path @@ -31853,7 +31847,7 @@ paths: description: Response content: application/json: - schema: &226 + schema: &224 title: Project Column description: Project columns contain cards of work. type: object @@ -31899,7 +31893,7 @@ paths: - created_at - updated_at examples: - default: &227 + default: &225 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -31928,7 +31922,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#update-an-existing-project-column parameters: - - *225 + - *223 requestBody: required: true content: @@ -31952,9 +31946,9 @@ paths: description: Response content: application/json: - schema: *226 + schema: *224 examples: - default: *227 + default: *225 '304': *36 '403': *28 '401': *24 @@ -31973,7 +31967,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#delete-a-project-column parameters: - - *225 + - *223 responses: '204': description: Response @@ -31996,7 +31990,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#list-project-cards parameters: - - *225 + - *223 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -32017,7 +32011,7 @@ paths: application/json: schema: type: array - items: *223 + items: *221 examples: default: value: @@ -32070,7 +32064,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#create-a-project-card parameters: - - *225 + - *223 requestBody: required: true content: @@ -32110,9 +32104,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *221 examples: - default: *224 + default: *222 '304': *36 '403': *28 '401': *24 @@ -32162,7 +32156,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#move-a-project-column parameters: - - *225 + - *223 requestBody: required: true content: @@ -32218,7 +32212,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-a-project parameters: - - *217 + - *215 responses: '200': description: Response @@ -32226,7 +32220,7 @@ paths: application/json: schema: *176 examples: - default: &228 + default: &226 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -32279,7 +32273,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#update-a-project parameters: - - *217 + - *215 requestBody: required: false content: @@ -32327,7 +32321,7 @@ paths: application/json: schema: *176 examples: - default: *228 + default: *226 '404': description: Not Found if the authenticated user does not have access to the project @@ -32348,7 +32342,7 @@ paths: items: type: string '401': *24 - '410': *229 + '410': *227 '422': *7 x-github: githubCloudOnly: false @@ -32366,7 +32360,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#delete-a-project parameters: - - *217 + - *215 responses: '204': description: Delete Success @@ -32387,7 +32381,7 @@ paths: items: type: string '401': *24 - '410': *229 + '410': *227 '404': *6 x-github: githubCloudOnly: false @@ -32410,7 +32404,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#list-project-collaborators parameters: - - *217 + - *215 - 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 @@ -32462,7 +32456,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator parameters: - - *217 + - *215 - *113 requestBody: required: false @@ -32510,7 +32504,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *217 + - *215 - *113 responses: '204': @@ -32539,7 +32533,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *217 + - *215 - *113 responses: '200': @@ -32607,7 +32601,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#list-project-columns parameters: - - *217 + - *215 - *17 - *19 responses: @@ -32617,7 +32611,7 @@ paths: application/json: schema: type: array - items: *226 + items: *224 examples: default: value: @@ -32649,7 +32643,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#create-a-project-column parameters: - - *217 + - *215 requestBody: required: true content: @@ -32672,7 +32666,7 @@ paths: description: Response content: application/json: - schema: *226 + schema: *224 examples: default: value: @@ -32731,7 +32725,7 @@ paths: resources: type: object properties: - core: &230 + core: &228 title: Rate Limit type: object properties: @@ -32748,19 +32742,19 @@ paths: - remaining - reset - used - graphql: *230 - search: *230 - code_search: *230 - source_import: *230 - integration_manifest: *230 - code_scanning_upload: *230 - actions_runner_registration: *230 - scim: *230 - dependency_snapshots: *230 + graphql: *228 + search: *228 + code_search: *228 + source_import: *228 + integration_manifest: *228 + code_scanning_upload: *228 + actions_runner_registration: *228 + scim: *228 + dependency_snapshots: *228 required: - core - search - rate: *230 + rate: *228 required: - rate - resources @@ -32858,14 +32852,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response content: application/json: - schema: &233 + schema: &231 title: Full Repository description: Full Repository type: object @@ -33140,8 +33134,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *220 - required: *221 + properties: *218 + required: *219 nullable: true temp_clone_token: type: string @@ -33256,7 +33250,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &353 + properties: &351 url: type: string format: uri @@ -33272,12 +33266,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &354 + required: &352 - url - key - name - html_url - security_and_analysis: *231 + security_and_analysis: *229 required: - archive_url - assignees_url @@ -33853,7 +33847,7 @@ paths: status: disabled '403': *28 '404': *6 - '301': *232 + '301': *230 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33871,8 +33865,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: false content: @@ -34085,9 +34079,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *231 examples: - default: &387 + default: &385 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -34577,7 +34571,7 @@ paths: forks: 1 open_issues: 1 watchers: 1 - '307': &234 + '307': &232 description: Temporary Redirect content: application/json: @@ -34604,8 +34598,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Response @@ -34627,7 +34621,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *234 + '307': *232 '404': *6 x-github: githubCloudOnly: false @@ -34648,11 +34642,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 - - &261 + - &259 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -34675,7 +34669,7 @@ paths: type: integer artifacts: type: array - items: &235 + items: &233 title: Artifact description: An artifact type: object @@ -34746,7 +34740,7 @@ paths: - expires_at - updated_at examples: - default: &262 + default: &260 value: total_count: 2 artifacts: @@ -34803,9 +34797,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *218 - - *219 - - &236 + - *216 + - *217 + - &234 name: artifact_id description: The unique identifier of the artifact. in: path @@ -34817,7 +34811,7 @@ paths: description: Response content: application/json: - schema: *235 + schema: *233 examples: default: value: @@ -34854,9 +34848,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *218 - - *219 - - *236 + - *216 + - *217 + - *234 responses: '204': description: Response @@ -34881,9 +34875,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *218 - - *219 - - *236 + - *216 + - *217 + - *234 - name: archive_format in: path required: true @@ -34897,7 +34891,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': *229 + '410': *227 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34917,14 +34911,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response content: application/json: - schema: *237 + schema: *235 examples: default: value: @@ -34950,11 +34944,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 - - &238 + - &236 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 @@ -34988,7 +34982,7 @@ paths: description: Response content: application/json: - schema: &239 + schema: &237 title: Repository actions caches description: Repository actions caches type: object @@ -35030,7 +35024,7 @@ paths: - total_count - actions_caches examples: - default: &240 + default: &238 value: total_count: 1 actions_caches: @@ -35064,23 +35058,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: - - *218 - - *219 + - *216 + - *217 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *238 + - *236 responses: '200': description: Response content: application/json: - schema: *239 + schema: *237 examples: - default: *240 + default: *238 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35102,8 +35096,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: - - *218 - - *219 + - *216 + - *217 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -35132,9 +35126,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *218 - - *219 - - &241 + - *216 + - *217 + - &239 name: job_id description: The unique identifier of the job. in: path @@ -35146,7 +35140,7 @@ paths: description: Response content: application/json: - schema: &265 + schema: &263 title: Job description: Information of a job execution in a workflow run type: object @@ -35449,9 +35443,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *218 - - *219 - - *241 + - *216 + - *217 + - *239 responses: '302': description: Response @@ -35480,9 +35474,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *218 - - *219 - - *241 + - *216 + - *217 + - *239 requestBody: required: false content: @@ -35527,8 +35521,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: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Status response @@ -35578,8 +35572,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: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -35642,8 +35636,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -35661,7 +35655,7 @@ paths: type: integer secrets: type: array - items: &268 + items: &266 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -35681,7 +35675,7 @@ paths: - created_at - updated_at examples: - default: &269 + default: &267 value: total_count: 2 secrets: @@ -35714,9 +35708,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *218 - - *219 - - *242 + - *216 + - *217 + - *240 - *19 responses: '200': @@ -35733,7 +35727,7 @@ paths: type: integer variables: type: array - items: &272 + items: &270 title: Actions Variable type: object properties: @@ -35763,7 +35757,7 @@ paths: - created_at - updated_at examples: - default: &273 + default: &271 value: total_count: 2 variables: @@ -35796,8 +35790,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -35806,11 +35800,11 @@ paths: schema: type: object properties: - enabled: &244 + enabled: &242 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *94 - selected_actions_url: *243 + selected_actions_url: *241 required: - enabled examples: @@ -35837,8 +35831,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Response @@ -35849,7 +35843,7 @@ paths: schema: type: object properties: - enabled: *244 + enabled: *242 allowed_actions: *94 required: - enabled @@ -35880,14 +35874,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: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response content: application/json: - schema: &245 + schema: &243 type: object properties: access_level: @@ -35904,7 +35898,7 @@ paths: required: - access_level examples: - default: &246 + default: &244 value: access_level: organization x-github: @@ -35929,15 +35923,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: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: application/json: - schema: *245 + schema: *243 examples: - default: *246 + default: *244 responses: '204': description: Response @@ -35961,8 +35955,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -35989,8 +35983,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Response @@ -36022,14 +36016,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response content: application/json: - schema: *247 + schema: *245 examples: default: *100 x-github: @@ -36052,8 +36046,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Success response @@ -36064,7 +36058,7 @@ paths: required: true content: application/json: - schema: *248 + schema: *246 examples: default: *100 x-github: @@ -36093,8 +36087,8 @@ paths: in: query schema: type: string - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -36114,7 +36108,7 @@ paths: type: array items: *101 examples: - default: *249 + default: *247 headers: Link: *49 x-github: @@ -36138,8 +36132,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -36147,9 +36141,9 @@ paths: application/json: schema: type: array - items: *250 + items: *248 examples: - default: *251 + default: *249 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36171,8 +36165,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: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -36215,7 +36209,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *252 + '201': *250 '404': *6 '422': *7 x-github: @@ -36247,8 +36241,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '201': description: Response @@ -36256,7 +36250,7 @@ paths: application/json: schema: *102 examples: - default: *253 + default: *251 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36286,8 +36280,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '201': description: Response @@ -36295,7 +36289,7 @@ paths: application/json: schema: *102 examples: - default: *254 + default: *252 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36317,8 +36311,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: - - *218 - - *219 + - *216 + - *217 - *103 responses: '200': @@ -36327,7 +36321,7 @@ paths: application/json: schema: *101 examples: - default: *255 + default: *253 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36348,8 +36342,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: - - *218 - - *219 + - *216 + - *217 - *103 responses: '204': @@ -36375,8 +36369,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: - - *218 - - *219 + - *216 + - *217 - *103 responses: '200': *105 @@ -36401,8 +36395,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: - - *218 - - *219 + - *216 + - *217 - *103 requestBody: required: true @@ -36451,8 +36445,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: - - *218 - - *219 + - *216 + - *217 - *103 requestBody: required: true @@ -36502,11 +36496,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: - - *218 - - *219 + - *216 + - *217 - *103 responses: - '200': *256 + '200': *254 '404': *6 x-github: githubCloudOnly: false @@ -36533,10 +36527,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: - - *218 - - *219 + - *216 + - *217 - *103 - - *257 + - *255 responses: '200': *105 '404': *6 @@ -36560,9 +36554,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *218 - - *219 - - &276 + - *216 + - *217 + - &274 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. @@ -36570,7 +36564,7 @@ paths: required: false schema: type: string - - &277 + - &275 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -36578,7 +36572,7 @@ paths: required: false schema: type: string - - &278 + - &276 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -36587,7 +36581,7 @@ paths: required: false schema: type: string - - &279 + - &277 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 @@ -36613,7 +36607,7 @@ paths: - pending - *17 - *19 - - &280 + - &278 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)." @@ -36622,7 +36616,7 @@ paths: schema: type: string format: date-time - - &258 + - &256 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -36631,13 +36625,13 @@ paths: schema: type: boolean default: false - - &281 + - &279 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &282 + - &280 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -36660,7 +36654,7 @@ paths: type: integer workflow_runs: type: array - items: &259 + items: &257 title: Workflow Run description: An invocation of a workflow type: object @@ -36755,7 +36749,7 @@ paths: that triggered the run. type: array nullable: true - items: &300 + items: &298 title: Pull Request Minimal type: object properties: @@ -36871,7 +36865,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &304 + properties: &302 id: type: string description: SHA for the commit @@ -36922,7 +36916,7 @@ paths: - name - email nullable: true - required: &305 + required: &303 - id - tree_id - message @@ -36969,7 +36963,7 @@ paths: - workflow_url - pull_requests examples: - default: &283 + default: &281 value: total_count: 1 workflow_runs: @@ -37202,24 +37196,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *218 - - *219 - - &260 + - *216 + - *217 + - &258 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *258 + - *256 responses: '200': description: Response content: application/json: - schema: *259 + schema: *257 examples: - default: &263 + default: &261 value: id: 30433642 name: Build @@ -37458,9 +37452,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *218 - - *219 - - *260 + - *216 + - *217 + - *258 responses: '204': description: Response @@ -37482,9 +37476,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *218 - - *219 - - *260 + - *216 + - *217 + - *258 responses: '200': description: Response @@ -37603,9 +37597,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: - - *218 - - *219 - - *260 + - *216 + - *217 + - *258 responses: '201': description: Response @@ -37636,12 +37630,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *218 - - *219 - - *260 + - *216 + - *217 + - *258 - *17 - *19 - - *261 + - *259 responses: '200': description: Response @@ -37657,9 +37651,9 @@ paths: type: integer artifacts: type: array - items: *235 + items: *233 examples: - default: *262 + default: *260 headers: Link: *49 x-github: @@ -37682,25 +37676,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *218 - - *219 - - *260 - - &264 + - *216 + - *217 + - *258 + - &262 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *258 + - *256 responses: '200': description: Response content: application/json: - schema: *259 + schema: *257 examples: - default: *263 + default: *261 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37722,10 +37716,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *218 - - *219 - - *260 - - *264 + - *216 + - *217 + - *258 + - *262 - *17 - *19 responses: @@ -37743,9 +37737,9 @@ paths: type: integer jobs: type: array - items: *265 + items: *263 examples: - default: &267 + default: &265 value: total_count: 1 jobs: @@ -37856,10 +37850,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *218 - - *219 - - *260 - - *264 + - *216 + - *217 + - *258 + - *262 responses: '302': description: Response @@ -37888,9 +37882,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *218 - - *219 - - *260 + - *216 + - *217 + - *258 responses: '202': description: Response @@ -37900,7 +37894,7 @@ paths: examples: default: value: - '409': *266 + '409': *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37924,9 +37918,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: - - *218 - - *219 - - *260 + - *216 + - *217 + - *258 requestBody: required: true content: @@ -37994,9 +37988,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *218 - - *219 - - *260 + - *216 + - *217 + - *258 responses: '202': description: Response @@ -38006,7 +38000,7 @@ paths: examples: default: value: - '409': *266 + '409': *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38027,9 +38021,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *218 - - *219 - - *260 + - *216 + - *217 + - *258 - 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 @@ -38059,9 +38053,9 @@ paths: type: integer jobs: type: array - items: *265 + items: *263 examples: - default: *267 + default: *265 headers: Link: *49 x-github: @@ -38084,9 +38078,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *218 - - *219 - - *260 + - *216 + - *217 + - *258 responses: '302': description: Response @@ -38112,9 +38106,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *218 - - *219 - - *260 + - *216 + - *217 + - *258 responses: '204': description: Response @@ -38139,9 +38133,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *218 - - *219 - - *260 + - *216 + - *217 + - *258 responses: '200': description: Response @@ -38200,7 +38194,7 @@ paths: items: type: object properties: - type: &374 + type: &372 type: string description: The type of reviewer. enum: @@ -38283,9 +38277,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *218 - - *219 - - *260 + - *216 + - *217 + - *258 requestBody: required: true content: @@ -38332,7 +38326,7 @@ paths: application/json: schema: type: array - items: &369 + items: &367 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -38437,7 +38431,7 @@ paths: - created_at - updated_at examples: - default: &370 + default: &368 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -38492,9 +38486,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *218 - - *219 - - *260 + - *216 + - *217 + - *258 requestBody: required: false content: @@ -38537,9 +38531,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *218 - - *219 - - *260 + - *216 + - *217 + - *258 requestBody: required: false content: @@ -38583,9 +38577,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *218 - - *219 - - *260 + - *216 + - *217 + - *258 responses: '200': description: Response @@ -38722,8 +38716,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -38741,9 +38735,9 @@ paths: type: integer secrets: type: array - items: *268 + items: *266 examples: - default: *269 + default: *267 headers: Link: *49 x-github: @@ -38769,16 +38763,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response content: application/json: - schema: *270 + schema: *268 examples: - default: *271 + default: *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38800,17 +38794,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *218 - - *219 + - *216 + - *217 - *107 responses: '200': description: Response content: application/json: - schema: *268 + schema: *266 examples: - default: &509 + default: &507 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -38836,8 +38830,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *218 - - *219 + - *216 + - *217 - *107 requestBody: required: true @@ -38892,8 +38886,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *218 - - *219 + - *216 + - *217 - *107 responses: '204': @@ -38918,9 +38912,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *218 - - *219 - - *242 + - *216 + - *217 + - *240 - *19 responses: '200': @@ -38937,9 +38931,9 @@ paths: type: integer variables: type: array - items: *272 + items: *270 examples: - default: *273 + default: *271 headers: Link: *49 x-github: @@ -38962,8 +38956,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -39015,17 +39009,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *218 - - *219 + - *216 + - *217 - *111 responses: '200': description: Response content: application/json: - schema: *272 + schema: *270 examples: - default: &510 + default: &508 value: name: USERNAME value: octocat @@ -39051,8 +39045,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *218 - - *219 + - *216 + - *217 - *111 requestBody: required: true @@ -39095,8 +39089,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *218 - - *219 + - *216 + - *217 - *111 responses: '204': @@ -39120,8 +39114,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -39139,7 +39133,7 @@ paths: type: integer workflows: type: array - items: &274 + items: &272 title: Workflow description: A GitHub Actions workflow type: object @@ -39244,9 +39238,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *218 - - *219 - - &275 + - *216 + - *217 + - &273 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -39261,7 +39255,7 @@ paths: description: Response content: application/json: - schema: *274 + schema: *272 examples: default: value: @@ -39294,9 +39288,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *218 - - *219 - - *275 + - *216 + - *217 + - *273 responses: '204': description: Response @@ -39321,9 +39315,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *218 - - *219 - - *275 + - *216 + - *217 + - *273 responses: '204': description: Response @@ -39374,9 +39368,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *218 - - *219 - - *275 + - *216 + - *217 + - *273 responses: '204': description: Response @@ -39399,19 +39393,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *218 - - *219 + - *216 + - *217 + - *273 + - *274 - *275 - *276 - *277 - - *278 - - *279 - *17 - *19 + - *278 + - *256 + - *279 - *280 - - *258 - - *281 - - *282 responses: '200': description: Response @@ -39427,9 +39421,9 @@ paths: type: integer workflow_runs: type: array - items: *259 + items: *257 examples: - default: *283 + default: *281 headers: Link: *49 x-github: @@ -39451,9 +39445,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *218 - - *219 - - *275 + - *216 + - *217 + - *273 responses: '200': description: Response @@ -39514,8 +39508,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *218 - - *219 + - *216 + - *217 - *38 - *17 - *39 @@ -39679,8 +39673,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -39717,8 +39711,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *218 - - *219 + - *216 + - *217 - name: assignee in: path required: true @@ -39752,8 +39746,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#list-all-autolinks-of-a-repository parameters: - - *218 - - *219 + - *216 + - *217 - *19 responses: '200': @@ -39762,7 +39756,7 @@ paths: application/json: schema: type: array - items: &284 + items: &282 title: Autolink reference description: An autolink reference. type: object @@ -39812,8 +39806,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -39852,9 +39846,9 @@ paths: description: response content: application/json: - schema: *284 + schema: *282 examples: - default: &285 + default: &283 value: id: 1 key_prefix: TICKET- @@ -39885,9 +39879,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *218 - - *219 - - &286 + - *216 + - *217 + - &284 name: autolink_id description: The unique identifier of the autolink. in: path @@ -39899,9 +39893,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *282 examples: - default: *285 + default: *283 '404': *6 x-github: githubCloudOnly: false @@ -39921,9 +39915,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *218 - - *219 - - *286 + - *216 + - *217 + - *284 responses: '204': description: Response @@ -39947,8 +39941,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-automated-security-fixes-are-enabled-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response if dependabot is enabled @@ -39996,8 +39990,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-automated-security-fixes parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Response @@ -40018,8 +40012,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-automated-security-fixes parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Response @@ -40039,8 +40033,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *218 - - *219 + - *216 + - *217 - name: protected description: Setting to `true` returns only protected branches. When set to `false`, only unprotected branches are returned. Omitting this parameter @@ -40078,7 +40072,7 @@ paths: - url protected: type: boolean - protection: &288 + protection: &286 title: Branch Protection description: Branch Protection type: object @@ -40120,7 +40114,7 @@ paths: required: - contexts - checks - enforce_admins: &291 + enforce_admins: &289 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -40135,7 +40129,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &293 + required_pull_request_reviews: &291 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -40211,7 +40205,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &290 + restrictions: &288 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -40510,9 +40504,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *218 - - *219 - - &289 + - *216 + - *217 + - &287 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). @@ -40526,14 +40520,14 @@ paths: description: Response content: application/json: - schema: &299 + schema: &297 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &342 + commit: &340 title: Commit description: Commit type: object @@ -40567,7 +40561,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &287 + properties: &285 name: type: string example: '"Chris Wanstrath"' @@ -40582,7 +40576,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *287 + properties: *285 nullable: true message: type: string @@ -40603,7 +40597,7 @@ paths: required: - sha - url - verification: &391 + verification: &389 title: Verification type: object properties: @@ -40673,7 +40667,7 @@ paths: type: integer files: type: array - items: &357 + items: &355 title: Diff Entry description: Diff Entry type: object @@ -40756,7 +40750,7 @@ paths: - self protected: type: boolean - protection: *288 + protection: *286 protection_url: type: string format: uri @@ -40862,7 +40856,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *232 + '301': *230 '404': *6 x-github: githubCloudOnly: false @@ -40884,15 +40878,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '200': description: Response content: application/json: - schema: *288 + schema: *286 examples: default: value: @@ -41084,9 +41078,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: required: true content: @@ -41341,7 +41335,7 @@ paths: url: type: string format: uri - required_status_checks: &296 + required_status_checks: &294 title: Status Check Policy description: Status Check Policy type: object @@ -41493,7 +41487,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *290 + restrictions: *288 required_conversation_resolution: type: object properties: @@ -41605,9 +41599,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '204': description: Response @@ -41632,17 +41626,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '200': description: Response content: application/json: - schema: *291 + schema: *289 examples: - default: &292 + default: &290 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -41664,17 +41658,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '200': description: Response content: application/json: - schema: *291 + schema: *289 examples: - default: *292 + default: *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41693,9 +41687,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '204': description: Response @@ -41720,17 +41714,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '200': description: Response content: application/json: - schema: *293 + schema: *291 examples: - default: &294 + default: &292 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -41825,9 +41819,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: required: false content: @@ -41925,9 +41919,9 @@ paths: description: Response content: application/json: - schema: *293 + schema: *291 examples: - default: *294 + default: *292 '422': *15 x-github: githubCloudOnly: false @@ -41948,9 +41942,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '204': description: Response @@ -41976,17 +41970,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '200': description: Response content: application/json: - schema: *291 + schema: *289 examples: - default: &295 + default: &293 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -42009,17 +42003,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '200': description: Response content: application/json: - schema: *291 + schema: *289 examples: - default: *295 + default: *293 '404': *6 x-github: githubCloudOnly: false @@ -42039,9 +42033,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '204': description: Response @@ -42066,17 +42060,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '200': description: Response content: application/json: - schema: *296 + schema: *294 examples: - default: &297 + default: &295 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -42102,9 +42096,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: required: false content: @@ -42155,9 +42149,9 @@ paths: description: Response content: application/json: - schema: *296 + schema: *294 examples: - default: *297 + default: *295 '404': *6 '422': *15 x-github: @@ -42179,9 +42173,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '204': description: Response @@ -42205,9 +42199,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '200': description: Response @@ -42241,9 +42235,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: required: false content: @@ -42310,9 +42304,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: required: false content: @@ -42376,9 +42370,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: content: application/json: @@ -42443,15 +42437,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '200': description: Response content: application/json: - schema: *290 + schema: *288 examples: default: value: @@ -42542,9 +42536,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '204': description: Response @@ -42567,9 +42561,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '200': description: Response @@ -42579,7 +42573,7 @@ paths: type: array items: *5 examples: - default: &298 + default: &296 value: - id: 1 slug: octoapp @@ -42636,9 +42630,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: required: false content: @@ -42676,7 +42670,7 @@ paths: type: array items: *5 examples: - default: *298 + default: *296 '422': *15 x-github: githubCloudOnly: false @@ -42697,9 +42691,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: required: false content: @@ -42737,7 +42731,7 @@ paths: type: array items: *5 examples: - default: *298 + default: *296 '422': *15 x-github: githubCloudOnly: false @@ -42758,9 +42752,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: content: application/json: @@ -42797,7 +42791,7 @@ paths: type: array items: *5 examples: - default: *298 + default: *296 '422': *15 x-github: githubCloudOnly: false @@ -42819,9 +42813,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '200': description: Response @@ -42831,7 +42825,7 @@ paths: type: array items: *122 examples: - default: *201 + default: *199 '404': *6 x-github: githubCloudOnly: false @@ -42851,9 +42845,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: required: false content: @@ -42891,7 +42885,7 @@ paths: type: array items: *122 examples: - default: *201 + default: *199 '422': *15 x-github: githubCloudOnly: false @@ -42912,9 +42906,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: required: false content: @@ -42952,7 +42946,7 @@ paths: type: array items: *122 examples: - default: *201 + default: *199 '422': *15 x-github: githubCloudOnly: false @@ -42973,9 +42967,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: content: application/json: @@ -43012,7 +43006,7 @@ paths: type: array items: *122 examples: - default: *201 + default: *199 '422': *15 x-github: githubCloudOnly: false @@ -43034,9 +43028,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 responses: '200': description: Response @@ -43070,9 +43064,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: required: false content: @@ -43134,9 +43128,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: required: false content: @@ -43198,9 +43192,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: content: application/json: @@ -43270,9 +43264,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 requestBody: required: true content: @@ -43294,7 +43288,7 @@ paths: description: Response content: application/json: - schema: *299 + schema: *297 examples: default: value: @@ -43406,8 +43400,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -43680,7 +43674,7 @@ paths: description: Response content: application/json: - schema: &301 + schema: &299 title: CheckRun description: A check performed on the code of a given code change type: object @@ -43794,8 +43788,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *300 - deployment: &571 + items: *298 + deployment: &569 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -44072,9 +44066,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *218 - - *219 - - &302 + - *216 + - *217 + - &300 name: check_run_id description: The unique identifier of the check run. in: path @@ -44086,9 +44080,9 @@ paths: description: Response content: application/json: - schema: *301 + schema: *299 examples: - default: &303 + default: &301 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -44185,9 +44179,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *218 - - *219 - - *302 + - *216 + - *217 + - *300 requestBody: required: true content: @@ -44423,9 +44417,9 @@ paths: description: Response content: application/json: - schema: *301 + schema: *299 examples: - default: *303 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44446,9 +44440,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *218 - - *219 - - *302 + - *216 + - *217 + - *300 - *17 - *19 responses: @@ -44545,9 +44539,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *218 - - *219 - - *302 + - *216 + - *217 + - *300 responses: '201': description: Response @@ -44588,8 +44582,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -44611,7 +44605,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &306 + schema: &304 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -44668,7 +44662,7 @@ paths: nullable: true pull_requests: type: array - items: *300 + items: *298 nullable: true app: title: GitHub app @@ -44690,12 +44684,12 @@ paths: type: string format: date-time nullable: true - head_commit: &574 + head_commit: &572 title: Simple Commit description: A commit. type: object - properties: *304 - required: *305 + properties: *302 + required: *303 latest_check_runs_count: type: integer check_runs_url: @@ -44723,7 +44717,7 @@ paths: - check_runs_url - pull_requests examples: - default: &307 + default: &305 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -45014,9 +45008,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *306 + schema: *304 examples: - default: *307 + default: *305 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45038,8 +45032,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -45345,9 +45339,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *218 - - *219 - - &308 + - *216 + - *217 + - &306 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -45359,9 +45353,9 @@ paths: description: Response content: application/json: - schema: *306 + schema: *304 examples: - default: *307 + default: *305 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45381,17 +45375,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *218 - - *219 - - *308 - - &350 + - *216 + - *217 + - *306 + - &348 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &351 + - &349 name: status description: Returns check runs with the specified `status`. in: query @@ -45430,9 +45424,9 @@ paths: type: integer check_runs: type: array - items: *301 + items: *299 examples: - default: &352 + default: &350 value: total_count: 1 check_runs: @@ -45534,9 +45528,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *218 - - *219 - - *308 + - *216 + - *217 + - *306 responses: '201': description: Response @@ -45572,20 +45566,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *218 - - *219 - - *309 - - *310 + - *216 + - *217 + - *307 + - *308 - *19 - *17 - - &323 + - &321 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: *311 + schema: *309 - *38 - name: sort description: The property by which to sort the results. @@ -45602,13 +45596,13 @@ paths: be returned. in: query required: false - schema: *312 + schema: *310 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *313 + schema: *311 responses: '200': description: Response @@ -45624,7 +45618,7 @@ paths: updated_at: *114 url: *46 html_url: *47 - instances_url: *314 + instances_url: *312 state: *119 fixed_at: *115 dismissed_by: @@ -45635,8 +45629,8 @@ paths: required: *4 nullable: true dismissed_at: *116 - dismissed_reason: *315 - dismissed_comment: *316 + dismissed_reason: *313 + dismissed_comment: *314 rule: type: object properties: @@ -45667,8 +45661,8 @@ paths: type: string description: A short description of the rule used to detect the alert. - tool: *317 - most_recent_instance: *318 + tool: *315 + most_recent_instance: *316 required: - number - created_at @@ -45784,7 +45778,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *36 - '403': &320 + '403': &318 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -45812,9 +45806,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *218 - - *219 - - &321 + - *216 + - *217 + - &319 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -45828,7 +45822,7 @@ paths: description: Response content: application/json: - schema: &322 + schema: &320 type: object properties: number: *44 @@ -45836,7 +45830,7 @@ paths: updated_at: *114 url: *46 html_url: *47 - instances_url: *314 + instances_url: *312 state: *119 fixed_at: *115 dismissed_by: @@ -45847,11 +45841,11 @@ paths: required: *4 nullable: true dismissed_at: *116 - dismissed_reason: *315 - dismissed_comment: *316 - rule: *319 - tool: *317 - most_recent_instance: *318 + dismissed_reason: *313 + dismissed_comment: *314 + rule: *317 + tool: *315 + most_recent_instance: *316 required: - number - created_at @@ -45940,7 +45934,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *36 - '403': *320 + '403': *318 '404': *6 '503': *56 x-github: @@ -45962,9 +45956,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *218 - - *219 - - *321 + - *216 + - *217 + - *319 requestBody: required: true content: @@ -45979,8 +45973,8 @@ paths: enum: - open - dismissed - dismissed_reason: *315 - dismissed_comment: *316 + dismissed_reason: *313 + dismissed_comment: *314 required: - state examples: @@ -45995,7 +45989,7 @@ paths: description: Response content: application/json: - schema: *322 + schema: *320 examples: default: value: @@ -46070,7 +46064,7 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '403': &328 + '403': &326 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -46098,12 +46092,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *218 - - *219 - - *321 + - *216 + - *217 + - *319 - *19 - *17 - - *323 + - *321 responses: '200': description: Response @@ -46111,7 +46105,7 @@ paths: application/json: schema: type: array - items: *318 + items: *316 examples: default: value: @@ -46150,7 +46144,7 @@ paths: end_column: 50 classifications: - source - '403': *320 + '403': *318 '404': *6 '503': *56 x-github: @@ -46186,10 +46180,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *218 - - *219 - - *309 - - *310 + - *216 + - *217 + - *307 + - *308 - *19 - *17 - name: ref @@ -46198,12 +46192,12 @@ paths: for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *311 + schema: *309 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &326 + schema: &324 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -46224,23 +46218,23 @@ paths: application/json: schema: type: array - items: &327 + items: &325 type: object properties: - ref: *311 - commit_sha: &330 + ref: *309 + commit_sha: &328 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: *324 + analysis_key: *322 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *325 + category: *323 error: type: string example: error reading field xyz @@ -46264,8 +46258,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *326 - tool: *317 + sarif_id: *324 + tool: *315 deletable: type: boolean warning: @@ -46326,7 +46320,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *320 + '403': *318 '404': *6 '503': *56 x-github: @@ -46364,8 +46358,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: - - *218 - - *219 + - *216 + - *217 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -46378,7 +46372,7 @@ paths: description: Response content: application/json: - schema: *327 + schema: *325 examples: response: summary: application/json response @@ -46432,7 +46426,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *320 + '403': *318 '404': *6 '503': *56 x-github: @@ -46515,8 +46509,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: - - *218 - - *219 + - *216 + - *217 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -46569,7 +46563,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': *328 + '403': *326 '404': *6 '503': *56 x-github: @@ -46593,8 +46587,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -46602,7 +46596,7 @@ paths: application/json: schema: type: array - items: &329 + items: &327 title: CodeQL Database description: A CodeQL database. type: object @@ -46713,7 +46707,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': *320 + '403': *318 '404': *6 '503': *56 x-github: @@ -46744,8 +46738,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 - name: language in: path description: The language of the CodeQL database. @@ -46757,7 +46751,7 @@ paths: description: Response content: application/json: - schema: *329 + schema: *327 examples: default: value: @@ -46789,9 +46783,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': &359 + '302': &357 description: Found - '403': *320 + '403': *318 '404': *6 '503': *56 x-github: @@ -46814,8 +46808,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -46876,7 +46870,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *320 + '403': *318 '404': *6 '503': *56 x-github: @@ -46897,8 +46891,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -46970,7 +46964,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *328 + '403': *326 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -47034,8 +47028,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -47043,8 +47037,8 @@ paths: schema: type: object properties: - commit_sha: *330 - ref: *311 + commit_sha: *328 + ref: *309 sarif: description: A Base64 string representing the SARIF file to upload. You must first compress your SARIF file using [`gzip`](http://www.gnu.org/software/gzip/manual/gzip.html) @@ -47094,7 +47088,7 @@ paths: schema: type: object properties: - id: *326 + id: *324 url: type: string description: The REST API URL for checking the status of the upload. @@ -47108,7 +47102,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': *328 + '403': *326 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -47136,8 +47130,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *218 - - *219 + - *216 + - *217 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -47183,7 +47177,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': *320 + '403': *318 '404': description: Not Found if the sarif id does not match any upload '503': *56 @@ -47208,8 +47202,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *218 - - *219 + - *216 + - *217 - 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 @@ -47331,8 +47325,8 @@ paths: parameters: - *17 - *19 - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -47648,8 +47642,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -47714,7 +47708,7 @@ paths: application/json: schema: *153 examples: - default: *331 + default: *329 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -47722,7 +47716,7 @@ paths: application/json: schema: *153 examples: - default: *331 + default: *329 '400': *14 '401': *24 '403': *28 @@ -47753,8 +47747,8 @@ paths: parameters: - *17 - *19 - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -47820,8 +47814,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -47856,14 +47850,14 @@ paths: type: integer machines: type: array - items: &529 + items: &527 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *332 - required: *333 + properties: *330 + required: *331 examples: - default: &530 + default: &528 value: total_count: 2 machines: @@ -47905,8 +47899,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *218 - - *219 + - *216 + - *217 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -47992,8 +47986,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: - - *218 - - *219 + - *216 + - *217 - 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 @@ -48058,8 +48052,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -48077,7 +48071,7 @@ paths: type: integer secrets: type: array - items: &337 + items: &335 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -48097,7 +48091,7 @@ paths: - created_at - updated_at examples: - default: *334 + default: *332 headers: Link: *49 x-github: @@ -48121,16 +48115,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response content: application/json: - schema: *335 + schema: *333 examples: - default: *336 + default: *334 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48150,17 +48144,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *218 - - *219 + - *216 + - *217 - *107 responses: '200': description: Response content: application/json: - schema: *337 + schema: *335 examples: - default: *338 + default: *336 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48182,8 +48176,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *218 - - *219 + - *216 + - *217 - *107 requestBody: required: true @@ -48236,8 +48230,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *218 - - *219 + - *216 + - *217 - *107 responses: '204': @@ -48266,8 +48260,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *218 - - *219 + - *216 + - *217 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -48309,7 +48303,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &339 + properties: &337 login: type: string example: octocat @@ -48398,7 +48392,7 @@ paths: role_name: type: string example: admin - required: &340 + required: &338 - avatar_url - events_url - followers_url @@ -48472,8 +48466,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *218 - - *219 + - *216 + - *217 - *113 responses: '204': @@ -48516,8 +48510,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *218 - - *219 + - *216 + - *217 - *113 requestBody: required: false @@ -48544,7 +48538,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &404 + schema: &402 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -48764,8 +48758,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *218 - - *219 + - *216 + - *217 - *113 responses: '204': @@ -48795,8 +48789,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *218 - - *219 + - *216 + - *217 - *113 responses: '200': @@ -48817,8 +48811,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *339 - required: *340 + properties: *337 + required: *338 nullable: true required: - permission @@ -48868,8 +48862,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -48879,7 +48873,7 @@ paths: application/json: schema: type: array - items: &341 + items: &339 title: Commit Comment description: Commit Comment type: object @@ -48937,7 +48931,7 @@ paths: - created_at - updated_at examples: - default: &344 + default: &342 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -48988,17 +48982,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *218 - - *219 + - *216 + - *217 - *67 responses: '200': description: Response content: application/json: - schema: *341 + schema: *339 examples: - default: &345 + default: &343 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -49047,8 +49041,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *218 - - *219 + - *216 + - *217 - *67 requestBody: required: true @@ -49071,7 +49065,7 @@ paths: description: Response content: application/json: - schema: *341 + schema: *339 examples: default: value: @@ -49122,8 +49116,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *218 - - *219 + - *216 + - *217 - *67 responses: '204': @@ -49145,8 +49139,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *218 - - *219 + - *216 + - *217 - *67 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -49173,9 +49167,9 @@ paths: application/json: schema: type: array - items: *211 + items: *209 examples: - default: *213 + default: *211 headers: Link: *49 '404': *6 @@ -49196,8 +49190,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *218 - - *219 + - *216 + - *217 - *67 requestBody: required: true @@ -49230,16 +49224,16 @@ paths: description: Reaction exists content: application/json: - schema: *211 + schema: *209 examples: - default: *212 + default: *210 '201': description: Reaction created content: application/json: - schema: *211 + schema: *209 examples: - default: *212 + default: *210 '422': *15 x-github: githubCloudOnly: false @@ -49260,10 +49254,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *218 - - *219 + - *216 + - *217 - *67 - - *214 + - *212 responses: '204': description: Response @@ -49311,8 +49305,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *218 - - *219 + - *216 + - *217 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -49356,9 +49350,9 @@ paths: application/json: schema: type: array - items: *342 + items: *340 examples: - default: &454 + default: &452 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -49431,7 +49425,7 @@ paths: '500': *120 '400': *14 '404': *6 - '409': *266 + '409': *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49451,9 +49445,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *218 - - *219 - - &343 + - *216 + - *217 + - &341 name: commit_sha description: The SHA of the commit. in: path @@ -49517,9 +49511,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *218 - - *219 - - *343 + - *216 + - *217 + - *341 - *17 - *19 responses: @@ -49529,9 +49523,9 @@ paths: application/json: schema: type: array - items: *341 + items: *339 examples: - default: *344 + default: *342 headers: Link: *49 x-github: @@ -49552,9 +49546,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *218 - - *219 - - *343 + - *216 + - *217 + - *341 requestBody: required: true content: @@ -49589,9 +49583,9 @@ paths: description: Response content: application/json: - schema: *341 + schema: *339 examples: - default: *345 + default: *343 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -49619,9 +49613,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *218 - - *219 - - *343 + - *216 + - *217 + - *341 - *17 - *19 responses: @@ -49631,7 +49625,7 @@ paths: application/json: schema: type: array - items: &444 + items: &442 title: Pull Request Simple description: Pull Request Simple type: object @@ -49736,8 +49730,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *346 - required: *347 + properties: *344 + required: *345 nullable: true active_lock_reason: type: string @@ -49833,7 +49827,7 @@ paths: _links: type: object properties: - comments: &348 + comments: &346 title: Link description: Hypermedia Link type: object @@ -49842,13 +49836,13 @@ paths: type: string required: - href - commits: *348 - statuses: *348 - html: *348 - issue: *348 - review_comments: *348 - review_comment: *348 - self: *348 + commits: *346 + statuses: *346 + html: *346 + issue: *346 + review_comments: *346 + review_comment: *346 + self: *346 required: - comments - commits @@ -49859,7 +49853,7 @@ paths: - review_comment - self author_association: *54 - auto_merge: &447 + auto_merge: &445 title: Auto merge description: The status of auto merging a pull request. type: object @@ -49922,7 +49916,7 @@ paths: - author_association - auto_merge examples: - default: &445 + default: &443 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -50454,11 +50448,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *218 - - *219 + - *216 + - *217 - *19 - *17 - - &349 + - &347 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)" @@ -50473,9 +50467,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *340 examples: - default: &432 + default: &430 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -50583,11 +50577,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *218 - - *219 + - *216 + - *217 + - *347 + - *348 - *349 - - *350 - - *351 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -50621,9 +50615,9 @@ paths: type: integer check_runs: type: array - items: *301 + items: *299 examples: - default: *352 + default: *350 headers: Link: *49 x-github: @@ -50645,9 +50639,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *218 - - *219 - - *349 + - *216 + - *217 + - *347 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -50655,7 +50649,7 @@ paths: schema: type: integer example: 1 - - *350 + - *348 - *17 - *19 responses: @@ -50673,7 +50667,7 @@ paths: type: integer check_suites: type: array - items: *306 + items: *304 examples: default: value: @@ -50873,9 +50867,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *218 - - *219 - - *349 + - *216 + - *217 + - *347 - *17 - *19 responses: @@ -51073,9 +51067,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *218 - - *219 - - *349 + - *216 + - *217 + - *347 - *17 - *19 responses: @@ -51085,7 +51079,7 @@ paths: application/json: schema: type: array - items: &502 + items: &500 title: Status description: The status of a commit. type: object @@ -51166,7 +51160,7 @@ paths: site_admin: false headers: Link: *49 - '301': *232 + '301': *230 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51194,8 +51188,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -51224,20 +51218,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *353 - required: *354 + properties: *351 + required: *352 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &355 + properties: &353 url: type: string format: uri html_url: type: string format: uri - required: &356 + required: &354 - url - html_url nullable: true @@ -51251,26 +51245,26 @@ paths: contributing: title: Community Health File type: object - properties: *355 - required: *356 + properties: *353 + required: *354 nullable: true readme: title: Community Health File type: object - properties: *355 - required: *356 + properties: *353 + required: *354 nullable: true issue_template: title: Community Health File type: object - properties: *355 - required: *356 + properties: *353 + required: *354 nullable: true pull_request_template: title: Community Health File type: object - properties: *355 - required: *356 + properties: *353 + required: *354 nullable: true required: - code_of_conduct @@ -51391,8 +51385,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *218 - - *219 + - *216 + - *217 - *19 - *17 - name: basehead @@ -51435,8 +51429,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *342 - merge_base_commit: *342 + base_commit: *340 + merge_base_commit: *340 status: type: string enum: @@ -51456,10 +51450,10 @@ paths: example: 6 commits: type: array - items: *342 + items: *340 files: type: array - items: *357 + items: *355 required: - url - html_url @@ -51754,8 +51748,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *218 - - *219 + - *216 + - *217 - name: path description: path parameter in: path @@ -51898,7 +51892,7 @@ paths: - content - encoding examples: - response-if-content-is-a-file: &358 + response-if-content-is-a-file: &356 summary: Response if content is a file value: type: file @@ -52030,7 +52024,7 @@ paths: - size - type - url - - &459 + - &457 title: Content File description: Content File type: object @@ -52231,7 +52225,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *358 + response-if-content-is-a-file: *356 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -52300,7 +52294,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *28 - '302': *359 + '302': *357 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52319,8 +52313,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *218 - - *219 + - *216 + - *217 - name: path description: path parameter in: path @@ -52413,7 +52407,7 @@ paths: description: Response content: application/json: - schema: &360 + schema: &358 title: File Commit description: File Commit type: object @@ -52561,7 +52555,7 @@ paths: description: Response content: application/json: - schema: *360 + schema: *358 examples: example-for-creating-a-file: value: @@ -52607,7 +52601,7 @@ paths: payload: '404': *6 '422': *15 - '409': *266 + '409': *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52632,8 +52626,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *218 - - *219 + - *216 + - *217 - name: path description: path parameter in: path @@ -52694,7 +52688,7 @@ paths: description: Response content: application/json: - schema: *360 + schema: *358 examples: default: value: @@ -52727,7 +52721,7 @@ paths: payload: '422': *15 '404': *6 - '409': *266 + '409': *264 '503': *56 x-github: githubCloudOnly: false @@ -52748,8 +52742,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *218 - - *219 + - *216 + - *217 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -52871,8 +52865,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 - *123 - *124 - *125 @@ -52912,7 +52906,7 @@ paths: application/json: schema: type: array - items: &363 + items: &361 type: object description: A Dependabot alert. properties: @@ -52945,7 +52939,7 @@ paths: enum: - development - runtime - security_advisory: *361 + security_advisory: *359 security_vulnerability: *42 url: *46 html_url: *47 @@ -52976,7 +52970,7 @@ paths: nullable: true maxLength: 280 fixed_at: *115 - auto_dismissed_at: *362 + auto_dismissed_at: *360 required: - number - state @@ -53190,9 +53184,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *218 - - *219 - - &364 + - *216 + - *217 + - &362 name: alert_number in: path description: |- @@ -53207,7 +53201,7 @@ paths: description: Response content: application/json: - schema: *363 + schema: *361 examples: default: value: @@ -53312,9 +53306,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *218 - - *219 - - *364 + - *216 + - *217 + - *362 requestBody: required: true content: @@ -53359,7 +53353,7 @@ paths: description: Response content: application/json: - schema: *363 + schema: *361 examples: default: value: @@ -53458,7 +53452,7 @@ paths: '400': *14 '403': *28 '404': *6 - '409': *266 + '409': *264 '422': *7 x-github: githubCloudOnly: false @@ -53480,8 +53474,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -53499,7 +53493,7 @@ paths: type: integer secrets: type: array - items: &367 + items: &365 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -53551,16 +53545,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response content: application/json: - schema: *365 + schema: *363 examples: - default: *366 + default: *364 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53580,15 +53574,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *218 - - *219 + - *216 + - *217 - *107 responses: '200': description: Response content: application/json: - schema: *367 + schema: *365 examples: default: value: @@ -53616,8 +53610,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *218 - - *219 + - *216 + - *217 - *107 requestBody: required: true @@ -53670,8 +53664,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *218 - - *219 + - *216 + - *217 - *107 responses: '204': @@ -53694,8 +53688,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: - - *218 - - *219 + - *216 + - *217 - 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 @@ -53855,8 +53849,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: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -54050,8 +54044,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: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -54126,7 +54120,7 @@ paths: - version - url additionalProperties: false - metadata: &368 + metadata: &366 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -54159,7 +54153,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *368 + metadata: *366 resolved: type: object description: A collection of resolved package dependencies. @@ -54172,7 +54166,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *368 + metadata: *366 relationship: type: string description: A notation of whether a dependency is requested @@ -54301,8 +54295,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *218 - - *219 + - *216 + - *217 - name: sha description: The SHA recorded at creation time. in: query @@ -54342,9 +54336,9 @@ paths: application/json: schema: type: array - items: *369 + items: *367 examples: - default: *370 + default: *368 headers: Link: *49 x-github: @@ -54410,8 +54404,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -54492,7 +54486,7 @@ paths: description: Response content: application/json: - schema: *369 + schema: *367 examples: simple-example: summary: Simple example @@ -54565,9 +54559,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *218 - - *219 - - &371 + - *216 + - *217 + - &369 name: deployment_id description: deployment_id parameter in: path @@ -54579,7 +54573,7 @@ paths: description: Response content: application/json: - schema: *369 + schema: *367 examples: default: value: @@ -54642,9 +54636,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *218 - - *219 - - *371 + - *216 + - *217 + - *369 responses: '204': description: Response @@ -54666,9 +54660,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *218 - - *219 - - *371 + - *216 + - *217 + - *369 - *17 - *19 responses: @@ -54678,7 +54672,7 @@ paths: application/json: schema: type: array - items: &372 + items: &370 title: Deployment Status description: The status of a deployment. type: object @@ -54837,9 +54831,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *218 - - *219 - - *371 + - *216 + - *217 + - *369 requestBody: required: true content: @@ -54914,9 +54908,9 @@ paths: description: Response content: application/json: - schema: *372 + schema: *370 examples: - default: &373 + default: &371 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -54972,9 +54966,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *218 - - *219 - - *371 + - *216 + - *217 + - *369 - name: status_id in: path required: true @@ -54985,9 +54979,9 @@ paths: description: Response content: application/json: - schema: *372 + schema: *370 examples: - default: *373 + default: *371 '404': *6 x-github: githubCloudOnly: false @@ -55015,8 +55009,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -55069,8 +55063,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -55087,7 +55081,7 @@ paths: type: integer environments: type: array - items: &375 + items: &373 title: Environment description: Details of a deployment environment type: object @@ -55138,7 +55132,7 @@ paths: type: type: string example: wait_timer - wait_timer: &377 + wait_timer: &375 type: integer example: 30 description: The amount of time to delay a job after @@ -55175,7 +55169,7 @@ paths: items: type: object properties: - type: *374 + type: *372 reviewer: anyOf: - *18 @@ -55199,7 +55193,7 @@ paths: - id - node_id - type - deployment_branch_policy: &378 + deployment_branch_policy: &376 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -55314,9 +55308,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *218 - - *219 - - &376 + - *216 + - *217 + - &374 name: environment_name in: path required: true @@ -55328,9 +55322,9 @@ paths: description: Response content: application/json: - schema: *375 + schema: *373 examples: - default: &379 + default: &377 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -55412,9 +55406,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *218 - - *219 - - *376 + - *216 + - *217 + - *374 requestBody: required: false content: @@ -55423,7 +55417,7 @@ paths: type: object nullable: true properties: - wait_timer: *377 + wait_timer: *375 prevent_self_review: type: boolean example: false @@ -55440,13 +55434,13 @@ paths: items: type: object properties: - type: *374 + type: *372 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *378 + deployment_branch_policy: *376 additionalProperties: false examples: default: @@ -55466,9 +55460,9 @@ paths: description: Response content: application/json: - schema: *375 + schema: *373 examples: - default: *379 + default: *377 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -55492,9 +55486,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *218 - - *219 - - *376 + - *216 + - *217 + - *374 responses: '204': description: Default response @@ -55517,9 +55511,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *218 - - *219 - - *376 + - *216 + - *217 + - *374 - *17 - *19 responses: @@ -55537,7 +55531,7 @@ paths: example: 2 branch_policies: type: array - items: &380 + items: &378 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -55594,9 +55588,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *218 - - *219 - - *376 + - *216 + - *217 + - *374 requestBody: required: true content: @@ -55642,9 +55636,9 @@ paths: description: Response content: application/json: - schema: *380 + schema: *378 examples: - example-wildcard: &381 + example-wildcard: &379 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -55684,10 +55678,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *218 - - *219 - - *376 - - &382 + - *216 + - *217 + - *374 + - &380 name: branch_policy_id in: path required: true @@ -55699,9 +55693,9 @@ paths: description: Response content: application/json: - schema: *380 + schema: *378 examples: - default: *381 + default: *379 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55720,10 +55714,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *218 - - *219 - - *376 - - *382 + - *216 + - *217 + - *374 + - *380 requestBody: required: true content: @@ -55751,9 +55745,9 @@ paths: description: Response content: application/json: - schema: *380 + schema: *378 examples: - default: *381 + default: *379 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55772,10 +55766,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *218 - - *219 - - *376 - - *382 + - *216 + - *217 + - *374 + - *380 responses: '204': description: Response @@ -55798,9 +55792,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *376 - - *219 - - *218 + - *374 + - *217 + - *216 responses: '200': description: List of deployment protection rules @@ -55816,7 +55810,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &383 + items: &381 title: Deployment protection rule description: Deployment protection rule type: object @@ -55835,7 +55829,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &384 + app: &382 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -55932,9 +55926,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: - - *376 - - *219 - - *218 + - *374 + - *217 + - *216 requestBody: content: application/json: @@ -55955,9 +55949,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *383 + schema: *381 examples: - default: &385 + default: &383 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -55988,9 +55982,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: - - *376 - - *219 - - *218 + - *374 + - *217 + - *216 - *19 - *17 responses: @@ -56009,7 +56003,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *384 + items: *382 examples: default: value: @@ -56042,10 +56036,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *218 - - *219 - - *376 - - &386 + - *216 + - *217 + - *374 + - &384 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -56057,9 +56051,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *381 examples: - default: *385 + default: *383 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56078,10 +56072,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *376 - - *219 - - *218 - - *386 + - *374 + - *217 + - *216 + - *384 responses: '204': description: Response @@ -56102,8 +56096,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -56180,8 +56174,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *218 - - *219 + - *216 + - *217 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -56338,8 +56332,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: false content: @@ -56371,9 +56365,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *231 examples: - default: *387 + default: *385 '400': *14 '422': *15 '403': *28 @@ -56394,8 +56388,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -56446,7 +56440,7 @@ paths: schema: type: string '404': *6 - '409': *266 + '409': *264 '403': *28 '422': *15 x-github: @@ -56468,8 +56462,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *218 - - *219 + - *216 + - *217 - name: file_sha in: path required: true @@ -56566,8 +56560,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -56675,7 +56669,7 @@ paths: description: Response content: application/json: - schema: &388 + schema: &386 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -56882,15 +56876,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *218 - - *219 - - *343 + - *216 + - *217 + - *341 responses: '200': description: Response content: application/json: - schema: *388 + schema: *386 examples: default: value: @@ -56943,9 +56937,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *218 - - *219 - - *349 + - *216 + - *217 + - *347 responses: '200': description: Response @@ -56953,7 +56947,7 @@ paths: application/json: schema: type: array - items: &389 + items: &387 title: Git Reference description: Git references within a repository type: object @@ -57026,17 +57020,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *218 - - *219 - - *349 + - *216 + - *217 + - *347 responses: '200': description: Response content: application/json: - schema: *389 + schema: *387 examples: - default: &390 + default: &388 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -57064,8 +57058,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -57094,9 +57088,9 @@ paths: description: Response content: application/json: - schema: *389 + schema: *387 examples: - default: *390 + default: *388 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -57119,8 +57113,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *218 - - *219 + - *216 + - *217 - name: ref description: The name of the reference to update (for example, `heads/featureA`). Can be a branch name (`heads/BRANCH_NAME`) or tag name (`tags/TAG_NAME`). @@ -57160,9 +57154,9 @@ paths: description: Response content: application/json: - schema: *389 + schema: *387 examples: - default: *390 + default: *388 '422': *15 x-github: githubCloudOnly: false @@ -57179,9 +57173,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *218 - - *219 - - *349 + - *216 + - *217 + - *347 responses: '204': description: Response @@ -57232,8 +57226,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -57300,7 +57294,7 @@ paths: description: Response content: application/json: - schema: &392 + schema: &390 title: Git Tag description: Metadata for a Git tag type: object @@ -57351,7 +57345,7 @@ paths: - sha - type - url - verification: *391 + verification: *389 required: - sha - url @@ -57361,7 +57355,7 @@ paths: - tag - message examples: - default: &393 + default: &391 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -57431,8 +57425,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *218 - - *219 + - *216 + - *217 - name: tag_sha in: path required: true @@ -57443,9 +57437,9 @@ paths: description: Response content: application/json: - schema: *392 + schema: *390 examples: - default: *393 + default: *391 '404': *6 x-github: githubCloudOnly: false @@ -57468,8 +57462,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -57542,7 +57536,7 @@ paths: description: Response content: application/json: - schema: &394 + schema: &392 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -57653,8 +57647,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *218 - - *219 + - *216 + - *217 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -57677,7 +57671,7 @@ paths: description: Response content: application/json: - schema: *394 + schema: *392 examples: default-response: summary: Default response @@ -57735,8 +57729,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -57746,7 +57740,7 @@ paths: application/json: schema: type: array - items: &395 + items: &393 title: Webhook description: Webhooks for repositories. type: object @@ -57824,7 +57818,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &580 + last_response: &578 title: Hook Response type: object properties: @@ -57898,8 +57892,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: false content: @@ -57957,9 +57951,9 @@ paths: description: Response content: application/json: - schema: *395 + schema: *393 examples: - default: &396 + default: &394 value: type: Repository id: 12345678 @@ -58007,17 +58001,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *218 - - *219 + - *216 + - *217 - *138 responses: '200': description: Response content: application/json: - schema: *395 + schema: *393 examples: - default: *396 + default: *394 '404': *6 x-github: githubCloudOnly: false @@ -58037,8 +58031,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *218 - - *219 + - *216 + - *217 - *138 requestBody: required: true @@ -58099,9 +58093,9 @@ paths: description: Response content: application/json: - schema: *395 + schema: *393 examples: - default: *396 + default: *394 '422': *15 '404': *6 x-github: @@ -58119,8 +58113,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *218 - - *219 + - *216 + - *217 - *138 responses: '204': @@ -58145,8 +58139,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 - *138 responses: '200': @@ -58174,8 +58168,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 - *138 requestBody: required: false @@ -58220,8 +58214,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *218 - - *219 + - *216 + - *217 - *138 - *17 - *139 @@ -58258,8 +58252,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *218 - - *219 + - *216 + - *217 - *138 - *16 responses: @@ -58288,8 +58282,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *218 - - *219 + - *216 + - *217 - *138 - *16 responses: @@ -58313,8 +58307,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *218 - - *219 + - *216 + - *217 - *138 responses: '204': @@ -58339,8 +58333,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *218 - - *219 + - *216 + - *217 - *138 responses: '204': @@ -58398,14 +58392,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response content: application/json: - schema: &397 + schema: &395 title: Import description: A repository import from an external source. type: object @@ -58504,7 +58498,7 @@ paths: - html_url - authors_url examples: - default: &400 + default: &398 value: vcs: subversion use_lfs: true @@ -58520,7 +58514,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': &398 + '503': &396 description: Unavailable due to service under maintenance. content: application/json: @@ -58548,8 +58542,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -58597,7 +58591,7 @@ paths: description: Response content: application/json: - schema: *397 + schema: *395 examples: default: value: @@ -58622,7 +58616,7 @@ paths: type: string '422': *15 '404': *6 - '503': *398 + '503': *396 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58649,8 +58643,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: false content: @@ -58699,7 +58693,7 @@ paths: description: Response content: application/json: - schema: *397 + schema: *395 examples: example-1: summary: Example 1 @@ -58747,7 +58741,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': *398 + '503': *396 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58769,12 +58763,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Response - '503': *398 + '503': *396 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58799,9 +58793,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *218 - - *219 - - &554 + - *216 + - *217 + - &552 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -58815,7 +58809,7 @@ paths: application/json: schema: type: array - items: &399 + items: &397 title: Porter Author description: Porter Author type: object @@ -58869,7 +58863,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': *398 + '503': *396 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58893,8 +58887,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *218 - - *219 + - *216 + - *217 - name: author_id in: path required: true @@ -58924,7 +58918,7 @@ paths: description: Response content: application/json: - schema: *399 + schema: *397 examples: default: value: @@ -58937,7 +58931,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *398 + '503': *396 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58960,8 +58954,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -59002,7 +58996,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *398 + '503': *396 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59029,8 +59023,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -59057,11 +59051,11 @@ paths: description: Response content: application/json: - schema: *397 + schema: *395 examples: - default: *400 + default: *398 '422': *15 - '503': *398 + '503': *396 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59084,8 +59078,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -59093,8 +59087,8 @@ paths: application/json: schema: *21 examples: - default: *401 - '301': *232 + default: *399 + '301': *230 '404': *6 x-github: githubCloudOnly: false @@ -59114,8 +59108,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -59128,7 +59122,7 @@ paths: properties: {} additionalProperties: false examples: - default: &403 + default: &401 value: limit: collaborators_only origin: repository @@ -59153,13 +59147,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: application/json: - schema: *402 + schema: *400 examples: default: summary: Example request body @@ -59173,7 +59167,7 @@ paths: application/json: schema: *145 examples: - default: *403 + default: *401 '409': description: Response x-github: @@ -59195,8 +59189,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Response @@ -59219,8 +59213,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -59230,9 +59224,9 @@ paths: application/json: schema: type: array - items: *404 + items: *402 examples: - default: &547 + default: &545 value: - id: 1 repository: @@ -59363,8 +59357,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *218 - - *219 + - *216 + - *217 - *149 requestBody: required: false @@ -59394,7 +59388,7 @@ paths: description: Response content: application/json: - schema: *404 + schema: *402 examples: default: value: @@ -59525,8 +59519,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *218 - - *219 + - *216 + - *217 - *149 responses: '204': @@ -59553,8 +59547,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *218 - - *219 + - *216 + - *217 - 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 @@ -59767,7 +59761,7 @@ paths: state_reason: completed headers: Link: *49 - '301': *232 + '301': *230 '422': *15 '404': *6 x-github: @@ -59788,8 +59782,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -59866,7 +59860,7 @@ paths: application/json: schema: *68 examples: - default: &410 + default: &408 value: id: 1 node_id: MDU6SXNzdWUx @@ -60022,7 +60016,7 @@ paths: '422': *15 '503': *56 '404': *6 - '410': *229 + '410': *227 x-github: triggersNotification: true githubCloudOnly: false @@ -60043,8 +60037,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 - *78 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -60065,9 +60059,9 @@ paths: application/json: schema: type: array - items: *405 + items: *403 examples: - default: &412 + default: &410 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -60118,17 +60112,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *218 - - *219 + - *216 + - *217 - *67 responses: '200': description: Response content: application/json: - schema: *405 + schema: *403 examples: - default: &406 + default: &404 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -60175,8 +60169,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *218 - - *219 + - *216 + - *217 - *67 requestBody: required: true @@ -60199,9 +60193,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *403 examples: - default: *406 + default: *404 '422': *15 x-github: githubCloudOnly: false @@ -60219,8 +60213,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *218 - - *219 + - *216 + - *217 - *67 responses: '204': @@ -60241,8 +60235,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *218 - - *219 + - *216 + - *217 - *67 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -60269,9 +60263,9 @@ paths: application/json: schema: type: array - items: *211 + items: *209 examples: - default: *213 + default: *211 headers: Link: *49 '404': *6 @@ -60292,8 +60286,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *218 - - *219 + - *216 + - *217 - *67 requestBody: required: true @@ -60326,16 +60320,16 @@ paths: description: Reaction exists content: application/json: - schema: *211 + schema: *209 examples: - default: *212 + default: *210 '201': description: Reaction created content: application/json: - schema: *211 + schema: *209 examples: - default: *212 + default: *210 '422': *15 x-github: githubCloudOnly: false @@ -60356,10 +60350,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *218 - - *219 + - *216 + - *217 - *67 - - *214 + - *212 responses: '204': description: Response @@ -60379,8 +60373,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -60390,7 +60384,7 @@ paths: application/json: schema: type: array - items: &409 + items: &407 title: Issue Event description: Issue Event type: object @@ -60433,8 +60427,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *407 - required: *408 + properties: *405 + required: *406 nullable: true label: title: Issue Event Label @@ -60741,8 +60735,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *218 - - *219 + - *216 + - *217 - name: event_id in: path required: true @@ -60753,7 +60747,7 @@ paths: description: Response content: application/json: - schema: *409 + schema: *407 examples: default: value: @@ -60946,7 +60940,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *229 + '410': *227 '403': *28 x-github: githubCloudOnly: false @@ -60975,9 +60969,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *218 - - *219 - - &411 + - *216 + - *217 + - &409 name: issue_number description: The number that identifies the issue. in: path @@ -60991,10 +60985,10 @@ paths: application/json: schema: *68 examples: - default: *410 - '301': *232 + default: *408 + '301': *230 '404': *6 - '410': *229 + '410': *227 '304': *36 x-github: githubCloudOnly: false @@ -61011,9 +61005,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 requestBody: required: false content: @@ -61109,13 +61103,13 @@ paths: application/json: schema: *68 examples: - default: *410 + default: *408 '422': *15 '503': *56 '403': *28 - '301': *232 + '301': *230 '404': *6 - '410': *229 + '410': *227 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61133,9 +61127,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 requestBody: required: false content: @@ -61163,7 +61157,7 @@ paths: application/json: schema: *68 examples: - default: *410 + default: *408 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61179,9 +61173,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 requestBody: content: application/json: @@ -61208,7 +61202,7 @@ paths: application/json: schema: *68 examples: - default: *410 + default: *408 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61230,9 +61224,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: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 - name: assignee in: path required: true @@ -61265,9 +61259,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 - *58 - *17 - *19 @@ -61278,13 +61272,13 @@ paths: application/json: schema: type: array - items: *405 + items: *403 examples: - default: *412 + default: *410 headers: Link: *49 '404': *6 - '410': *229 + '410': *227 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61308,9 +61302,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 requestBody: required: true content: @@ -61332,16 +61326,16 @@ paths: description: Response content: application/json: - schema: *405 + schema: *403 examples: - default: *406 + default: *404 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *28 - '410': *229 + '410': *227 '422': *15 '404': *6 x-github: @@ -61361,9 +61355,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 - *17 - *19 responses: @@ -61377,7 +61371,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &415 + - &413 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -61431,7 +61425,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &416 + - &414 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -61567,7 +61561,7 @@ paths: - performed_via_github_app - assignee - assigner - - &417 + - &415 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -61618,7 +61612,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &418 + - &416 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -61669,7 +61663,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &419 + - &417 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -61723,7 +61717,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &420 + - &418 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -61770,7 +61764,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &421 + - &419 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -61817,7 +61811,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &422 + - &420 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -61877,7 +61871,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &423 + - &421 title: Locked Issue Event description: Locked Issue Event type: object @@ -61925,7 +61919,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &424 + - &422 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -61991,7 +61985,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &425 + - &423 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -62057,7 +62051,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &426 + - &424 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -62123,7 +62117,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &427 + - &425 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -62214,7 +62208,7 @@ paths: color: red headers: Link: *49 - '410': *229 + '410': *227 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62231,9 +62225,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 - *17 - *19 responses: @@ -62243,7 +62237,7 @@ paths: application/json: schema: type: array - items: &413 + items: &411 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -62286,7 +62280,7 @@ paths: - color - default examples: - default: &414 + default: &412 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -62304,9 +62298,9 @@ paths: default: false headers: Link: *49 - '301': *232 + '301': *230 '404': *6 - '410': *229 + '410': *227 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62323,9 +62317,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 requestBody: required: false content: @@ -62384,12 +62378,12 @@ paths: application/json: schema: type: array - items: *413 + items: *411 examples: - default: *414 - '301': *232 + default: *412 + '301': *230 '404': *6 - '410': *229 + '410': *227 '422': *15 x-github: githubCloudOnly: false @@ -62406,9 +62400,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 requestBody: required: false content: @@ -62468,12 +62462,12 @@ paths: application/json: schema: type: array - items: *413 + items: *411 examples: - default: *414 - '301': *232 + default: *412 + '301': *230 '404': *6 - '410': *229 + '410': *227 '422': *15 x-github: githubCloudOnly: false @@ -62490,15 +62484,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 responses: '204': description: Response - '301': *232 + '301': *230 '404': *6 - '410': *229 + '410': *227 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62517,9 +62511,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 - name: name in: path required: true @@ -62532,7 +62526,7 @@ paths: application/json: schema: type: array - items: *413 + items: *411 examples: default: value: @@ -62543,9 +62537,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *232 + '301': *230 '404': *6 - '410': *229 + '410': *227 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62565,9 +62559,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 requestBody: required: false content: @@ -62595,7 +62589,7 @@ paths: '204': description: Response '403': *28 - '410': *229 + '410': *227 '404': *6 '422': *15 x-github: @@ -62613,9 +62607,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 responses: '204': description: Response @@ -62637,9 +62631,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 - 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. @@ -62665,13 +62659,13 @@ paths: application/json: schema: type: array - items: *211 + items: *209 examples: - default: *213 + default: *211 headers: Link: *49 '404': *6 - '410': *229 + '410': *227 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62689,9 +62683,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 requestBody: required: true content: @@ -62723,16 +62717,16 @@ paths: description: Response content: application/json: - schema: *211 + schema: *209 examples: - default: *212 + default: *210 '201': description: Response content: application/json: - schema: *211 + schema: *209 examples: - default: *212 + default: *210 '422': *15 x-github: githubCloudOnly: false @@ -62753,10 +62747,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *218 - - *219 - - *411 - - *214 + - *216 + - *217 + - *409 + - *212 responses: '204': description: Response @@ -62776,9 +62770,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *218 - - *219 - - *411 + - *216 + - *217 + - *409 - *17 - *19 responses: @@ -62793,6 +62787,8 @@ paths: description: Timeline Event type: object anyOf: + - *413 + - *414 - *415 - *416 - *417 @@ -62804,8 +62800,6 @@ paths: - *423 - *424 - *425 - - *426 - - *427 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -63106,7 +63100,7 @@ paths: type: string comments: type: array - items: &448 + items: &446 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -63313,7 +63307,7 @@ paths: type: string comments: type: array - items: *341 + items: *339 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -63602,7 +63596,7 @@ paths: headers: Link: *49 '404': *6 - '410': *229 + '410': *227 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63619,8 +63613,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -63630,7 +63624,7 @@ paths: application/json: schema: type: array - items: &428 + items: &426 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -63692,8 +63686,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -63729,9 +63723,9 @@ paths: description: Response content: application/json: - schema: *428 + schema: *426 examples: - default: &429 + default: &427 value: id: 1 key: ssh-rsa AAA... @@ -63764,9 +63758,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *218 - - *219 - - &430 + - *216 + - *217 + - &428 name: key_id description: The unique identifier of the key. in: path @@ -63778,9 +63772,9 @@ paths: description: Response content: application/json: - schema: *428 + schema: *426 examples: - default: *429 + default: *427 '404': *6 x-github: githubCloudOnly: false @@ -63798,9 +63792,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *218 - - *219 - - *430 + - *216 + - *217 + - *428 responses: '204': description: Response @@ -63820,8 +63814,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -63831,9 +63825,9 @@ paths: application/json: schema: type: array - items: *413 + items: *411 examples: - default: *414 + default: *412 headers: Link: *49 '404': *6 @@ -63854,8 +63848,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -63891,9 +63885,9 @@ paths: description: Response content: application/json: - schema: *413 + schema: *411 examples: - default: &431 + default: &429 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -63925,8 +63919,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *218 - - *219 + - *216 + - *217 - name: name in: path required: true @@ -63937,9 +63931,9 @@ paths: description: Response content: application/json: - schema: *413 + schema: *411 examples: - default: *431 + default: *429 '404': *6 x-github: githubCloudOnly: false @@ -63956,8 +63950,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *218 - - *219 + - *216 + - *217 - name: name in: path required: true @@ -63996,7 +63990,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *411 examples: default: value: @@ -64022,8 +64016,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *218 - - *219 + - *216 + - *217 - name: name in: path required: true @@ -64049,8 +64043,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -64086,8 +64080,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -64232,8 +64226,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -64298,8 +64292,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -64333,9 +64327,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *342 + schema: *340 examples: - default: *432 + default: *430 '204': description: Response when already merged '404': @@ -64360,8 +64354,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *218 - - *219 + - *216 + - *217 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -64402,12 +64396,12 @@ paths: application/json: schema: type: array - items: &433 + items: &431 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *346 - required: *347 + properties: *344 + required: *345 examples: default: value: @@ -64463,8 +64457,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -64504,9 +64498,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *431 examples: - default: &434 + default: &432 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -64565,9 +64559,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *218 - - *219 - - &435 + - *216 + - *217 + - &433 name: milestone_number description: The number that identifies the milestone. in: path @@ -64579,9 +64573,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *431 examples: - default: *434 + default: *432 '404': *6 x-github: githubCloudOnly: false @@ -64598,9 +64592,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *218 - - *219 - - *435 + - *216 + - *217 + - *433 requestBody: required: false content: @@ -64638,9 +64632,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *431 examples: - default: *434 + default: *432 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64656,9 +64650,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *218 - - *219 - - *435 + - *216 + - *217 + - *433 responses: '204': description: Response @@ -64679,9 +64673,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *218 - - *219 - - *435 + - *216 + - *217 + - *433 - *17 - *19 responses: @@ -64691,9 +64685,9 @@ paths: application/json: schema: type: array - items: *413 + items: *411 examples: - default: *414 + default: *412 headers: Link: *49 x-github: @@ -64712,12 +64706,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *218 - - *219 - - *436 - - *437 + - *216 + - *217 + - *434 + - *435 - *58 - - *438 + - *436 - *17 - *19 responses: @@ -64729,7 +64723,7 @@ paths: type: array items: *81 examples: - default: *439 + default: *437 headers: Link: *49 x-github: @@ -64753,8 +64747,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: false content: @@ -64812,14 +64806,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response content: application/json: - schema: &440 + schema: &438 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -64944,7 +64938,7 @@ paths: - custom_404 - public examples: - default: &441 + default: &439 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -64981,8 +64975,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -65036,11 +65030,11 @@ paths: description: Response content: application/json: - schema: *440 + schema: *438 examples: - default: *441 + default: *439 '422': *15 - '409': *266 + '409': *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65059,8 +65053,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -65138,7 +65132,7 @@ paths: description: Response '422': *15 '400': *14 - '409': *266 + '409': *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65157,14 +65151,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Response '422': *15 '404': *6 - '409': *266 + '409': *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65184,8 +65178,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -65195,7 +65189,7 @@ paths: application/json: schema: type: array - items: &442 + items: &440 title: Page Build description: Page Build type: object @@ -65289,8 +65283,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *218 - - *219 + - *216 + - *217 responses: '201': description: Response @@ -65335,16 +65329,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response content: application/json: - schema: *442 + schema: *440 examples: - default: &443 + default: &441 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -65392,8 +65386,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *218 - - *219 + - *216 + - *217 - name: build_id in: path required: true @@ -65404,9 +65398,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *440 examples: - default: *443 + default: *441 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65426,8 +65420,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -65522,8 +65516,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -65781,8 +65775,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': *175 '422': *14 @@ -65803,8 +65797,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': *175 '422': *14 @@ -65827,8 +65821,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-repository-projects parameters: - - *218 - - *219 + - *216 + - *217 - name: state description: Indicates the state of the projects to return. in: query @@ -65889,7 +65883,7 @@ paths: '401': *24 '403': *28 '404': *6 - '410': *229 + '410': *227 '422': *7 x-github: githubCloudOnly: false @@ -65909,8 +65903,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-a-repository-project parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -65938,11 +65932,11 @@ paths: application/json: schema: *176 examples: - default: *228 + default: *226 '401': *24 '403': *28 '404': *6 - '410': *229 + '410': *227 '422': *7 x-github: githubCloudOnly: false @@ -65962,8 +65956,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/properties#get-all-custom-property-values-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -66003,8 +65997,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *218 - - *219 + - *216 + - *217 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -66064,9 +66058,9 @@ paths: application/json: schema: type: array - items: *444 + items: *442 examples: - default: *445 + default: *443 headers: Link: *49 '304': *36 @@ -66091,8 +66085,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -66157,7 +66151,7 @@ paths: description: Response content: application/json: - schema: &450 + schema: &448 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -66267,8 +66261,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *346 - required: *347 + properties: *344 + required: *345 nullable: true active_lock_reason: type: string @@ -66313,7 +66307,7 @@ paths: nullable: true requested_teams: type: array - items: *446 + items: *444 nullable: true head: type: object @@ -67223,14 +67217,14 @@ paths: _links: type: object properties: - comments: *348 - commits: *348 - statuses: *348 - html: *348 - issue: *348 - review_comments: *348 - review_comment: *348 - self: *348 + comments: *346 + commits: *346 + statuses: *346 + html: *346 + issue: *346 + review_comments: *346 + review_comment: *346 + self: *346 required: - comments - commits @@ -67241,7 +67235,7 @@ paths: - review_comment - self author_association: *54 - auto_merge: *447 + auto_merge: *445 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -67333,7 +67327,7 @@ paths: - merged_by - review_comments examples: - default: &451 + default: &449 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -67852,8 +67846,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *218 - - *219 + - *216 + - *217 - name: sort in: query required: false @@ -67882,9 +67876,9 @@ paths: application/json: schema: type: array - items: *448 + items: *446 examples: - default: &453 + default: &451 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -67953,17 +67947,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *218 - - *219 + - *216 + - *217 - *67 responses: '200': description: Response content: application/json: - schema: *448 + schema: *446 examples: - default: &449 + default: &447 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -68030,8 +68024,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *218 - - *219 + - *216 + - *217 - *67 requestBody: required: true @@ -68054,9 +68048,9 @@ paths: description: Response content: application/json: - schema: *448 + schema: *446 examples: - default: *449 + default: *447 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68072,8 +68066,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *218 - - *219 + - *216 + - *217 - *67 responses: '204': @@ -68095,8 +68089,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *218 - - *219 + - *216 + - *217 - *67 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -68123,9 +68117,9 @@ paths: application/json: schema: type: array - items: *211 + items: *209 examples: - default: *213 + default: *211 headers: Link: *49 '404': *6 @@ -68146,8 +68140,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *218 - - *219 + - *216 + - *217 - *67 requestBody: required: true @@ -68180,16 +68174,16 @@ paths: description: Reaction exists content: application/json: - schema: *211 + schema: *209 examples: - default: *212 + default: *210 '201': description: Reaction created content: application/json: - schema: *211 + schema: *209 examples: - default: *212 + default: *210 '422': *15 x-github: githubCloudOnly: false @@ -68210,10 +68204,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *218 - - *219 + - *216 + - *217 - *67 - - *214 + - *212 responses: '204': description: Response @@ -68248,9 +68242,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *218 - - *219 - - &452 + - *216 + - *217 + - &450 name: pull_number description: The number that identifies the pull request. in: path @@ -68263,9 +68257,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *450 + schema: *448 examples: - default: *451 + default: *449 '304': *36 '404': *6 '500': *120 @@ -68288,9 +68282,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *218 - - *219 - - *452 + - *216 + - *217 + - *450 requestBody: required: false content: @@ -68332,9 +68326,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *448 examples: - default: *451 + default: *449 '422': *15 '403': *28 x-github: @@ -68358,9 +68352,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *218 - - *219 - - *452 + - *216 + - *217 + - *450 requestBody: required: true content: @@ -68422,7 +68416,7 @@ paths: application/json: schema: *153 examples: - default: *331 + default: *329 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -68430,7 +68424,7 @@ paths: application/json: schema: *153 examples: - default: *331 + default: *329 '401': *24 '403': *28 '404': *6 @@ -68452,9 +68446,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *218 - - *219 - - *452 + - *216 + - *217 + - *450 - *78 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -68475,9 +68469,9 @@ paths: application/json: schema: type: array - items: *448 + items: *446 examples: - default: *453 + default: *451 headers: Link: *49 x-github: @@ -68503,9 +68497,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *218 - - *219 - - *452 + - *216 + - *217 + - *450 requestBody: required: true content: @@ -68605,7 +68599,7 @@ paths: description: Response content: application/json: - schema: *448 + schema: *446 examples: example-for-a-multi-line-comment: value: @@ -68685,9 +68679,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *218 - - *219 - - *452 + - *216 + - *217 + - *450 - *67 requestBody: required: true @@ -68710,7 +68704,7 @@ paths: description: Response content: application/json: - schema: *448 + schema: *446 examples: default: value: @@ -68789,9 +68783,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *218 - - *219 - - *452 + - *216 + - *217 + - *450 - *17 - *19 responses: @@ -68801,9 +68795,9 @@ paths: application/json: schema: type: array - items: *342 + items: *340 examples: - default: *454 + default: *452 headers: Link: *49 x-github: @@ -68823,9 +68817,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *218 - - *219 - - *452 + - *216 + - *217 + - *450 - *17 - *19 responses: @@ -68835,7 +68829,7 @@ paths: application/json: schema: type: array - items: *357 + items: *355 examples: default: value: @@ -68873,9 +68867,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *218 - - *219 - - *452 + - *216 + - *217 + - *450 responses: '204': description: Response if pull request has been merged @@ -68898,9 +68892,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *218 - - *219 - - *452 + - *216 + - *217 + - *450 requestBody: required: false content: @@ -69011,9 +69005,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *218 - - *219 - - *452 + - *216 + - *217 + - *450 responses: '200': description: Response @@ -69088,9 +69082,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *218 - - *219 - - *452 + - *216 + - *217 + - *450 requestBody: required: false content: @@ -69127,7 +69121,7 @@ paths: description: Response content: application/json: - schema: *444 + schema: *442 examples: default: value: @@ -69663,9 +69657,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *218 - - *219 - - *452 + - *216 + - *217 + - *450 requestBody: required: true content: @@ -69699,7 +69693,7 @@ paths: description: Response content: application/json: - schema: *444 + schema: *442 examples: default: value: @@ -70196,9 +70190,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *218 - - *219 - - *452 + - *216 + - *217 + - *450 - *17 - *19 responses: @@ -70208,7 +70202,7 @@ paths: application/json: schema: type: array - items: &455 + items: &453 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -70348,9 +70342,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *218 - - *219 - - *452 + - *216 + - *217 + - *450 requestBody: required: false content: @@ -70431,9 +70425,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *453 examples: - default: &457 + default: &455 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -70488,10 +70482,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *218 - - *219 - - *452 - - &456 + - *216 + - *217 + - *450 + - &454 name: review_id description: The unique identifier of the review. in: path @@ -70503,9 +70497,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *453 examples: - default: &458 + default: &456 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -70556,10 +70550,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *218 - - *219 - - *452 - - *456 + - *216 + - *217 + - *450 + - *454 requestBody: required: true content: @@ -70582,7 +70576,7 @@ paths: description: Response content: application/json: - schema: *455 + schema: *453 examples: default: value: @@ -70637,18 +70631,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *218 - - *219 - - *452 - - *456 + - *216 + - *217 + - *450 + - *454 responses: '200': description: Response content: application/json: - schema: *455 + schema: *453 examples: - default: *457 + default: *455 '422': *7 '404': *6 x-github: @@ -70667,10 +70661,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *218 - - *219 - - *452 - - *456 + - *216 + - *217 + - *450 + - *454 - *17 - *19 responses: @@ -70751,9 +70745,9 @@ paths: _links: type: object properties: - self: *348 - html: *348 - pull_request: *348 + self: *346 + html: *346 + pull_request: *346 required: - self - html @@ -70887,10 +70881,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *218 - - *219 - - *452 - - *456 + - *216 + - *217 + - *450 + - *454 requestBody: required: true content: @@ -70918,7 +70912,7 @@ paths: description: Response content: application/json: - schema: *455 + schema: *453 examples: default: value: @@ -70975,10 +70969,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *218 - - *219 - - *452 - - *456 + - *216 + - *217 + - *450 + - *454 requestBody: required: true content: @@ -71013,9 +71007,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *453 examples: - default: *458 + default: *456 '404': *6 '422': *7 '403': *28 @@ -71036,9 +71030,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *218 - - *219 - - *452 + - *216 + - *217 + - *450 requestBody: required: false content: @@ -71098,8 +71092,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *218 - - *219 + - *216 + - *217 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -71112,9 +71106,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *457 examples: - default: &460 + default: &458 value: type: file encoding: base64 @@ -71152,8 +71146,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *218 - - *219 + - *216 + - *217 - name: dir description: The alternate path to look for a README file in: path @@ -71173,9 +71167,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *457 examples: - default: *460 + default: *458 '404': *6 '422': *15 x-github: @@ -71197,8 +71191,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -71208,7 +71202,7 @@ paths: application/json: schema: type: array - items: &461 + items: &459 title: Release description: A release. type: object @@ -71271,7 +71265,7 @@ paths: author: *18 assets: type: array - items: &462 + items: &460 title: Release Asset description: Data related to a release. type: object @@ -71452,8 +71446,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -71529,9 +71523,9 @@ paths: description: Response content: application/json: - schema: *461 + schema: *459 examples: - default: &465 + default: &463 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -71632,9 +71626,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *218 - - *219 - - &463 + - *216 + - *217 + - &461 name: asset_id description: The unique identifier of the asset. in: path @@ -71646,9 +71640,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *460 examples: - default: &464 + default: &462 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 @@ -71682,7 +71676,7 @@ paths: type: User site_admin: false '404': *6 - '302': *359 + '302': *357 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71698,9 +71692,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *218 - - *219 - - *463 + - *216 + - *217 + - *461 requestBody: required: false content: @@ -71728,9 +71722,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *460 examples: - default: *464 + default: *462 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71746,9 +71740,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *218 - - *219 - - *463 + - *216 + - *217 + - *461 responses: '204': description: Response @@ -71772,8 +71766,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -71858,16 +71852,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response content: application/json: - schema: *461 + schema: *459 examples: - default: *465 + default: *463 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71884,8 +71878,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *218 - - *219 + - *216 + - *217 - name: tag description: tag parameter in: path @@ -71898,9 +71892,9 @@ paths: description: Response content: application/json: - schema: *461 + schema: *459 examples: - default: *465 + default: *463 '404': *6 x-github: githubCloudOnly: false @@ -71919,9 +71913,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *218 - - *219 - - &466 + - *216 + - *217 + - &464 name: release_id description: The unique identifier of the release. in: path @@ -71934,9 +71928,9 @@ paths: the endpoint for uploading release assets. This key is a [hypermedia resource](https://docs.github.com/rest/overview/resources-in-the-rest-api#hypermedia)." content: application/json: - schema: *461 + schema: *459 examples: - default: *465 + default: *463 '401': description: Unauthorized x-github: @@ -71954,9 +71948,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *218 - - *219 - - *466 + - *216 + - *217 + - *464 requestBody: required: false content: @@ -72020,9 +72014,9 @@ paths: description: Response content: application/json: - schema: *461 + schema: *459 examples: - default: *465 + default: *463 '404': description: Not Found if the discussion category name is invalid content: @@ -72043,9 +72037,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *218 - - *219 - - *466 + - *216 + - *217 + - *464 responses: '204': description: Response @@ -72065,9 +72059,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *218 - - *219 - - *466 + - *216 + - *217 + - *464 - *17 - *19 responses: @@ -72077,7 +72071,7 @@ paths: application/json: schema: type: array - items: *462 + items: *460 examples: default: value: @@ -72157,9 +72151,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: - - *218 - - *219 - - *466 + - *216 + - *217 + - *464 - name: name in: query required: true @@ -72185,7 +72179,7 @@ paths: description: Response for successful upload content: application/json: - schema: *462 + schema: *460 examples: response-for-successful-upload: value: @@ -72239,9 +72233,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *218 - - *219 - - *466 + - *216 + - *217 + - *464 - 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. @@ -72265,9 +72259,9 @@ paths: application/json: schema: type: array - items: *211 + items: *209 examples: - default: *213 + default: *211 headers: Link: *49 '404': *6 @@ -72288,9 +72282,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *218 - - *219 - - *466 + - *216 + - *217 + - *464 requestBody: required: true content: @@ -72320,16 +72314,16 @@ paths: description: Reaction exists content: application/json: - schema: *211 + schema: *209 examples: - default: *212 + default: *210 '201': description: Reaction created content: application/json: - schema: *211 + schema: *209 examples: - default: *212 + default: *210 '422': *15 x-github: githubCloudOnly: false @@ -72350,10 +72344,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *218 - - *219 - - *466 - - *214 + - *216 + - *217 + - *464 + - *212 responses: '204': description: Response @@ -72377,9 +72371,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *218 - - *219 - - *289 + - *216 + - *217 + - *287 - *17 - *19 responses: @@ -72395,8 +72389,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *467 - - &469 + - *465 + - &467 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -72415,48 +72409,48 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. + - allOf: + - *466 + - *467 - allOf: - *468 + - *467 + - allOf: - *469 + - *467 - allOf: - *470 - - *469 + - *467 - allOf: - *471 - - *469 + - *467 - allOf: - *472 - - *469 + - *467 - allOf: - *473 - - *469 + - *467 - allOf: - *474 - - *469 + - *467 - allOf: - *475 - - *469 + - *467 - allOf: - *476 - - *469 + - *467 - allOf: - *477 - - *469 + - *467 - allOf: - *478 - - *469 + - *467 - allOf: - *479 - - *469 + - *467 - allOf: - *480 - - *469 - - allOf: - - *481 - - *469 - - allOf: - - *482 - - *469 + - *467 examples: default: value: @@ -72495,8 +72489,8 @@ paths: category: repos subcategory: rules parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 - name: includes_parents @@ -72514,7 +72508,7 @@ paths: application/json: schema: type: array - items: *189 + items: *187 examples: default: value: @@ -72561,8 +72555,8 @@ paths: category: repos subcategory: rules parameters: - - *218 - - *219 + - *216 + - *217 requestBody: description: Request body required: true @@ -72580,16 +72574,16 @@ paths: enum: - branch - tag - enforcement: *185 + enforcement: *183 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *186 - conditions: *184 + items: *184 + conditions: *182 rules: type: array description: An array of rules within the ruleset. - items: *188 + items: *186 required: - name - enforcement @@ -72620,9 +72614,9 @@ paths: description: Response content: application/json: - schema: *189 + schema: *187 examples: - default: &491 + default: &489 value: id: 42 name: super cool ruleset @@ -72669,8 +72663,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *218 - - *219 + - *216 + - *217 - name: ref description: The name of the ref. Cannot contain wildcard characters. When specified, only rule evaluations triggered for this ref will be returned. @@ -72678,9 +72672,9 @@ paths: schema: type: string x-multi-segment: true + - *481 + - *482 - *483 - - *484 - - *485 - *17 - *19 responses: @@ -72688,9 +72682,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *484 examples: - default: *487 + default: *485 '404': *6 '500': *120 x-github: @@ -72711,17 +72705,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *218 - - *219 - - *488 + - *216 + - *217 + - *486 responses: '200': description: Response content: application/json: - schema: *489 + schema: *487 examples: - default: *490 + default: *488 '404': *6 '500': *120 x-github: @@ -72745,8 +72739,8 @@ paths: category: repos subcategory: rules parameters: - - *218 - - *219 + - *216 + - *217 - name: ruleset_id description: The ID of the ruleset. in: path @@ -72766,9 +72760,9 @@ paths: description: Response content: application/json: - schema: *189 + schema: *187 examples: - default: *491 + default: *489 '404': *6 '500': *120 put: @@ -72786,8 +72780,8 @@ paths: category: repos subcategory: rules parameters: - - *218 - - *219 + - *216 + - *217 - name: ruleset_id description: The ID of the ruleset. in: path @@ -72811,16 +72805,16 @@ paths: enum: - branch - tag - enforcement: *185 + enforcement: *183 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *186 - conditions: *184 + items: *184 + conditions: *182 rules: description: An array of rules within the ruleset. type: array - items: *188 + items: *186 examples: default: value: @@ -72848,9 +72842,9 @@ paths: description: Response content: application/json: - schema: *189 + schema: *187 examples: - default: *491 + default: *489 '404': *6 '500': *120 delete: @@ -72868,8 +72862,8 @@ paths: category: repos subcategory: rules parameters: - - *218 - - *219 + - *216 + - *217 - name: ruleset_id description: The ID of the ruleset. in: path @@ -72897,17 +72891,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 + - *189 + - *190 - *191 - *192 - - *193 - - *194 - *38 - *19 - *17 - - *492 - - *493 + - *490 + - *491 responses: '200': description: Response @@ -72915,7 +72909,7 @@ paths: application/json: schema: type: array - items: &496 + items: &494 type: object properties: number: *44 @@ -72934,8 +72928,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *494 - resolution: *495 + state: *492 + resolution: *493 resolved_at: type: string format: date-time @@ -73078,15 +73072,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *218 - - *219 - - *321 + - *216 + - *217 + - *319 responses: '200': description: Response content: application/json: - schema: *496 + schema: *494 examples: default: value: @@ -73131,9 +73125,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *218 - - *219 - - *321 + - *216 + - *217 + - *319 requestBody: required: true content: @@ -73141,8 +73135,8 @@ paths: schema: type: object properties: - state: *494 - resolution: *495 + state: *492 + resolution: *493 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -73160,7 +73154,7 @@ paths: description: Response content: application/json: - schema: *496 + schema: *494 examples: default: value: @@ -73228,9 +73222,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *218 - - *219 - - *321 + - *216 + - *217 + - *319 - *19 - *17 responses: @@ -73241,7 +73235,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &584 + items: &582 type: object properties: type: @@ -73401,8 +73395,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *218 - - *219 + - *216 + - *217 - *38 - name: sort description: The property to sort the results by. @@ -73445,9 +73439,9 @@ paths: application/json: schema: type: array - items: *497 + items: *495 examples: - default: *498 + default: *496 '400': *14 '404': *6 x-github: @@ -73469,8 +73463,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -73501,7 +73495,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *197 + ecosystem: *195 name: type: string description: The unique package name within its ecosystem. @@ -73543,7 +73537,7 @@ paths: login: type: string description: The username of the user credited. - type: *198 + type: *196 required: - login - type @@ -73625,9 +73619,9 @@ paths: description: Response content: application/json: - schema: *497 + schema: *495 examples: - default: &500 + default: &498 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -73853,8 +73847,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -73882,7 +73876,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *197 + ecosystem: *195 name: type: string description: The unique package name within its ecosystem. @@ -73953,7 +73947,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *495 examples: default: value: @@ -74096,17 +74090,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *218 - - *219 - - *499 + - *216 + - *217 + - *497 responses: '200': description: Response content: application/json: - schema: *497 + schema: *495 examples: - default: *500 + default: *498 '403': *28 '404': *6 x-github: @@ -74129,9 +74123,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *218 - - *219 - - *499 + - *216 + - *217 + - *497 requestBody: required: true content: @@ -74162,7 +74156,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *197 + ecosystem: *195 name: type: string description: The unique package name within its ecosystem. @@ -74204,7 +74198,7 @@ paths: login: type: string description: The username of the user credited. - type: *198 + type: *196 required: - login - type @@ -74291,10 +74285,10 @@ paths: description: Response content: application/json: - schema: *497 + schema: *495 examples: - default: *500 - add_credit: *500 + default: *498 + add_credit: *498 '403': *28 '404': *6 '422': @@ -74332,9 +74326,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: - - *218 - - *219 - - *499 + - *216 + - *217 + - *497 responses: '202': *90 '400': *14 @@ -74360,8 +74354,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -74457,8 +74451,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -74467,7 +74461,7 @@ paths: application/json: schema: type: array - items: &501 + items: &499 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -74498,8 +74492,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -74572,8 +74566,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -74669,8 +74663,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -74824,8 +74818,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -74835,7 +74829,7 @@ paths: application/json: schema: type: array - items: *501 + items: *499 examples: default: value: @@ -74868,8 +74862,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *218 - - *219 + - *216 + - *217 - name: sha in: path required: true @@ -74923,7 +74917,7 @@ paths: description: Response content: application/json: - schema: *502 + schema: *500 examples: default: value: @@ -74977,8 +74971,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -75010,14 +75004,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &503 + schema: &501 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -75085,8 +75079,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: false content: @@ -75112,7 +75106,7 @@ paths: description: Response content: application/json: - schema: *503 + schema: *501 examples: default: value: @@ -75139,8 +75133,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Response @@ -75160,8 +75154,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -75237,8 +75231,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#list-tag-protection-states-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -75246,7 +75240,7 @@ paths: application/json: schema: type: array - items: &504 + items: &502 title: Tag protection description: Tag protection type: object @@ -75292,8 +75286,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#create-a-tag-protection-state-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -75316,7 +75310,7 @@ paths: description: Response content: application/json: - schema: *504 + schema: *502 examples: default: value: @@ -75341,8 +75335,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#delete-a-tag-protection-state-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -75374,8 +75368,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *218 - - *219 + - *216 + - *217 - name: ref in: path required: true @@ -75415,8 +75409,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *218 - - *219 + - *216 + - *217 - *17 - *19 responses: @@ -75428,7 +75422,7 @@ paths: type: array items: *122 examples: - default: *201 + default: *199 headers: Link: *49 '404': *6 @@ -75448,8 +75442,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *218 - - *219 + - *216 + - *217 - *19 - *17 responses: @@ -75457,7 +75451,7 @@ paths: description: Response content: application/json: - schema: &505 + schema: &503 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -75469,7 +75463,7 @@ paths: required: - names examples: - default: &506 + default: &504 value: names: - octocat @@ -75492,8 +75486,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -75524,9 +75518,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *503 examples: - default: *506 + default: *504 '404': *6 '422': *7 x-github: @@ -75547,9 +75541,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *218 - - *219 - - &507 + - *216 + - *217 + - &505 name: per description: The time frame to display results for. in: query @@ -75578,7 +75572,7 @@ paths: example: 128 clones: type: array - items: &508 + items: &506 title: Traffic type: object properties: @@ -75665,8 +75659,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -75756,8 +75750,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *218 - - *219 + - *216 + - *217 responses: '200': description: Response @@ -75817,9 +75811,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *218 - - *219 - - *507 + - *216 + - *217 + - *505 responses: '200': description: Response @@ -75838,7 +75832,7 @@ paths: example: 3782 views: type: array - items: *508 + items: *506 required: - uniques - count @@ -75913,8 +75907,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *218 - - *219 + - *216 + - *217 requestBody: required: true content: @@ -76188,8 +76182,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -76212,8 +76206,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Response @@ -76235,8 +76229,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Response @@ -76261,8 +76255,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *218 - - *219 + - *216 + - *217 - name: ref in: path required: true @@ -76613,7 +76607,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - *95 - - *376 + - *374 - *17 - *19 responses: @@ -76631,9 +76625,9 @@ paths: type: integer secrets: type: array - items: *268 + items: *266 examples: - default: *269 + default: *267 headers: Link: *49 x-github: @@ -76660,15 +76654,15 @@ paths: url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - *95 - - *376 + - *374 responses: '200': description: Response content: application/json: - schema: *270 + schema: *268 examples: - default: *271 + default: *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76691,16 +76685,16 @@ paths: url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - *95 - - *376 + - *374 - *107 responses: '200': description: Response content: application/json: - schema: *268 + schema: *266 examples: - default: *509 + default: *507 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76723,7 +76717,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - *95 - - *376 + - *374 - *107 requestBody: required: true @@ -76782,7 +76776,7 @@ paths: url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - *95 - - *376 + - *374 - *107 responses: '204': @@ -76809,8 +76803,8 @@ paths: url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - *95 - - *376 - - *242 + - *374 + - *240 - *19 responses: '200': @@ -76827,9 +76821,9 @@ paths: type: integer variables: type: array - items: *272 + items: *270 examples: - default: *273 + default: *271 headers: Link: *49 x-github: @@ -76853,7 +76847,7 @@ paths: url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - *95 - - *376 + - *374 requestBody: required: true content: @@ -76906,16 +76900,16 @@ paths: url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - *95 - - *376 + - *374 - *111 responses: '200': description: Response content: application/json: - schema: *272 + schema: *270 examples: - default: *510 + default: *508 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76938,7 +76932,7 @@ paths: parameters: - *95 - *111 - - *376 + - *374 requestBody: required: true content: @@ -76982,7 +76976,7 @@ paths: parameters: - *95 - *111 - - *376 + - *374 responses: '204': description: Response @@ -77115,7 +77109,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &511 + text_matches: &509 title: Search Result Text Matches type: array items: @@ -77277,7 +77271,7 @@ paths: enum: - author-date - committer-date - - &512 + - &510 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 @@ -77348,7 +77342,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *287 + properties: *285 nullable: true comment_count: type: integer @@ -77368,7 +77362,7 @@ paths: url: type: string format: uri - verification: *391 + verification: *389 required: - author - committer @@ -77387,7 +77381,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *287 + properties: *285 nullable: true parents: type: array @@ -77405,7 +77399,7 @@ paths: type: number node_id: type: string - text_matches: *511 + text_matches: *509 required: - sha - node_id @@ -77596,7 +77590,7 @@ paths: - interactions - created - updated - - *512 + - *510 - *17 - *19 responses: @@ -77701,8 +77695,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *346 - required: *347 + properties: *344 + required: *345 nullable: true comments: type: integer @@ -77716,7 +77710,7 @@ paths: type: string format: date-time nullable: true - text_matches: *511 + text_matches: *509 pull_request: type: object properties: @@ -77940,7 +77934,7 @@ paths: enum: - created - updated - - *512 + - *510 - *17 - *19 responses: @@ -77984,7 +77978,7 @@ paths: nullable: true score: type: number - text_matches: *511 + text_matches: *509 required: - id - node_id @@ -78069,7 +78063,7 @@ paths: - forks - help-wanted-issues - updated - - *512 + - *510 - *17 - *19 responses: @@ -78308,7 +78302,7 @@ paths: - admin - pull - push - text_matches: *511 + text_matches: *509 temp_clone_token: type: string allow_merge_commit: @@ -78608,7 +78602,7 @@ paths: type: string format: uri nullable: true - text_matches: *511 + text_matches: *509 related: type: array nullable: true @@ -78799,7 +78793,7 @@ paths: - followers - repositories - joined - - *512 + - *510 - *17 - *19 responses: @@ -78902,7 +78896,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *511 + text_matches: *509 blog: type: string nullable: true @@ -78980,7 +78974,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &513 + - &511 name: team_id description: The unique identifier of the team. in: path @@ -78992,9 +78986,9 @@ paths: description: Response content: application/json: - schema: *203 + schema: *201 examples: - default: *204 + default: *202 '404': *6 x-github: githubCloudOnly: false @@ -79019,7 +79013,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *513 + - *511 requestBody: required: true content: @@ -79082,16 +79076,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *203 + schema: *201 examples: - default: *204 + default: *202 '201': description: Response content: application/json: - schema: *203 + schema: *201 examples: - default: *204 + default: *202 '404': *6 '422': *15 '403': *28 @@ -79118,7 +79112,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *513 + - *511 responses: '204': description: Response @@ -79146,7 +79140,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *513 + - *511 - *38 - *17 - *19 @@ -79157,9 +79151,9 @@ paths: application/json: schema: type: array - items: *205 + items: *203 examples: - default: *514 + default: *512 headers: Link: *49 x-github: @@ -79185,7 +79179,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *513 + - *511 requestBody: required: true content: @@ -79219,9 +79213,9 @@ paths: description: Response content: application/json: - schema: *205 + schema: *203 examples: - default: *206 + default: *204 x-github: triggersNotification: true githubCloudOnly: false @@ -79245,16 +79239,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *513 - - *207 + - *511 + - *205 responses: '200': description: Response content: application/json: - schema: *205 + schema: *203 examples: - default: *206 + default: *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79276,8 +79270,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *513 - - *207 + - *511 + - *205 requestBody: required: false content: @@ -79300,9 +79294,9 @@ paths: description: Response content: application/json: - schema: *205 + schema: *203 examples: - default: *515 + default: *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79324,8 +79318,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *513 - - *207 + - *511 + - *205 responses: '204': description: Response @@ -79351,8 +79345,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *513 - - *207 + - *511 + - *205 - *38 - *17 - *19 @@ -79363,9 +79357,9 @@ paths: application/json: schema: type: array - items: *208 + items: *206 examples: - default: *516 + default: *514 headers: Link: *49 x-github: @@ -79391,8 +79385,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *513 - - *207 + - *511 + - *205 requestBody: required: true content: @@ -79414,9 +79408,9 @@ paths: description: Response content: application/json: - schema: *208 + schema: *206 examples: - default: *209 + default: *207 x-github: triggersNotification: true githubCloudOnly: false @@ -79440,17 +79434,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *513 - - *207 - - *210 + - *511 + - *205 + - *208 responses: '200': description: Response content: application/json: - schema: *208 + schema: *206 examples: - default: *209 + default: *207 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79472,9 +79466,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *513 - - *207 - - *210 + - *511 + - *205 + - *208 requestBody: required: true content: @@ -79496,9 +79490,9 @@ paths: description: Response content: application/json: - schema: *208 + schema: *206 examples: - default: *517 + default: *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79520,9 +79514,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *513 - - *207 - - *210 + - *511 + - *205 + - *208 responses: '204': description: Response @@ -79548,9 +79542,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *513 - - *207 - - *210 + - *511 + - *205 + - *208 - 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. @@ -79576,9 +79570,9 @@ paths: application/json: schema: type: array - items: *211 + items: *209 examples: - default: *213 + default: *211 headers: Link: *49 x-github: @@ -79602,9 +79596,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *513 - - *207 - - *210 + - *511 + - *205 + - *208 requestBody: required: true content: @@ -79636,9 +79630,9 @@ paths: description: Response content: application/json: - schema: *211 + schema: *209 examples: - default: *212 + default: *210 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79661,8 +79655,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *513 - - *207 + - *511 + - *205 - 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. @@ -79688,9 +79682,9 @@ paths: application/json: schema: type: array - items: *211 + items: *209 examples: - default: *213 + default: *211 headers: Link: *49 x-github: @@ -79714,8 +79708,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *513 - - *207 + - *511 + - *205 requestBody: required: true content: @@ -79747,9 +79741,9 @@ paths: description: Response content: application/json: - schema: *211 + schema: *209 examples: - default: *212 + default: *210 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -79772,7 +79766,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *513 + - *511 - *17 - *19 responses: @@ -79809,7 +79803,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *513 + - *511 - name: role description: Filters members returned by their role in the team. in: query @@ -79860,7 +79854,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *513 + - *511 - *113 responses: '204': @@ -79896,7 +79890,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *513 + - *511 - *113 responses: '204': @@ -79935,7 +79929,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *513 + - *511 - *113 responses: '204': @@ -79971,16 +79965,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *513 + - *511 - *113 responses: '200': description: Response content: application/json: - schema: *215 + schema: *213 examples: - response-if-user-is-a-team-maintainer: *518 + response-if-user-is-a-team-maintainer: *516 '404': *6 x-github: githubCloudOnly: false @@ -80011,7 +80005,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *513 + - *511 - *113 requestBody: required: false @@ -80037,9 +80031,9 @@ paths: description: Response content: application/json: - schema: *215 + schema: *213 examples: - response-if-users-membership-with-team-is-now-pending: *519 + response-if-users-membership-with-team-is-now-pending: *517 '403': description: Forbidden if team synchronization is set up '422': @@ -80071,7 +80065,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *513 + - *511 - *113 responses: '204': @@ -80100,7 +80094,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *513 + - *511 - *17 - *19 responses: @@ -80110,9 +80104,9 @@ paths: application/json: schema: type: array - items: *216 + items: *214 examples: - default: *520 + default: *518 headers: Link: *49 '404': *6 @@ -80138,16 +80132,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *513 - - *217 + - *511 + - *215 responses: '200': description: Response content: application/json: - schema: *216 + schema: *214 examples: - default: *521 + default: *519 '404': description: Not Found if project is not managed by this team x-github: @@ -80171,8 +80165,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *513 - - *217 + - *511 + - *215 requestBody: required: false content: @@ -80239,8 +80233,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *513 - - *217 + - *511 + - *215 responses: '204': description: Response @@ -80268,7 +80262,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *513 + - *511 - *17 - *19 responses: @@ -80308,15 +80302,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *513 - - *218 - - *219 + - *511 + - *216 + - *217 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *522 + schema: *520 examples: alternative-response-with-extra-repository-information: value: @@ -80585,9 +80579,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *513 - - *218 - - *219 + - *511 + - *216 + - *217 requestBody: required: false content: @@ -80636,9 +80630,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *513 - - *218 - - *219 + - *511 + - *216 + - *217 responses: '204': description: Response @@ -80664,7 +80658,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *513 + - *511 - *17 - *19 responses: @@ -80676,7 +80670,7 @@ paths: type: array items: *122 examples: - response-if-child-teams-exist: *523 + response-if-child-teams-exist: *521 headers: Link: *49 '404': *6 @@ -80711,7 +80705,7 @@ paths: application/json: schema: oneOf: - - &525 + - &523 title: Private User description: Private User type: object @@ -80910,7 +80904,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *524 + - *522 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -81063,7 +81057,7 @@ paths: description: Response content: application/json: - schema: *525 + schema: *523 examples: default: value: @@ -81413,7 +81407,7 @@ paths: application/json: schema: *153 examples: - default: *331 + default: *329 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -81421,7 +81415,7 @@ paths: application/json: schema: *153 examples: - default: *331 + default: *329 '401': *24 '403': *28 '404': *6 @@ -81465,7 +81459,7 @@ paths: type: integer secrets: type: array - items: &526 + items: &524 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -81505,7 +81499,7 @@ paths: - visibility - selected_repositories_url examples: - default: *334 + default: *332 headers: Link: *49 x-github: @@ -81581,7 +81575,7 @@ paths: description: Response content: application/json: - schema: *526 + schema: *524 examples: default: value: @@ -82110,7 +82104,7 @@ paths: application/json: schema: *153 examples: - default: *331 + default: *329 '304': *36 '500': *120 '401': *24 @@ -82170,7 +82164,7 @@ paths: application/json: schema: *153 examples: - default: *331 + default: *329 '401': *24 '403': *28 '404': *6 @@ -82231,7 +82225,7 @@ paths: description: Response content: application/json: - schema: &527 + schema: &525 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -82272,7 +82266,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &528 + default: &526 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -82319,9 +82313,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *525 examples: - default: *528 + default: *526 '404': *6 x-github: githubCloudOnly: false @@ -82360,9 +82354,9 @@ paths: type: integer machines: type: array - items: *529 + items: *527 examples: - default: *530 + default: *528 '304': *36 '500': *120 '401': *24 @@ -82442,13 +82436,13 @@ paths: nullable: true owner: *18 billable_owner: *18 - repository: *233 + repository: *231 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *332 - required: *333 + properties: *330 + required: *331 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -83232,7 +83226,7 @@ paths: application/json: schema: *153 examples: - default: *331 + default: *329 '304': *36 '500': *120 '400': *14 @@ -83244,7 +83238,7 @@ paths: schema: *2 '403': *28 '404': *6 - '409': *266 + '409': *264 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83274,7 +83268,7 @@ paths: application/json: schema: *153 examples: - default: *331 + default: *329 '500': *120 '401': *24 '403': *28 @@ -83305,7 +83299,7 @@ paths: type: array items: *162 examples: - default: &543 + default: &541 value: - id: 197 name: hello_docker @@ -83406,7 +83400,7 @@ paths: application/json: schema: type: array - items: &531 + items: &529 title: Email description: Email type: object @@ -83468,9 +83462,9 @@ paths: application/json: schema: type: array - items: *531 + items: *529 examples: - default: &545 + default: &543 value: - email: octocat@github.com verified: true @@ -83544,7 +83538,7 @@ paths: application/json: schema: type: array - items: *531 + items: *529 examples: default: value: @@ -83796,7 +83790,7 @@ paths: application/json: schema: type: array - items: &532 + items: &530 title: GPG Key description: A unique encryption key type: object @@ -83925,7 +83919,7 @@ paths: - subkeys - revoked examples: - default: &555 + default: &553 value: - id: 3 name: Octocat's GPG Key @@ -84009,9 +84003,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *530 examples: - default: &533 + default: &531 value: id: 3 name: Octocat's GPG Key @@ -84066,7 +84060,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &534 + - &532 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -84078,9 +84072,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *530 examples: - default: *533 + default: *531 '404': *6 '304': *36 '403': *28 @@ -84102,7 +84096,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *534 + - *532 responses: '204': description: Response @@ -84297,7 +84291,7 @@ paths: type: array items: *51 examples: - default: *535 + default: *533 headers: Link: *49 '404': *6 @@ -84412,7 +84406,7 @@ paths: required: true content: application/json: - schema: *402 + schema: *400 examples: default: value: @@ -84556,7 +84550,7 @@ paths: application/json: schema: type: array - items: &536 + items: &534 title: Key description: Key type: object @@ -84651,9 +84645,9 @@ paths: description: Response content: application/json: - schema: *536 + schema: *534 examples: - default: &537 + default: &535 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -84685,15 +84679,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *430 + - *428 responses: '200': description: Response content: application/json: - schema: *536 + schema: *534 examples: - default: *537 + default: *535 '404': *6 '304': *36 '403': *28 @@ -84715,7 +84709,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *430 + - *428 responses: '204': description: Response @@ -84751,7 +84745,7 @@ paths: application/json: schema: type: array - items: &538 + items: &536 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -84819,7 +84813,7 @@ paths: - account - plan examples: - default: &539 + default: &537 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -84884,9 +84878,9 @@ paths: application/json: schema: type: array - items: *538 + items: *536 examples: - default: *539 + default: *537 headers: Link: *49 '304': *36 @@ -85881,7 +85875,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *161 - - *540 + - *538 responses: '204': description: Response @@ -85953,7 +85947,7 @@ paths: type: array items: *157 examples: - default: *541 + default: *539 headers: Link: *49 '304': *36 @@ -85995,7 +85989,7 @@ paths: - docker - nuget - container - - *542 + - *540 - *19 - *17 responses: @@ -86007,8 +86001,8 @@ paths: type: array items: *162 examples: - default: *543 - '400': *544 + default: *541 + '400': *542 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86037,7 +86031,7 @@ paths: application/json: schema: *162 examples: - default: &556 + default: &554 value: id: 40201 name: octo-name @@ -86484,9 +86478,9 @@ paths: application/json: schema: type: array - items: *531 + items: *529 examples: - default: *545 + default: *543 headers: Link: *49 '304': *36 @@ -86599,7 +86593,7 @@ paths: type: array items: *51 examples: - default: &553 + default: &551 summary: Default response value: - id: 1296269 @@ -86904,7 +86898,7 @@ paths: application/json: schema: *51 examples: - default: *546 + default: *544 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -86942,9 +86936,9 @@ paths: application/json: schema: type: array - items: *404 + items: *402 examples: - default: *547 + default: *545 headers: Link: *49 '304': *36 @@ -86972,7 +86966,7 @@ paths: '204': description: Response '403': *28 - '409': *266 + '409': *264 '404': *6 '304': *36 x-github: @@ -86994,7 +86988,7 @@ paths: responses: '204': description: Response - '409': *266 + '409': *264 '304': *36 '404': *6 '403': *28 @@ -87023,7 +87017,7 @@ paths: application/json: schema: type: array - items: &548 + items: &546 title: Social account description: Social media account type: object @@ -87038,7 +87032,7 @@ paths: - provider - url examples: - default: &549 + default: &547 value: - provider: twitter url: https://twitter.com/github @@ -87098,9 +87092,9 @@ paths: application/json: schema: type: array - items: *548 + items: *546 examples: - default: *549 + default: *547 '422': *15 '304': *36 '404': *6 @@ -87185,7 +87179,7 @@ paths: application/json: schema: type: array - items: &550 + items: &548 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -87205,7 +87199,7 @@ paths: - title - created_at examples: - default: &563 + default: &561 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -87271,9 +87265,9 @@ paths: description: Response content: application/json: - schema: *550 + schema: *548 examples: - default: &551 + default: &549 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -87304,7 +87298,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: - - &552 + - &550 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -87316,9 +87310,9 @@ paths: description: Response content: application/json: - schema: *550 + schema: *548 examples: - default: *551 + default: *549 '404': *6 '304': *36 '403': *28 @@ -87341,7 +87335,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: - - *552 + - *550 responses: '204': description: Response @@ -87368,7 +87362,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &564 + - &562 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 @@ -87393,11 +87387,11 @@ paths: type: array items: *51 examples: - default-response: *553 + default-response: *551 application/vnd.github.v3.star+json: schema: type: array - items: &565 + items: &563 title: Starred Repository description: Starred Repository type: object @@ -87553,8 +87547,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: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Response if this repository is starred by you @@ -87582,8 +87576,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Response @@ -87607,8 +87601,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *218 - - *219 + - *216 + - *217 responses: '204': description: Response @@ -87682,7 +87676,7 @@ paths: application/json: schema: type: array - items: *203 + items: *201 examples: default: value: @@ -87756,7 +87750,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *554 + - *552 - *17 responses: '200': @@ -87805,8 +87799,8 @@ paths: application/json: schema: oneOf: - - *525 - - *524 + - *523 + - *522 examples: default-response: summary: Default response @@ -87912,7 +87906,7 @@ paths: type: array items: *162 examples: - default: *543 + default: *541 '403': *28 '401': *24 x-github: @@ -88308,9 +88302,9 @@ paths: application/json: schema: type: array - items: *532 + items: *530 examples: - default: *555 + default: *553 headers: Link: *49 x-github: @@ -88417,7 +88411,7 @@ paths: application/json: schema: *21 examples: - default: *401 + default: *399 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88495,7 +88489,7 @@ paths: type: array items: *157 examples: - default: *541 + default: *539 headers: Link: *49 x-github: @@ -88534,7 +88528,7 @@ paths: - docker - nuget - container - - *542 + - *540 - *113 - *19 - *17 @@ -88547,10 +88541,10 @@ paths: type: array items: *162 examples: - default: *543 + default: *541 '403': *28 '401': *24 - '400': *544 + '400': *542 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88580,7 +88574,7 @@ paths: application/json: schema: *162 examples: - default: *556 + default: *554 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89169,9 +89163,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *555 examples: - default: *558 + default: *556 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89199,9 +89193,9 @@ paths: description: Response content: application/json: - schema: *559 + schema: *557 examples: - default: *560 + default: *558 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89229,9 +89223,9 @@ paths: description: Response content: application/json: - schema: *561 + schema: *559 examples: - default: *562 + default: *560 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89259,9 +89253,9 @@ paths: application/json: schema: type: array - items: *548 + items: *546 examples: - default: *549 + default: *547 headers: Link: *49 x-github: @@ -89291,9 +89285,9 @@ paths: application/json: schema: type: array - items: *550 + items: *548 examples: - default: *563 + default: *561 headers: Link: *49 x-github: @@ -89316,7 +89310,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *113 - - *564 + - *562 - *38 - *17 - *19 @@ -89328,11 +89322,11 @@ paths: schema: anyOf: - type: array - items: *565 + items: *563 - type: array items: *51 examples: - default-response: *553 + default-response: *551 headers: Link: *49 x-github: @@ -89491,7 +89485,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &566 + enterprise: &564 title: Enterprise description: | An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -89549,7 +89543,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &567 + installation: &565 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -89568,7 +89562,7 @@ x-webhooks: required: - id - node_id - organization: &568 + organization: &566 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -89628,13 +89622,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &569 + repository: &567 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: &576 + properties: &574 id: description: Unique identifier of the repository example: 42 @@ -90310,7 +90304,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &577 + required: &575 - archive_url - assignees_url - blobs_url @@ -90384,7 +90378,7 @@ x-webhooks: - watchers_count - created_at - updated_at - sender: &570 + sender: &568 title: Simple User description: The GitHub user that triggered the event. This property is included in every webhook payload. @@ -90556,11 +90550,11 @@ x-webhooks: type: string enum: - enabled - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - repository @@ -90635,10 +90629,10 @@ x-webhooks: type: string enum: - created - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -90769,7 +90763,7 @@ x-webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *570 + sender: *568 required: - action - rule @@ -90845,10 +90839,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -90979,7 +90973,7 @@ x-webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *570 + sender: *568 required: - action - rule @@ -91123,10 +91117,10 @@ x-webhooks: - everyone required: - from - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -91257,7 +91251,7 @@ x-webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *570 + sender: *568 required: - action - rule @@ -91339,7 +91333,7 @@ x-webhooks: type: string enum: - completed - check_run: &572 + check_run: &570 title: CheckRun description: A check performed on the code of a given code change type: object @@ -91402,7 +91396,7 @@ x-webhooks: type: string pull_requests: type: array - items: *300 + items: *298 repository: *109 status: example: completed @@ -91440,7 +91434,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *571 + deployment: *569 details_url: example: https://example.com type: string @@ -91490,7 +91484,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *300 + items: *298 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -91525,10 +91519,10 @@ x-webhooks: - output - app - pull_requests - installation: *567 - organization: *568 - repository: *569 - sender: *570 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - check_run - repository @@ -91919,11 +91913,11 @@ x-webhooks: type: string enum: - created - check_run: *572 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + check_run: *570 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - check_run - repository @@ -92317,10 +92311,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *572 - installation: *567 - organization: *568 - repository: *569 + check_run: *570 + installation: *565 + organization: *566 + repository: *567 requested_action: description: The action requested by the user. type: object @@ -92329,7 +92323,7 @@ x-webhooks: description: The integrator reference of the action requested by the user. type: string - sender: *570 + sender: *568 required: - action - check_run @@ -92724,11 +92718,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *572 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + check_run: *570 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - check_run - repository @@ -93697,11 +93691,11 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - check_suite @@ -94363,11 +94357,11 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - check_suite @@ -95023,11 +95017,11 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - check_suite @@ -95329,16 +95323,16 @@ x-webhooks: action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - alert @@ -95658,16 +95652,16 @@ x-webhooks: action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - alert @@ -95761,7 +95755,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *316 + dismissed_comment: *314 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -95927,16 +95921,16 @@ x-webhooks: action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - alert @@ -96259,16 +96253,16 @@ x-webhooks: action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - alert @@ -96524,17 +96518,17 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 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: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - alert @@ -96764,16 +96758,16 @@ x-webhooks: action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - alert @@ -97026,11 +97020,11 @@ x-webhooks: - updated_at - author_association - body - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - comment @@ -97109,13 +97103,13 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *568 + organization: *566 pusher_type: description: The pusher type for the event. Can be either `user` or a deploy key. @@ -97130,8 +97124,8 @@ x-webhooks: enum: - tag - branch - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - ref - ref_type @@ -97208,9 +97202,9 @@ x-webhooks: title: delete event type: object properties: - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 pusher_type: description: The pusher type for the event. Can be either `user` or a deploy key. @@ -97225,8 +97219,8 @@ x-webhooks: enum: - tag - branch - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - ref - ref_type @@ -97307,12 +97301,12 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *363 - installation: *567 - organization: *568 - enterprise: *566 - repository: *569 - sender: *570 + alert: *361 + installation: *565 + organization: *566 + enterprise: *564 + repository: *567 + sender: *568 required: - action - alert @@ -97392,12 +97386,12 @@ x-webhooks: type: string enum: - auto_reopened - alert: *363 - installation: *567 - organization: *568 - enterprise: *566 - repository: *569 - sender: *570 + alert: *361 + installation: *565 + organization: *566 + enterprise: *564 + repository: *567 + sender: *568 required: - action - alert @@ -97479,12 +97473,12 @@ x-webhooks: type: string enum: - created - alert: *363 - installation: *567 - organization: *568 - enterprise: *566 - repository: *569 - sender: *570 + alert: *361 + installation: *565 + organization: *566 + enterprise: *564 + repository: *567 + sender: *568 required: - action - alert @@ -97564,12 +97558,12 @@ x-webhooks: type: string enum: - dismissed - alert: *363 - installation: *567 - organization: *568 - enterprise: *566 - repository: *569 - sender: *570 + alert: *361 + installation: *565 + organization: *566 + enterprise: *564 + repository: *567 + sender: *568 required: - action - alert @@ -97649,12 +97643,12 @@ x-webhooks: type: string enum: - fixed - alert: *363 - installation: *567 - organization: *568 - enterprise: *566 - repository: *569 - sender: *570 + alert: *361 + installation: *565 + organization: *566 + enterprise: *564 + repository: *567 + sender: *568 required: - action - alert @@ -97735,12 +97729,12 @@ x-webhooks: type: string enum: - reintroduced - alert: *363 - installation: *567 - organization: *568 - enterprise: *566 - repository: *569 - sender: *570 + alert: *361 + installation: *565 + organization: *566 + enterprise: *564 + repository: *567 + sender: *568 required: - action - alert @@ -97820,12 +97814,12 @@ x-webhooks: type: string enum: - reopened - alert: *363 - installation: *567 - organization: *568 - enterprise: *566 - repository: *569 - sender: *570 + alert: *361 + installation: *565 + organization: *566 + enterprise: *564 + repository: *567 + sender: *568 required: - action - alert @@ -97901,8 +97895,8 @@ x-webhooks: type: string enum: - created - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 key: description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. @@ -97937,9 +97931,9 @@ x-webhooks: - verified - created_at - read_only - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - key @@ -98015,8 +98009,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 key: description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. @@ -98051,9 +98045,9 @@ x-webhooks: - verified - created_at - read_only - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - key @@ -98609,11 +98603,11 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 workflow: title: Workflow type: object @@ -99336,14 +99330,14 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *369 + deployment: *367 pull_requests: type: array - items: *450 - repository: *569 - organization: *568 - installation: *567 - sender: *570 + items: *448 + repository: *567 + organization: *566 + installation: *565 + sender: *568 responses: '200': description: Return a 200 status to indicate that the data was received @@ -99454,10 +99448,10 @@ x-webhooks: type: string comment: type: string - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 reviewers: type: array items: @@ -99534,7 +99528,7 @@ x-webhooks: type: string enum: - User - sender: *570 + sender: *568 since: type: string workflow_job_run: @@ -100301,10 +100295,10 @@ x-webhooks: type: string comment: type: string - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 reviewers: type: array items: @@ -100381,7 +100375,7 @@ x-webhooks: type: string enum: - User - sender: *570 + sender: *568 since: type: string workflow_job_run: @@ -101107,12 +101101,12 @@ x-webhooks: type: string enum: - requested - enterprise: *566 + enterprise: *564 environment: type: string - installation: *567 - organization: *568 - repository: *569 + installation: *565 + organization: *566 + repository: *567 requestor: title: User type: object @@ -101256,7 +101250,7 @@ x-webhooks: enum: - User - Team - sender: *570 + sender: *568 since: type: string workflow_job_run: @@ -102988,11 +102982,11 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 workflow: title: Workflow type: object @@ -103862,7 +103856,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &573 + discussion: &571 title: Discussion description: A Discussion in a repository. type: object @@ -104162,11 +104156,11 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - discussion @@ -104291,12 +104285,12 @@ x-webhooks: - from required: - category - discussion: *573 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + discussion: *571 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - changes @@ -104377,12 +104371,12 @@ x-webhooks: type: string enum: - closed - discussion: *573 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + discussion: *571 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - discussion @@ -104616,12 +104610,12 @@ x-webhooks: - updated_at - body - reactions - discussion: *573 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + discussion: *571 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - comment @@ -104856,12 +104850,12 @@ x-webhooks: - updated_at - body - reactions - discussion: *573 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + discussion: *571 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - comment @@ -105108,12 +105102,12 @@ x-webhooks: - updated_at - body - reactions - discussion: *573 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + discussion: *571 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - changes @@ -105617,11 +105611,11 @@ x-webhooks: - answer_html_url - answer_chosen_at - answer_chosen_by - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - discussion @@ -105701,12 +105695,12 @@ x-webhooks: type: string enum: - deleted - discussion: *573 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + discussion: *571 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - discussion @@ -105804,12 +105798,12 @@ x-webhooks: type: string required: - from - discussion: *573 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + discussion: *571 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - discussion @@ -105889,9 +105883,9 @@ x-webhooks: type: string enum: - labeled - discussion: *573 - enterprise: *566 - installation: *567 + discussion: *571 + enterprise: *564 + installation: *565 label: title: Label type: object @@ -105924,9 +105918,9 @@ x-webhooks: - color - default - description - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - discussion @@ -106007,12 +106001,12 @@ x-webhooks: type: string enum: - locked - discussion: *573 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + discussion: *571 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - discussion @@ -106092,12 +106086,12 @@ x-webhooks: type: string enum: - pinned - discussion: *573 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + discussion: *571 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - discussion @@ -106177,12 +106171,12 @@ x-webhooks: type: string enum: - reopened - discussion: *573 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + discussion: *571 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - discussion @@ -106265,17 +106259,17 @@ x-webhooks: changes: type: object properties: - new_discussion: *573 - new_repository: *569 + new_discussion: *571 + new_repository: *567 required: - new_discussion - new_repository - discussion: *573 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + discussion: *571 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - changes @@ -106356,7 +106350,7 @@ x-webhooks: type: string enum: - unanswered - discussion: *573 + discussion: *571 old_answer: type: object properties: @@ -106511,9 +106505,9 @@ x-webhooks: - created_at - updated_at - body - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - discussion @@ -106593,9 +106587,9 @@ x-webhooks: type: string enum: - unlabeled - discussion: *573 - enterprise: *566 - installation: *567 + discussion: *571 + enterprise: *564 + installation: *565 label: title: Label type: object @@ -106628,9 +106622,9 @@ x-webhooks: - color - default - description - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - discussion @@ -106711,12 +106705,12 @@ x-webhooks: type: string enum: - unlocked - discussion: *573 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + discussion: *571 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - discussion @@ -106796,12 +106790,12 @@ x-webhooks: type: string enum: - unpinned - discussion: *573 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + discussion: *571 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - discussion @@ -106873,7 +106867,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *566 + enterprise: *564 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -107530,10 +107524,10 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *567 - organization: *568 - repository: *569 - sender: *570 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - forkee - repository @@ -107611,11 +107605,11 @@ x-webhooks: type: string enum: - revoked - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - sender @@ -107682,9 +107676,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 pages: description: The pages that were updated. type: array @@ -107721,8 +107715,8 @@ x-webhooks: - action - sha - html_url - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - pages - repository @@ -107797,9 +107791,9 @@ x-webhooks: type: string enum: - created - enterprise: *566 + enterprise: *564 installation: *21 - organization: *568 + organization: *566 repositories: description: An array of repository objects that the installation can access. @@ -107826,7 +107820,7 @@ x-webhooks: - name - full_name - private - repository: *569 + repository: *567 requester: title: User type: object @@ -107894,7 +107888,7 @@ x-webhooks: required: - login - id - sender: *570 + sender: *568 required: - action - installation @@ -107968,9 +107962,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 + enterprise: *564 installation: *21 - organization: *568 + organization: *566 repositories: description: An array of repository objects that the installation can access. @@ -107997,10 +107991,10 @@ x-webhooks: - name - full_name - private - repository: *569 + repository: *567 requester: nullable: true - sender: *570 + sender: *568 required: - action - installation @@ -108073,9 +108067,9 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *566 + enterprise: *564 installation: *21 - organization: *568 + organization: *566 repositories: description: An array of repository objects that the installation can access. @@ -108102,10 +108096,10 @@ x-webhooks: - name - full_name - private - repository: *569 + repository: *567 requester: nullable: true - sender: *570 + sender: *568 required: - action - installation @@ -108178,9 +108172,9 @@ x-webhooks: type: string enum: - added - enterprise: *566 + enterprise: *564 installation: *21 - organization: *568 + organization: *566 repositories_added: description: An array of repository objects, which were added to the installation. @@ -108227,7 +108221,7 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *569 + repository: *567 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -108302,7 +108296,7 @@ x-webhooks: required: - login - id - sender: *570 + sender: *568 required: - action - installation @@ -108380,9 +108374,9 @@ x-webhooks: type: string enum: - removed - enterprise: *566 + enterprise: *564 installation: *21 - organization: *568 + organization: *566 repositories_added: description: An array of repository objects, which were added to the installation. @@ -108435,7 +108429,7 @@ x-webhooks: - name - full_name - private - repository: *569 + repository: *567 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -108510,7 +108504,7 @@ x-webhooks: required: - login - id - sender: *570 + sender: *568 required: - action - installation @@ -108588,9 +108582,9 @@ x-webhooks: type: string enum: - suspend - enterprise: *566 + enterprise: *564 installation: *21 - organization: *568 + organization: *566 repositories: description: An array of repository objects that the installation can access. @@ -108617,10 +108611,10 @@ x-webhooks: - name - full_name - private - repository: *569 + repository: *567 requester: nullable: true - sender: *570 + sender: *568 required: - action - installation @@ -108793,11 +108787,11 @@ x-webhooks: type: string required: - from - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 target_type: type: string required: @@ -108875,9 +108869,9 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *566 + enterprise: *564 installation: *21 - organization: *568 + organization: *566 repositories: description: An array of repository objects that the installation can access. @@ -108904,10 +108898,10 @@ x-webhooks: - name - full_name - private - repository: *569 + repository: *567 requester: nullable: true - sender: *570 + sender: *568 required: - action - installation @@ -109153,8 +109147,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -110281,9 +110275,9 @@ x-webhooks: - state - locked - assignee - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -110534,8 +110528,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -111658,9 +111652,9 @@ x-webhooks: - state - locked - assignee - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -111923,8 +111917,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -113050,9 +113044,9 @@ x-webhooks: - state - locked - assignee - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - changes @@ -113200,8 +113194,8 @@ x-webhooks: required: - login - id - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -114095,9 +114089,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -114176,8 +114170,8 @@ x-webhooks: type: string enum: - closed - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -115207,9 +115201,9 @@ x-webhooks: required: - state - closed_at - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -115287,8 +115281,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -116176,9 +116170,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -116256,8 +116250,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: allOf: - title: Issue @@ -117548,9 +117542,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -117648,8 +117642,8 @@ x-webhooks: type: string required: - from - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -118576,9 +118570,9 @@ x-webhooks: - color - default - description - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - changes @@ -118657,8 +118651,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -119584,9 +119578,9 @@ x-webhooks: - color - default - description - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -119665,8 +119659,8 @@ x-webhooks: type: string enum: - locked - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: allOf: - title: Issue @@ -120693,9 +120687,9 @@ x-webhooks: required: - locked - active_lock_reason - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -120773,8 +120767,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: allOf: - title: Issue @@ -122062,9 +122056,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -123490,8 +123484,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -124383,9 +124377,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -124464,8 +124458,8 @@ x-webhooks: type: string enum: - pinned - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -125352,9 +125346,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -125432,8 +125426,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: allOf: - title: Issue @@ -126459,9 +126453,9 @@ x-webhooks: type: string required: - state - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -127888,8 +127882,8 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -128776,9 +128770,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - changes @@ -128926,8 +128920,8 @@ x-webhooks: required: - login - id - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -129821,9 +129815,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -129901,8 +129895,8 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -130828,9 +130822,9 @@ x-webhooks: - color - default - description - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -130909,8 +130903,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: allOf: - title: Issue @@ -131927,9 +131921,9 @@ x-webhooks: required: - locked - active_lock_reason - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -132008,8 +132002,8 @@ x-webhooks: type: string enum: - unpinned - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -132896,9 +132890,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - issue @@ -132976,8 +132970,8 @@ x-webhooks: type: string enum: - created - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 label: title: Label type: object @@ -133010,9 +133004,9 @@ x-webhooks: - color - default - description - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - label @@ -133089,8 +133083,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 label: title: Label type: object @@ -133123,9 +133117,9 @@ x-webhooks: - color - default - description - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - label @@ -133234,8 +133228,8 @@ x-webhooks: type: string required: - from - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 label: title: Label type: object @@ -133268,9 +133262,9 @@ x-webhooks: - color - default - description - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - label @@ -133351,8 +133345,8 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -133494,7 +133488,7 @@ x-webhooks: type: integer required: - next_billing_date - organization: *568 + organization: *566 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -133575,8 +133569,8 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - effective_date @@ -133655,8 +133649,8 @@ x-webhooks: - changed effective_date: type: string - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -133798,7 +133792,7 @@ x-webhooks: type: integer required: - next_billing_date - organization: *568 + organization: *566 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -133881,8 +133875,8 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - effective_date @@ -133963,8 +133957,8 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -134106,7 +134100,7 @@ x-webhooks: type: integer required: - next_billing_date - organization: *568 + organization: *566 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -134188,8 +134182,8 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - effective_date @@ -134269,8 +134263,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -134358,7 +134352,7 @@ x-webhooks: type: string required: - next_billing_date - organization: *568 + organization: *566 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -134439,8 +134433,8 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - effective_date @@ -134519,8 +134513,8 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -134662,7 +134656,7 @@ x-webhooks: type: integer required: - next_billing_date - organization: *568 + organization: *566 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -134743,8 +134737,8 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - effective_date @@ -134832,8 +134826,8 @@ x-webhooks: - read required: - to - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 member: title: User type: object @@ -134901,9 +134895,9 @@ x-webhooks: required: - login - id - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - member @@ -135002,8 +134996,8 @@ x-webhooks: to: type: string nullable: true - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 member: title: User type: object @@ -135071,9 +135065,9 @@ x-webhooks: required: - login - id - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - changes @@ -135151,8 +135145,8 @@ x-webhooks: type: string enum: - removed - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 member: title: User type: object @@ -135220,9 +135214,9 @@ x-webhooks: required: - login - id - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - member @@ -135299,8 +135293,8 @@ x-webhooks: type: string enum: - added - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 member: title: User type: object @@ -135368,8 +135362,8 @@ x-webhooks: required: - login - id - organization: *568 - repository: *569 + organization: *566 + repository: *567 scope: description: The scope of the membership. Currently, can only be `team`. @@ -135633,8 +135627,8 @@ x-webhooks: type: string enum: - removed - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 member: title: User type: object @@ -135702,8 +135696,8 @@ x-webhooks: required: - login - id - organization: *568 - repository: *569 + organization: *566 + repository: *567 scope: description: The scope of the membership. Currently, can only be `team`. @@ -135972,8 +135966,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *567 - merge_group: &575 + installation: *565 + merge_group: &573 type: object title: Merge Group description: 'A group of pull requests that the merge queue has @@ -135994,16 +135988,16 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *574 + head_commit: *572 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - merge_group @@ -136088,11 +136082,11 @@ x-webhooks: - merged - invalidated - dequeued - installation: *567 - merge_group: *575 - organization: *568 - repository: *569 - sender: *570 + installation: *565 + merge_group: *573 + organization: *566 + repository: *567 + sender: *568 required: - action - merge_group @@ -136164,7 +136158,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 + enterprise: *564 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -136272,18 +136266,18 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *567 - organization: *568 + installation: *565 + organization: *566 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: *576 - required: *577 + properties: *574 + required: *575 nullable: true - sender: *570 + sender: *568 required: - action - hook_id @@ -136362,8 +136356,8 @@ x-webhooks: type: string enum: - closed - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -136500,9 +136494,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - milestone @@ -136580,8 +136574,8 @@ x-webhooks: type: string enum: - created - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -136717,9 +136711,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - milestone @@ -136797,8 +136791,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -136935,9 +136929,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - milestone @@ -137046,8 +137040,8 @@ x-webhooks: type: string required: - from - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -137184,9 +137178,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - changes @@ -137265,8 +137259,8 @@ x-webhooks: type: string enum: - opened - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -137402,9 +137396,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - milestone @@ -137549,11 +137543,11 @@ x-webhooks: required: - login - id - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - blocked_user @@ -137698,11 +137692,11 @@ x-webhooks: required: - login - id - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - blocked_user @@ -137780,8 +137774,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 membership: title: Membership description: The membership between the user and the organization. @@ -137871,9 +137865,9 @@ x-webhooks: - role - organization_url - user - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - organization @@ -137950,8 +137944,8 @@ x-webhooks: type: string enum: - member_added - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 membership: title: Membership description: The membership between the user and the organization. @@ -138041,9 +138035,9 @@ x-webhooks: - role - organization_url - user - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - membership @@ -138121,8 +138115,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -138236,9 +138230,9 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 user: title: User type: object @@ -138383,8 +138377,8 @@ x-webhooks: type: string enum: - member_removed - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 membership: title: Membership description: The membership between the user and the organization. @@ -138474,9 +138468,9 @@ x-webhooks: - role - organization_url - user - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - membership @@ -138562,8 +138556,8 @@ x-webhooks: properties: from: type: string - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 membership: title: Membership description: The membership between the user and the organization. @@ -138653,9 +138647,9 @@ x-webhooks: - role - organization_url - user - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 required: - action - organization @@ -138730,9 +138724,9 @@ x-webhooks: type: string enum: - published - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 package: description: Information about the package. type: object @@ -139225,7 +139219,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &578 + items: &576 title: Ruby Gems metadata type: object properties: @@ -139320,8 +139314,8 @@ x-webhooks: - owner - package_version - registry - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - package @@ -139396,9 +139390,9 @@ x-webhooks: type: string enum: - updated - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 package: description: Information about the package. type: object @@ -139745,7 +139739,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *578 + items: *576 source_url: type: string format: uri @@ -139815,8 +139809,8 @@ x-webhooks: - owner - package_version - registry - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - package @@ -139990,13 +139984,13 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *566 + enterprise: *564 id: type: integer - installation: *567 - organization: *568 - repository: *569 - sender: *570 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - id - build @@ -140074,7 +140068,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &579 + personal_access_token_request: &577 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -140208,9 +140202,9 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - organization: *568 - sender: *570 - installation: *567 + organization: *566 + sender: *568 + installation: *565 required: - action - personal_access_token_request @@ -140288,10 +140282,10 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *579 - organization: *568 - sender: *570 - installation: *567 + personal_access_token_request: *577 + organization: *566 + sender: *568 + installation: *565 required: - action - personal_access_token_request @@ -140368,10 +140362,10 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *579 - organization: *568 - sender: *570 - installation: *567 + personal_access_token_request: *577 + organization: *566 + sender: *568 + installation: *565 required: - action - personal_access_token_request @@ -140448,10 +140442,10 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *579 - organization: *568 - sender: *570 - installation: *567 + personal_access_token_request: *577 + organization: *566 + sender: *568 + installation: *565 required: - action - personal_access_token_request @@ -140555,7 +140549,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *580 + last_response: *578 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -140587,9 +140581,9 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 zen: description: Random string of GitHub zen. type: string @@ -140831,9 +140825,9 @@ x-webhooks: - from required: - note - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 project_card: title: Project Card type: object @@ -140951,8 +140945,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - changes @@ -141030,9 +141024,9 @@ x-webhooks: type: string enum: - created - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 project_card: title: Project Card type: object @@ -141150,8 +141144,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - project_card @@ -141228,9 +141222,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 project_card: title: Project Card type: object @@ -141356,10 +141350,10 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *576 - required: *577 + properties: *574 + required: *575 nullable: true - sender: *570 + sender: *568 required: - action - project_card @@ -141449,9 +141443,9 @@ x-webhooks: - from required: - note - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 project_card: title: Project Card type: object @@ -141569,8 +141563,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - changes @@ -141661,9 +141655,9 @@ x-webhooks: - from required: - column_id - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 project_card: allOf: - title: Project Card @@ -141851,8 +141845,8 @@ x-webhooks: type: string required: - after_id - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - project_card @@ -141929,9 +141923,9 @@ x-webhooks: type: string enum: - closed - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 project: title: Project type: object @@ -142054,8 +142048,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - project @@ -142132,9 +142126,9 @@ x-webhooks: type: string enum: - created - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 project_column: title: Project Column type: object @@ -142174,8 +142168,8 @@ x-webhooks: - name - created_at - updated_at - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - project_column @@ -142251,9 +142245,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 project_column: title: Project Column type: object @@ -142299,10 +142293,10 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *576 - required: *577 + properties: *574 + required: *575 nullable: true - sender: *570 + sender: *568 required: - action - project_column @@ -142388,9 +142382,9 @@ x-webhooks: type: string required: - from - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 project_column: title: Project Column type: object @@ -142430,8 +142424,8 @@ x-webhooks: - name - created_at - updated_at - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - changes @@ -142508,9 +142502,9 @@ x-webhooks: type: string enum: - moved - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 project_column: title: Project Column type: object @@ -142550,8 +142544,8 @@ x-webhooks: - name - created_at - updated_at - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - project_column @@ -142628,9 +142622,9 @@ x-webhooks: type: string enum: - created - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 project: title: Project type: object @@ -142753,8 +142747,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - project @@ -142831,9 +142825,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 project: title: Project type: object @@ -142962,10 +142956,10 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *576 - required: *577 + properties: *574 + required: *575 nullable: true - sender: *570 + sender: *568 required: - action - project @@ -143063,9 +143057,9 @@ x-webhooks: type: string required: - from - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 project: title: Project type: object @@ -143188,8 +143182,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - project @@ -143265,9 +143259,9 @@ x-webhooks: type: string enum: - reopened - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 project: title: Project type: object @@ -143390,8 +143384,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - project @@ -143470,9 +143464,9 @@ x-webhooks: type: string enum: - closed - installation: *567 - organization: *568 - projects_v2: &581 + installation: *565 + organization: *566 + projects_v2: &579 title: Projects v2 Project description: A projects v2 project type: object @@ -143535,7 +143529,7 @@ x-webhooks: - short_description - deleted_at - deleted_by - sender: *570 + sender: *568 required: - action - projects_v2 @@ -143614,10 +143608,10 @@ x-webhooks: type: string enum: - created - installation: *567 - organization: *568 - projects_v2: *581 - sender: *570 + installation: *565 + organization: *566 + projects_v2: *579 + sender: *568 required: - action - projects_v2 @@ -143696,10 +143690,10 @@ x-webhooks: type: string enum: - deleted - installation: *567 - organization: *568 - projects_v2: *581 - sender: *570 + installation: *565 + organization: *566 + projects_v2: *579 + sender: *568 required: - action - projects_v2 @@ -143814,10 +143808,10 @@ x-webhooks: type: string to: type: string - installation: *567 - organization: *568 - projects_v2: *581 - sender: *570 + installation: *565 + organization: *566 + projects_v2: *579 + sender: *568 required: - action - projects_v2 @@ -143912,9 +143906,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *567 - organization: *568 - projects_v2_item: &582 + installation: *565 + organization: *566 + projects_v2_item: &580 title: Projects v2 Item description: An item belonging to a project type: object @@ -143956,7 +143950,7 @@ x-webhooks: - created_at - updated_at - archived_at - sender: *570 + sender: *568 required: - action - projects_v2_item @@ -144047,10 +144041,10 @@ x-webhooks: nullable: true to: type: string - installation: *567 - organization: *568 - projects_v2_item: *582 - sender: *570 + installation: *565 + organization: *566 + projects_v2_item: *580 + sender: *568 required: - action - projects_v2_item @@ -144130,10 +144124,10 @@ x-webhooks: type: string enum: - created - installation: *567 - organization: *568 - projects_v2_item: *582 - sender: *570 + installation: *565 + organization: *566 + projects_v2_item: *580 + sender: *568 required: - action - projects_v2_item @@ -144212,10 +144206,10 @@ x-webhooks: type: string enum: - deleted - installation: *567 - organization: *568 - projects_v2_item: *582 - sender: *570 + installation: *565 + organization: *566 + projects_v2_item: *580 + sender: *568 required: - action - projects_v2_item @@ -144322,10 +144316,10 @@ x-webhooks: nullable: true required: - body - installation: *567 - organization: *568 - projects_v2_item: *582 - sender: *570 + installation: *565 + organization: *566 + projects_v2_item: *580 + sender: *568 required: - action - projects_v2_item @@ -144418,10 +144412,10 @@ x-webhooks: to: type: string nullable: true - installation: *567 - organization: *568 - projects_v2_item: *582 - sender: *570 + installation: *565 + organization: *566 + projects_v2_item: *580 + sender: *568 required: - action - projects_v2_item @@ -144516,10 +144510,10 @@ x-webhooks: type: string nullable: true format: date-time - installation: *567 - organization: *568 - projects_v2_item: *582 - sender: *570 + installation: *565 + organization: *566 + projects_v2_item: *580 + sender: *568 required: - action - projects_v2_item @@ -144599,10 +144593,10 @@ x-webhooks: type: string enum: - reopened - installation: *567 - organization: *568 - projects_v2: *581 - sender: *570 + installation: *565 + organization: *566 + projects_v2: *579 + sender: *568 required: - action - projects_v2 @@ -144672,11 +144666,11 @@ x-webhooks: title: public event type: object properties: - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - repository - sender @@ -144819,12 +144813,12 @@ x-webhooks: required: - login - id - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -147080,8 +147074,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -147162,11 +147156,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -149419,8 +149413,8 @@ x-webhooks: - draft reason: type: string - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -149501,11 +149495,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -151759,8 +151753,8 @@ x-webhooks: - draft reason: type: string - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -151841,15 +151835,15 @@ x-webhooks: type: string enum: - closed - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: allOf: - - *450 + - *448 - type: object properties: allow_auto_merge: @@ -151911,8 +151905,8 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -151992,15 +151986,15 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: allOf: - - *450 + - *448 - type: object properties: allow_auto_merge: @@ -152062,8 +152056,8 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -152142,12 +152136,12 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *566 - milestone: *433 + enterprise: *564 + milestone: *431 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -154388,8 +154382,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -154467,11 +154461,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -156715,8 +156709,8 @@ x-webhooks: - draft reason: type: string - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -156838,15 +156832,15 @@ x-webhooks: type: string required: - from - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: allOf: - - *450 + - *448 - type: object properties: allow_auto_merge: @@ -156908,8 +156902,8 @@ x-webhooks: Please use `squash_merge_commit_title` instead. type: boolean default: false - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - changes @@ -156988,11 +156982,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -159234,8 +159228,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -159314,8 +159308,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 label: title: Label type: object @@ -159351,7 +159345,7 @@ x-webhooks: number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -161608,8 +161602,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -161689,12 +161683,12 @@ x-webhooks: type: string enum: - locked - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -163949,8 +163943,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -164029,12 +164023,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *566 - milestone: *433 + enterprise: *564 + milestone: *431 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -166275,8 +166269,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -166354,15 +166348,15 @@ x-webhooks: type: string enum: - opened - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: allOf: - - *450 + - *448 - type: object properties: allow_auto_merge: @@ -166424,8 +166418,8 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -166505,15 +166499,15 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: allOf: - - *450 + - *448 - type: object properties: allow_auto_merge: @@ -166575,8 +166569,8 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -166655,15 +166649,15 @@ x-webhooks: type: string enum: - reopened - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: allOf: - - *450 + - *448 - type: object properties: allow_auto_merge: @@ -166725,8 +166719,8 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -167088,9 +167082,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 pull_request: type: object properties: @@ -169237,8 +169231,8 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - comment @@ -169599,9 +169593,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 pull_request: type: object properties: @@ -171736,8 +171730,8 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - comment @@ -172110,9 +172104,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 pull_request: type: object properties: @@ -174248,8 +174242,8 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - changes @@ -174329,9 +174323,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 pull_request: title: Simple Pull Request type: object @@ -176481,7 +176475,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *569 + repository: *567 review: description: The review that was affected. type: object @@ -176630,7 +176624,7 @@ x-webhooks: - pull_request_url - author_association - _links - sender: *570 + sender: *568 required: - action - review @@ -176721,9 +176715,9 @@ x-webhooks: type: string required: - from - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 pull_request: title: Simple Pull Request type: object @@ -178754,7 +178748,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *569 + repository: *567 review: description: The review that was affected. type: object @@ -178899,7 +178893,7 @@ x-webhooks: - pull_request_url - author_association - _links - sender: *570 + sender: *568 required: - action - changes @@ -178981,12 +178975,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -181242,7 +181236,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *569 + repository: *567 requested_reviewer: title: User type: object @@ -181310,7 +181304,7 @@ x-webhooks: required: - login - id - sender: *570 + sender: *568 required: - requested_reviewer - action @@ -181324,12 +181318,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -183592,7 +183586,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *569 + repository: *567 requested_team: title: Team description: Groups of organization members that gives permissions @@ -183702,7 +183696,7 @@ x-webhooks: - members_url - repositories_url - permission - sender: *570 + sender: *568 required: - requested_team - action @@ -183784,12 +183778,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -186047,7 +186041,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *569 + repository: *567 requested_reviewer: title: User type: object @@ -186116,7 +186110,7 @@ x-webhooks: required: - login - id - sender: *570 + sender: *568 required: - requested_reviewer - action @@ -186130,12 +186124,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -188384,7 +188378,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *569 + repository: *567 requested_team: title: Team description: Groups of organization members that gives permissions @@ -188485,7 +188479,7 @@ x-webhooks: required: - name - id - sender: *570 + sender: *568 required: - requested_team - action @@ -188565,9 +188559,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 pull_request: title: Simple Pull Request type: object @@ -190719,7 +190713,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *569 + repository: *567 review: description: The review that was affected. type: object @@ -190864,7 +190858,7 @@ x-webhooks: - pull_request_url - author_association - _links - sender: *570 + sender: *568 required: - action - review @@ -190943,9 +190937,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 pull_request: title: Simple Pull Request type: object @@ -192992,8 +192986,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *569 - sender: *570 + repository: *567 + sender: *568 thread: type: object properties: @@ -193372,9 +193366,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 pull_request: title: Simple Pull Request type: object @@ -195407,8 +195401,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *569 - sender: *570 + repository: *567 + sender: *568 thread: type: object properties: @@ -195790,12 +195784,12 @@ x-webhooks: type: string before: type: string - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -198041,8 +198035,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -198191,12 +198185,12 @@ x-webhooks: required: - login - id - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -200454,8 +200448,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -200533,8 +200527,8 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 label: title: Label type: object @@ -200570,7 +200564,7 @@ x-webhooks: number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -202818,8 +202812,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -202899,12 +202893,12 @@ x-webhooks: type: string enum: - unlocked - enterprise: *566 - installation: *567 + enterprise: *564 + installation: *565 number: description: The pull request number. type: integer - organization: *568 + organization: *566 pull_request: title: Pull Request type: object @@ -205144,8 +205138,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - number @@ -205341,7 +205335,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *566 + enterprise: *564 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -205433,8 +205427,8 @@ x-webhooks: - url - author - committer - installation: *567 - organization: *568 + installation: *565 + organization: *566 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -205914,7 +205908,7 @@ x-webhooks: - default_branch - topics - visibility - sender: *570 + sender: *568 required: - ref - before @@ -205999,9 +205993,9 @@ x-webhooks: type: string enum: - published - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 registry_package: type: object properties: @@ -206441,7 +206435,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *578 + items: *576 summary: type: string tag_name: @@ -206495,8 +206489,8 @@ x-webhooks: - owner - package_version - registry - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - registry_package @@ -206572,9 +206566,9 @@ x-webhooks: type: string enum: - updated - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 registry_package: type: object properties: @@ -206876,7 +206870,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *578 + items: *576 summary: type: string tag_name: @@ -206925,8 +206919,8 @@ x-webhooks: - owner - package_version - registry - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - registry_package @@ -207002,9 +206996,9 @@ x-webhooks: type: string enum: - created - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -207308,8 +207302,8 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - release @@ -207385,9 +207379,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -207691,8 +207685,8 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - release @@ -207799,9 +207793,9 @@ x-webhooks: type: boolean required: - to - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -208105,8 +208099,8 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - changes @@ -208183,9 +208177,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 release: allOf: - title: Release @@ -208579,8 +208573,8 @@ x-webhooks: nullable: true required: - prerelease - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - release @@ -208655,9 +208649,9 @@ x-webhooks: type: string enum: - published - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 release: allOf: - title: Release @@ -209048,8 +209042,8 @@ x-webhooks: nullable: true required: - published_at - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - release @@ -209124,9 +209118,9 @@ x-webhooks: type: string enum: - released - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -209430,8 +209424,8 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - release @@ -209506,9 +209500,9 @@ x-webhooks: type: string enum: - unpublished - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 release: allOf: - title: Release @@ -209898,8 +209892,8 @@ x-webhooks: nullable: true required: - published_at - repository: *569 - sender: *570 + repository: *567 + sender: *568 required: - action - release @@ -209974,12 +209968,12 @@ x-webhooks: type: string enum: - published - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - repository_advisory: *497 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + repository_advisory: *495 + sender: *568 required: - action - repository @@ -210054,12 +210048,12 @@ x-webhooks: type: string enum: - reported - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - repository_advisory: *497 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + repository_advisory: *495 + sender: *568 required: - action - repository @@ -210134,11 +210128,11 @@ x-webhooks: type: string enum: - archived - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - repository @@ -210214,11 +210208,11 @@ x-webhooks: type: string enum: - created - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - repository @@ -210295,11 +210289,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - repository @@ -210382,11 +210376,11 @@ x-webhooks: type: object nullable: true additionalProperties: true - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - branch @@ -210497,11 +210491,11 @@ x-webhooks: nullable: true items: type: string - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - changes @@ -210572,11 +210566,11 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 status: type: string enum: @@ -210656,11 +210650,11 @@ x-webhooks: type: string enum: - privatized - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - repository @@ -210736,11 +210730,11 @@ x-webhooks: type: string enum: - publicized - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - repository @@ -210833,11 +210827,11 @@ x-webhooks: - name required: - repository - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - changes @@ -210916,12 +210910,12 @@ x-webhooks: type: string enum: - created - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - repository_ruleset: *189 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + repository_ruleset: *187 + sender: *568 required: - action - repository_ruleset @@ -210998,12 +210992,12 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - repository_ruleset: *189 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + repository_ruleset: *187 + sender: *568 required: - action - repository_ruleset @@ -211080,11 +211074,11 @@ x-webhooks: type: string enum: - edited - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - repository_ruleset: *189 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + repository_ruleset: *187 changes: type: object properties: @@ -211103,16 +211097,16 @@ x-webhooks: properties: added: type: array - items: *184 + items: *182 deleted: type: array - items: *184 + items: *182 updated: type: array items: type: object properties: - condition: *184 + condition: *182 changes: type: object properties: @@ -211145,16 +211139,16 @@ x-webhooks: properties: added: type: array - items: *188 + items: *186 deleted: type: array - items: *188 + items: *186 updated: type: array items: type: object properties: - rule: *188 + rule: *186 changes: type: object properties: @@ -211173,7 +211167,7 @@ x-webhooks: properties: from: type: string - sender: *570 + sender: *568 required: - action - repository_ruleset @@ -211385,11 +211379,11 @@ x-webhooks: - from required: - owner - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - changes @@ -211466,11 +211460,11 @@ x-webhooks: type: string enum: - unarchived - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - repository @@ -211701,11 +211695,11 @@ x-webhooks: - open required: - state - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - alert @@ -212015,11 +212009,11 @@ x-webhooks: - dismiss_reason - dismissed_at - state - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - alert @@ -212250,11 +212244,11 @@ x-webhooks: - open required: - state - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - alert @@ -212490,11 +212484,11 @@ x-webhooks: - open required: - state - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - alert @@ -212571,7 +212565,7 @@ x-webhooks: type: string enum: - created - alert: &583 + alert: &581 type: object properties: number: *44 @@ -212639,11 +212633,11 @@ x-webhooks: description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' nullable: true - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - alert @@ -212723,12 +212717,12 @@ x-webhooks: type: string enum: - created - alert: *583 - installation: *567 - location: *584 - organization: *568 - repository: *569 - sender: *570 + alert: *581 + installation: *565 + location: *582 + organization: *566 + repository: *567 + sender: *568 required: - location - alert @@ -212963,12 +212957,12 @@ x-webhooks: type: string enum: - reopened - alert: *583 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + alert: *581 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - alert @@ -213045,12 +213039,12 @@ x-webhooks: type: string enum: - resolved - alert: *583 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + alert: *581 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - alert @@ -213127,12 +213121,12 @@ x-webhooks: type: string enum: - revoked - alert: *583 - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + alert: *581 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - alert @@ -213207,10 +213201,10 @@ x-webhooks: type: string enum: - published - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -213321,7 +213315,7 @@ x-webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *570 + sender: *568 required: - action - security_advisory @@ -213394,10 +213388,10 @@ x-webhooks: type: string enum: - updated - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -213508,7 +213502,7 @@ x-webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *570 + sender: *568 required: - action - security_advisory @@ -213580,10 +213574,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -213693,7 +213687,7 @@ x-webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *570 + sender: *568 required: - action - security_advisory @@ -213766,12 +213760,12 @@ x-webhooks: from: type: object properties: - security_and_analysis: *231 - enterprise: *566 - installation: *567 - organization: *568 - repository: *233 - sender: *570 + security_and_analysis: *229 + enterprise: *564 + installation: *565 + organization: *566 + repository: *231 + sender: *568 required: - changes - repository @@ -213848,11 +213842,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 sponsorship: type: object properties: @@ -214148,11 +214142,11 @@ x-webhooks: type: string enum: - created - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 sponsorship: type: object properties: @@ -214462,11 +214456,11 @@ x-webhooks: type: string required: - from - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 sponsorship: type: object properties: @@ -214770,11 +214764,11 @@ x-webhooks: event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 sponsorship: type: object properties: @@ -215119,11 +215113,11 @@ x-webhooks: event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 sponsorship: type: object properties: @@ -215466,11 +215460,11 @@ x-webhooks: - from required: - tier - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 sponsorship: type: object properties: @@ -215766,11 +215760,11 @@ x-webhooks: type: string enum: - created - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 starred_at: description: 'The time the star was created. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. Will be `null` for @@ -215852,11 +215846,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 starred_at: description: 'The time the star was created. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. Will be `null` for @@ -216271,16 +216265,16 @@ x-webhooks: status. type: string nullable: true - enterprise: *566 + enterprise: *564 id: description: The unique identifier of the status. type: integer - installation: *567 + installation: *565 name: type: string - organization: *568 - repository: *569 - sender: *570 + organization: *566 + repository: *567 + sender: *568 sha: description: The Commit SHA. type: string @@ -216381,11 +216375,11 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 team: title: Team description: Groups of organization members that gives permissions @@ -216576,9 +216570,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 repository: title: Repository description: A git repository @@ -217026,7 +217020,7 @@ x-webhooks: - default_branch - topics - visibility - sender: *570 + sender: *568 team: title: Team description: Groups of organization members that gives permissions @@ -217217,9 +217211,9 @@ x-webhooks: type: string enum: - created - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 repository: title: Repository description: A git repository @@ -217667,7 +217661,7 @@ x-webhooks: - default_branch - topics - visibility - sender: *570 + sender: *568 team: title: Team description: Groups of organization members that gives permissions @@ -217859,9 +217853,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 repository: title: Repository description: A git repository @@ -218309,7 +218303,7 @@ x-webhooks: - default_branch - topics - visibility - sender: *570 + sender: *568 team: title: Team description: Groups of organization members that gives permissions @@ -218568,9 +218562,9 @@ x-webhooks: - from required: - permissions - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 repository: title: Repository description: A git repository @@ -219018,7 +219012,7 @@ x-webhooks: - default_branch - topics - visibility - sender: *570 + sender: *568 team: title: Team description: Groups of organization members that gives permissions @@ -219211,9 +219205,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *566 - installation: *567 - organization: *568 + enterprise: *564 + installation: *565 + organization: *566 repository: title: Repository description: A git repository @@ -219661,7 +219655,7 @@ x-webhooks: - default_branch - topics - visibility - sender: *570 + sender: *568 team: title: Team description: Groups of organization members that gives permissions @@ -219852,11 +219846,11 @@ x-webhooks: type: string enum: - started - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 required: - action - repository @@ -219928,17 +219922,17 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *566 + enterprise: *564 inputs: type: object nullable: true additionalProperties: true - installation: *567 - organization: *568 + installation: *565 + organization: *566 ref: type: string - repository: *569 - sender: *570 + repository: *567 + sender: *568 workflow: type: string required: @@ -220019,11 +220013,11 @@ x-webhooks: type: string enum: - completed - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 workflow_job: allOf: - title: Workflow Job @@ -220259,7 +220253,7 @@ x-webhooks: type: string required: - conclusion - deployment: *369 + deployment: *367 required: - action - repository @@ -220338,11 +220332,11 @@ x-webhooks: type: string enum: - in_progress - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 workflow_job: allOf: - title: Workflow Job @@ -220601,7 +220595,7 @@ x-webhooks: required: - status - steps - deployment: *369 + deployment: *367 required: - action - repository @@ -220680,11 +220674,11 @@ x-webhooks: type: string enum: - queued - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 workflow_job: type: object properties: @@ -220818,7 +220812,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *369 + deployment: *367 required: - action - repository @@ -220897,11 +220891,11 @@ x-webhooks: type: string enum: - waiting - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 workflow_job: type: object properties: @@ -221036,7 +221030,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *369 + deployment: *367 required: - action - repository @@ -221116,11 +221110,11 @@ x-webhooks: type: string enum: - completed - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 workflow: title: Workflow type: object @@ -222606,11 +222600,11 @@ x-webhooks: type: string enum: - in_progress - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 workflow: title: Workflow type: object @@ -224096,11 +224090,11 @@ x-webhooks: type: string enum: - requested - enterprise: *566 - installation: *567 - organization: *568 - repository: *569 - sender: *570 + enterprise: *564 + installation: *565 + organization: *566 + repository: *567 + sender: *568 workflow: title: Workflow type: object diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index 6742bf0b6e..667467df7f 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -117970,89 +117970,8 @@ } }, "responses": { - "200": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "type": "array", - "items": { - "title": "Organization Repository Custom Property Values", - "description": "List of custom property values for a repository", - "type": "object", - "properties": { - "repository_id": { - "type": "integer", - "example": 1296269 - }, - "repository_name": { - "type": "string", - "example": "Hello-World" - }, - "repository_full_name": { - "type": "string", - "example": "octocat/Hello-World" - }, - "properties": { - "type": "array", - "items": { - "title": "Custom Property Value", - "description": "Custom property name and associated value", - "type": "object", - "properties": { - "property_name": { - "type": "string", - "description": "The name of the property" - }, - "value": { - "type": "string", - "description": "The value assigned to the property", - "nullable": true - } - }, - "required": [ - "property_name", - "value" - ] - }, - "description": "List of custom property names and associated values" - } - }, - "required": [ - "repository_id", - "repository_name", - "repository_full_name", - "properties" - ] - } - }, - "examples": { - "default": { - "value": [ - { - "repository_id": 1296269, - "repository_name": "Hello-World", - "repository_full_name": "octocat/Hello-World", - "properties": [ - { - "property_name": "environment", - "value": "production" - }, - { - "property_name": "service", - "value": "web" - }, - { - "property_name": "team", - "value": "octocat" - } - ] - } - ] - } - } - } - } + "204": { + "description": "No Content when custom property values are successfully created or updated" }, "403": { "description": "Forbidden", diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 406cf19070..aa9166a1aa 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -594,7 +594,7 @@ paths: type: object nullable: true properties: - ecosystem: &242 + ecosystem: &240 type: string description: The package's language or package management ecosystem. @@ -778,7 +778,7 @@ paths: - subscriptions_url - type - url - type: &243 + type: &241 type: string description: The type of credit the user is receiving. enum: @@ -934,7 +934,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &543 + - &541 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1558,7 +1558,7 @@ paths: application/json: schema: *2 application/scim+json: - schema: &555 + schema: &553 title: Scim Error description: Scim Error type: object @@ -2638,7 +2638,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &278 + properties: &276 id: description: Unique identifier of the repository example: 42 @@ -3341,7 +3341,7 @@ paths: type: boolean description: Whether anonymous git access is enabled for this repository - required: &279 + required: &277 - archive_url - assignees_url - blobs_url @@ -9738,7 +9738,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &359 + instances_url: &357 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -9772,7 +9772,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &360 + dismissed_reason: &358 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -9782,13 +9782,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &361 + dismissed_comment: &359 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &364 + rule: &362 type: object properties: id: @@ -9841,7 +9841,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &362 + tool: &360 type: object properties: name: *67 @@ -9851,15 +9851,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *68 - most_recent_instance: &363 + most_recent_instance: &361 type: object properties: - ref: &357 + ref: &355 type: string description: |- The full Git reference, formatted as `refs/heads/`, `refs/pull//merge`, or `refs/pull//head`. - analysis_key: &368 + analysis_key: &366 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -9870,7 +9870,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &369 + category: &367 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -10907,7 +10907,7 @@ paths: enum: - development - runtime - security_advisory: &405 + security_advisory: &403 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -11137,7 +11137,7 @@ paths: nullable: true maxLength: 280 fixed_at: *78 - auto_dismissed_at: &406 + auto_dismissed_at: &404 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -11553,7 +11553,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *39 - - &236 + - &234 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -11564,7 +11564,7 @@ paths: enum: - open - resolved - - &237 + - &235 name: secret_type in: query description: |- @@ -11574,7 +11574,7 @@ paths: required: false schema: type: string - - &238 + - &236 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -11583,7 +11583,7 @@ paths: required: false schema: type: string - - &239 + - &237 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -11606,7 +11606,7 @@ paths: application/json: schema: type: array - items: &240 + items: &238 type: object properties: number: *70 @@ -11625,14 +11625,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &538 + state: &536 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: &539 + resolution: &537 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -11691,7 +11691,7 @@ paths: alert was closed nullable: true examples: - default: &241 + default: &239 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -11922,7 +11922,7 @@ paths: description: Response content: application/json: - schema: &248 + schema: &246 type: object properties: total_minutes_used: @@ -11992,7 +11992,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &249 + default: &247 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -12030,7 +12030,7 @@ paths: description: Success content: application/json: - schema: &250 + schema: &248 type: object properties: total_advanced_security_committers: @@ -12070,7 +12070,7 @@ paths: required: - repositories examples: - default: &251 + default: &249 value: total_advanced_security_committers: 2 total_count: 2 @@ -12087,7 +12087,7 @@ paths: advanced_security_committers_breakdown: - user_login: octokitten last_pushed_date: '2021-10-26' - '403': &252 + '403': &250 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -12120,7 +12120,7 @@ paths: description: Response content: application/json: - schema: &253 + schema: &251 type: object properties: total_gigabytes_bandwidth_used: @@ -12138,7 +12138,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &254 + default: &252 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -12170,7 +12170,7 @@ paths: description: Response content: application/json: - schema: &255 + schema: &253 type: object properties: days_left_in_billing_cycle: @@ -12188,7 +12188,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &256 + default: &254 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -12332,7 +12332,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &451 + properties: &449 id: type: integer format: int64 @@ -12443,7 +12443,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &390 + properties: &388 url: type: string format: uri @@ -12513,7 +12513,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &391 + required: &389 - closed_issues - creator - description @@ -12654,7 +12654,7 @@ paths: - hooray - eyes - rocket - required: &452 + required: &450 - assignee - closed_at - comments @@ -12676,7 +12676,7 @@ paths: - author_association - created_at - updated_at - comment: &449 + comment: &447 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -13232,7 +13232,7 @@ paths: url: type: string format: uri - user: &594 + user: &592 title: Public User description: Public User type: object @@ -16417,14 +16417,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &276 + - &274 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &277 + - &275 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -16495,7 +16495,7 @@ paths: '404': *6 '403': *28 '304': *36 - '301': &292 + '301': &290 description: Moved permanently content: application/json: @@ -16517,7 +16517,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &480 + - &478 name: all description: If `true`, show notifications marked as read. in: query @@ -16525,7 +16525,7 @@ paths: schema: type: boolean default: false - - &481 + - &479 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -16535,7 +16535,7 @@ paths: type: boolean default: false - *87 - - &482 + - &480 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: @@ -16845,7 +16845,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &291 + security_and_analysis: &289 nullable: true type: object properties: @@ -16973,7 +16973,7 @@ paths: - url - subscription_url examples: - default: &483 + default: &481 value: - id: '1' repository: @@ -17497,7 +17497,7 @@ paths: type: array items: *51 examples: - default: &612 + default: &610 value: - login: github id: 1 @@ -18223,7 +18223,7 @@ paths: oneOf: - *117 - *118 - '409': &314 + '409': &312 description: Conflict content: application/json: @@ -18322,7 +18322,7 @@ paths: type: integer repository_cache_usages: type: array - items: &297 + items: &295 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -18573,7 +18573,7 @@ paths: type: array items: *56 examples: - default: &606 + default: &604 value: total_count: 1 repositories: @@ -19331,7 +19331,7 @@ paths: type: array items: *131 examples: - default: &597 + default: &595 value: total_count: 1 repositories: @@ -20388,7 +20388,7 @@ paths: description: Response content: application/json: - schema: &318 + schema: &316 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -20417,7 +20417,7 @@ paths: - key_id - key examples: - default: &319 + default: &317 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -20832,7 +20832,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *114 - - &302 + - &300 name: per_page description: The number of results per page (max 30). in: query @@ -21602,7 +21602,7 @@ paths: be returned. in: query required: false - schema: &358 + schema: &356 type: string description: Severity of a code scanning alert. enum: @@ -21693,7 +21693,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &376 + properties: &374 name: type: string description: The name of the machine. @@ -21735,7 +21735,7 @@ paths: - ready - in_progress nullable: true - required: &377 + required: &375 - name - display_name - operating_system @@ -22605,7 +22605,7 @@ paths: - updated_at - visibility examples: - default: &378 + default: &376 value: total_count: 2 secrets: @@ -22644,7 +22644,7 @@ paths: description: Response content: application/json: - schema: &379 + schema: &377 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -22673,7 +22673,7 @@ paths: - key_id - key examples: - default: &380 + default: &378 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -22704,7 +22704,7 @@ paths: application/json: schema: *160 examples: - default: &382 + default: &380 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -23206,7 +23206,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &244 + properties: &242 id: description: Unique identifier of the team type: integer @@ -23262,7 +23262,7 @@ paths: maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string - required: &245 + required: &243 - id - node_id - url @@ -24650,7 +24650,7 @@ paths: description: Response content: application/json: - schema: &409 + schema: &407 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -24667,7 +24667,7 @@ paths: - key_id - key examples: - default: &410 + default: &408 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -25233,7 +25233,7 @@ paths: description: Response content: application/json: - schema: &271 + schema: &269 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -25314,7 +25314,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &272 + default: &270 value: group_id: '123' group_name: Octocat admins @@ -25369,7 +25369,7 @@ paths: description: Response content: application/json: - schema: &269 + schema: &267 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -25406,7 +25406,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &270 + default: &268 value: groups: - group_id: '123' @@ -25561,7 +25561,7 @@ paths: application/json: schema: type: array - items: &227 + items: &225 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -25575,7 +25575,7 @@ paths: - name - description examples: - default: &228 + default: &226 value: - name: add_assignee description: Assign or remove a user @@ -26161,7 +26161,7 @@ paths: application/json: schema: *21 examples: - default: &445 + default: &443 value: id: 1 account: @@ -26381,7 +26381,7 @@ paths: required: true content: application/json: - schema: &446 + schema: &444 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -26660,7 +26660,7 @@ paths: type: array items: *161 examples: - default: &246 + default: &244 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -26981,7 +26981,7 @@ paths: application/json: schema: *197 examples: - default: &375 + default: &373 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -28199,7 +28199,7 @@ paths: parameters: - *114 - *204 - - &611 + - &609 name: repo_name description: repo_name parameter in: path @@ -28532,7 +28532,7 @@ paths: - nuget - container - *114 - - &613 + - &611 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -28571,7 +28571,7 @@ paths: default: *206 '403': *28 '401': *24 - '400': &615 + '400': &613 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -29916,7 +29916,7 @@ paths: '401': *24 '403': *28 '404': *6 - '410': &289 + '410': &287 description: Gone content: application/json: @@ -30231,7 +30231,7 @@ paths: application/json: schema: type: array - items: &225 + items: title: Organization Repository Custom Property Values description: List of custom property values for a repository type: object @@ -30269,7 +30269,7 @@ paths: - repository_full_name - properties examples: - default: &226 + default: value: - repository_id: 1296269 repository_name: Hello-World @@ -30346,15 +30346,9 @@ paths: - property_name: team value: octocat responses: - '200': - description: Response - content: - application/json: - schema: - type: array - items: *225 - examples: - default: *226 + '204': + description: No Content when custom property values are successfully created + or updated '403': *28 '404': *6 x-github: @@ -30725,7 +30719,7 @@ paths: application/json: schema: *56 examples: - default: &617 + default: &615 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -30880,9 +30874,9 @@ paths: application/json: schema: type: array - items: *227 + items: *225 examples: - default: *228 + default: *226 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -30914,7 +30908,7 @@ paths: application/json: schema: type: array - items: &234 + items: &232 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -30946,7 +30940,7 @@ paths: source: type: string description: The name of the source - enforcement: &230 + enforcement: &228 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -30958,7 +30952,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &231 + items: &229 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -31016,7 +31010,7 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - &229 + - &227 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -31040,7 +31034,7 @@ paths: match. items: type: string - - &232 + - &230 title: Organization ruleset conditions type: object description: 'Conditions for an organization ruleset. The @@ -31055,7 +31049,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *229 + - *227 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -31089,7 +31083,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *229 + - *227 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -31108,12 +31102,12 @@ paths: - repository_id rules: type: array - items: &233 + items: &231 title: Repository Rule type: object description: A repository rule. oneOf: - - &511 + - &509 title: creation description: Only allow users with bypass permission to create matching refs. @@ -31125,7 +31119,7 @@ paths: type: string enum: - creation - - &512 + - &510 title: update description: Only allow users with bypass permission to update matching refs. @@ -31146,7 +31140,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &514 + - &512 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -31158,7 +31152,7 @@ paths: type: string enum: - deletion - - &515 + - &513 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -31170,7 +31164,7 @@ paths: type: string enum: - required_linear_history - - &516 + - &514 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be merged into a branch that @@ -31194,7 +31188,7 @@ paths: type: string required: - required_deployment_environments - - &517 + - &515 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -31206,7 +31200,7 @@ paths: type: string enum: - required_signatures - - &518 + - &516 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -31252,7 +31246,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &519 + - &517 title: required_status_checks description: Choose which status checks must pass before branches can be merged into a branch that matches this @@ -31297,7 +31291,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &520 + - &518 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -31309,7 +31303,7 @@ paths: type: string enum: - non_fast_forward - - &521 + - &519 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -31345,7 +31339,7 @@ paths: required: - operator - pattern - - &522 + - &520 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -31381,7 +31375,7 @@ paths: required: - operator - pattern - - &523 + - &521 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -31417,7 +31411,7 @@ paths: required: - operator - pattern - - &524 + - &522 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -31453,7 +31447,7 @@ paths: required: - operator - pattern - - &525 + - &523 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -31489,7 +31483,7 @@ paths: required: - operator - pattern - - &526 + - &524 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -31604,16 +31598,16 @@ paths: enum: - branch - tag - enforcement: *230 + enforcement: *228 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *231 - conditions: *232 + items: *229 + conditions: *230 rules: type: array description: An array of rules within the ruleset. - items: *233 + items: *231 required: - name - enforcement @@ -31651,9 +31645,9 @@ paths: description: Response content: application/json: - schema: *234 + schema: *232 examples: - default: &235 + default: &233 value: id: 21 name: super cool ruleset @@ -31714,7 +31708,7 @@ paths: in: query schema: type: integer - - &527 + - &525 name: time_period description: |- The time period to filter by. @@ -31730,14 +31724,14 @@ paths: - week - month default: day - - &528 + - &526 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 - - &529 + - &527 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -31757,7 +31751,7 @@ paths: description: Response content: application/json: - schema: &530 + schema: &528 title: Rule Suites description: Response type: array @@ -31811,7 +31805,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &531 + default: &529 value: - id: 21 actor_id: 12 @@ -31855,7 +31849,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *114 - - &532 + - &530 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -31871,7 +31865,7 @@ paths: description: Response content: application/json: - schema: &533 + schema: &531 title: Rule Suite description: Response type: object @@ -31963,7 +31957,7 @@ paths: type: string description: Any associated details with the rule evaluation. examples: - default: &534 + default: &532 value: id: 21 actor_id: 12 @@ -32032,9 +32026,9 @@ paths: description: Response content: application/json: - schema: *234 + schema: *232 examples: - default: *235 + default: *233 '404': *6 '500': *159 put: @@ -32076,16 +32070,16 @@ paths: enum: - branch - tag - enforcement: *230 + enforcement: *228 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *231 - conditions: *232 + items: *229 + conditions: *230 rules: description: An array of rules within the ruleset. type: array - items: *233 + items: *231 examples: default: value: @@ -32120,9 +32114,9 @@ paths: description: Response content: application/json: - schema: *234 + schema: *232 examples: - default: *235 + default: *233 '404': *6 '500': *159 delete: @@ -32169,14 +32163,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *114 + - *234 + - *235 - *236 - *237 - - *238 - - *239 - *66 - *19 - *17 - - &536 + - &534 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -32186,7 +32180,7 @@ paths: required: false schema: type: string - - &537 + - &535 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -32203,9 +32197,9 @@ paths: application/json: schema: type: array - items: *240 + items: *238 examples: - default: *241 + default: *239 headers: Link: *38 '404': *6 @@ -32272,7 +32266,7 @@ paths: application/json: schema: type: array - items: &541 + items: &539 description: A repository security advisory. type: object properties: @@ -32412,7 +32406,7 @@ paths: type: object nullable: true properties: - ecosystem: *242 + ecosystem: *240 name: type: string description: The unique package name within its ecosystem. @@ -32491,7 +32485,7 @@ paths: login: type: string description: The username of the user credited. - type: *243 + type: *241 credits_detailed: type: array nullable: true @@ -32501,7 +32495,7 @@ paths: type: object properties: user: *18 - type: *243 + type: *241 state: type: string description: The state of the user's acceptance of the @@ -32562,7 +32556,7 @@ paths: - private_fork additionalProperties: false examples: - default: &542 + default: &540 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -32938,15 +32932,15 @@ paths: application/json: schema: type: array - items: &490 + items: &488 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *244 - required: *245 + properties: *242 + required: *243 examples: - default: *246 + default: *244 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32970,7 +32964,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - *114 - - &247 + - &245 name: team_slug description: The slug of the team name. in: path @@ -33005,7 +32999,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - *114 - - *247 + - *245 responses: '204': description: Response @@ -33037,9 +33031,9 @@ paths: description: Response content: application/json: - schema: *248 + schema: *246 examples: - default: *249 + default: *247 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -33071,10 +33065,10 @@ paths: description: Success content: application/json: - schema: *250 + schema: *248 examples: - default: *251 - '403': *252 + default: *249 + '403': *250 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -33102,9 +33096,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *251 examples: - default: *254 + default: *252 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -33132,9 +33126,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *253 examples: - default: *256 + default: *254 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -33170,7 +33164,7 @@ paths: description: Response content: application/json: - schema: &280 + schema: &278 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -33216,7 +33210,7 @@ paths: type: string nullable: true examples: - default: &281 + default: &279 value: groups: - group_id: '123' @@ -33261,7 +33255,7 @@ paths: type: array items: *161 examples: - default: *246 + default: *244 headers: Link: *38 '403': *28 @@ -33355,7 +33349,7 @@ paths: description: Response content: application/json: - schema: &257 + schema: &255 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -33418,8 +33412,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *244 - required: *245 + properties: *242 + required: *243 nullable: true members_count: type: integer @@ -33665,7 +33659,7 @@ paths: - repos_count - organization examples: - default: &258 + default: &256 value: id: 1 node_id: MDQ6VGVhbTE= @@ -33735,15 +33729,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - *114 - - *247 + - *245 responses: '200': description: Response content: application/json: - schema: *257 + schema: *255 examples: - default: *258 + default: *256 '404': *6 x-github: githubCloudOnly: false @@ -33764,7 +33758,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - *114 - - *247 + - *245 requestBody: required: false content: @@ -33826,16 +33820,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *257 + schema: *255 examples: - default: *258 + default: *256 '201': description: Response content: application/json: - schema: *257 + schema: *255 examples: - default: *258 + default: *256 '404': *6 '422': *15 '403': *28 @@ -33860,7 +33854,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - *114 - - *247 + - *245 responses: '204': description: Response @@ -33884,7 +33878,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - *114 - - *247 + - *245 - *66 - *17 - *19 @@ -33901,7 +33895,7 @@ paths: application/json: schema: type: array - items: &259 + items: &257 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -34000,7 +33994,7 @@ paths: - updated_at - url examples: - default: &584 + default: &582 value: - author: login: octocat @@ -34072,7 +34066,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - *114 - - *247 + - *245 requestBody: required: true content: @@ -34106,9 +34100,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *257 examples: - default: &260 + default: &258 value: author: login: octocat @@ -34178,8 +34172,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - *114 - - *247 - - &261 + - *245 + - &259 name: discussion_number description: The number that identifies the discussion. in: path @@ -34191,9 +34185,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *257 examples: - default: *260 + default: *258 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34213,8 +34207,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - *114 - - *247 - - *261 + - *245 + - *259 requestBody: required: false content: @@ -34237,9 +34231,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *257 examples: - default: &585 + default: &583 value: author: login: octocat @@ -34307,8 +34301,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - *114 - - *247 - - *261 + - *245 + - *259 responses: '204': description: Response @@ -34332,8 +34326,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - *114 - - *247 - - *261 + - *245 + - *259 - *66 - *17 - *19 @@ -34344,7 +34338,7 @@ paths: application/json: schema: type: array - items: &262 + items: &260 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -34416,7 +34410,7 @@ paths: - updated_at - url examples: - default: &586 + default: &584 value: - author: login: octocat @@ -34482,8 +34476,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - *114 - - *247 - - *261 + - *245 + - *259 requestBody: required: true content: @@ -34505,9 +34499,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *260 examples: - default: &263 + default: &261 value: author: login: octocat @@ -34571,9 +34565,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - *114 - - *247 - - *261 - - &264 + - *245 + - *259 + - &262 name: comment_number description: The number that identifies the comment. in: path @@ -34585,9 +34579,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *260 examples: - default: *263 + default: *261 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34607,9 +34601,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - *114 - - *247 - - *261 - - *264 + - *245 + - *259 + - *262 requestBody: required: true content: @@ -34631,9 +34625,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *260 examples: - default: &587 + default: &585 value: author: login: octocat @@ -34695,9 +34689,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *114 - - *247 - - *261 - - *264 + - *245 + - *259 + - *262 responses: '204': description: Response @@ -34721,9 +34715,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *114 - - *247 - - *261 - - *264 + - *245 + - *259 + - *262 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -34749,7 +34743,7 @@ paths: application/json: schema: type: array - items: &265 + items: &263 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -34792,7 +34786,7 @@ paths: - content - created_at examples: - default: &267 + default: &265 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -34838,9 +34832,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *114 - - *247 - - *261 - - *264 + - *245 + - *259 + - *262 requestBody: required: true content: @@ -34873,9 +34867,9 @@ paths: team discussion comment content: application/json: - schema: *265 + schema: *263 examples: - default: &266 + default: &264 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -34904,9 +34898,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *263 examples: - default: *266 + default: *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34927,10 +34921,10 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *114 - - *247 - - *261 - - *264 - - &268 + - *245 + - *259 + - *262 + - &266 name: reaction_id description: The unique identifier of the reaction. in: path @@ -34960,8 +34954,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *114 - - *247 - - *261 + - *245 + - *259 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -34987,9 +34981,9 @@ paths: application/json: schema: type: array - items: *265 + items: *263 examples: - default: *267 + default: *265 headers: Link: *38 x-github: @@ -35011,8 +35005,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *114 - - *247 - - *261 + - *245 + - *259 requestBody: required: true content: @@ -35044,16 +35038,16 @@ paths: description: Response content: application/json: - schema: *265 + schema: *263 examples: - default: *266 + default: *264 '201': description: Response content: application/json: - schema: *265 + schema: *263 examples: - default: *266 + default: *264 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -35074,9 +35068,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - *114 - - *247 - - *261 - - *268 + - *245 + - *259 + - *266 responses: '204': description: Response @@ -35100,15 +35094,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - *114 - - *247 + - *245 responses: '200': description: Response content: application/json: - schema: *269 + schema: *267 examples: - default: *270 + default: *268 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -35128,7 +35122,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - *114 - - *247 + - *245 requestBody: required: true content: @@ -35151,9 +35145,9 @@ paths: description: Response content: application/json: - schema: *271 + schema: *269 examples: - default: *272 + default: *270 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -35173,7 +35167,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - *114 - - *247 + - *245 responses: '204': description: Response @@ -35197,7 +35191,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - *114 - - *247 + - *245 - *17 - *19 responses: @@ -35232,7 +35226,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - *114 - - *247 + - *245 - name: role description: Filters members returned by their role in the team. in: query @@ -35285,14 +35279,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - *114 - - *247 + - *245 - *153 responses: '200': description: Response content: application/json: - schema: &273 + schema: &271 title: Team Membership description: Team Membership type: object @@ -35319,7 +35313,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &588 + response-if-user-is-a-team-maintainer: &586 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -35354,7 +35348,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *114 - - *247 + - *245 - *153 requestBody: required: false @@ -35380,9 +35374,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *271 examples: - response-if-users-membership-with-team-is-now-pending: &589 + response-if-users-membership-with-team-is-now-pending: &587 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -35416,7 +35410,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - *114 - - *247 + - *245 - *153 responses: '204': @@ -35443,7 +35437,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - *114 - - *247 + - *245 - *17 - *19 responses: @@ -35453,7 +35447,7 @@ paths: application/json: schema: type: array - items: &274 + items: &272 title: Team Project description: A team's access to a project. type: object @@ -35521,7 +35515,7 @@ paths: - updated_at - permissions examples: - default: &590 + default: &588 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -35582,8 +35576,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - *114 - - *247 - - &275 + - *245 + - &273 name: project_id description: The unique identifier of the project. in: path @@ -35595,9 +35589,9 @@ paths: description: Response content: application/json: - schema: *274 + schema: *272 examples: - default: &591 + default: &589 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -35657,8 +35651,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - *114 - - *247 - - *275 + - *245 + - *273 requestBody: required: false content: @@ -35722,8 +35716,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - *114 - - *247 - - *275 + - *245 + - *273 responses: '204': description: Response @@ -35747,7 +35741,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - *114 - - *247 + - *245 - *17 - *19 responses: @@ -35786,15 +35780,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - *114 - - *247 - - *276 - - *277 + - *245 + - *274 + - *275 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &592 + schema: &590 title: Team Repository description: A team's access to a repository. type: object @@ -36100,8 +36094,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *278 - required: *279 + properties: *276 + required: *277 nullable: true temp_clone_token: type: string @@ -36489,9 +36483,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - *114 - - *247 - - *276 - - *277 + - *245 + - *274 + - *275 requestBody: required: false content: @@ -36537,9 +36531,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - *114 - - *247 - - *276 - - *277 + - *245 + - *274 + - *275 responses: '204': description: Response @@ -36565,15 +36559,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - *114 - - *247 + - *245 responses: '200': description: Response content: application/json: - schema: *280 + schema: *278 examples: - default: *281 + default: *279 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -36595,7 +36589,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - *114 - - *247 + - *245 requestBody: required: true content: @@ -36638,7 +36632,7 @@ paths: description: Response content: application/json: - schema: *280 + schema: *278 examples: default: value: @@ -36670,7 +36664,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - *114 - - *247 + - *245 - *17 - *19 responses: @@ -36682,7 +36676,7 @@ paths: type: array items: *161 examples: - response-if-child-teams-exist: &593 + response-if-child-teams-exist: &591 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -36804,7 +36798,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card parameters: - - &282 + - &280 name: card_id description: The unique identifier of the card. in: path @@ -36816,7 +36810,7 @@ paths: description: Response content: application/json: - schema: &283 + schema: &281 title: Project Card description: Project cards represent a scope of work. type: object @@ -36882,7 +36876,7 @@ paths: - created_at - updated_at examples: - default: &284 + default: &282 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -36932,7 +36926,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card parameters: - - *282 + - *280 requestBody: required: false content: @@ -36959,9 +36953,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *281 examples: - default: *284 + default: *282 '304': *36 '403': *28 '401': *24 @@ -36982,7 +36976,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card parameters: - - *282 + - *280 responses: '204': description: Response @@ -37020,7 +37014,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card parameters: - - *282 + - *280 requestBody: required: true content: @@ -37125,7 +37119,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column parameters: - - &285 + - &283 name: column_id description: The unique identifier of the column. in: path @@ -37137,7 +37131,7 @@ paths: description: Response content: application/json: - schema: &286 + schema: &284 title: Project Column description: Project columns contain cards of work. type: object @@ -37183,7 +37177,7 @@ paths: - created_at - updated_at examples: - default: &287 + default: &285 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -37212,7 +37206,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column parameters: - - *285 + - *283 requestBody: required: true content: @@ -37236,9 +37230,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *284 examples: - default: *287 + default: *285 '304': *36 '403': *28 '401': *24 @@ -37257,7 +37251,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column parameters: - - *285 + - *283 responses: '204': description: Response @@ -37280,7 +37274,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards parameters: - - *285 + - *283 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -37301,7 +37295,7 @@ paths: application/json: schema: type: array - items: *283 + items: *281 examples: default: value: @@ -37354,7 +37348,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card parameters: - - *285 + - *283 requestBody: required: true content: @@ -37394,9 +37388,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *281 examples: - default: *284 + default: *282 '304': *36 '403': *28 '401': *24 @@ -37446,7 +37440,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column parameters: - - *285 + - *283 requestBody: required: true content: @@ -37502,7 +37496,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project parameters: - - *275 + - *273 responses: '200': description: Response @@ -37510,7 +37504,7 @@ paths: application/json: schema: *219 examples: - default: &288 + default: &286 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -37563,7 +37557,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project parameters: - - *275 + - *273 requestBody: required: false content: @@ -37611,7 +37605,7 @@ paths: application/json: schema: *219 examples: - default: *288 + default: *286 '404': description: Not Found if the authenticated user does not have access to the project @@ -37632,7 +37626,7 @@ paths: items: type: string '401': *24 - '410': *289 + '410': *287 '422': *7 x-github: githubCloudOnly: false @@ -37650,7 +37644,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project parameters: - - *275 + - *273 responses: '204': description: Delete Success @@ -37671,7 +37665,7 @@ paths: items: type: string '401': *24 - '410': *289 + '410': *287 '404': *6 x-github: githubCloudOnly: false @@ -37694,7 +37688,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators parameters: - - *275 + - *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 @@ -37746,7 +37740,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - - *275 + - *273 - *153 requestBody: required: false @@ -37794,7 +37788,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *275 + - *273 - *153 responses: '204': @@ -37823,7 +37817,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *275 + - *273 - *153 responses: '200': @@ -37891,7 +37885,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - - *275 + - *273 - *17 - *19 responses: @@ -37901,7 +37895,7 @@ paths: application/json: schema: type: array - items: *286 + items: *284 examples: default: value: @@ -37933,7 +37927,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column parameters: - - *275 + - *273 requestBody: required: true content: @@ -37956,7 +37950,7 @@ paths: description: Response content: application/json: - schema: *286 + schema: *284 examples: default: value: @@ -38015,7 +38009,7 @@ paths: resources: type: object properties: - core: &290 + core: &288 title: Rate Limit type: object properties: @@ -38032,19 +38026,19 @@ paths: - remaining - reset - used - graphql: *290 - search: *290 - code_search: *290 - source_import: *290 - integration_manifest: *290 - code_scanning_upload: *290 - actions_runner_registration: *290 - scim: *290 - dependency_snapshots: *290 + graphql: *288 + search: *288 + code_search: *288 + source_import: *288 + integration_manifest: *288 + code_scanning_upload: *288 + actions_runner_registration: *288 + scim: *288 + dependency_snapshots: *288 required: - core - search - rate: *290 + rate: *288 required: - rate - resources @@ -38142,14 +38136,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response content: application/json: - schema: &293 + schema: &291 title: Full Repository description: Full Repository type: object @@ -38424,8 +38418,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *278 - required: *279 + properties: *276 + required: *277 nullable: true temp_clone_token: type: string @@ -38540,7 +38534,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &397 + properties: &395 url: type: string format: uri @@ -38556,12 +38550,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &398 + required: &396 - url - key - name - html_url - security_and_analysis: *291 + security_and_analysis: *289 required: - archive_url - assignees_url @@ -39137,7 +39131,7 @@ paths: status: disabled '403': *28 '404': *6 - '301': *292 + '301': *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39155,8 +39149,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: false content: @@ -39370,9 +39364,9 @@ paths: description: Response content: application/json: - schema: *293 + schema: *291 examples: - default: &431 + default: &429 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -39862,7 +39856,7 @@ paths: forks: 1 open_issues: 1 watchers: 1 - '307': &294 + '307': &292 description: Temporary Redirect content: application/json: @@ -39889,8 +39883,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response @@ -39912,7 +39906,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository - '307': *294 + '307': *292 '404': *6 x-github: githubCloudOnly: false @@ -39933,11 +39927,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 - - &309 + - &307 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -39960,7 +39954,7 @@ paths: type: integer artifacts: type: array - items: &295 + items: &293 title: Artifact description: An artifact type: object @@ -40031,7 +40025,7 @@ paths: - expires_at - updated_at examples: - default: &310 + default: &308 value: total_count: 2 artifacts: @@ -40088,9 +40082,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *276 - - *277 - - &296 + - *274 + - *275 + - &294 name: artifact_id description: The unique identifier of the artifact. in: path @@ -40102,7 +40096,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *293 examples: default: value: @@ -40139,9 +40133,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *276 - - *277 - - *296 + - *274 + - *275 + - *294 responses: '204': description: Response @@ -40166,9 +40160,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *276 - - *277 - - *296 + - *274 + - *275 + - *294 - name: archive_format in: path required: true @@ -40182,7 +40176,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': *289 + '410': *287 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40202,14 +40196,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response content: application/json: - schema: *297 + schema: *295 examples: default: value: @@ -40235,11 +40229,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 - - &298 + - &296 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 @@ -40273,7 +40267,7 @@ paths: description: Response content: application/json: - schema: &299 + schema: &297 title: Repository actions caches description: Repository actions caches type: object @@ -40315,7 +40309,7 @@ paths: - total_count - actions_caches examples: - default: &300 + default: &298 value: total_count: 1 actions_caches: @@ -40349,23 +40343,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *276 - - *277 + - *274 + - *275 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *298 + - *296 responses: '200': description: Response content: application/json: - schema: *299 + schema: *297 examples: - default: *300 + default: *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40387,8 +40381,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *276 - - *277 + - *274 + - *275 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -40417,9 +40411,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *276 - - *277 - - &301 + - *274 + - *275 + - &299 name: job_id description: The unique identifier of the job. in: path @@ -40431,7 +40425,7 @@ paths: description: Response content: application/json: - schema: &313 + schema: &311 title: Job description: Information of a job execution in a workflow run type: object @@ -40734,9 +40728,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *276 - - *277 - - *301 + - *274 + - *275 + - *299 responses: '302': description: Response @@ -40765,9 +40759,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *276 - - *277 - - *301 + - *274 + - *275 + - *299 requestBody: required: false content: @@ -40812,8 +40806,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Status response @@ -40863,8 +40857,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -40927,8 +40921,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -40946,7 +40940,7 @@ paths: type: integer secrets: type: array - items: &316 + items: &314 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -40966,7 +40960,7 @@ paths: - created_at - updated_at examples: - default: &317 + default: &315 value: total_count: 2 secrets: @@ -40999,9 +40993,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *276 - - *277 - - *302 + - *274 + - *275 + - *300 - *19 responses: '200': @@ -41018,7 +41012,7 @@ paths: type: integer variables: type: array - items: &320 + items: &318 title: Actions Variable type: object properties: @@ -41048,7 +41042,7 @@ paths: - created_at - updated_at examples: - default: &321 + default: &319 value: total_count: 2 variables: @@ -41081,8 +41075,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -41091,7 +41085,7 @@ paths: schema: type: object properties: - enabled: &303 + enabled: &301 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *41 @@ -41124,8 +41118,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response @@ -41136,7 +41130,7 @@ paths: schema: type: object properties: - enabled: *303 + enabled: *301 allowed_actions: *41 required: - enabled @@ -41168,14 +41162,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response content: application/json: - schema: &304 + schema: &302 type: object properties: access_level: @@ -41193,7 +41187,7 @@ paths: required: - access_level examples: - default: &305 + default: &303 value: access_level: organization x-github: @@ -41219,15 +41213,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: application/json: - schema: *304 + schema: *302 examples: - default: *305 + default: *303 responses: '204': description: Response @@ -41251,8 +41245,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -41283,8 +41277,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response @@ -41316,8 +41310,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -41346,8 +41340,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Success response @@ -41387,8 +41381,8 @@ paths: in: query schema: type: string - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -41432,8 +41426,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -41465,8 +41459,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -41541,8 +41535,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '201': description: Response @@ -41580,8 +41574,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '201': description: Response @@ -41611,8 +41605,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *53 responses: '200': @@ -41642,8 +41636,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *53 responses: '204': @@ -41669,8 +41663,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *53 responses: '200': *59 @@ -41695,8 +41689,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *53 requestBody: required: true @@ -41745,8 +41739,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *53 requestBody: required: true @@ -41796,8 +41790,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *53 responses: '200': *138 @@ -41827,8 +41821,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *53 - *139 responses: @@ -41854,9 +41848,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *276 - - *277 - - &324 + - *274 + - *275 + - &322 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. @@ -41864,7 +41858,7 @@ paths: required: false schema: type: string - - &325 + - &323 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -41872,7 +41866,7 @@ paths: required: false schema: type: string - - &326 + - &324 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -41881,7 +41875,7 @@ paths: required: false schema: type: string - - &327 + - &325 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 @@ -41907,7 +41901,7 @@ paths: - pending - *17 - *19 - - &328 + - &326 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-cloud@latest//search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -41916,7 +41910,7 @@ paths: schema: type: string format: date-time - - &306 + - &304 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -41925,13 +41919,13 @@ paths: schema: type: boolean default: false - - &329 + - &327 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &330 + - &328 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -41954,7 +41948,7 @@ paths: type: integer workflow_runs: type: array - items: &307 + items: &305 title: Workflow Run description: An invocation of a workflow type: object @@ -42049,7 +42043,7 @@ paths: that triggered the run. type: array nullable: true - items: &348 + items: &346 title: Pull Request Minimal type: object properties: @@ -42165,7 +42159,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &352 + properties: &350 id: type: string description: SHA for the commit @@ -42216,7 +42210,7 @@ paths: - name - email nullable: true - required: &353 + required: &351 - id - tree_id - message @@ -42263,7 +42257,7 @@ paths: - workflow_url - pull_requests examples: - default: &331 + default: &329 value: total_count: 1 workflow_runs: @@ -42496,24 +42490,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *276 - - *277 - - &308 + - *274 + - *275 + - &306 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *306 + - *304 responses: '200': description: Response content: application/json: - schema: *307 + schema: *305 examples: - default: &311 + default: &309 value: id: 30433642 name: Build @@ -42752,9 +42746,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *276 - - *277 - - *308 + - *274 + - *275 + - *306 responses: '204': description: Response @@ -42776,9 +42770,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *276 - - *277 - - *308 + - *274 + - *275 + - *306 responses: '200': description: Response @@ -42897,9 +42891,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *276 - - *277 - - *308 + - *274 + - *275 + - *306 responses: '201': description: Response @@ -42930,12 +42924,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *276 - - *277 - - *308 + - *274 + - *275 + - *306 - *17 - *19 - - *309 + - *307 responses: '200': description: Response @@ -42951,9 +42945,9 @@ paths: type: integer artifacts: type: array - items: *295 + items: *293 examples: - default: *310 + default: *308 headers: Link: *38 x-github: @@ -42976,25 +42970,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *276 - - *277 - - *308 - - &312 + - *274 + - *275 + - *306 + - &310 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *306 + - *304 responses: '200': description: Response content: application/json: - schema: *307 + schema: *305 examples: - default: *311 + default: *309 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43016,10 +43010,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *276 - - *277 - - *308 - - *312 + - *274 + - *275 + - *306 + - *310 - *17 - *19 responses: @@ -43037,9 +43031,9 @@ paths: type: integer jobs: type: array - items: *313 + items: *311 examples: - default: &315 + default: &313 value: total_count: 1 jobs: @@ -43150,10 +43144,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *276 - - *277 - - *308 - - *312 + - *274 + - *275 + - *306 + - *310 responses: '302': description: Response @@ -43182,9 +43176,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *276 - - *277 - - *308 + - *274 + - *275 + - *306 responses: '202': description: Response @@ -43194,7 +43188,7 @@ paths: examples: default: value: - '409': *314 + '409': *312 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43218,9 +43212,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *276 - - *277 - - *308 + - *274 + - *275 + - *306 requestBody: required: true content: @@ -43288,9 +43282,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *276 - - *277 - - *308 + - *274 + - *275 + - *306 responses: '202': description: Response @@ -43300,7 +43294,7 @@ paths: examples: default: value: - '409': *314 + '409': *312 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43321,9 +43315,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *276 - - *277 - - *308 + - *274 + - *275 + - *306 - 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 @@ -43353,9 +43347,9 @@ paths: type: integer jobs: type: array - items: *313 + items: *311 examples: - default: *315 + default: *313 headers: Link: *38 x-github: @@ -43378,9 +43372,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *276 - - *277 - - *308 + - *274 + - *275 + - *306 responses: '302': description: Response @@ -43406,9 +43400,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *276 - - *277 - - *308 + - *274 + - *275 + - *306 responses: '204': description: Response @@ -43433,9 +43427,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *276 - - *277 - - *308 + - *274 + - *275 + - *306 responses: '200': description: Response @@ -43494,7 +43488,7 @@ paths: items: type: object properties: - type: &418 + type: &416 type: string description: The type of reviewer. enum: @@ -43577,9 +43571,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *276 - - *277 - - *308 + - *274 + - *275 + - *306 requestBody: required: true content: @@ -43626,7 +43620,7 @@ paths: application/json: schema: type: array - items: &413 + items: &411 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -43731,7 +43725,7 @@ paths: - created_at - updated_at examples: - default: &414 + default: &412 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -43786,9 +43780,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *276 - - *277 - - *308 + - *274 + - *275 + - *306 requestBody: required: false content: @@ -43831,9 +43825,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *276 - - *277 - - *308 + - *274 + - *275 + - *306 requestBody: required: false content: @@ -43877,9 +43871,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *276 - - *277 - - *308 + - *274 + - *275 + - *306 responses: '200': description: Response @@ -44016,8 +44010,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -44035,9 +44029,9 @@ paths: type: integer secrets: type: array - items: *316 + items: *314 examples: - default: *317 + default: *315 headers: Link: *38 x-github: @@ -44063,16 +44057,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response content: application/json: - schema: *318 + schema: *316 examples: - default: *319 + default: *317 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44094,17 +44088,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *276 - - *277 + - *274 + - *275 - *141 responses: '200': description: Response content: application/json: - schema: *316 + schema: *314 examples: - default: &553 + default: &551 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -44130,8 +44124,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *276 - - *277 + - *274 + - *275 - *141 requestBody: required: true @@ -44186,8 +44180,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *276 - - *277 + - *274 + - *275 - *141 responses: '204': @@ -44212,9 +44206,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *276 - - *277 - - *302 + - *274 + - *275 + - *300 - *19 responses: '200': @@ -44231,9 +44225,9 @@ paths: type: integer variables: type: array - items: *320 + items: *318 examples: - default: *321 + default: *319 headers: Link: *38 x-github: @@ -44256,8 +44250,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -44309,17 +44303,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *276 - - *277 + - *274 + - *275 - *144 responses: '200': description: Response content: application/json: - schema: *320 + schema: *318 examples: - default: &554 + default: &552 value: name: USERNAME value: octocat @@ -44345,8 +44339,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *276 - - *277 + - *274 + - *275 - *144 requestBody: required: true @@ -44389,8 +44383,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *276 - - *277 + - *274 + - *275 - *144 responses: '204': @@ -44414,8 +44408,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -44433,7 +44427,7 @@ paths: type: integer workflows: type: array - items: &322 + items: &320 title: Workflow description: A GitHub Actions workflow type: object @@ -44538,9 +44532,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *276 - - *277 - - &323 + - *274 + - *275 + - &321 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -44555,7 +44549,7 @@ paths: description: Response content: application/json: - schema: *322 + schema: *320 examples: default: value: @@ -44588,9 +44582,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *276 - - *277 - - *323 + - *274 + - *275 + - *321 responses: '204': description: Response @@ -44615,9 +44609,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *276 - - *277 - - *323 + - *274 + - *275 + - *321 responses: '204': description: Response @@ -44668,9 +44662,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *276 - - *277 - - *323 + - *274 + - *275 + - *321 responses: '204': description: Response @@ -44693,19 +44687,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *276 - - *277 + - *274 + - *275 + - *321 + - *322 - *323 - *324 - *325 - - *326 - - *327 - *17 - *19 + - *326 + - *304 + - *327 - *328 - - *306 - - *329 - - *330 responses: '200': description: Response @@ -44721,9 +44715,9 @@ paths: type: integer workflow_runs: type: array - items: *307 + items: *305 examples: - default: *331 + default: *329 headers: Link: *38 x-github: @@ -44745,9 +44739,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *276 - - *277 - - *323 + - *274 + - *275 + - *321 responses: '200': description: Response @@ -44808,8 +44802,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *276 - - *277 + - *274 + - *275 - *66 - *17 - *64 @@ -44973,8 +44967,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -45011,8 +45005,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *276 - - *277 + - *274 + - *275 - name: assignee in: path required: true @@ -45046,8 +45040,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#list-all-autolinks-of-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *19 responses: '200': @@ -45056,7 +45050,7 @@ paths: application/json: schema: type: array - items: &332 + items: &330 title: Autolink reference description: An autolink reference. type: object @@ -45106,8 +45100,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -45146,9 +45140,9 @@ paths: description: response content: application/json: - schema: *332 + schema: *330 examples: - default: &333 + default: &331 value: id: 1 key_prefix: TICKET- @@ -45179,9 +45173,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *276 - - *277 - - &334 + - *274 + - *275 + - &332 name: autolink_id description: The unique identifier of the autolink. in: path @@ -45193,9 +45187,9 @@ paths: description: Response content: application/json: - schema: *332 + schema: *330 examples: - default: *333 + default: *331 '404': *6 x-github: githubCloudOnly: false @@ -45215,9 +45209,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *276 - - *277 - - *334 + - *274 + - *275 + - *332 responses: '204': description: Response @@ -45241,8 +45235,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-automated-security-fixes-are-enabled-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response if dependabot is enabled @@ -45290,8 +45284,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-automated-security-fixes parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response @@ -45312,8 +45306,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-automated-security-fixes parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response @@ -45333,8 +45327,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *276 - - *277 + - *274 + - *275 - name: protected description: Setting to `true` returns only protected branches. When set to `false`, only unprotected branches are returned. Omitting this parameter @@ -45372,7 +45366,7 @@ paths: - url protected: type: boolean - protection: &336 + protection: &334 title: Branch Protection description: Branch Protection type: object @@ -45414,7 +45408,7 @@ paths: required: - contexts - checks - enforce_admins: &339 + enforce_admins: &337 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -45429,7 +45423,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &341 + required_pull_request_reviews: &339 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -45505,7 +45499,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &338 + restrictions: &336 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -45804,9 +45798,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *276 - - *277 - - &337 + - *274 + - *275 + - &335 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-cloud@latest//graphql). @@ -45820,14 +45814,14 @@ paths: description: Response content: application/json: - schema: &347 + schema: &345 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &386 + commit: &384 title: Commit description: Commit type: object @@ -45861,7 +45855,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &335 + properties: &333 name: type: string example: '"Chris Wanstrath"' @@ -45876,7 +45870,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *335 + properties: *333 nullable: true message: type: string @@ -45897,7 +45891,7 @@ paths: required: - sha - url - verification: &435 + verification: &433 title: Verification type: object properties: @@ -45967,7 +45961,7 @@ paths: type: integer files: type: array - items: &401 + items: &399 title: Diff Entry description: Diff Entry type: object @@ -46050,7 +46044,7 @@ paths: - self protected: type: boolean - protection: *336 + protection: *334 protection_url: type: string format: uri @@ -46156,7 +46150,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *292 + '301': *290 '404': *6 x-github: githubCloudOnly: false @@ -46178,15 +46172,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '200': description: Response content: application/json: - schema: *336 + schema: *334 examples: default: value: @@ -46378,9 +46372,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: required: true content: @@ -46635,7 +46629,7 @@ paths: url: type: string format: uri - required_status_checks: &344 + required_status_checks: &342 title: Status Check Policy description: Status Check Policy type: object @@ -46787,7 +46781,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *338 + restrictions: *336 required_conversation_resolution: type: object properties: @@ -46899,9 +46893,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '204': description: Response @@ -46926,17 +46920,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '200': description: Response content: application/json: - schema: *339 + schema: *337 examples: - default: &340 + default: &338 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -46958,17 +46952,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '200': description: Response content: application/json: - schema: *339 + schema: *337 examples: - default: *340 + default: *338 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46987,9 +46981,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '204': description: Response @@ -47014,17 +47008,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '200': description: Response content: application/json: - schema: *341 + schema: *339 examples: - default: &342 + default: &340 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -47119,9 +47113,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: required: false content: @@ -47219,9 +47213,9 @@ paths: description: Response content: application/json: - schema: *341 + schema: *339 examples: - default: *342 + default: *340 '422': *15 x-github: githubCloudOnly: false @@ -47242,9 +47236,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '204': description: Response @@ -47270,17 +47264,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '200': description: Response content: application/json: - schema: *339 + schema: *337 examples: - default: &343 + default: &341 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -47303,17 +47297,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '200': description: Response content: application/json: - schema: *339 + schema: *337 examples: - default: *343 + default: *341 '404': *6 x-github: githubCloudOnly: false @@ -47333,9 +47327,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '204': description: Response @@ -47360,17 +47354,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '200': description: Response content: application/json: - schema: *344 + schema: *342 examples: - default: &345 + default: &343 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -47396,9 +47390,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: required: false content: @@ -47449,9 +47443,9 @@ paths: description: Response content: application/json: - schema: *344 + schema: *342 examples: - default: *345 + default: *343 '404': *6 '422': *15 x-github: @@ -47473,9 +47467,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '204': description: Response @@ -47499,9 +47493,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '200': description: Response @@ -47535,9 +47529,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: required: false content: @@ -47604,9 +47598,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: required: false content: @@ -47670,9 +47664,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: content: application/json: @@ -47737,15 +47731,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '200': description: Response content: application/json: - schema: *338 + schema: *336 examples: default: value: @@ -47836,9 +47830,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '204': description: Response @@ -47861,9 +47855,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '200': description: Response @@ -47873,7 +47867,7 @@ paths: type: array items: *5 examples: - default: &346 + default: &344 value: - id: 1 slug: octoapp @@ -47930,9 +47924,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: required: false content: @@ -47970,7 +47964,7 @@ paths: type: array items: *5 examples: - default: *346 + default: *344 '422': *15 x-github: githubCloudOnly: false @@ -47991,9 +47985,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: required: false content: @@ -48031,7 +48025,7 @@ paths: type: array items: *5 examples: - default: *346 + default: *344 '422': *15 x-github: githubCloudOnly: false @@ -48052,9 +48046,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: content: application/json: @@ -48091,7 +48085,7 @@ paths: type: array items: *5 examples: - default: *346 + default: *344 '422': *15 x-github: githubCloudOnly: false @@ -48113,9 +48107,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '200': description: Response @@ -48125,7 +48119,7 @@ paths: type: array items: *161 examples: - default: *246 + default: *244 '404': *6 x-github: githubCloudOnly: false @@ -48145,9 +48139,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: required: false content: @@ -48185,7 +48179,7 @@ paths: type: array items: *161 examples: - default: *246 + default: *244 '422': *15 x-github: githubCloudOnly: false @@ -48206,9 +48200,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: required: false content: @@ -48246,7 +48240,7 @@ paths: type: array items: *161 examples: - default: *246 + default: *244 '422': *15 x-github: githubCloudOnly: false @@ -48267,9 +48261,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: content: application/json: @@ -48306,7 +48300,7 @@ paths: type: array items: *161 examples: - default: *246 + default: *244 '422': *15 x-github: githubCloudOnly: false @@ -48328,9 +48322,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '200': description: Response @@ -48364,9 +48358,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: required: false content: @@ -48428,9 +48422,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: required: false content: @@ -48492,9 +48486,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: content: application/json: @@ -48564,9 +48558,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: required: true content: @@ -48588,7 +48582,7 @@ paths: description: Response content: application/json: - schema: *347 + schema: *345 examples: default: value: @@ -48700,8 +48694,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -48974,7 +48968,7 @@ paths: description: Response content: application/json: - schema: &349 + schema: &347 title: CheckRun description: A check performed on the code of a given code change type: object @@ -49088,8 +49082,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *348 - deployment: &636 + items: *346 + deployment: &634 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -49366,9 +49360,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *276 - - *277 - - &350 + - *274 + - *275 + - &348 name: check_run_id description: The unique identifier of the check run. in: path @@ -49380,9 +49374,9 @@ paths: description: Response content: application/json: - schema: *349 + schema: *347 examples: - default: &351 + default: &349 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -49479,9 +49473,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *276 - - *277 - - *350 + - *274 + - *275 + - *348 requestBody: required: true content: @@ -49717,9 +49711,9 @@ paths: description: Response content: application/json: - schema: *349 + schema: *347 examples: - default: *351 + default: *349 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49740,9 +49734,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *276 - - *277 - - *350 + - *274 + - *275 + - *348 - *17 - *19 responses: @@ -49839,9 +49833,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *276 - - *277 - - *350 + - *274 + - *275 + - *348 responses: '201': description: Response @@ -49882,8 +49876,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -49905,7 +49899,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &354 + schema: &352 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -49962,7 +49956,7 @@ paths: nullable: true pull_requests: type: array - items: *348 + items: *346 nullable: true app: title: GitHub app @@ -49984,12 +49978,12 @@ paths: type: string format: date-time nullable: true - head_commit: &639 + head_commit: &637 title: Simple Commit description: A commit. type: object - properties: *352 - required: *353 + properties: *350 + required: *351 latest_check_runs_count: type: integer check_runs_url: @@ -50017,7 +50011,7 @@ paths: - check_runs_url - pull_requests examples: - default: &355 + default: &353 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -50308,9 +50302,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *354 + schema: *352 examples: - default: *355 + default: *353 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50332,8 +50326,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -50639,9 +50633,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *276 - - *277 - - &356 + - *274 + - *275 + - &354 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -50653,9 +50647,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *352 examples: - default: *355 + default: *353 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50675,17 +50669,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *276 - - *277 - - *356 - - &394 + - *274 + - *275 + - *354 + - &392 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &395 + - &393 name: status description: Returns check runs with the specified `status`. in: query @@ -50724,9 +50718,9 @@ paths: type: integer check_runs: type: array - items: *349 + items: *347 examples: - default: &396 + default: &394 value: total_count: 1 check_runs: @@ -50828,9 +50822,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *276 - - *277 - - *356 + - *274 + - *275 + - *354 responses: '201': description: Response @@ -50866,20 +50860,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *154 - *155 - *19 - *17 - - &367 + - &365 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: *357 + schema: *355 - *66 - name: sort description: The property by which to sort the results. @@ -50902,7 +50896,7 @@ paths: be returned. in: query required: false - schema: *358 + schema: *356 responses: '200': description: Response @@ -50918,7 +50912,7 @@ paths: updated_at: *76 url: *73 html_url: *74 - instances_url: *359 + instances_url: *357 state: *69 fixed_at: *78 dismissed_by: @@ -50929,8 +50923,8 @@ paths: required: *4 nullable: true dismissed_at: *77 - dismissed_reason: *360 - dismissed_comment: *361 + dismissed_reason: *358 + dismissed_comment: *359 rule: type: object properties: @@ -50961,8 +50955,8 @@ paths: type: string description: A short description of the rule used to detect the alert. - tool: *362 - most_recent_instance: *363 + tool: *360 + most_recent_instance: *361 required: - number - created_at @@ -51078,7 +51072,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *36 - '403': *252 + '403': *250 '404': *6 '503': *80 x-github: @@ -51101,9 +51095,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *276 - - *277 - - &365 + - *274 + - *275 + - &363 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -51117,7 +51111,7 @@ paths: description: Response content: application/json: - schema: &366 + schema: &364 type: object properties: number: *70 @@ -51125,7 +51119,7 @@ paths: updated_at: *76 url: *73 html_url: *74 - instances_url: *359 + instances_url: *357 state: *69 fixed_at: *78 dismissed_by: @@ -51136,11 +51130,11 @@ paths: required: *4 nullable: true dismissed_at: *77 - dismissed_reason: *360 - dismissed_comment: *361 - rule: *364 - tool: *362 - most_recent_instance: *363 + dismissed_reason: *358 + dismissed_comment: *359 + rule: *362 + tool: *360 + most_recent_instance: *361 required: - number - created_at @@ -51229,7 +51223,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *36 - '403': *252 + '403': *250 '404': *6 '503': *80 x-github: @@ -51251,9 +51245,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *276 - - *277 - - *365 + - *274 + - *275 + - *363 requestBody: required: true content: @@ -51268,8 +51262,8 @@ paths: enum: - open - dismissed - dismissed_reason: *360 - dismissed_comment: *361 + dismissed_reason: *358 + dismissed_comment: *359 required: - state examples: @@ -51284,7 +51278,7 @@ paths: description: Response content: application/json: - schema: *366 + schema: *364 examples: default: value: @@ -51359,7 +51353,7 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '403': &372 + '403': &370 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -51387,12 +51381,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *276 - - *277 - - *365 + - *274 + - *275 + - *363 - *19 - *17 - - *367 + - *365 responses: '200': description: Response @@ -51400,7 +51394,7 @@ paths: application/json: schema: type: array - items: *363 + items: *361 examples: default: value: @@ -51439,7 +51433,7 @@ paths: end_column: 50 classifications: - source - '403': *252 + '403': *250 '404': *6 '503': *80 x-github: @@ -51475,8 +51469,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *154 - *155 - *19 @@ -51487,12 +51481,12 @@ paths: for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *357 + schema: *355 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &370 + schema: &368 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -51513,23 +51507,23 @@ paths: application/json: schema: type: array - items: &371 + items: &369 type: object properties: - ref: *357 - commit_sha: &374 + ref: *355 + commit_sha: &372 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: *368 + analysis_key: *366 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *369 + category: *367 error: type: string example: error reading field xyz @@ -51553,8 +51547,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *370 - tool: *362 + sarif_id: *368 + tool: *360 deletable: type: boolean warning: @@ -51615,7 +51609,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *252 + '403': *250 '404': *6 '503': *80 x-github: @@ -51653,8 +51647,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -51667,7 +51661,7 @@ paths: description: Response content: application/json: - schema: *371 + schema: *369 examples: response: summary: application/json response @@ -51721,7 +51715,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *252 + '403': *250 '404': *6 '503': *80 x-github: @@ -51804,8 +51798,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -51858,7 +51852,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': *372 + '403': *370 '404': *6 '503': *80 x-github: @@ -51882,8 +51876,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -51891,7 +51885,7 @@ paths: application/json: schema: type: array - items: &373 + items: &371 title: CodeQL Database description: A CodeQL database. type: object @@ -52002,7 +51996,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': *252 + '403': *250 '404': *6 '503': *80 x-github: @@ -52033,8 +52027,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - name: language in: path description: The language of the CodeQL database. @@ -52046,7 +52040,7 @@ paths: description: Response content: application/json: - schema: *373 + schema: *371 examples: default: value: @@ -52078,9 +52072,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': &403 + '302': &401 description: Found - '403': *252 + '403': *250 '404': *6 '503': *80 x-github: @@ -52103,8 +52097,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -52165,7 +52159,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *252 + '403': *250 '404': *6 '503': *80 x-github: @@ -52186,8 +52180,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -52259,7 +52253,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *372 + '403': *370 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -52323,8 +52317,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -52332,8 +52326,8 @@ paths: schema: type: object properties: - commit_sha: *374 - ref: *357 + commit_sha: *372 + ref: *355 sarif: description: A Base64 string representing the SARIF file to upload. You must first compress your SARIF file using [`gzip`](http://www.gnu.org/software/gzip/manual/gzip.html) @@ -52383,7 +52377,7 @@ paths: schema: type: object properties: - id: *370 + id: *368 url: type: string description: The REST API URL for checking the status of the upload. @@ -52397,7 +52391,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': *372 + '403': *370 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -52425,8 +52419,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *276 - - *277 + - *274 + - *275 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -52472,7 +52466,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': *252 + '403': *250 '404': description: Not Found if the sarif id does not match any upload '503': *80 @@ -52497,8 +52491,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *276 - - *277 + - *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 @@ -52620,8 +52614,8 @@ paths: parameters: - *17 - *19 - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -52937,8 +52931,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -53003,7 +52997,7 @@ paths: application/json: schema: *197 examples: - default: *375 + default: *373 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -53011,7 +53005,7 @@ paths: application/json: schema: *197 examples: - default: *375 + default: *373 '400': *14 '401': *24 '403': *28 @@ -53042,8 +53036,8 @@ paths: parameters: - *17 - *19 - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -53109,8 +53103,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -53145,14 +53139,14 @@ paths: type: integer machines: type: array - items: &600 + items: &598 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *376 - required: *377 + properties: *374 + required: *375 examples: - default: &601 + default: &599 value: total_count: 2 machines: @@ -53194,8 +53188,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *276 - - *277 + - *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. @@ -53281,8 +53275,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: - - *276 - - *277 + - *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 @@ -53347,8 +53341,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -53366,7 +53360,7 @@ paths: type: integer secrets: type: array - items: &381 + items: &379 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -53386,7 +53380,7 @@ paths: - created_at - updated_at examples: - default: *378 + default: *376 headers: Link: *38 x-github: @@ -53410,16 +53404,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response content: application/json: - schema: *379 + schema: *377 examples: - default: *380 + default: *378 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -53439,17 +53433,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *276 - - *277 + - *274 + - *275 - *141 responses: '200': description: Response content: application/json: - schema: *381 + schema: *379 examples: - default: *382 + default: *380 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53471,8 +53465,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *276 - - *277 + - *274 + - *275 - *141 requestBody: required: true @@ -53525,8 +53519,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *276 - - *277 + - *274 + - *275 - *141 responses: '204': @@ -53555,8 +53549,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *276 - - *277 + - *274 + - *275 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -53598,7 +53592,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &383 + properties: &381 login: type: string example: octocat @@ -53687,7 +53681,7 @@ paths: role_name: type: string example: admin - required: &384 + required: &382 - avatar_url - events_url - followers_url @@ -53761,8 +53755,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *276 - - *277 + - *274 + - *275 - *153 responses: '204': @@ -53805,8 +53799,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *276 - - *277 + - *274 + - *275 - *153 requestBody: required: false @@ -53833,7 +53827,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &448 + schema: &446 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -54053,8 +54047,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *276 - - *277 + - *274 + - *275 - *153 responses: '204': @@ -54084,8 +54078,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *276 - - *277 + - *274 + - *275 - *153 responses: '200': @@ -54106,8 +54100,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *383 - required: *384 + properties: *381 + required: *382 nullable: true required: - permission @@ -54157,8 +54151,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -54168,7 +54162,7 @@ paths: application/json: schema: type: array - items: &385 + items: &383 title: Commit Comment description: Commit Comment type: object @@ -54226,7 +54220,7 @@ paths: - created_at - updated_at examples: - default: &388 + default: &386 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -54277,17 +54271,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *276 - - *277 + - *274 + - *275 - *96 responses: '200': description: Response content: application/json: - schema: *385 + schema: *383 examples: - default: &389 + default: &387 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -54336,8 +54330,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *276 - - *277 + - *274 + - *275 - *96 requestBody: required: true @@ -54360,7 +54354,7 @@ paths: description: Response content: application/json: - schema: *385 + schema: *383 examples: default: value: @@ -54411,8 +54405,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *276 - - *277 + - *274 + - *275 - *96 responses: '204': @@ -54434,8 +54428,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *276 - - *277 + - *274 + - *275 - *96 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -54462,9 +54456,9 @@ paths: application/json: schema: type: array - items: *265 + items: *263 examples: - default: *267 + default: *265 headers: Link: *38 '404': *6 @@ -54485,8 +54479,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *276 - - *277 + - *274 + - *275 - *96 requestBody: required: true @@ -54519,16 +54513,16 @@ paths: description: Reaction exists content: application/json: - schema: *265 + schema: *263 examples: - default: *266 + default: *264 '201': description: Reaction created content: application/json: - schema: *265 + schema: *263 examples: - default: *266 + default: *264 '422': *15 x-github: githubCloudOnly: false @@ -54549,10 +54543,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *276 - - *277 + - *274 + - *275 - *96 - - *268 + - *266 responses: '204': description: Response @@ -54600,8 +54594,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *276 - - *277 + - *274 + - *275 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -54645,9 +54639,9 @@ paths: application/json: schema: type: array - items: *386 + items: *384 examples: - default: &498 + default: &496 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -54720,7 +54714,7 @@ paths: '500': *159 '400': *14 '404': *6 - '409': *314 + '409': *312 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54740,9 +54734,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *276 - - *277 - - &387 + - *274 + - *275 + - &385 name: commit_sha description: The SHA of the commit. in: path @@ -54806,9 +54800,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *276 - - *277 - - *387 + - *274 + - *275 + - *385 - *17 - *19 responses: @@ -54818,9 +54812,9 @@ paths: application/json: schema: type: array - items: *385 + items: *383 examples: - default: *388 + default: *386 headers: Link: *38 x-github: @@ -54841,9 +54835,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *276 - - *277 - - *387 + - *274 + - *275 + - *385 requestBody: required: true content: @@ -54878,9 +54872,9 @@ paths: description: Response content: application/json: - schema: *385 + schema: *383 examples: - default: *389 + default: *387 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -54908,9 +54902,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *276 - - *277 - - *387 + - *274 + - *275 + - *385 - *17 - *19 responses: @@ -54920,7 +54914,7 @@ paths: application/json: schema: type: array - items: &488 + items: &486 title: Pull Request Simple description: Pull Request Simple type: object @@ -55025,8 +55019,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *390 - required: *391 + properties: *388 + required: *389 nullable: true active_lock_reason: type: string @@ -55122,7 +55116,7 @@ paths: _links: type: object properties: - comments: &392 + comments: &390 title: Link description: Hypermedia Link type: object @@ -55131,13 +55125,13 @@ paths: type: string required: - href - commits: *392 - statuses: *392 - html: *392 - issue: *392 - review_comments: *392 - review_comment: *392 - self: *392 + commits: *390 + statuses: *390 + html: *390 + issue: *390 + review_comments: *390 + review_comment: *390 + self: *390 required: - comments - commits @@ -55148,7 +55142,7 @@ paths: - review_comment - self author_association: *84 - auto_merge: &491 + auto_merge: &489 title: Auto merge description: The status of auto merging a pull request. type: object @@ -55211,7 +55205,7 @@ paths: - author_association - auto_merge examples: - default: &489 + default: &487 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -55743,11 +55737,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *276 - - *277 + - *274 + - *275 - *19 - *17 - - &393 + - &391 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)" @@ -55762,9 +55756,9 @@ paths: description: Response content: application/json: - schema: *386 + schema: *384 examples: - default: &476 + default: &474 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -55872,11 +55866,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *276 - - *277 + - *274 + - *275 + - *391 + - *392 - *393 - - *394 - - *395 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -55910,9 +55904,9 @@ paths: type: integer check_runs: type: array - items: *349 + items: *347 examples: - default: *396 + default: *394 headers: Link: *38 x-github: @@ -55934,9 +55928,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *276 - - *277 - - *393 + - *274 + - *275 + - *391 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -55944,7 +55938,7 @@ paths: schema: type: integer example: 1 - - *394 + - *392 - *17 - *19 responses: @@ -55962,7 +55956,7 @@ paths: type: integer check_suites: type: array - items: *354 + items: *352 examples: default: value: @@ -56162,9 +56156,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *276 - - *277 - - *393 + - *274 + - *275 + - *391 - *17 - *19 responses: @@ -56362,9 +56356,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *276 - - *277 - - *393 + - *274 + - *275 + - *391 - *17 - *19 responses: @@ -56374,7 +56368,7 @@ paths: application/json: schema: type: array - items: &546 + items: &544 title: Status description: The status of a commit. type: object @@ -56455,7 +56449,7 @@ paths: site_admin: false headers: Link: *38 - '301': *292 + '301': *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56483,8 +56477,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -56513,20 +56507,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *397 - required: *398 + properties: *395 + required: *396 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &399 + properties: &397 url: type: string format: uri html_url: type: string format: uri - required: &400 + required: &398 - url - html_url nullable: true @@ -56540,26 +56534,26 @@ paths: contributing: title: Community Health File type: object - properties: *399 - required: *400 + properties: *397 + required: *398 nullable: true readme: title: Community Health File type: object - properties: *399 - required: *400 + properties: *397 + required: *398 nullable: true issue_template: title: Community Health File type: object - properties: *399 - required: *400 + properties: *397 + required: *398 nullable: true pull_request_template: title: Community Health File type: object - properties: *399 - required: *400 + properties: *397 + required: *398 nullable: true required: - code_of_conduct @@ -56680,8 +56674,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *276 - - *277 + - *274 + - *275 - *19 - *17 - name: basehead @@ -56724,8 +56718,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *386 - merge_base_commit: *386 + base_commit: *384 + merge_base_commit: *384 status: type: string enum: @@ -56745,10 +56739,10 @@ paths: example: 6 commits: type: array - items: *386 + items: *384 files: type: array - items: *401 + items: *399 required: - url - html_url @@ -57043,8 +57037,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *276 - - *277 + - *274 + - *275 - name: path description: path parameter in: path @@ -57187,7 +57181,7 @@ paths: - content - encoding examples: - response-if-content-is-a-file: &402 + response-if-content-is-a-file: &400 summary: Response if content is a file value: type: file @@ -57319,7 +57313,7 @@ paths: - size - type - url - - &503 + - &501 title: Content File description: Content File type: object @@ -57520,7 +57514,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *402 + response-if-content-is-a-file: *400 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -57589,7 +57583,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *28 - '302': *403 + '302': *401 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57608,8 +57602,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *276 - - *277 + - *274 + - *275 - name: path description: path parameter in: path @@ -57702,7 +57696,7 @@ paths: description: Response content: application/json: - schema: &404 + schema: &402 title: File Commit description: File Commit type: object @@ -57850,7 +57844,7 @@ paths: description: Response content: application/json: - schema: *404 + schema: *402 examples: example-for-creating-a-file: value: @@ -57896,7 +57890,7 @@ paths: payload: '404': *6 '422': *15 - '409': *314 + '409': *312 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57921,8 +57915,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *276 - - *277 + - *274 + - *275 - name: path description: path parameter in: path @@ -57983,7 +57977,7 @@ paths: description: Response content: application/json: - schema: *404 + schema: *402 examples: default: value: @@ -58016,7 +58010,7 @@ paths: payload: '422': *15 '404': *6 - '409': *314 + '409': *312 '503': *80 x-github: githubCloudOnly: false @@ -58037,8 +58031,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *276 - - *277 + - *274 + - *275 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -58160,8 +58154,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *167 - *168 - *169 @@ -58201,7 +58195,7 @@ paths: application/json: schema: type: array - items: &407 + items: &405 type: object description: A Dependabot alert. properties: @@ -58234,7 +58228,7 @@ paths: enum: - development - runtime - security_advisory: *405 + security_advisory: *403 security_vulnerability: *72 url: *73 html_url: *74 @@ -58265,7 +58259,7 @@ paths: nullable: true maxLength: 280 fixed_at: *78 - auto_dismissed_at: *406 + auto_dismissed_at: *404 required: - number - state @@ -58479,9 +58473,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *276 - - *277 - - &408 + - *274 + - *275 + - &406 name: alert_number in: path description: |- @@ -58496,7 +58490,7 @@ paths: description: Response content: application/json: - schema: *407 + schema: *405 examples: default: value: @@ -58601,9 +58595,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *276 - - *277 - - *408 + - *274 + - *275 + - *406 requestBody: required: true content: @@ -58648,7 +58642,7 @@ paths: description: Response content: application/json: - schema: *407 + schema: *405 examples: default: value: @@ -58747,7 +58741,7 @@ paths: '400': *14 '403': *28 '404': *6 - '409': *314 + '409': *312 '422': *7 x-github: githubCloudOnly: false @@ -58769,8 +58763,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -58788,7 +58782,7 @@ paths: type: integer secrets: type: array - items: &411 + items: &409 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -58840,16 +58834,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response content: application/json: - schema: *409 + schema: *407 examples: - default: *410 + default: *408 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58869,15 +58863,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *276 - - *277 + - *274 + - *275 - *141 responses: '200': description: Response content: application/json: - schema: *411 + schema: *409 examples: default: value: @@ -58905,8 +58899,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *276 - - *277 + - *274 + - *275 - *141 requestBody: required: true @@ -58959,8 +58953,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *276 - - *277 + - *274 + - *275 - *141 responses: '204': @@ -58983,8 +58977,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *276 - - *277 + - *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 @@ -59144,8 +59138,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -59339,8 +59333,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -59415,7 +59409,7 @@ paths: - version - url additionalProperties: false - metadata: &412 + metadata: &410 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -59448,7 +59442,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *412 + metadata: *410 resolved: type: object description: A collection of resolved package dependencies. @@ -59461,7 +59455,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *412 + metadata: *410 relationship: type: string description: A notation of whether a dependency is requested @@ -59590,8 +59584,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *276 - - *277 + - *274 + - *275 - name: sha description: The SHA recorded at creation time. in: query @@ -59631,9 +59625,9 @@ paths: application/json: schema: type: array - items: *413 + items: *411 examples: - default: *414 + default: *412 headers: Link: *38 x-github: @@ -59699,8 +59693,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -59781,7 +59775,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *411 examples: simple-example: summary: Simple example @@ -59854,9 +59848,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *276 - - *277 - - &415 + - *274 + - *275 + - &413 name: deployment_id description: deployment_id parameter in: path @@ -59868,7 +59862,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *411 examples: default: value: @@ -59931,9 +59925,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *276 - - *277 - - *415 + - *274 + - *275 + - *413 responses: '204': description: Response @@ -59955,9 +59949,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *276 - - *277 - - *415 + - *274 + - *275 + - *413 - *17 - *19 responses: @@ -59967,7 +59961,7 @@ paths: application/json: schema: type: array - items: &416 + items: &414 title: Deployment Status description: The status of a deployment. type: object @@ -60126,9 +60120,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *276 - - *277 - - *415 + - *274 + - *275 + - *413 requestBody: required: true content: @@ -60203,9 +60197,9 @@ paths: description: Response content: application/json: - schema: *416 + schema: *414 examples: - default: &417 + default: &415 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -60261,9 +60255,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *276 - - *277 - - *415 + - *274 + - *275 + - *413 - name: status_id in: path required: true @@ -60274,9 +60268,9 @@ paths: description: Response content: application/json: - schema: *416 + schema: *414 examples: - default: *417 + default: *415 '404': *6 x-github: githubCloudOnly: false @@ -60304,8 +60298,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -60358,8 +60352,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -60376,7 +60370,7 @@ paths: type: integer environments: type: array - items: &419 + items: &417 title: Environment description: Details of a deployment environment type: object @@ -60427,7 +60421,7 @@ paths: type: type: string example: wait_timer - wait_timer: &421 + wait_timer: &419 type: integer example: 30 description: The amount of time to delay a job after @@ -60464,7 +60458,7 @@ paths: items: type: object properties: - type: *418 + type: *416 reviewer: anyOf: - *18 @@ -60488,7 +60482,7 @@ paths: - id - node_id - type - deployment_branch_policy: &422 + deployment_branch_policy: &420 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -60603,9 +60597,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *276 - - *277 - - &420 + - *274 + - *275 + - &418 name: environment_name in: path required: true @@ -60617,9 +60611,9 @@ paths: description: Response content: application/json: - schema: *419 + schema: *417 examples: - default: &423 + default: &421 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -60701,9 +60695,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *276 - - *277 - - *420 + - *274 + - *275 + - *418 requestBody: required: false content: @@ -60712,7 +60706,7 @@ paths: type: object nullable: true properties: - wait_timer: *421 + wait_timer: *419 prevent_self_review: type: boolean example: false @@ -60729,13 +60723,13 @@ paths: items: type: object properties: - type: *418 + type: *416 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *422 + deployment_branch_policy: *420 additionalProperties: false examples: default: @@ -60755,9 +60749,9 @@ paths: description: Response content: application/json: - schema: *419 + schema: *417 examples: - default: *423 + default: *421 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -60781,9 +60775,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *276 - - *277 - - *420 + - *274 + - *275 + - *418 responses: '204': description: Default response @@ -60806,9 +60800,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *276 - - *277 - - *420 + - *274 + - *275 + - *418 - *17 - *19 responses: @@ -60826,7 +60820,7 @@ paths: example: 2 branch_policies: type: array - items: &424 + items: &422 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -60883,9 +60877,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *276 - - *277 - - *420 + - *274 + - *275 + - *418 requestBody: required: true content: @@ -60931,9 +60925,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *422 examples: - example-wildcard: &425 + example-wildcard: &423 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -60973,10 +60967,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *276 - - *277 - - *420 - - &426 + - *274 + - *275 + - *418 + - &424 name: branch_policy_id in: path required: true @@ -60988,9 +60982,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *422 examples: - default: *425 + default: *423 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61009,10 +61003,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *276 - - *277 - - *420 - - *426 + - *274 + - *275 + - *418 + - *424 requestBody: required: true content: @@ -61040,9 +61034,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *422 examples: - default: *425 + default: *423 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61061,10 +61055,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *276 - - *277 - - *420 - - *426 + - *274 + - *275 + - *418 + - *424 responses: '204': description: Response @@ -61087,9 +61081,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *420 - - *277 - - *276 + - *418 + - *275 + - *274 responses: '200': description: List of deployment protection rules @@ -61105,7 +61099,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &427 + items: &425 title: Deployment protection rule description: Deployment protection rule type: object @@ -61124,7 +61118,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &428 + app: &426 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -61221,9 +61215,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *420 - - *277 - - *276 + - *418 + - *275 + - *274 requestBody: content: application/json: @@ -61244,9 +61238,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *427 + schema: *425 examples: - default: &429 + default: &427 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -61277,9 +61271,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *420 - - *277 - - *276 + - *418 + - *275 + - *274 - *19 - *17 responses: @@ -61298,7 +61292,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *428 + items: *426 examples: default: value: @@ -61331,10 +61325,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *276 - - *277 - - *420 - - &430 + - *274 + - *275 + - *418 + - &428 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -61346,9 +61340,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *425 examples: - default: *429 + default: *427 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61367,10 +61361,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *420 - - *277 - - *276 - - *430 + - *418 + - *275 + - *274 + - *428 responses: '204': description: Response @@ -61391,8 +61385,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -61469,8 +61463,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *276 - - *277 + - *274 + - *275 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -61627,8 +61621,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: false content: @@ -61660,9 +61654,9 @@ paths: description: Response content: application/json: - schema: *293 + schema: *291 examples: - default: *431 + default: *429 '400': *14 '422': *15 '403': *28 @@ -61683,8 +61677,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -61735,7 +61729,7 @@ paths: schema: type: string '404': *6 - '409': *314 + '409': *312 '403': *28 '422': *15 x-github: @@ -61757,8 +61751,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *276 - - *277 + - *274 + - *275 - name: file_sha in: path required: true @@ -61855,8 +61849,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -61964,7 +61958,7 @@ paths: description: Response content: application/json: - schema: &432 + schema: &430 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -62171,15 +62165,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *276 - - *277 - - *387 + - *274 + - *275 + - *385 responses: '200': description: Response content: application/json: - schema: *432 + schema: *430 examples: default: value: @@ -62232,9 +62226,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *276 - - *277 - - *393 + - *274 + - *275 + - *391 responses: '200': description: Response @@ -62242,7 +62236,7 @@ paths: application/json: schema: type: array - items: &433 + items: &431 title: Git Reference description: Git references within a repository type: object @@ -62315,17 +62309,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *276 - - *277 - - *393 + - *274 + - *275 + - *391 responses: '200': description: Response content: application/json: - schema: *433 + schema: *431 examples: - default: &434 + default: &432 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -62353,8 +62347,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -62383,9 +62377,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *431 examples: - default: *434 + default: *432 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -62408,8 +62402,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *276 - - *277 + - *274 + - *275 - name: ref description: The name of the reference to update (for example, `heads/featureA`). Can be a branch name (`heads/BRANCH_NAME`) or tag name (`tags/TAG_NAME`). @@ -62449,9 +62443,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *431 examples: - default: *434 + default: *432 '422': *15 x-github: githubCloudOnly: false @@ -62468,9 +62462,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *276 - - *277 - - *393 + - *274 + - *275 + - *391 responses: '204': description: Response @@ -62521,8 +62515,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -62589,7 +62583,7 @@ paths: description: Response content: application/json: - schema: &436 + schema: &434 title: Git Tag description: Metadata for a Git tag type: object @@ -62640,7 +62634,7 @@ paths: - sha - type - url - verification: *435 + verification: *433 required: - sha - url @@ -62650,7 +62644,7 @@ paths: - tag - message examples: - default: &437 + default: &435 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -62720,8 +62714,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *276 - - *277 + - *274 + - *275 - name: tag_sha in: path required: true @@ -62732,9 +62726,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *434 examples: - default: *437 + default: *435 '404': *6 x-github: githubCloudOnly: false @@ -62757,8 +62751,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -62831,7 +62825,7 @@ paths: description: Response content: application/json: - schema: &438 + schema: &436 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -62942,8 +62936,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *276 - - *277 + - *274 + - *275 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -62966,7 +62960,7 @@ paths: description: Response content: application/json: - schema: *438 + schema: *436 examples: default-response: summary: Default response @@ -63024,8 +63018,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -63035,7 +63029,7 @@ paths: application/json: schema: type: array - items: &439 + items: &437 title: Webhook description: Webhooks for repositories. type: object @@ -63113,7 +63107,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &645 + last_response: &643 title: Hook Response type: object properties: @@ -63187,8 +63181,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: false content: @@ -63246,9 +63240,9 @@ paths: description: Response content: application/json: - schema: *439 + schema: *437 examples: - default: &440 + default: &438 value: type: Repository id: 12345678 @@ -63296,17 +63290,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *276 - - *277 + - *274 + - *275 - *182 responses: '200': description: Response content: application/json: - schema: *439 + schema: *437 examples: - default: *440 + default: *438 '404': *6 x-github: githubCloudOnly: false @@ -63326,8 +63320,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *276 - - *277 + - *274 + - *275 - *182 requestBody: required: true @@ -63388,9 +63382,9 @@ paths: description: Response content: application/json: - schema: *439 + schema: *437 examples: - default: *440 + default: *438 '422': *15 '404': *6 x-github: @@ -63408,8 +63402,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *276 - - *277 + - *274 + - *275 - *182 responses: '204': @@ -63434,8 +63428,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *182 responses: '200': @@ -63463,8 +63457,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *182 requestBody: required: false @@ -63509,8 +63503,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *276 - - *277 + - *274 + - *275 - *182 - *17 - *183 @@ -63547,8 +63541,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *276 - - *277 + - *274 + - *275 - *182 - *16 responses: @@ -63577,8 +63571,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *276 - - *277 + - *274 + - *275 - *182 - *16 responses: @@ -63602,8 +63596,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *276 - - *277 + - *274 + - *275 - *182 responses: '204': @@ -63628,8 +63622,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *276 - - *277 + - *274 + - *275 - *182 responses: '204': @@ -63687,14 +63681,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response content: application/json: - schema: &441 + schema: &439 title: Import description: A repository import from an external source. type: object @@ -63793,7 +63787,7 @@ paths: - html_url - authors_url examples: - default: &444 + default: &442 value: vcs: subversion use_lfs: true @@ -63809,7 +63803,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': &442 + '503': &440 description: Unavailable due to service under maintenance. content: application/json: @@ -63837,8 +63831,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -63886,7 +63880,7 @@ paths: description: Response content: application/json: - schema: *441 + schema: *439 examples: default: value: @@ -63911,7 +63905,7 @@ paths: type: string '422': *15 '404': *6 - '503': *442 + '503': *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63938,8 +63932,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: false content: @@ -63988,7 +63982,7 @@ paths: description: Response content: application/json: - schema: *441 + schema: *439 examples: example-1: summary: Example 1 @@ -64036,7 +64030,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': *442 + '503': *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64058,12 +64052,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response - '503': *442 + '503': *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64088,9 +64082,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *276 - - *277 - - &625 + - *274 + - *275 + - &623 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -64104,7 +64098,7 @@ paths: application/json: schema: type: array - items: &443 + items: &441 title: Porter Author description: Porter Author type: object @@ -64158,7 +64152,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': *442 + '503': *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64182,8 +64176,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *276 - - *277 + - *274 + - *275 - name: author_id in: path required: true @@ -64213,7 +64207,7 @@ paths: description: Response content: application/json: - schema: *443 + schema: *441 examples: default: value: @@ -64226,7 +64220,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *442 + '503': *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64249,8 +64243,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -64291,7 +64285,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *442 + '503': *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64318,8 +64312,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -64346,11 +64340,11 @@ paths: description: Response content: application/json: - schema: *441 + schema: *439 examples: - default: *444 + default: *442 '422': *15 - '503': *442 + '503': *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64373,8 +64367,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -64382,8 +64376,8 @@ paths: application/json: schema: *21 examples: - default: *445 - '301': *292 + default: *443 + '301': *290 '404': *6 x-github: githubCloudOnly: false @@ -64403,8 +64397,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -64417,7 +64411,7 @@ paths: properties: {} additionalProperties: false examples: - default: &447 + default: &445 value: limit: collaborators_only origin: repository @@ -64442,13 +64436,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: application/json: - schema: *446 + schema: *444 examples: default: summary: Example request body @@ -64462,7 +64456,7 @@ paths: application/json: schema: *189 examples: - default: *447 + default: *445 '409': description: Response x-github: @@ -64484,8 +64478,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response @@ -64508,8 +64502,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -64519,9 +64513,9 @@ paths: application/json: schema: type: array - items: *448 + items: *446 examples: - default: &618 + default: &616 value: - id: 1 repository: @@ -64652,8 +64646,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *276 - - *277 + - *274 + - *275 - *193 requestBody: required: false @@ -64683,7 +64677,7 @@ paths: description: Response content: application/json: - schema: *448 + schema: *446 examples: default: value: @@ -64814,8 +64808,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *276 - - *277 + - *274 + - *275 - *193 responses: '204': @@ -64842,8 +64836,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *276 - - *277 + - *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 @@ -65056,7 +65050,7 @@ paths: state_reason: completed headers: Link: *38 - '301': *292 + '301': *290 '422': *15 '404': *6 x-github: @@ -65077,8 +65071,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -65155,7 +65149,7 @@ paths: application/json: schema: *97 examples: - default: &454 + default: &452 value: id: 1 node_id: MDU6SXNzdWUx @@ -65311,7 +65305,7 @@ paths: '422': *15 '503': *80 '404': *6 - '410': *289 + '410': *287 x-github: triggersNotification: true githubCloudOnly: false @@ -65332,8 +65326,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *107 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -65354,9 +65348,9 @@ paths: application/json: schema: type: array - items: *449 + items: *447 examples: - default: &456 + default: &454 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -65407,17 +65401,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *276 - - *277 + - *274 + - *275 - *96 responses: '200': description: Response content: application/json: - schema: *449 + schema: *447 examples: - default: &450 + default: &448 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -65464,8 +65458,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *276 - - *277 + - *274 + - *275 - *96 requestBody: required: true @@ -65488,9 +65482,9 @@ paths: description: Response content: application/json: - schema: *449 + schema: *447 examples: - default: *450 + default: *448 '422': *15 x-github: githubCloudOnly: false @@ -65508,8 +65502,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *276 - - *277 + - *274 + - *275 - *96 responses: '204': @@ -65530,8 +65524,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *276 - - *277 + - *274 + - *275 - *96 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -65558,9 +65552,9 @@ paths: application/json: schema: type: array - items: *265 + items: *263 examples: - default: *267 + default: *265 headers: Link: *38 '404': *6 @@ -65581,8 +65575,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *276 - - *277 + - *274 + - *275 - *96 requestBody: required: true @@ -65615,16 +65609,16 @@ paths: description: Reaction exists content: application/json: - schema: *265 + schema: *263 examples: - default: *266 + default: *264 '201': description: Reaction created content: application/json: - schema: *265 + schema: *263 examples: - default: *266 + default: *264 '422': *15 x-github: githubCloudOnly: false @@ -65645,10 +65639,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *276 - - *277 + - *274 + - *275 - *96 - - *268 + - *266 responses: '204': description: Response @@ -65668,8 +65662,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -65679,7 +65673,7 @@ paths: application/json: schema: type: array - items: &453 + items: &451 title: Issue Event description: Issue Event type: object @@ -65722,8 +65716,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *451 - required: *452 + properties: *449 + required: *450 nullable: true label: title: Issue Event Label @@ -66030,8 +66024,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *276 - - *277 + - *274 + - *275 - name: event_id in: path required: true @@ -66042,7 +66036,7 @@ paths: description: Response content: application/json: - schema: *453 + schema: *451 examples: default: value: @@ -66235,7 +66229,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *289 + '410': *287 '403': *28 x-github: githubCloudOnly: false @@ -66264,9 +66258,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *276 - - *277 - - &455 + - *274 + - *275 + - &453 name: issue_number description: The number that identifies the issue. in: path @@ -66280,10 +66274,10 @@ paths: application/json: schema: *97 examples: - default: *454 - '301': *292 + default: *452 + '301': *290 '404': *6 - '410': *289 + '410': *287 '304': *36 x-github: githubCloudOnly: false @@ -66300,9 +66294,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 requestBody: required: false content: @@ -66398,13 +66392,13 @@ paths: application/json: schema: *97 examples: - default: *454 + default: *452 '422': *15 '503': *80 '403': *28 - '301': *292 + '301': *290 '404': *6 - '410': *289 + '410': *287 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66422,9 +66416,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 requestBody: required: false content: @@ -66452,7 +66446,7 @@ paths: application/json: schema: *97 examples: - default: *454 + default: *452 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66468,9 +66462,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 requestBody: content: application/json: @@ -66497,7 +66491,7 @@ paths: application/json: schema: *97 examples: - default: *454 + default: *452 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66519,9 +66513,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 - name: assignee in: path required: true @@ -66554,9 +66548,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 - *87 - *17 - *19 @@ -66567,13 +66561,13 @@ paths: application/json: schema: type: array - items: *449 + items: *447 examples: - default: *456 + default: *454 headers: Link: *38 '404': *6 - '410': *289 + '410': *287 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66597,9 +66591,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 requestBody: required: true content: @@ -66621,16 +66615,16 @@ paths: description: Response content: application/json: - schema: *449 + schema: *447 examples: - default: *450 + default: *448 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *28 - '410': *289 + '410': *287 '422': *15 '404': *6 x-github: @@ -66650,9 +66644,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 - *17 - *19 responses: @@ -66666,7 +66660,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &459 + - &457 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -66720,7 +66714,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &460 + - &458 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -66856,7 +66850,7 @@ paths: - performed_via_github_app - assignee - assigner - - &461 + - &459 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -66907,7 +66901,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &462 + - &460 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -66958,7 +66952,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &463 + - &461 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -67012,7 +67006,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &464 + - &462 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -67059,7 +67053,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &465 + - &463 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -67106,7 +67100,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &466 + - &464 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -67166,7 +67160,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &467 + - &465 title: Locked Issue Event description: Locked Issue Event type: object @@ -67214,7 +67208,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &468 + - &466 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -67280,7 +67274,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &469 + - &467 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -67346,7 +67340,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &470 + - &468 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -67412,7 +67406,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &471 + - &469 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -67503,7 +67497,7 @@ paths: color: red headers: Link: *38 - '410': *289 + '410': *287 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67520,9 +67514,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 - *17 - *19 responses: @@ -67532,7 +67526,7 @@ paths: application/json: schema: type: array - items: &457 + items: &455 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -67575,7 +67569,7 @@ paths: - color - default examples: - default: &458 + default: &456 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -67593,9 +67587,9 @@ paths: default: false headers: Link: *38 - '301': *292 + '301': *290 '404': *6 - '410': *289 + '410': *287 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67612,9 +67606,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 requestBody: required: false content: @@ -67673,12 +67667,12 @@ paths: application/json: schema: type: array - items: *457 + items: *455 examples: - default: *458 - '301': *292 + default: *456 + '301': *290 '404': *6 - '410': *289 + '410': *287 '422': *15 x-github: githubCloudOnly: false @@ -67695,9 +67689,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 requestBody: required: false content: @@ -67757,12 +67751,12 @@ paths: application/json: schema: type: array - items: *457 + items: *455 examples: - default: *458 - '301': *292 + default: *456 + '301': *290 '404': *6 - '410': *289 + '410': *287 '422': *15 x-github: githubCloudOnly: false @@ -67779,15 +67773,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 responses: '204': description: Response - '301': *292 + '301': *290 '404': *6 - '410': *289 + '410': *287 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67806,9 +67800,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 - name: name in: path required: true @@ -67821,7 +67815,7 @@ paths: application/json: schema: type: array - items: *457 + items: *455 examples: default: value: @@ -67832,9 +67826,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *292 + '301': *290 '404': *6 - '410': *289 + '410': *287 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67854,9 +67848,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 requestBody: required: false content: @@ -67884,7 +67878,7 @@ paths: '204': description: Response '403': *28 - '410': *289 + '410': *287 '404': *6 '422': *15 x-github: @@ -67902,9 +67896,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 responses: '204': description: Response @@ -67926,9 +67920,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -67954,13 +67948,13 @@ paths: application/json: schema: type: array - items: *265 + items: *263 examples: - default: *267 + default: *265 headers: Link: *38 '404': *6 - '410': *289 + '410': *287 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67978,9 +67972,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 requestBody: required: true content: @@ -68012,16 +68006,16 @@ paths: description: Response content: application/json: - schema: *265 + schema: *263 examples: - default: *266 + default: *264 '201': description: Response content: application/json: - schema: *265 + schema: *263 examples: - default: *266 + default: *264 '422': *15 x-github: githubCloudOnly: false @@ -68042,10 +68036,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *276 - - *277 - - *455 - - *268 + - *274 + - *275 + - *453 + - *266 responses: '204': description: Response @@ -68065,9 +68059,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 - *17 - *19 responses: @@ -68082,6 +68076,8 @@ paths: description: Timeline Event type: object anyOf: + - *457 + - *458 - *459 - *460 - *461 @@ -68093,8 +68089,6 @@ paths: - *467 - *468 - *469 - - *470 - - *471 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -68395,7 +68389,7 @@ paths: type: string comments: type: array - items: &492 + items: &490 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -68602,7 +68596,7 @@ paths: type: string comments: type: array - items: *385 + items: *383 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -68891,7 +68885,7 @@ paths: headers: Link: *38 '404': *6 - '410': *289 + '410': *287 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68908,8 +68902,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -68919,7 +68913,7 @@ paths: application/json: schema: type: array - items: &472 + items: &470 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -68981,8 +68975,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -69018,9 +69012,9 @@ paths: description: Response content: application/json: - schema: *472 + schema: *470 examples: - default: &473 + default: &471 value: id: 1 key: ssh-rsa AAA... @@ -69053,9 +69047,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *276 - - *277 - - &474 + - *274 + - *275 + - &472 name: key_id description: The unique identifier of the key. in: path @@ -69067,9 +69061,9 @@ paths: description: Response content: application/json: - schema: *472 + schema: *470 examples: - default: *473 + default: *471 '404': *6 x-github: githubCloudOnly: false @@ -69087,9 +69081,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *276 - - *277 - - *474 + - *274 + - *275 + - *472 responses: '204': description: Response @@ -69109,8 +69103,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -69120,9 +69114,9 @@ paths: application/json: schema: type: array - items: *457 + items: *455 examples: - default: *458 + default: *456 headers: Link: *38 '404': *6 @@ -69143,8 +69137,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -69180,9 +69174,9 @@ paths: description: Response content: application/json: - schema: *457 + schema: *455 examples: - default: &475 + default: &473 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -69214,8 +69208,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *276 - - *277 + - *274 + - *275 - name: name in: path required: true @@ -69226,9 +69220,9 @@ paths: description: Response content: application/json: - schema: *457 + schema: *455 examples: - default: *475 + default: *473 '404': *6 x-github: githubCloudOnly: false @@ -69245,8 +69239,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *276 - - *277 + - *274 + - *275 - name: name in: path required: true @@ -69285,7 +69279,7 @@ paths: description: Response content: application/json: - schema: *457 + schema: *455 examples: default: value: @@ -69311,8 +69305,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *276 - - *277 + - *274 + - *275 - name: name in: path required: true @@ -69338,8 +69332,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -69373,8 +69367,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '202': *119 '403': @@ -69400,8 +69394,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response @@ -69424,8 +69418,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -69570,8 +69564,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -69636,8 +69630,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -69671,9 +69665,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *386 + schema: *384 examples: - default: *476 + default: *474 '204': description: Response when already merged '404': @@ -69698,8 +69692,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *276 - - *277 + - *274 + - *275 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -69740,12 +69734,12 @@ paths: application/json: schema: type: array - items: &477 + items: &475 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *390 - required: *391 + properties: *388 + required: *389 examples: default: value: @@ -69801,8 +69795,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -69842,9 +69836,9 @@ paths: description: Response content: application/json: - schema: *477 + schema: *475 examples: - default: &478 + default: &476 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -69903,9 +69897,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *276 - - *277 - - &479 + - *274 + - *275 + - &477 name: milestone_number description: The number that identifies the milestone. in: path @@ -69917,9 +69911,9 @@ paths: description: Response content: application/json: - schema: *477 + schema: *475 examples: - default: *478 + default: *476 '404': *6 x-github: githubCloudOnly: false @@ -69936,9 +69930,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *276 - - *277 - - *479 + - *274 + - *275 + - *477 requestBody: required: false content: @@ -69976,9 +69970,9 @@ paths: description: Response content: application/json: - schema: *477 + schema: *475 examples: - default: *478 + default: *476 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69994,9 +69988,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *276 - - *277 - - *479 + - *274 + - *275 + - *477 responses: '204': description: Response @@ -70017,9 +70011,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *276 - - *277 - - *479 + - *274 + - *275 + - *477 - *17 - *19 responses: @@ -70029,9 +70023,9 @@ paths: application/json: schema: type: array - items: *457 + items: *455 examples: - default: *458 + default: *456 headers: Link: *38 x-github: @@ -70050,12 +70044,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *276 - - *277 - - *480 - - *481 + - *274 + - *275 + - *478 + - *479 - *87 - - *482 + - *480 - *17 - *19 responses: @@ -70067,7 +70061,7 @@ paths: type: array items: *110 examples: - default: *483 + default: *481 headers: Link: *38 x-github: @@ -70091,8 +70085,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: false content: @@ -70150,14 +70144,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response content: application/json: - schema: &484 + schema: &482 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -70282,7 +70276,7 @@ paths: - custom_404 - public examples: - default: &485 + default: &483 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -70319,8 +70313,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -70374,11 +70368,11 @@ paths: description: Response content: application/json: - schema: *484 + schema: *482 examples: - default: *485 + default: *483 '422': *15 - '409': *314 + '409': *312 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70397,8 +70391,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -70484,7 +70478,7 @@ paths: description: Response '422': *15 '400': *14 - '409': *314 + '409': *312 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70503,14 +70497,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response '422': *15 '404': *6 - '409': *314 + '409': *312 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70530,8 +70524,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -70541,7 +70535,7 @@ paths: application/json: schema: type: array - items: &486 + items: &484 title: Page Build description: Page Build type: object @@ -70635,8 +70629,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *276 - - *277 + - *274 + - *275 responses: '201': description: Response @@ -70681,16 +70675,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response content: application/json: - schema: *486 + schema: *484 examples: - default: &487 + default: &485 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -70738,8 +70732,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *276 - - *277 + - *274 + - *275 - name: build_id in: path required: true @@ -70750,9 +70744,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *484 examples: - default: *487 + default: *485 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70772,8 +70766,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -70868,8 +70862,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -71127,8 +71121,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': *218 '422': *14 @@ -71149,8 +71143,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': *218 '422': *14 @@ -71173,8 +71167,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects parameters: - - *276 - - *277 + - *274 + - *275 - name: state description: Indicates the state of the projects to return. in: query @@ -71235,7 +71229,7 @@ paths: '401': *24 '403': *28 '404': *6 - '410': *289 + '410': *287 '422': *7 x-github: githubCloudOnly: false @@ -71255,8 +71249,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -71284,11 +71278,11 @@ paths: application/json: schema: *219 examples: - default: *288 + default: *286 '401': *24 '403': *28 '404': *6 - '410': *289 + '410': *287 '422': *7 x-github: githubCloudOnly: false @@ -71308,8 +71302,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/properties#get-all-custom-property-values-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -71349,8 +71343,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *276 - - *277 + - *274 + - *275 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -71410,9 +71404,9 @@ paths: application/json: schema: type: array - items: *488 + items: *486 examples: - default: *489 + default: *487 headers: Link: *38 '304': *36 @@ -71437,8 +71431,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -71503,7 +71497,7 @@ paths: description: Response content: application/json: - schema: &494 + schema: &492 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -71613,8 +71607,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *390 - required: *391 + properties: *388 + required: *389 nullable: true active_lock_reason: type: string @@ -71659,7 +71653,7 @@ paths: nullable: true requested_teams: type: array - items: *490 + items: *488 nullable: true head: type: object @@ -72569,14 +72563,14 @@ paths: _links: type: object properties: - comments: *392 - commits: *392 - statuses: *392 - html: *392 - issue: *392 - review_comments: *392 - review_comment: *392 - self: *392 + comments: *390 + commits: *390 + statuses: *390 + html: *390 + issue: *390 + review_comments: *390 + review_comment: *390 + self: *390 required: - comments - commits @@ -72587,7 +72581,7 @@ paths: - review_comment - self author_association: *84 - auto_merge: *491 + auto_merge: *489 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -72679,7 +72673,7 @@ paths: - merged_by - review_comments examples: - default: &495 + default: &493 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -73198,8 +73192,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - name: sort in: query required: false @@ -73228,9 +73222,9 @@ paths: application/json: schema: type: array - items: *492 + items: *490 examples: - default: &497 + default: &495 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -73299,17 +73293,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *276 - - *277 + - *274 + - *275 - *96 responses: '200': description: Response content: application/json: - schema: *492 + schema: *490 examples: - default: &493 + default: &491 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -73376,8 +73370,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *276 - - *277 + - *274 + - *275 - *96 requestBody: required: true @@ -73400,9 +73394,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *490 examples: - default: *493 + default: *491 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73418,8 +73412,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *276 - - *277 + - *274 + - *275 - *96 responses: '204': @@ -73441,8 +73435,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *276 - - *277 + - *274 + - *275 - *96 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -73469,9 +73463,9 @@ paths: application/json: schema: type: array - items: *265 + items: *263 examples: - default: *267 + default: *265 headers: Link: *38 '404': *6 @@ -73492,8 +73486,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *276 - - *277 + - *274 + - *275 - *96 requestBody: required: true @@ -73526,16 +73520,16 @@ paths: description: Reaction exists content: application/json: - schema: *265 + schema: *263 examples: - default: *266 + default: *264 '201': description: Reaction created content: application/json: - schema: *265 + schema: *263 examples: - default: *266 + default: *264 '422': *15 x-github: githubCloudOnly: false @@ -73556,10 +73550,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *276 - - *277 + - *274 + - *275 - *96 - - *268 + - *266 responses: '204': description: Response @@ -73594,9 +73588,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *276 - - *277 - - &496 + - *274 + - *275 + - &494 name: pull_number description: The number that identifies the pull request. in: path @@ -73609,9 +73603,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *494 + schema: *492 examples: - default: *495 + default: *493 '304': *36 '404': *6 '500': *159 @@ -73634,9 +73628,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *276 - - *277 - - *496 + - *274 + - *275 + - *494 requestBody: required: false content: @@ -73678,9 +73672,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *492 examples: - default: *495 + default: *493 '422': *15 '403': *28 x-github: @@ -73704,9 +73698,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *276 - - *277 - - *496 + - *274 + - *275 + - *494 requestBody: required: true content: @@ -73768,7 +73762,7 @@ paths: application/json: schema: *197 examples: - default: *375 + default: *373 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -73776,7 +73770,7 @@ paths: application/json: schema: *197 examples: - default: *375 + default: *373 '401': *24 '403': *28 '404': *6 @@ -73798,9 +73792,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *276 - - *277 - - *496 + - *274 + - *275 + - *494 - *107 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -73821,9 +73815,9 @@ paths: application/json: schema: type: array - items: *492 + items: *490 examples: - default: *497 + default: *495 headers: Link: *38 x-github: @@ -73849,9 +73843,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *276 - - *277 - - *496 + - *274 + - *275 + - *494 requestBody: required: true content: @@ -73951,7 +73945,7 @@ paths: description: Response content: application/json: - schema: *492 + schema: *490 examples: example-for-a-multi-line-comment: value: @@ -74031,9 +74025,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *276 - - *277 - - *496 + - *274 + - *275 + - *494 - *96 requestBody: required: true @@ -74056,7 +74050,7 @@ paths: description: Response content: application/json: - schema: *492 + schema: *490 examples: default: value: @@ -74135,9 +74129,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *276 - - *277 - - *496 + - *274 + - *275 + - *494 - *17 - *19 responses: @@ -74147,9 +74141,9 @@ paths: application/json: schema: type: array - items: *386 + items: *384 examples: - default: *498 + default: *496 headers: Link: *38 x-github: @@ -74169,9 +74163,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *276 - - *277 - - *496 + - *274 + - *275 + - *494 - *17 - *19 responses: @@ -74181,7 +74175,7 @@ paths: application/json: schema: type: array - items: *401 + items: *399 examples: default: value: @@ -74219,9 +74213,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *276 - - *277 - - *496 + - *274 + - *275 + - *494 responses: '204': description: Response if pull request has been merged @@ -74244,9 +74238,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *276 - - *277 - - *496 + - *274 + - *275 + - *494 requestBody: required: false content: @@ -74357,9 +74351,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *276 - - *277 - - *496 + - *274 + - *275 + - *494 responses: '200': description: Response @@ -74434,9 +74428,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *276 - - *277 - - *496 + - *274 + - *275 + - *494 requestBody: required: false content: @@ -74473,7 +74467,7 @@ paths: description: Response content: application/json: - schema: *488 + schema: *486 examples: default: value: @@ -75009,9 +75003,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *276 - - *277 - - *496 + - *274 + - *275 + - *494 requestBody: required: true content: @@ -75045,7 +75039,7 @@ paths: description: Response content: application/json: - schema: *488 + schema: *486 examples: default: value: @@ -75542,9 +75536,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *276 - - *277 - - *496 + - *274 + - *275 + - *494 - *17 - *19 responses: @@ -75554,7 +75548,7 @@ paths: application/json: schema: type: array - items: &499 + items: &497 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -75694,9 +75688,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *276 - - *277 - - *496 + - *274 + - *275 + - *494 requestBody: required: false content: @@ -75777,9 +75771,9 @@ paths: description: Response content: application/json: - schema: *499 + schema: *497 examples: - default: &501 + default: &499 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -75834,10 +75828,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *276 - - *277 - - *496 - - &500 + - *274 + - *275 + - *494 + - &498 name: review_id description: The unique identifier of the review. in: path @@ -75849,9 +75843,9 @@ paths: description: Response content: application/json: - schema: *499 + schema: *497 examples: - default: &502 + default: &500 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -75902,10 +75896,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *276 - - *277 - - *496 - - *500 + - *274 + - *275 + - *494 + - *498 requestBody: required: true content: @@ -75928,7 +75922,7 @@ paths: description: Response content: application/json: - schema: *499 + schema: *497 examples: default: value: @@ -75983,18 +75977,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *276 - - *277 - - *496 - - *500 + - *274 + - *275 + - *494 + - *498 responses: '200': description: Response content: application/json: - schema: *499 + schema: *497 examples: - default: *501 + default: *499 '422': *7 '404': *6 x-github: @@ -76013,10 +76007,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *276 - - *277 - - *496 - - *500 + - *274 + - *275 + - *494 + - *498 - *17 - *19 responses: @@ -76097,9 +76091,9 @@ paths: _links: type: object properties: - self: *392 - html: *392 - pull_request: *392 + self: *390 + html: *390 + pull_request: *390 required: - self - html @@ -76233,10 +76227,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *276 - - *277 - - *496 - - *500 + - *274 + - *275 + - *494 + - *498 requestBody: required: true content: @@ -76264,7 +76258,7 @@ paths: description: Response content: application/json: - schema: *499 + schema: *497 examples: default: value: @@ -76321,10 +76315,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *276 - - *277 - - *496 - - *500 + - *274 + - *275 + - *494 + - *498 requestBody: required: true content: @@ -76359,9 +76353,9 @@ paths: description: Response content: application/json: - schema: *499 + schema: *497 examples: - default: *502 + default: *500 '404': *6 '422': *7 '403': *28 @@ -76382,9 +76376,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *276 - - *277 - - *496 + - *274 + - *275 + - *494 requestBody: required: false content: @@ -76444,8 +76438,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *276 - - *277 + - *274 + - *275 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -76458,9 +76452,9 @@ paths: description: Response content: application/json: - schema: *503 + schema: *501 examples: - default: &504 + default: &502 value: type: file encoding: base64 @@ -76498,8 +76492,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *276 - - *277 + - *274 + - *275 - name: dir description: The alternate path to look for a README file in: path @@ -76519,9 +76513,9 @@ paths: description: Response content: application/json: - schema: *503 + schema: *501 examples: - default: *504 + default: *502 '404': *6 '422': *15 x-github: @@ -76543,8 +76537,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -76554,7 +76548,7 @@ paths: application/json: schema: type: array - items: &505 + items: &503 title: Release description: A release. type: object @@ -76617,7 +76611,7 @@ paths: author: *18 assets: type: array - items: &506 + items: &504 title: Release Asset description: Data related to a release. type: object @@ -76798,8 +76792,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -76875,9 +76869,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *503 examples: - default: &509 + default: &507 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -76978,9 +76972,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *276 - - *277 - - &507 + - *274 + - *275 + - &505 name: asset_id description: The unique identifier of the asset. in: path @@ -76992,9 +76986,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *504 examples: - default: &508 + default: &506 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 @@ -77028,7 +77022,7 @@ paths: type: User site_admin: false '404': *6 - '302': *403 + '302': *401 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77044,9 +77038,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *276 - - *277 - - *507 + - *274 + - *275 + - *505 requestBody: required: false content: @@ -77074,9 +77068,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *504 examples: - default: *508 + default: *506 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77092,9 +77086,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *276 - - *277 - - *507 + - *274 + - *275 + - *505 responses: '204': description: Response @@ -77118,8 +77112,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -77204,16 +77198,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response content: application/json: - schema: *505 + schema: *503 examples: - default: *509 + default: *507 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77230,8 +77224,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *276 - - *277 + - *274 + - *275 - name: tag description: tag parameter in: path @@ -77244,9 +77238,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *503 examples: - default: *509 + default: *507 '404': *6 x-github: githubCloudOnly: false @@ -77265,9 +77259,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *276 - - *277 - - &510 + - *274 + - *275 + - &508 name: release_id description: The unique identifier of the release. in: path @@ -77280,9 +77274,9 @@ paths: the endpoint for uploading release assets. This key is a [hypermedia resource](https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#hypermedia)." content: application/json: - schema: *505 + schema: *503 examples: - default: *509 + default: *507 '401': description: Unauthorized x-github: @@ -77300,9 +77294,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *276 - - *277 - - *510 + - *274 + - *275 + - *508 requestBody: required: false content: @@ -77366,9 +77360,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *503 examples: - default: *509 + default: *507 '404': description: Not Found if the discussion category name is invalid content: @@ -77389,9 +77383,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *276 - - *277 - - *510 + - *274 + - *275 + - *508 responses: '204': description: Response @@ -77411,9 +77405,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *276 - - *277 - - *510 + - *274 + - *275 + - *508 - *17 - *19 responses: @@ -77423,7 +77417,7 @@ paths: application/json: schema: type: array - items: *506 + items: *504 examples: default: value: @@ -77504,9 +77498,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: - - *276 - - *277 - - *510 + - *274 + - *275 + - *508 - name: name in: query required: true @@ -77532,7 +77526,7 @@ paths: description: Response for successful upload content: application/json: - schema: *506 + schema: *504 examples: response-for-successful-upload: value: @@ -77586,9 +77580,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *276 - - *277 - - *510 + - *274 + - *275 + - *508 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -77612,9 +77606,9 @@ paths: application/json: schema: type: array - items: *265 + items: *263 examples: - default: *267 + default: *265 headers: Link: *38 '404': *6 @@ -77635,9 +77629,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *276 - - *277 - - *510 + - *274 + - *275 + - *508 requestBody: required: true content: @@ -77667,16 +77661,16 @@ paths: description: Reaction exists content: application/json: - schema: *265 + schema: *263 examples: - default: *266 + default: *264 '201': description: Reaction created content: application/json: - schema: *265 + schema: *263 examples: - default: *266 + default: *264 '422': *15 x-github: githubCloudOnly: false @@ -77697,10 +77691,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *276 - - *277 - - *510 - - *268 + - *274 + - *275 + - *508 + - *266 responses: '204': description: Response @@ -77724,9 +77718,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 - *17 - *19 responses: @@ -77742,8 +77736,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *511 - - &513 + - *509 + - &511 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -77762,48 +77756,48 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. + - allOf: + - *510 + - *511 - allOf: - *512 + - *511 + - allOf: - *513 + - *511 - allOf: - *514 - - *513 + - *511 - allOf: - *515 - - *513 + - *511 - allOf: - *516 - - *513 + - *511 - allOf: - *517 - - *513 + - *511 - allOf: - *518 - - *513 + - *511 - allOf: - *519 - - *513 + - *511 - allOf: - *520 - - *513 + - *511 - allOf: - *521 - - *513 + - *511 - allOf: - *522 - - *513 + - *511 - allOf: - *523 - - *513 + - *511 - allOf: - *524 - - *513 - - allOf: - - *525 - - *513 - - allOf: - - *526 - - *513 + - *511 examples: default: value: @@ -77842,8 +77836,8 @@ paths: category: repos subcategory: rules parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 - name: includes_parents @@ -77861,7 +77855,7 @@ paths: application/json: schema: type: array - items: *234 + items: *232 examples: default: value: @@ -77908,8 +77902,8 @@ paths: category: repos subcategory: rules parameters: - - *276 - - *277 + - *274 + - *275 requestBody: description: Request body required: true @@ -77927,16 +77921,16 @@ paths: enum: - branch - tag - enforcement: *230 + enforcement: *228 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *231 - conditions: *229 + items: *229 + conditions: *227 rules: type: array description: An array of rules within the ruleset. - items: *233 + items: *231 required: - name - enforcement @@ -77967,9 +77961,9 @@ paths: description: Response content: application/json: - schema: *234 + schema: *232 examples: - default: &535 + default: &533 value: id: 42 name: super cool ruleset @@ -78016,8 +78010,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *276 - - *277 + - *274 + - *275 - name: ref description: The name of the ref. Cannot contain wildcard characters. When specified, only rule evaluations triggered for this ref will be returned. @@ -78025,9 +78019,9 @@ paths: schema: type: string x-multi-segment: true + - *525 + - *526 - *527 - - *528 - - *529 - *17 - *19 responses: @@ -78035,9 +78029,9 @@ paths: description: Response content: application/json: - schema: *530 + schema: *528 examples: - default: *531 + default: *529 '404': *6 '500': *159 x-github: @@ -78058,17 +78052,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *276 - - *277 - - *532 + - *274 + - *275 + - *530 responses: '200': description: Response content: application/json: - schema: *533 + schema: *531 examples: - default: *534 + default: *532 '404': *6 '500': *159 x-github: @@ -78092,8 +78086,8 @@ paths: category: repos subcategory: rules parameters: - - *276 - - *277 + - *274 + - *275 - name: ruleset_id description: The ID of the ruleset. in: path @@ -78113,9 +78107,9 @@ paths: description: Response content: application/json: - schema: *234 + schema: *232 examples: - default: *535 + default: *533 '404': *6 '500': *159 put: @@ -78133,8 +78127,8 @@ paths: category: repos subcategory: rules parameters: - - *276 - - *277 + - *274 + - *275 - name: ruleset_id description: The ID of the ruleset. in: path @@ -78158,16 +78152,16 @@ paths: enum: - branch - tag - enforcement: *230 + enforcement: *228 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *231 - conditions: *229 + items: *229 + conditions: *227 rules: description: An array of rules within the ruleset. type: array - items: *233 + items: *231 examples: default: value: @@ -78195,9 +78189,9 @@ paths: description: Response content: application/json: - schema: *234 + schema: *232 examples: - default: *535 + default: *533 '404': *6 '500': *159 delete: @@ -78215,8 +78209,8 @@ paths: category: repos subcategory: rules parameters: - - *276 - - *277 + - *274 + - *275 - name: ruleset_id description: The ID of the ruleset. in: path @@ -78244,17 +78238,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 + - *234 + - *235 - *236 - *237 - - *238 - - *239 - *66 - *19 - *17 - - *536 - - *537 + - *534 + - *535 responses: '200': description: Response @@ -78262,7 +78256,7 @@ paths: application/json: schema: type: array - items: &540 + items: &538 type: object properties: number: *70 @@ -78281,8 +78275,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *538 - resolution: *539 + state: *536 + resolution: *537 resolved_at: type: string format: date-time @@ -78425,15 +78419,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *276 - - *277 - - *365 + - *274 + - *275 + - *363 responses: '200': description: Response content: application/json: - schema: *540 + schema: *538 examples: default: value: @@ -78478,9 +78472,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *276 - - *277 - - *365 + - *274 + - *275 + - *363 requestBody: required: true content: @@ -78488,8 +78482,8 @@ paths: schema: type: object properties: - state: *538 - resolution: *539 + state: *536 + resolution: *537 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -78507,7 +78501,7 @@ paths: description: Response content: application/json: - schema: *540 + schema: *538 examples: default: value: @@ -78575,9 +78569,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *276 - - *277 - - *365 + - *274 + - *275 + - *363 - *19 - *17 responses: @@ -78588,7 +78582,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &649 + items: &647 type: object properties: type: @@ -78748,8 +78742,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *276 - - *277 + - *274 + - *275 - *66 - name: sort description: The property to sort the results by. @@ -78792,9 +78786,9 @@ paths: application/json: schema: type: array - items: *541 + items: *539 examples: - default: *542 + default: *540 '400': *14 '404': *6 x-github: @@ -78816,8 +78810,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -78848,7 +78842,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *242 + ecosystem: *240 name: type: string description: The unique package name within its ecosystem. @@ -78890,7 +78884,7 @@ paths: login: type: string description: The username of the user credited. - type: *243 + type: *241 required: - login - type @@ -78972,9 +78966,9 @@ paths: description: Response content: application/json: - schema: *541 + schema: *539 examples: - default: &544 + default: &542 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -79200,8 +79194,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -79229,7 +79223,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *242 + ecosystem: *240 name: type: string description: The unique package name within its ecosystem. @@ -79300,7 +79294,7 @@ paths: description: Response content: application/json: - schema: *541 + schema: *539 examples: default: value: @@ -79443,17 +79437,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *276 - - *277 - - *543 + - *274 + - *275 + - *541 responses: '200': description: Response content: application/json: - schema: *541 + schema: *539 examples: - default: *544 + default: *542 '403': *28 '404': *6 x-github: @@ -79476,9 +79470,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *276 - - *277 - - *543 + - *274 + - *275 + - *541 requestBody: required: true content: @@ -79509,7 +79503,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *242 + ecosystem: *240 name: type: string description: The unique package name within its ecosystem. @@ -79551,7 +79545,7 @@ paths: login: type: string description: The username of the user credited. - type: *243 + type: *241 required: - login - type @@ -79638,10 +79632,10 @@ paths: description: Response content: application/json: - schema: *541 + schema: *539 examples: - default: *544 - add_credit: *544 + default: *542 + add_credit: *542 '403': *28 '404': *6 '422': @@ -79679,9 +79673,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *276 - - *277 - - *543 + - *274 + - *275 + - *541 responses: '202': *119 '400': *14 @@ -79707,8 +79701,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -79804,8 +79798,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -79814,7 +79808,7 @@ paths: application/json: schema: type: array - items: &545 + items: &543 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -79845,8 +79839,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -79919,8 +79913,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -80016,8 +80010,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -80171,8 +80165,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -80182,7 +80176,7 @@ paths: application/json: schema: type: array - items: *545 + items: *543 examples: default: value: @@ -80215,8 +80209,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *276 - - *277 + - *274 + - *275 - name: sha in: path required: true @@ -80270,7 +80264,7 @@ paths: description: Response content: application/json: - schema: *546 + schema: *544 examples: default: value: @@ -80324,8 +80318,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -80357,14 +80351,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &547 + schema: &545 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -80432,8 +80426,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: false content: @@ -80459,7 +80453,7 @@ paths: description: Response content: application/json: - schema: *547 + schema: *545 examples: default: value: @@ -80486,8 +80480,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response @@ -80507,8 +80501,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -80584,8 +80578,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#list-tag-protection-states-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -80593,7 +80587,7 @@ paths: application/json: schema: type: array - items: &548 + items: &546 title: Tag protection description: Tag protection type: object @@ -80639,8 +80633,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#create-a-tag-protection-state-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -80663,7 +80657,7 @@ paths: description: Response content: application/json: - schema: *548 + schema: *546 examples: default: value: @@ -80688,8 +80682,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#delete-a-tag-protection-state-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -80721,8 +80715,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *276 - - *277 + - *274 + - *275 - name: ref in: path required: true @@ -80762,8 +80756,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -80775,7 +80769,7 @@ paths: type: array items: *161 examples: - default: *246 + default: *244 headers: Link: *38 '404': *6 @@ -80795,8 +80789,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *276 - - *277 + - *274 + - *275 - *19 - *17 responses: @@ -80804,7 +80798,7 @@ paths: description: Response content: application/json: - schema: &549 + schema: &547 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -80816,7 +80810,7 @@ paths: required: - names examples: - default: &550 + default: &548 value: names: - octocat @@ -80839,8 +80833,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -80871,9 +80865,9 @@ paths: description: Response content: application/json: - schema: *549 + schema: *547 examples: - default: *550 + default: *548 '404': *6 '422': *7 x-github: @@ -80894,9 +80888,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *276 - - *277 - - &551 + - *274 + - *275 + - &549 name: per description: The time frame to display results for. in: query @@ -80925,7 +80919,7 @@ paths: example: 128 clones: type: array - items: &552 + items: &550 title: Traffic type: object properties: @@ -81012,8 +81006,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -81103,8 +81097,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -81164,9 +81158,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *276 - - *277 - - *551 + - *274 + - *275 + - *549 responses: '200': description: Response @@ -81185,7 +81179,7 @@ paths: example: 3782 views: type: array - items: *552 + items: *550 required: - uniques - count @@ -81260,8 +81254,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -81535,8 +81529,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -81559,8 +81553,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response @@ -81582,8 +81576,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response @@ -81608,8 +81602,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *276 - - *277 + - *274 + - *275 - name: ref in: path required: true @@ -81960,7 +81954,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - *126 - - *420 + - *418 - *17 - *19 responses: @@ -81978,9 +81972,9 @@ paths: type: integer secrets: type: array - items: *316 + items: *314 examples: - default: *317 + default: *315 headers: Link: *38 x-github: @@ -82007,15 +82001,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - *126 - - *420 + - *418 responses: '200': description: Response content: application/json: - schema: *318 + schema: *316 examples: - default: *319 + default: *317 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82038,16 +82032,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - *126 - - *420 + - *418 - *141 responses: '200': description: Response content: application/json: - schema: *316 + schema: *314 examples: - default: *553 + default: *551 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82070,7 +82064,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - *126 - - *420 + - *418 - *141 requestBody: required: true @@ -82129,7 +82123,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - *126 - - *420 + - *418 - *141 responses: '204': @@ -82156,8 +82150,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - *126 - - *420 - - *302 + - *418 + - *300 - *19 responses: '200': @@ -82174,9 +82168,9 @@ paths: type: integer variables: type: array - items: *320 + items: *318 examples: - default: *321 + default: *319 headers: Link: *38 x-github: @@ -82200,7 +82194,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - *126 - - *420 + - *418 requestBody: required: true content: @@ -82253,16 +82247,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - *126 - - *420 + - *418 - *144 responses: '200': description: Response content: application/json: - schema: *320 + schema: *318 examples: - default: *554 + default: *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82285,7 +82279,7 @@ paths: parameters: - *126 - *144 - - *420 + - *418 requestBody: required: true content: @@ -82329,7 +82323,7 @@ paths: parameters: - *126 - *144 - - *420 + - *418 responses: '204': description: Response @@ -82369,7 +82363,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &562 + - &560 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -82378,7 +82372,7 @@ paths: schema: type: string example: members - - &567 + - &565 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -82389,7 +82383,7 @@ paths: default: 1 format: int32 example: 1 - - &568 + - &566 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -82430,7 +82424,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &556 + items: &554 allOf: - type: object required: @@ -82505,7 +82499,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &569 + meta: &567 type: object description: The metadata associated with the creation/updates to the user. @@ -82565,31 +82559,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/927fa2c08dcb4a7fae9e startIndex: 1 itemsPerPage: 20 - '400': &557 + '400': &555 description: Bad request content: application/json: - schema: *555 + schema: *553 application/scim+json: - schema: *555 - '401': &558 + schema: *553 + '401': &556 description: Authorization failure - '403': &559 + '403': &557 description: Permission denied - '429': &560 + '429': &558 description: Too many requests content: application/json: - schema: *555 + schema: *553 application/scim+json: - schema: *555 - '500': &561 + schema: *553 + '500': &559 description: Internal server error content: application/json: - schema: *555 + schema: *553 application/scim+json: - schema: *555 + schema: *553 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82614,7 +82608,7 @@ paths: required: true content: application/json: - schema: &565 + schema: &563 type: object required: - schemas @@ -82670,9 +82664,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *556 + schema: *554 examples: - group: &563 + group: &561 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -82691,13 +82685,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/927fa2c08dcb4a7fae9e - '400': *557 - '401': *558 - '403': *559 - '409': &566 + '400': *555 + '401': *556 + '403': *557 + '409': &564 description: Duplicate record detected - '429': *560 - '500': *561 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82718,7 +82712,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &564 + - &562 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -82726,21 +82720,21 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *562 + - *560 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *556 + schema: *554 examples: - default: *563 - '400': *557 - '401': *558 - '403': *559 + default: *561 + '400': *555 + '401': *556 + '403': *557 '404': *6 - '429': *560 - '500': *561 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82762,12 +82756,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *564 + - *562 requestBody: required: true content: application/json: - schema: *565 + schema: *563 examples: group: summary: Group @@ -82793,17 +82787,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *556 + schema: *554 examples: - group: *563 - groupWithMembers: *563 - '400': *557 - '401': *558 - '403': *559 + group: *561 + groupWithMembers: *561 + '400': *555 + '401': *556 + '403': *557 '404': *6 - '409': *566 - '429': *560 - '500': *561 + '409': *564 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82829,12 +82823,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *564 + - *562 requestBody: required: true content: application/json: - schema: &576 + schema: &574 type: object required: - Operations @@ -82894,17 +82888,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *556 + schema: *554 examples: - updateGroup: *563 - addMembers: *563 - '400': *557 - '401': *558 - '403': *559 + updateGroup: *561 + addMembers: *561 + '400': *555 + '401': *556 + '403': *557 '404': *6 - '409': *566 - '429': *560 - '500': *561 + '409': *564 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82924,16 +82918,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *564 + - *562 responses: '204': description: Group was deleted, no content - '400': *557 - '401': *558 - '403': *559 + '400': *555 + '401': *556 + '403': *557 '404': *6 - '429': *560 - '500': *561 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82970,8 +82964,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *567 - - *568 + - *565 + - *566 responses: '200': description: Success, either users were found or not found @@ -83003,7 +82997,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &571 + items: &569 allOf: - type: object required: @@ -83082,7 +83076,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &570 + roles: &568 type: array description: The roles assigned to the user. items: @@ -83138,7 +83132,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *569 + meta: *567 startIndex: type: integer description: A starting index for the returned page @@ -83175,11 +83169,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *557 - '401': *558 - '403': *559 - '429': *560 - '500': *561 + '400': *555 + '401': *556 + '403': *557 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -83204,7 +83198,7 @@ paths: required: true content: application/json: - schema: &574 + schema: &572 type: object required: - schemas @@ -83286,9 +83280,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *570 + roles: *568 examples: - user: &575 + user: &573 summary: User value: schemas: @@ -83335,9 +83329,9 @@ paths: description: User has been created content: application/scim+json: - schema: *571 + schema: *569 examples: - user: &572 + user: &570 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -83363,13 +83357,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *572 - '400': *557 - '401': *558 - '403': *559 - '409': *566 - '429': *560 - '500': *561 + enterpriseOwner: *570 + '400': *555 + '401': *556 + '403': *557 + '409': *564 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -83390,7 +83384,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &573 + - &571 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -83402,15 +83396,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *571 + schema: *569 examples: - default: *572 - '400': *557 - '401': *558 - '403': *559 + default: *570 + '400': *555 + '401': *556 + '403': *557 '404': *6 - '429': *560 - '500': *561 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -83434,29 +83428,29 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *573 + - *571 requestBody: required: true content: application/json: - schema: *574 + schema: *572 examples: - user: *575 + user: *573 responses: '200': description: User was updated content: application/scim+json: - schema: *571 + schema: *569 examples: - user: *572 - '400': *557 - '401': *558 - '403': *559 + user: *570 + '400': *555 + '401': *556 + '403': *557 '404': *6 - '409': *566 - '429': *560 - '500': *561 + '409': *564 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -83493,12 +83487,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *573 + - *571 requestBody: required: true content: application/json: - schema: *576 + schema: *574 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -83538,18 +83532,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *571 - examples: - userMultiValuedProperties: *572 - userSingleValuedProperties: *572 - disableUser: *572 - '400': *557 - '401': *558 - '403': *559 + schema: *569 + examples: + userMultiValuedProperties: *570 + userSingleValuedProperties: *570 + disableUser: *570 + '400': *555 + '401': *556 + '403': *557 '404': *6 - '409': *566 - '429': *560 - '500': *561 + '409': *564 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -83569,16 +83563,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *573 + - *571 responses: '204': description: User was deleted, no content - '400': *557 - '401': *558 - '403': *559 + '400': *555 + '401': *556 + '403': *557 '404': *6 - '429': *560 - '500': *561 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -83665,7 +83659,7 @@ paths: example: 1 Resources: type: array - items: &577 + items: &575 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -83896,22 +83890,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *36 - '404': &578 + '404': &576 description: Resource not found content: application/json: - schema: *555 + schema: *553 application/scim+json: - schema: *555 - '403': &579 + schema: *553 + '403': &577 description: Forbidden content: application/json: - schema: *555 + schema: *553 application/scim+json: - schema: *555 - '400': *557 - '429': *560 + schema: *553 + '400': *555 + '429': *558 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -83937,9 +83931,9 @@ paths: description: Response content: application/scim+json: - schema: *577 + schema: *575 examples: - default: &580 + default: &578 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -83962,17 +83956,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *36 - '404': *578 - '403': *579 - '500': *561 + '404': *576 + '403': *577 + '500': *559 '409': description: Conflict content: application/json: - schema: *555 + schema: *553 application/scim+json: - schema: *555 - '400': *557 + schema: *553 + '400': *555 requestBody: required: true content: @@ -84065,17 +84059,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *114 - - *573 + - *571 responses: '200': description: Response content: application/scim+json: - schema: *577 + schema: *575 examples: - default: *580 - '404': *578 - '403': *579 + default: *578 + '404': *576 + '403': *577 '304': *36 x-github: githubCloudOnly: true @@ -84098,18 +84092,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *114 - - *573 + - *571 responses: '200': description: Response content: application/scim+json: - schema: *577 + schema: *575 examples: - default: *580 + default: *578 '304': *36 - '404': *578 - '403': *579 + '404': *576 + '403': *577 requestBody: required: true content: @@ -84217,19 +84211,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *114 - - *573 + - *571 responses: '200': description: Response content: application/scim+json: - schema: *577 + schema: *575 examples: - default: *580 + default: *578 '304': *36 - '404': *578 - '403': *579 - '400': *557 + '404': *576 + '403': *577 + '400': *555 '429': description: Response content: @@ -84320,12 +84314,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *114 - - *573 + - *571 responses: '204': description: Response - '404': *578 - '403': *579 + '404': *576 + '403': *577 '304': *36 x-github: githubCloudOnly: true @@ -84457,7 +84451,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &581 + text_matches: &579 title: Search Result Text Matches type: array items: @@ -84620,7 +84614,7 @@ paths: enum: - author-date - committer-date - - &582 + - &580 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 @@ -84691,7 +84685,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *335 + properties: *333 nullable: true comment_count: type: integer @@ -84711,7 +84705,7 @@ paths: url: type: string format: uri - verification: *435 + verification: *433 required: - author - committer @@ -84730,7 +84724,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *335 + properties: *333 nullable: true parents: type: array @@ -84748,7 +84742,7 @@ paths: type: number node_id: type: string - text_matches: *581 + text_matches: *579 required: - sha - node_id @@ -84940,7 +84934,7 @@ paths: - interactions - created - updated - - *582 + - *580 - *17 - *19 responses: @@ -85045,8 +85039,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *390 - required: *391 + properties: *388 + required: *389 nullable: true comments: type: integer @@ -85060,7 +85054,7 @@ paths: type: string format: date-time nullable: true - text_matches: *581 + text_matches: *579 pull_request: type: object properties: @@ -85284,7 +85278,7 @@ paths: enum: - created - updated - - *582 + - *580 - *17 - *19 responses: @@ -85328,7 +85322,7 @@ paths: nullable: true score: type: number - text_matches: *581 + text_matches: *579 required: - id - node_id @@ -85414,7 +85408,7 @@ paths: - forks - help-wanted-issues - updated - - *582 + - *580 - *17 - *19 responses: @@ -85653,7 +85647,7 @@ paths: - admin - pull - push - text_matches: *581 + text_matches: *579 temp_clone_token: type: string allow_merge_commit: @@ -85954,7 +85948,7 @@ paths: type: string format: uri nullable: true - text_matches: *581 + text_matches: *579 related: type: array nullable: true @@ -86147,7 +86141,7 @@ paths: - followers - repositories - joined - - *582 + - *580 - *17 - *19 responses: @@ -86250,7 +86244,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *581 + text_matches: *579 blog: type: string nullable: true @@ -86328,7 +86322,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &583 + - &581 name: team_id description: The unique identifier of the team. in: path @@ -86340,9 +86334,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *255 examples: - default: *258 + default: *256 '404': *6 x-github: githubCloudOnly: false @@ -86367,7 +86361,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *583 + - *581 requestBody: required: true content: @@ -86430,16 +86424,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *257 + schema: *255 examples: - default: *258 + default: *256 '201': description: Response content: application/json: - schema: *257 + schema: *255 examples: - default: *258 + default: *256 '404': *6 '422': *15 '403': *28 @@ -86466,7 +86460,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *583 + - *581 responses: '204': description: Response @@ -86494,7 +86488,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *583 + - *581 - *66 - *17 - *19 @@ -86505,9 +86499,9 @@ paths: application/json: schema: type: array - items: *259 + items: *257 examples: - default: *584 + default: *582 headers: Link: *38 x-github: @@ -86533,7 +86527,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *583 + - *581 requestBody: required: true content: @@ -86567,9 +86561,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *257 examples: - default: *260 + default: *258 x-github: triggersNotification: true githubCloudOnly: false @@ -86593,16 +86587,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *583 - - *261 + - *581 + - *259 responses: '200': description: Response content: application/json: - schema: *259 + schema: *257 examples: - default: *260 + default: *258 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86624,8 +86618,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *583 - - *261 + - *581 + - *259 requestBody: required: false content: @@ -86648,9 +86642,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *257 examples: - default: *585 + default: *583 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86672,8 +86666,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *583 - - *261 + - *581 + - *259 responses: '204': description: Response @@ -86699,8 +86693,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *583 - - *261 + - *581 + - *259 - *66 - *17 - *19 @@ -86711,9 +86705,9 @@ paths: application/json: schema: type: array - items: *262 + items: *260 examples: - default: *586 + default: *584 headers: Link: *38 x-github: @@ -86739,8 +86733,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *583 - - *261 + - *581 + - *259 requestBody: required: true content: @@ -86762,9 +86756,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *260 examples: - default: *263 + default: *261 x-github: triggersNotification: true githubCloudOnly: false @@ -86788,17 +86782,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *583 - - *261 - - *264 + - *581 + - *259 + - *262 responses: '200': description: Response content: application/json: - schema: *262 + schema: *260 examples: - default: *263 + default: *261 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86820,9 +86814,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *583 - - *261 - - *264 + - *581 + - *259 + - *262 requestBody: required: true content: @@ -86844,9 +86838,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *260 examples: - default: *587 + default: *585 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86868,9 +86862,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *583 - - *261 - - *264 + - *581 + - *259 + - *262 responses: '204': description: Response @@ -86896,9 +86890,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *583 - - *261 - - *264 + - *581 + - *259 + - *262 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -86924,9 +86918,9 @@ paths: application/json: schema: type: array - items: *265 + items: *263 examples: - default: *267 + default: *265 headers: Link: *38 x-github: @@ -86950,9 +86944,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *583 - - *261 - - *264 + - *581 + - *259 + - *262 requestBody: required: true content: @@ -86984,9 +86978,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *263 examples: - default: *266 + default: *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87009,8 +87003,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *583 - - *261 + - *581 + - *259 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -87036,9 +87030,9 @@ paths: application/json: schema: type: array - items: *265 + items: *263 examples: - default: *267 + default: *265 headers: Link: *38 x-github: @@ -87062,8 +87056,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *583 - - *261 + - *581 + - *259 requestBody: required: true content: @@ -87095,9 +87089,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *263 examples: - default: *266 + default: *264 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87120,7 +87114,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *583 + - *581 - *17 - *19 responses: @@ -87157,7 +87151,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *583 + - *581 - name: role description: Filters members returned by their role in the team. in: query @@ -87208,7 +87202,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *583 + - *581 - *153 responses: '204': @@ -87244,7 +87238,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *583 + - *581 - *153 responses: '204': @@ -87283,7 +87277,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *583 + - *581 - *153 responses: '204': @@ -87319,16 +87313,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *583 + - *581 - *153 responses: '200': description: Response content: application/json: - schema: *273 + schema: *271 examples: - response-if-user-is-a-team-maintainer: *588 + response-if-user-is-a-team-maintainer: *586 '404': *6 x-github: githubCloudOnly: false @@ -87359,7 +87353,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *583 + - *581 - *153 requestBody: required: false @@ -87385,9 +87379,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *271 examples: - response-if-users-membership-with-team-is-now-pending: *589 + response-if-users-membership-with-team-is-now-pending: *587 '403': description: Forbidden if team synchronization is set up '422': @@ -87419,7 +87413,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *583 + - *581 - *153 responses: '204': @@ -87448,7 +87442,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *583 + - *581 - *17 - *19 responses: @@ -87458,9 +87452,9 @@ paths: application/json: schema: type: array - items: *274 + items: *272 examples: - default: *590 + default: *588 headers: Link: *38 '404': *6 @@ -87486,16 +87480,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *583 - - *275 + - *581 + - *273 responses: '200': description: Response content: application/json: - schema: *274 + schema: *272 examples: - default: *591 + default: *589 '404': description: Not Found if project is not managed by this team x-github: @@ -87519,8 +87513,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *583 - - *275 + - *581 + - *273 requestBody: required: false content: @@ -87587,8 +87581,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *583 - - *275 + - *581 + - *273 responses: '204': description: Response @@ -87616,7 +87610,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *583 + - *581 - *17 - *19 responses: @@ -87656,15 +87650,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *583 - - *276 - - *277 + - *581 + - *274 + - *275 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *592 + schema: *590 examples: alternative-response-with-extra-repository-information: value: @@ -87933,9 +87927,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *583 - - *276 - - *277 + - *581 + - *274 + - *275 requestBody: required: false content: @@ -87984,9 +87978,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *583 - - *276 - - *277 + - *581 + - *274 + - *275 responses: '204': description: Response @@ -88014,15 +88008,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team-legacy parameters: - - *583 + - *581 responses: '200': description: Response content: application/json: - schema: *280 + schema: *278 examples: - default: *281 + default: *279 '403': *28 '404': *6 x-github: @@ -88048,7 +88042,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections-legacy parameters: - - *583 + - *581 requestBody: required: true content: @@ -88105,7 +88099,7 @@ paths: description: Response content: application/json: - schema: *280 + schema: *278 examples: default: value: @@ -88137,7 +88131,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *583 + - *581 - *17 - *19 responses: @@ -88149,7 +88143,7 @@ paths: type: array items: *161 examples: - response-if-child-teams-exist: *593 + response-if-child-teams-exist: *591 headers: Link: *38 '404': *6 @@ -88184,7 +88178,7 @@ paths: application/json: schema: oneOf: - - &595 + - &593 title: Private User description: Private User type: object @@ -88383,7 +88377,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *594 + - *592 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -88536,7 +88530,7 @@ paths: description: Response content: application/json: - schema: *595 + schema: *593 examples: default: value: @@ -88886,7 +88880,7 @@ paths: application/json: schema: *197 examples: - default: *375 + default: *373 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -88894,7 +88888,7 @@ paths: application/json: schema: *197 examples: - default: *375 + default: *373 '401': *24 '403': *28 '404': *6 @@ -88938,7 +88932,7 @@ paths: type: integer secrets: type: array - items: &596 + items: &594 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -88978,7 +88972,7 @@ paths: - visibility - selected_repositories_url examples: - default: *378 + default: *376 headers: Link: *38 x-github: @@ -89054,7 +89048,7 @@ paths: description: Response content: application/json: - schema: *596 + schema: *594 examples: default: value: @@ -89200,7 +89194,7 @@ paths: type: array items: *131 examples: - default: *597 + default: *595 '401': *24 '403': *28 '404': *6 @@ -89350,7 +89344,7 @@ paths: application/json: schema: *197 examples: - default: *375 + default: *373 '304': *36 '500': *159 '401': *24 @@ -89410,7 +89404,7 @@ paths: application/json: schema: *197 examples: - default: *375 + default: *373 '401': *24 '403': *28 '404': *6 @@ -89471,7 +89465,7 @@ paths: description: Response content: application/json: - schema: &598 + schema: &596 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -89512,7 +89506,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &599 + default: &597 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -89559,9 +89553,9 @@ paths: description: Response content: application/json: - schema: *598 + schema: *596 examples: - default: *599 + default: *597 '404': *6 x-github: githubCloudOnly: false @@ -89600,9 +89594,9 @@ paths: type: integer machines: type: array - items: *600 + items: *598 examples: - default: *601 + default: *599 '304': *36 '500': *159 '401': *24 @@ -89682,13 +89676,13 @@ paths: nullable: true owner: *18 billable_owner: *18 - repository: *293 + repository: *291 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *376 - required: *377 + properties: *374 + required: *375 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -90472,7 +90466,7 @@ paths: application/json: schema: *197 examples: - default: *375 + default: *373 '304': *36 '500': *159 '400': *14 @@ -90484,7 +90478,7 @@ paths: schema: *2 '403': *28 '404': *6 - '409': *314 + '409': *312 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90514,7 +90508,7 @@ paths: application/json: schema: *197 examples: - default: *375 + default: *373 '500': *159 '401': *24 '403': *28 @@ -90545,7 +90539,7 @@ paths: type: array items: *205 examples: - default: &614 + default: &612 value: - id: 197 name: hello_docker @@ -90646,7 +90640,7 @@ paths: application/json: schema: type: array - items: &602 + items: &600 title: Email description: Email type: object @@ -90708,9 +90702,9 @@ paths: application/json: schema: type: array - items: *602 + items: *600 examples: - default: &616 + default: &614 value: - email: octocat@github.com verified: true @@ -90784,7 +90778,7 @@ paths: application/json: schema: type: array - items: *602 + items: *600 examples: default: value: @@ -91036,7 +91030,7 @@ paths: application/json: schema: type: array - items: &603 + items: &601 title: GPG Key description: A unique encryption key type: object @@ -91165,7 +91159,7 @@ paths: - subkeys - revoked examples: - default: &626 + default: &624 value: - id: 3 name: Octocat's GPG Key @@ -91249,9 +91243,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *601 examples: - default: &604 + default: &602 value: id: 3 name: Octocat's GPG Key @@ -91306,7 +91300,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &605 + - &603 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -91318,9 +91312,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *601 examples: - default: *604 + default: *602 '404': *6 '304': *36 '403': *28 @@ -91342,7 +91336,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *605 + - *603 responses: '204': description: Response @@ -91537,7 +91531,7 @@ paths: type: array items: *56 examples: - default: *606 + default: *604 headers: Link: *38 '404': *6 @@ -91652,7 +91646,7 @@ paths: required: true content: application/json: - schema: *446 + schema: *444 examples: default: value: @@ -91796,7 +91790,7 @@ paths: application/json: schema: type: array - items: &607 + items: &605 title: Key description: Key type: object @@ -91891,9 +91885,9 @@ paths: description: Response content: application/json: - schema: *607 + schema: *605 examples: - default: &608 + default: &606 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -91925,15 +91919,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *474 + - *472 responses: '200': description: Response content: application/json: - schema: *607 + schema: *605 examples: - default: *608 + default: *606 '404': *6 '304': *36 '403': *28 @@ -91955,7 +91949,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *474 + - *472 responses: '204': description: Response @@ -91991,7 +91985,7 @@ paths: application/json: schema: type: array - items: &609 + items: &607 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -92059,7 +92053,7 @@ paths: - account - plan examples: - default: &610 + default: &608 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -92124,9 +92118,9 @@ paths: application/json: schema: type: array - items: *609 + items: *607 examples: - default: *610 + default: *608 headers: Link: *38 '304': *36 @@ -93121,7 +93115,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *204 - - *611 + - *609 responses: '204': description: Response @@ -93193,7 +93187,7 @@ paths: type: array items: *51 examples: - default: *612 + default: *610 headers: Link: *38 '304': *36 @@ -93235,7 +93229,7 @@ paths: - docker - nuget - container - - *613 + - *611 - *19 - *17 responses: @@ -93247,8 +93241,8 @@ paths: type: array items: *205 examples: - default: *614 - '400': *615 + default: *612 + '400': *613 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93277,7 +93271,7 @@ paths: application/json: schema: *205 examples: - default: &627 + default: &625 value: id: 40201 name: octo-name @@ -93724,9 +93718,9 @@ paths: application/json: schema: type: array - items: *602 + items: *600 examples: - default: *616 + default: *614 headers: Link: *38 '304': *36 @@ -93839,7 +93833,7 @@ paths: type: array items: *56 examples: - default: &624 + default: &622 summary: Default response value: - id: 1296269 @@ -94144,7 +94138,7 @@ paths: application/json: schema: *56 examples: - default: *617 + default: *615 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -94182,9 +94176,9 @@ paths: application/json: schema: type: array - items: *448 + items: *446 examples: - default: *618 + default: *616 headers: Link: *38 '304': *36 @@ -94212,7 +94206,7 @@ paths: '204': description: Response '403': *28 - '409': *314 + '409': *312 '404': *6 '304': *36 x-github: @@ -94234,7 +94228,7 @@ paths: responses: '204': description: Response - '409': *314 + '409': *312 '304': *36 '404': *6 '403': *28 @@ -94263,7 +94257,7 @@ paths: application/json: schema: type: array - items: &619 + items: &617 title: Social account description: Social media account type: object @@ -94278,7 +94272,7 @@ paths: - provider - url examples: - default: &620 + default: &618 value: - provider: twitter url: https://twitter.com/github @@ -94338,9 +94332,9 @@ paths: application/json: schema: type: array - items: *619 + items: *617 examples: - default: *620 + default: *618 '422': *15 '304': *36 '404': *6 @@ -94425,7 +94419,7 @@ paths: application/json: schema: type: array - items: &621 + items: &619 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -94445,7 +94439,7 @@ paths: - title - created_at examples: - default: &628 + default: &626 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -94511,9 +94505,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *619 examples: - default: &622 + default: &620 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -94544,7 +94538,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &623 + - &621 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -94556,9 +94550,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *619 examples: - default: *622 + default: *620 '404': *6 '304': *36 '403': *28 @@ -94581,7 +94575,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *623 + - *621 responses: '204': description: Response @@ -94608,7 +94602,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &629 + - &627 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 @@ -94633,11 +94627,11 @@ paths: type: array items: *56 examples: - default-response: *624 + default-response: *622 application/vnd.github.v3.star+json: schema: type: array - items: &630 + items: &628 title: Starred Repository description: Starred Repository type: object @@ -94793,8 +94787,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response if this repository is starred by you @@ -94822,8 +94816,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response @@ -94847,8 +94841,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response @@ -94922,7 +94916,7 @@ paths: application/json: schema: type: array - items: *257 + items: *255 examples: default: value: @@ -94996,7 +94990,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *625 + - *623 - *17 responses: '200': @@ -95045,8 +95039,8 @@ paths: application/json: schema: oneOf: - - *595 - - *594 + - *593 + - *592 examples: default-response: summary: Default response @@ -95152,7 +95146,7 @@ paths: type: array items: *205 examples: - default: *614 + default: *612 '403': *28 '401': *24 x-github: @@ -95548,9 +95542,9 @@ paths: application/json: schema: type: array - items: *603 + items: *601 examples: - default: *626 + default: *624 headers: Link: *38 x-github: @@ -95657,7 +95651,7 @@ paths: application/json: schema: *21 examples: - default: *445 + default: *443 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95735,7 +95729,7 @@ paths: type: array items: *51 examples: - default: *612 + default: *610 headers: Link: *38 x-github: @@ -95774,7 +95768,7 @@ paths: - docker - nuget - container - - *613 + - *611 - *153 - *19 - *17 @@ -95787,10 +95781,10 @@ paths: type: array items: *205 examples: - default: *614 + default: *612 '403': *28 '401': *24 - '400': *615 + '400': *613 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95820,7 +95814,7 @@ paths: application/json: schema: *205 examples: - default: *627 + default: *625 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96409,9 +96403,9 @@ paths: description: Response content: application/json: - schema: *248 + schema: *246 examples: - default: *249 + default: *247 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96439,9 +96433,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *251 examples: - default: *254 + default: *252 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96469,9 +96463,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *253 examples: - default: *256 + default: *254 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96499,9 +96493,9 @@ paths: application/json: schema: type: array - items: *619 + items: *617 examples: - default: *620 + default: *618 headers: Link: *38 x-github: @@ -96531,9 +96525,9 @@ paths: application/json: schema: type: array - items: *621 + items: *619 examples: - default: *628 + default: *626 headers: Link: *38 x-github: @@ -96556,7 +96550,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *153 - - *629 + - *627 - *66 - *17 - *19 @@ -96568,11 +96562,11 @@ paths: schema: anyOf: - type: array - items: *630 + items: *628 - type: array items: *56 examples: - default-response: *624 + default-response: *622 headers: Link: *38 x-github: @@ -96731,7 +96725,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &631 + enterprise: &629 title: Enterprise description: | An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -96789,7 +96783,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &632 + installation: &630 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -96808,7 +96802,7 @@ x-webhooks: required: - id - node_id - organization: &633 + organization: &631 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -96868,13 +96862,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &634 + repository: &632 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: &641 + properties: &639 id: description: Unique identifier of the repository example: 42 @@ -97550,7 +97544,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &642 + required: &640 - archive_url - assignees_url - blobs_url @@ -97624,7 +97618,7 @@ x-webhooks: - watchers_count - created_at - updated_at - sender: &635 + sender: &633 title: Simple User description: The GitHub user that triggered the event. This property is included in every webhook payload. @@ -97796,11 +97790,11 @@ x-webhooks: type: string enum: - enabled - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - repository @@ -97875,10 +97869,10 @@ x-webhooks: type: string enum: - created - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -98009,7 +98003,7 @@ x-webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *635 + sender: *633 required: - action - rule @@ -98085,10 +98079,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -98219,7 +98213,7 @@ x-webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *635 + sender: *633 required: - action - rule @@ -98363,10 +98357,10 @@ x-webhooks: - everyone required: - from - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -98497,7 +98491,7 @@ x-webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *635 + sender: *633 required: - action - rule @@ -98579,7 +98573,7 @@ x-webhooks: type: string enum: - completed - check_run: &637 + check_run: &635 title: CheckRun description: A check performed on the code of a given code change type: object @@ -98642,7 +98636,7 @@ x-webhooks: type: string pull_requests: type: array - items: *348 + items: *346 repository: *131 status: example: completed @@ -98680,7 +98674,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *636 + deployment: *634 details_url: example: https://example.com type: string @@ -98730,7 +98724,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *348 + items: *346 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -98765,10 +98759,10 @@ x-webhooks: - output - app - pull_requests - installation: *632 - organization: *633 - repository: *634 - sender: *635 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - check_run - repository @@ -99159,11 +99153,11 @@ x-webhooks: type: string enum: - created - check_run: *637 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + check_run: *635 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - check_run - repository @@ -99557,10 +99551,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *637 - installation: *632 - organization: *633 - repository: *634 + check_run: *635 + installation: *630 + organization: *631 + repository: *632 requested_action: description: The action requested by the user. type: object @@ -99569,7 +99563,7 @@ x-webhooks: description: The integrator reference of the action requested by the user. type: string - sender: *635 + sender: *633 required: - action - check_run @@ -99964,11 +99958,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *637 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + check_run: *635 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - check_run - repository @@ -100937,11 +100931,11 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - check_suite @@ -101603,11 +101597,11 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - check_suite @@ -102263,11 +102257,11 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - check_suite @@ -102569,16 +102563,16 @@ x-webhooks: action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - alert @@ -102898,16 +102892,16 @@ x-webhooks: action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - alert @@ -103001,7 +102995,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *361 + dismissed_comment: *359 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -103167,16 +103161,16 @@ x-webhooks: action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - alert @@ -103499,16 +103493,16 @@ x-webhooks: action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - alert @@ -103764,17 +103758,17 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 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: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - alert @@ -104004,16 +103998,16 @@ x-webhooks: action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - alert @@ -104266,11 +104260,11 @@ x-webhooks: - updated_at - author_association - body - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - comment @@ -104349,13 +104343,13 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *633 + organization: *631 pusher_type: description: The pusher type for the event. Can be either `user` or a deploy key. @@ -104370,8 +104364,8 @@ x-webhooks: enum: - tag - branch - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - ref - ref_type @@ -104448,9 +104442,9 @@ x-webhooks: title: delete event type: object properties: - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 pusher_type: description: The pusher type for the event. Can be either `user` or a deploy key. @@ -104465,8 +104459,8 @@ x-webhooks: enum: - tag - branch - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - ref - ref_type @@ -104547,12 +104541,12 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *407 - installation: *632 - organization: *633 - enterprise: *631 - repository: *634 - sender: *635 + alert: *405 + installation: *630 + organization: *631 + enterprise: *629 + repository: *632 + sender: *633 required: - action - alert @@ -104632,12 +104626,12 @@ x-webhooks: type: string enum: - auto_reopened - alert: *407 - installation: *632 - organization: *633 - enterprise: *631 - repository: *634 - sender: *635 + alert: *405 + installation: *630 + organization: *631 + enterprise: *629 + repository: *632 + sender: *633 required: - action - alert @@ -104719,12 +104713,12 @@ x-webhooks: type: string enum: - created - alert: *407 - installation: *632 - organization: *633 - enterprise: *631 - repository: *634 - sender: *635 + alert: *405 + installation: *630 + organization: *631 + enterprise: *629 + repository: *632 + sender: *633 required: - action - alert @@ -104804,12 +104798,12 @@ x-webhooks: type: string enum: - dismissed - alert: *407 - installation: *632 - organization: *633 - enterprise: *631 - repository: *634 - sender: *635 + alert: *405 + installation: *630 + organization: *631 + enterprise: *629 + repository: *632 + sender: *633 required: - action - alert @@ -104889,12 +104883,12 @@ x-webhooks: type: string enum: - fixed - alert: *407 - installation: *632 - organization: *633 - enterprise: *631 - repository: *634 - sender: *635 + alert: *405 + installation: *630 + organization: *631 + enterprise: *629 + repository: *632 + sender: *633 required: - action - alert @@ -104975,12 +104969,12 @@ x-webhooks: type: string enum: - reintroduced - alert: *407 - installation: *632 - organization: *633 - enterprise: *631 - repository: *634 - sender: *635 + alert: *405 + installation: *630 + organization: *631 + enterprise: *629 + repository: *632 + sender: *633 required: - action - alert @@ -105060,12 +105054,12 @@ x-webhooks: type: string enum: - reopened - alert: *407 - installation: *632 - organization: *633 - enterprise: *631 - repository: *634 - sender: *635 + alert: *405 + installation: *630 + organization: *631 + enterprise: *629 + repository: *632 + sender: *633 required: - action - alert @@ -105141,8 +105135,8 @@ x-webhooks: type: string enum: - created - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 key: description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. @@ -105177,9 +105171,9 @@ x-webhooks: - verified - created_at - read_only - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - key @@ -105255,8 +105249,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 key: description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. @@ -105291,9 +105285,9 @@ x-webhooks: - verified - created_at - read_only - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - key @@ -105849,11 +105843,11 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 workflow: title: Workflow type: object @@ -106576,14 +106570,14 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *413 + deployment: *411 pull_requests: type: array - items: *494 - repository: *634 - organization: *633 - installation: *632 - sender: *635 + items: *492 + repository: *632 + organization: *631 + installation: *630 + sender: *633 responses: '200': description: Return a 200 status to indicate that the data was received @@ -106694,10 +106688,10 @@ x-webhooks: type: string comment: type: string - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 reviewers: type: array items: @@ -106774,7 +106768,7 @@ x-webhooks: type: string enum: - User - sender: *635 + sender: *633 since: type: string workflow_job_run: @@ -107541,10 +107535,10 @@ x-webhooks: type: string comment: type: string - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 reviewers: type: array items: @@ -107621,7 +107615,7 @@ x-webhooks: type: string enum: - User - sender: *635 + sender: *633 since: type: string workflow_job_run: @@ -108347,12 +108341,12 @@ x-webhooks: type: string enum: - requested - enterprise: *631 + enterprise: *629 environment: type: string - installation: *632 - organization: *633 - repository: *634 + installation: *630 + organization: *631 + repository: *632 requestor: title: User type: object @@ -108496,7 +108490,7 @@ x-webhooks: enum: - User - Team - sender: *635 + sender: *633 since: type: string workflow_job_run: @@ -110228,11 +110222,11 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 workflow: title: Workflow type: object @@ -111102,7 +111096,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &638 + discussion: &636 title: Discussion description: A Discussion in a repository. type: object @@ -111402,11 +111396,11 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - discussion @@ -111531,12 +111525,12 @@ x-webhooks: - from required: - category - discussion: *638 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + discussion: *636 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - changes @@ -111617,12 +111611,12 @@ x-webhooks: type: string enum: - closed - discussion: *638 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + discussion: *636 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - discussion @@ -111856,12 +111850,12 @@ x-webhooks: - updated_at - body - reactions - discussion: *638 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + discussion: *636 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - comment @@ -112096,12 +112090,12 @@ x-webhooks: - updated_at - body - reactions - discussion: *638 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + discussion: *636 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - comment @@ -112348,12 +112342,12 @@ x-webhooks: - updated_at - body - reactions - discussion: *638 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + discussion: *636 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - changes @@ -112857,11 +112851,11 @@ x-webhooks: - answer_html_url - answer_chosen_at - answer_chosen_by - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - discussion @@ -112941,12 +112935,12 @@ x-webhooks: type: string enum: - deleted - discussion: *638 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + discussion: *636 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - discussion @@ -113044,12 +113038,12 @@ x-webhooks: type: string required: - from - discussion: *638 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + discussion: *636 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - discussion @@ -113129,9 +113123,9 @@ x-webhooks: type: string enum: - labeled - discussion: *638 - enterprise: *631 - installation: *632 + discussion: *636 + enterprise: *629 + installation: *630 label: title: Label type: object @@ -113164,9 +113158,9 @@ x-webhooks: - color - default - description - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - discussion @@ -113247,12 +113241,12 @@ x-webhooks: type: string enum: - locked - discussion: *638 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + discussion: *636 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - discussion @@ -113332,12 +113326,12 @@ x-webhooks: type: string enum: - pinned - discussion: *638 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + discussion: *636 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - discussion @@ -113417,12 +113411,12 @@ x-webhooks: type: string enum: - reopened - discussion: *638 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + discussion: *636 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - discussion @@ -113505,17 +113499,17 @@ x-webhooks: changes: type: object properties: - new_discussion: *638 - new_repository: *634 + new_discussion: *636 + new_repository: *632 required: - new_discussion - new_repository - discussion: *638 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + discussion: *636 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - changes @@ -113596,7 +113590,7 @@ x-webhooks: type: string enum: - unanswered - discussion: *638 + discussion: *636 old_answer: type: object properties: @@ -113751,9 +113745,9 @@ x-webhooks: - created_at - updated_at - body - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - discussion @@ -113833,9 +113827,9 @@ x-webhooks: type: string enum: - unlabeled - discussion: *638 - enterprise: *631 - installation: *632 + discussion: *636 + enterprise: *629 + installation: *630 label: title: Label type: object @@ -113868,9 +113862,9 @@ x-webhooks: - color - default - description - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - discussion @@ -113951,12 +113945,12 @@ x-webhooks: type: string enum: - unlocked - discussion: *638 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + discussion: *636 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - discussion @@ -114036,12 +114030,12 @@ x-webhooks: type: string enum: - unpinned - discussion: *638 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + discussion: *636 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - discussion @@ -114113,7 +114107,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *631 + enterprise: *629 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -114770,10 +114764,10 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *632 - organization: *633 - repository: *634 - sender: *635 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - forkee - repository @@ -114851,11 +114845,11 @@ x-webhooks: type: string enum: - revoked - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - sender @@ -114922,9 +114916,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 pages: description: The pages that were updated. type: array @@ -114961,8 +114955,8 @@ x-webhooks: - action - sha - html_url - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - pages - repository @@ -115037,9 +115031,9 @@ x-webhooks: type: string enum: - created - enterprise: *631 + enterprise: *629 installation: *21 - organization: *633 + organization: *631 repositories: description: An array of repository objects that the installation can access. @@ -115066,7 +115060,7 @@ x-webhooks: - name - full_name - private - repository: *634 + repository: *632 requester: title: User type: object @@ -115134,7 +115128,7 @@ x-webhooks: required: - login - id - sender: *635 + sender: *633 required: - action - installation @@ -115208,9 +115202,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 + enterprise: *629 installation: *21 - organization: *633 + organization: *631 repositories: description: An array of repository objects that the installation can access. @@ -115237,10 +115231,10 @@ x-webhooks: - name - full_name - private - repository: *634 + repository: *632 requester: nullable: true - sender: *635 + sender: *633 required: - action - installation @@ -115313,9 +115307,9 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *631 + enterprise: *629 installation: *21 - organization: *633 + organization: *631 repositories: description: An array of repository objects that the installation can access. @@ -115342,10 +115336,10 @@ x-webhooks: - name - full_name - private - repository: *634 + repository: *632 requester: nullable: true - sender: *635 + sender: *633 required: - action - installation @@ -115418,9 +115412,9 @@ x-webhooks: type: string enum: - added - enterprise: *631 + enterprise: *629 installation: *21 - organization: *633 + organization: *631 repositories_added: description: An array of repository objects, which were added to the installation. @@ -115467,7 +115461,7 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *634 + repository: *632 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -115542,7 +115536,7 @@ x-webhooks: required: - login - id - sender: *635 + sender: *633 required: - action - installation @@ -115620,9 +115614,9 @@ x-webhooks: type: string enum: - removed - enterprise: *631 + enterprise: *629 installation: *21 - organization: *633 + organization: *631 repositories_added: description: An array of repository objects, which were added to the installation. @@ -115675,7 +115669,7 @@ x-webhooks: - name - full_name - private - repository: *634 + repository: *632 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -115750,7 +115744,7 @@ x-webhooks: required: - login - id - sender: *635 + sender: *633 required: - action - installation @@ -115828,9 +115822,9 @@ x-webhooks: type: string enum: - suspend - enterprise: *631 + enterprise: *629 installation: *21 - organization: *633 + organization: *631 repositories: description: An array of repository objects that the installation can access. @@ -115857,10 +115851,10 @@ x-webhooks: - name - full_name - private - repository: *634 + repository: *632 requester: nullable: true - sender: *635 + sender: *633 required: - action - installation @@ -116034,11 +116028,11 @@ x-webhooks: type: string required: - from - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 target_type: type: string required: @@ -116116,9 +116110,9 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *631 + enterprise: *629 installation: *21 - organization: *633 + organization: *631 repositories: description: An array of repository objects that the installation can access. @@ -116145,10 +116139,10 @@ x-webhooks: - name - full_name - private - repository: *634 + repository: *632 requester: nullable: true - sender: *635 + sender: *633 required: - action - installation @@ -116394,8 +116388,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -117522,9 +117516,9 @@ x-webhooks: - state - locked - assignee - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -117775,8 +117769,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -118899,9 +118893,9 @@ x-webhooks: - state - locked - assignee - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -119164,8 +119158,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -120291,9 +120285,9 @@ x-webhooks: - state - locked - assignee - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - changes @@ -120441,8 +120435,8 @@ x-webhooks: required: - login - id - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -121336,9 +121330,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -121417,8 +121411,8 @@ x-webhooks: type: string enum: - closed - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -122448,9 +122442,9 @@ x-webhooks: required: - state - closed_at - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -122528,8 +122522,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -123417,9 +123411,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -123497,8 +123491,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: allOf: - title: Issue @@ -124789,9 +124783,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -124889,8 +124883,8 @@ x-webhooks: type: string required: - from - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -125817,9 +125811,9 @@ x-webhooks: - color - default - description - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - changes @@ -125898,8 +125892,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -126825,9 +126819,9 @@ x-webhooks: - color - default - description - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -126906,8 +126900,8 @@ x-webhooks: type: string enum: - locked - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: allOf: - title: Issue @@ -127934,9 +127928,9 @@ x-webhooks: required: - locked - active_lock_reason - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -128014,8 +128008,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: allOf: - title: Issue @@ -129303,9 +129297,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -130731,8 +130725,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -131624,9 +131618,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -131705,8 +131699,8 @@ x-webhooks: type: string enum: - pinned - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -132593,9 +132587,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -132673,8 +132667,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: allOf: - title: Issue @@ -133700,9 +133694,9 @@ x-webhooks: type: string required: - state - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -135129,8 +135123,8 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -136017,9 +136011,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - changes @@ -136167,8 +136161,8 @@ x-webhooks: required: - login - id - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -137062,9 +137056,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -137142,8 +137136,8 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -138069,9 +138063,9 @@ x-webhooks: - color - default - description - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -138150,8 +138144,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: allOf: - title: Issue @@ -139168,9 +139162,9 @@ x-webhooks: required: - locked - active_lock_reason - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -139249,8 +139243,8 @@ x-webhooks: type: string enum: - unpinned - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -140137,9 +140131,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -140217,8 +140211,8 @@ x-webhooks: type: string enum: - created - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 label: title: Label type: object @@ -140251,9 +140245,9 @@ x-webhooks: - color - default - description - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - label @@ -140330,8 +140324,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 label: title: Label type: object @@ -140364,9 +140358,9 @@ x-webhooks: - color - default - description - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - label @@ -140475,8 +140469,8 @@ x-webhooks: type: string required: - from - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 label: title: Label type: object @@ -140509,9 +140503,9 @@ x-webhooks: - color - default - description - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - label @@ -140592,8 +140586,8 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -140735,7 +140729,7 @@ x-webhooks: type: integer required: - next_billing_date - organization: *633 + organization: *631 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -140816,8 +140810,8 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - effective_date @@ -140896,8 +140890,8 @@ x-webhooks: - changed effective_date: type: string - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -141039,7 +141033,7 @@ x-webhooks: type: integer required: - next_billing_date - organization: *633 + organization: *631 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -141122,8 +141116,8 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - effective_date @@ -141204,8 +141198,8 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -141347,7 +141341,7 @@ x-webhooks: type: integer required: - next_billing_date - organization: *633 + organization: *631 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -141429,8 +141423,8 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - effective_date @@ -141510,8 +141504,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -141599,7 +141593,7 @@ x-webhooks: type: string required: - next_billing_date - organization: *633 + organization: *631 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -141680,8 +141674,8 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - effective_date @@ -141760,8 +141754,8 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -141903,7 +141897,7 @@ x-webhooks: type: integer required: - next_billing_date - organization: *633 + organization: *631 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -141984,8 +141978,8 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - effective_date @@ -142073,8 +142067,8 @@ x-webhooks: - read required: - to - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 member: title: User type: object @@ -142142,9 +142136,9 @@ x-webhooks: required: - login - id - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - member @@ -142243,8 +142237,8 @@ x-webhooks: to: type: string nullable: true - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 member: title: User type: object @@ -142312,9 +142306,9 @@ x-webhooks: required: - login - id - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - changes @@ -142392,8 +142386,8 @@ x-webhooks: type: string enum: - removed - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 member: title: User type: object @@ -142461,9 +142455,9 @@ x-webhooks: required: - login - id - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - member @@ -142540,8 +142534,8 @@ x-webhooks: type: string enum: - added - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 member: title: User type: object @@ -142609,8 +142603,8 @@ x-webhooks: required: - login - id - organization: *633 - repository: *634 + organization: *631 + repository: *632 scope: description: The scope of the membership. Currently, can only be `team`. @@ -142874,8 +142868,8 @@ x-webhooks: type: string enum: - removed - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 member: title: User type: object @@ -142943,8 +142937,8 @@ x-webhooks: required: - login - id - organization: *633 - repository: *634 + organization: *631 + repository: *632 scope: description: The scope of the membership. Currently, can only be `team`. @@ -143213,8 +143207,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *632 - merge_group: &640 + installation: *630 + merge_group: &638 type: object title: Merge Group description: 'A group of pull requests that the merge queue has @@ -143235,16 +143229,16 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *639 + head_commit: *637 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - merge_group @@ -143329,11 +143323,11 @@ x-webhooks: - merged - invalidated - dequeued - installation: *632 - merge_group: *640 - organization: *633 - repository: *634 - sender: *635 + installation: *630 + merge_group: *638 + organization: *631 + repository: *632 + sender: *633 required: - action - merge_group @@ -143405,7 +143399,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 + enterprise: *629 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -143513,18 +143507,18 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *632 - organization: *633 + installation: *630 + organization: *631 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: *641 - required: *642 + properties: *639 + required: *640 nullable: true - sender: *635 + sender: *633 required: - action - hook_id @@ -143603,8 +143597,8 @@ x-webhooks: type: string enum: - closed - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -143741,9 +143735,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - milestone @@ -143821,8 +143815,8 @@ x-webhooks: type: string enum: - created - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -143958,9 +143952,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - milestone @@ -144038,8 +144032,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -144176,9 +144170,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - milestone @@ -144287,8 +144281,8 @@ x-webhooks: type: string required: - from - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -144425,9 +144419,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - changes @@ -144506,8 +144500,8 @@ x-webhooks: type: string enum: - opened - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -144643,9 +144637,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - milestone @@ -144790,11 +144784,11 @@ x-webhooks: required: - login - id - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - blocked_user @@ -144939,11 +144933,11 @@ x-webhooks: required: - login - id - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - blocked_user @@ -145021,8 +145015,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 membership: title: Membership description: The membership between the user and the organization. @@ -145112,9 +145106,9 @@ x-webhooks: - role - organization_url - user - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - organization @@ -145191,8 +145185,8 @@ x-webhooks: type: string enum: - member_added - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 membership: title: Membership description: The membership between the user and the organization. @@ -145282,9 +145276,9 @@ x-webhooks: - role - organization_url - user - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - membership @@ -145362,8 +145356,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -145477,9 +145471,9 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 user: title: User type: object @@ -145624,8 +145618,8 @@ x-webhooks: type: string enum: - member_removed - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 membership: title: Membership description: The membership between the user and the organization. @@ -145715,9 +145709,9 @@ x-webhooks: - role - organization_url - user - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - membership @@ -145803,8 +145797,8 @@ x-webhooks: properties: from: type: string - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 membership: title: Membership description: The membership between the user and the organization. @@ -145894,9 +145888,9 @@ x-webhooks: - role - organization_url - user - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - organization @@ -145971,9 +145965,9 @@ x-webhooks: type: string enum: - published - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 package: description: Information about the package. type: object @@ -146466,7 +146460,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &643 + items: &641 title: Ruby Gems metadata type: object properties: @@ -146561,8 +146555,8 @@ x-webhooks: - owner - package_version - registry - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - package @@ -146637,9 +146631,9 @@ x-webhooks: type: string enum: - updated - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 package: description: Information about the package. type: object @@ -146986,7 +146980,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *643 + items: *641 source_url: type: string format: uri @@ -147056,8 +147050,8 @@ x-webhooks: - owner - package_version - registry - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - package @@ -147231,13 +147225,13 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *631 + enterprise: *629 id: type: integer - installation: *632 - organization: *633 - repository: *634 - sender: *635 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - id - build @@ -147315,7 +147309,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &644 + personal_access_token_request: &642 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -147449,9 +147443,9 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - organization: *633 - sender: *635 - installation: *632 + organization: *631 + sender: *633 + installation: *630 required: - action - personal_access_token_request @@ -147529,10 +147523,10 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *644 - organization: *633 - sender: *635 - installation: *632 + personal_access_token_request: *642 + organization: *631 + sender: *633 + installation: *630 required: - action - personal_access_token_request @@ -147609,10 +147603,10 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *644 - organization: *633 - sender: *635 - installation: *632 + personal_access_token_request: *642 + organization: *631 + sender: *633 + installation: *630 required: - action - personal_access_token_request @@ -147689,10 +147683,10 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *644 - organization: *633 - sender: *635 - installation: *632 + personal_access_token_request: *642 + organization: *631 + sender: *633 + installation: *630 required: - action - personal_access_token_request @@ -147796,7 +147790,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *645 + last_response: *643 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -147828,9 +147822,9 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 zen: description: Random string of GitHub zen. type: string @@ -148072,9 +148066,9 @@ x-webhooks: - from required: - note - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 project_card: title: Project Card type: object @@ -148192,8 +148186,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - changes @@ -148271,9 +148265,9 @@ x-webhooks: type: string enum: - created - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 project_card: title: Project Card type: object @@ -148391,8 +148385,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - project_card @@ -148469,9 +148463,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 project_card: title: Project Card type: object @@ -148597,10 +148591,10 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *641 - required: *642 + properties: *639 + required: *640 nullable: true - sender: *635 + sender: *633 required: - action - project_card @@ -148690,9 +148684,9 @@ x-webhooks: - from required: - note - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 project_card: title: Project Card type: object @@ -148810,8 +148804,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - changes @@ -148902,9 +148896,9 @@ x-webhooks: - from required: - column_id - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 project_card: allOf: - title: Project Card @@ -149092,8 +149086,8 @@ x-webhooks: type: string required: - after_id - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - project_card @@ -149170,9 +149164,9 @@ x-webhooks: type: string enum: - closed - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 project: title: Project type: object @@ -149295,8 +149289,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - project @@ -149373,9 +149367,9 @@ x-webhooks: type: string enum: - created - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 project_column: title: Project Column type: object @@ -149415,8 +149409,8 @@ x-webhooks: - name - created_at - updated_at - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - project_column @@ -149492,9 +149486,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 project_column: title: Project Column type: object @@ -149540,10 +149534,10 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *641 - required: *642 + properties: *639 + required: *640 nullable: true - sender: *635 + sender: *633 required: - action - project_column @@ -149629,9 +149623,9 @@ x-webhooks: type: string required: - from - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 project_column: title: Project Column type: object @@ -149671,8 +149665,8 @@ x-webhooks: - name - created_at - updated_at - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - changes @@ -149749,9 +149743,9 @@ x-webhooks: type: string enum: - moved - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 project_column: title: Project Column type: object @@ -149791,8 +149785,8 @@ x-webhooks: - name - created_at - updated_at - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - project_column @@ -149869,9 +149863,9 @@ x-webhooks: type: string enum: - created - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 project: title: Project type: object @@ -149994,8 +149988,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - project @@ -150072,9 +150066,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 project: title: Project type: object @@ -150203,10 +150197,10 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *641 - required: *642 + properties: *639 + required: *640 nullable: true - sender: *635 + sender: *633 required: - action - project @@ -150304,9 +150298,9 @@ x-webhooks: type: string required: - from - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 project: title: Project type: object @@ -150429,8 +150423,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - project @@ -150506,9 +150500,9 @@ x-webhooks: type: string enum: - reopened - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 project: title: Project type: object @@ -150631,8 +150625,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - project @@ -150711,9 +150705,9 @@ x-webhooks: type: string enum: - closed - installation: *632 - organization: *633 - projects_v2: &646 + installation: *630 + organization: *631 + projects_v2: &644 title: Projects v2 Project description: A projects v2 project type: object @@ -150776,7 +150770,7 @@ x-webhooks: - short_description - deleted_at - deleted_by - sender: *635 + sender: *633 required: - action - projects_v2 @@ -150855,10 +150849,10 @@ x-webhooks: type: string enum: - created - installation: *632 - organization: *633 - projects_v2: *646 - sender: *635 + installation: *630 + organization: *631 + projects_v2: *644 + sender: *633 required: - action - projects_v2 @@ -150937,10 +150931,10 @@ x-webhooks: type: string enum: - deleted - installation: *632 - organization: *633 - projects_v2: *646 - sender: *635 + installation: *630 + organization: *631 + projects_v2: *644 + sender: *633 required: - action - projects_v2 @@ -151055,10 +151049,10 @@ x-webhooks: type: string to: type: string - installation: *632 - organization: *633 - projects_v2: *646 - sender: *635 + installation: *630 + organization: *631 + projects_v2: *644 + sender: *633 required: - action - projects_v2 @@ -151153,9 +151147,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *632 - organization: *633 - projects_v2_item: &647 + installation: *630 + organization: *631 + projects_v2_item: &645 title: Projects v2 Item description: An item belonging to a project type: object @@ -151197,7 +151191,7 @@ x-webhooks: - created_at - updated_at - archived_at - sender: *635 + sender: *633 required: - action - projects_v2_item @@ -151288,10 +151282,10 @@ x-webhooks: nullable: true to: type: string - installation: *632 - organization: *633 - projects_v2_item: *647 - sender: *635 + installation: *630 + organization: *631 + projects_v2_item: *645 + sender: *633 required: - action - projects_v2_item @@ -151371,10 +151365,10 @@ x-webhooks: type: string enum: - created - installation: *632 - organization: *633 - projects_v2_item: *647 - sender: *635 + installation: *630 + organization: *631 + projects_v2_item: *645 + sender: *633 required: - action - projects_v2_item @@ -151453,10 +151447,10 @@ x-webhooks: type: string enum: - deleted - installation: *632 - organization: *633 - projects_v2_item: *647 - sender: *635 + installation: *630 + organization: *631 + projects_v2_item: *645 + sender: *633 required: - action - projects_v2_item @@ -151563,10 +151557,10 @@ x-webhooks: nullable: true required: - body - installation: *632 - organization: *633 - projects_v2_item: *647 - sender: *635 + installation: *630 + organization: *631 + projects_v2_item: *645 + sender: *633 required: - action - projects_v2_item @@ -151659,10 +151653,10 @@ x-webhooks: to: type: string nullable: true - installation: *632 - organization: *633 - projects_v2_item: *647 - sender: *635 + installation: *630 + organization: *631 + projects_v2_item: *645 + sender: *633 required: - action - projects_v2_item @@ -151757,10 +151751,10 @@ x-webhooks: type: string nullable: true format: date-time - installation: *632 - organization: *633 - projects_v2_item: *647 - sender: *635 + installation: *630 + organization: *631 + projects_v2_item: *645 + sender: *633 required: - action - projects_v2_item @@ -151840,10 +151834,10 @@ x-webhooks: type: string enum: - reopened - installation: *632 - organization: *633 - projects_v2: *646 - sender: *635 + installation: *630 + organization: *631 + projects_v2: *644 + sender: *633 required: - action - projects_v2 @@ -151913,11 +151907,11 @@ x-webhooks: title: public event type: object properties: - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - repository - sender @@ -152060,12 +152054,12 @@ x-webhooks: required: - login - id - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -154321,8 +154315,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -154403,11 +154397,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -156660,8 +156654,8 @@ x-webhooks: - draft reason: type: string - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -156742,11 +156736,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -159000,8 +158994,8 @@ x-webhooks: - draft reason: type: string - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -159082,15 +159076,15 @@ x-webhooks: type: string enum: - closed - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: allOf: - - *494 + - *492 - type: object properties: allow_auto_merge: @@ -159152,8 +159146,8 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -159233,15 +159227,15 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: allOf: - - *494 + - *492 - type: object properties: allow_auto_merge: @@ -159303,8 +159297,8 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -159383,12 +159377,12 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *631 - milestone: *477 + enterprise: *629 + milestone: *475 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -161629,8 +161623,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -161708,11 +161702,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -163956,8 +163950,8 @@ x-webhooks: - draft reason: type: string - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -164079,15 +164073,15 @@ x-webhooks: type: string required: - from - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: allOf: - - *494 + - *492 - type: object properties: allow_auto_merge: @@ -164149,8 +164143,8 @@ x-webhooks: Please use `squash_merge_commit_title` instead. type: boolean default: false - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - changes @@ -164229,11 +164223,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -166475,8 +166469,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -166555,8 +166549,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 label: title: Label type: object @@ -166592,7 +166586,7 @@ x-webhooks: number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -168849,8 +168843,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -168930,12 +168924,12 @@ x-webhooks: type: string enum: - locked - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -171190,8 +171184,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -171270,12 +171264,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *631 - milestone: *477 + enterprise: *629 + milestone: *475 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -173516,8 +173510,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -173595,15 +173589,15 @@ x-webhooks: type: string enum: - opened - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: allOf: - - *494 + - *492 - type: object properties: allow_auto_merge: @@ -173665,8 +173659,8 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -173746,15 +173740,15 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: allOf: - - *494 + - *492 - type: object properties: allow_auto_merge: @@ -173816,8 +173810,8 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -173896,15 +173890,15 @@ x-webhooks: type: string enum: - reopened - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: allOf: - - *494 + - *492 - type: object properties: allow_auto_merge: @@ -173966,8 +173960,8 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -174329,9 +174323,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 pull_request: type: object properties: @@ -176478,8 +176472,8 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - comment @@ -176840,9 +176834,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 pull_request: type: object properties: @@ -178977,8 +178971,8 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - comment @@ -179351,9 +179345,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 pull_request: type: object properties: @@ -181489,8 +181483,8 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - changes @@ -181570,9 +181564,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 pull_request: title: Simple Pull Request type: object @@ -183722,7 +183716,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *634 + repository: *632 review: description: The review that was affected. type: object @@ -183871,7 +183865,7 @@ x-webhooks: - pull_request_url - author_association - _links - sender: *635 + sender: *633 required: - action - review @@ -183962,9 +183956,9 @@ x-webhooks: type: string required: - from - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 pull_request: title: Simple Pull Request type: object @@ -185995,7 +185989,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *634 + repository: *632 review: description: The review that was affected. type: object @@ -186140,7 +186134,7 @@ x-webhooks: - pull_request_url - author_association - _links - sender: *635 + sender: *633 required: - action - changes @@ -186222,12 +186216,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -188483,7 +188477,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *634 + repository: *632 requested_reviewer: title: User type: object @@ -188551,7 +188545,7 @@ x-webhooks: required: - login - id - sender: *635 + sender: *633 required: - requested_reviewer - action @@ -188565,12 +188559,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -190833,7 +190827,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *634 + repository: *632 requested_team: title: Team description: Groups of organization members that gives permissions @@ -190943,7 +190937,7 @@ x-webhooks: - members_url - repositories_url - permission - sender: *635 + sender: *633 required: - requested_team - action @@ -191025,12 +191019,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -193288,7 +193282,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *634 + repository: *632 requested_reviewer: title: User type: object @@ -193357,7 +193351,7 @@ x-webhooks: required: - login - id - sender: *635 + sender: *633 required: - requested_reviewer - action @@ -193371,12 +193365,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -195625,7 +195619,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *634 + repository: *632 requested_team: title: Team description: Groups of organization members that gives permissions @@ -195726,7 +195720,7 @@ x-webhooks: required: - name - id - sender: *635 + sender: *633 required: - requested_team - action @@ -195806,9 +195800,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 pull_request: title: Simple Pull Request type: object @@ -197960,7 +197954,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *634 + repository: *632 review: description: The review that was affected. type: object @@ -198105,7 +198099,7 @@ x-webhooks: - pull_request_url - author_association - _links - sender: *635 + sender: *633 required: - action - review @@ -198184,9 +198178,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 pull_request: title: Simple Pull Request type: object @@ -200233,8 +200227,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *634 - sender: *635 + repository: *632 + sender: *633 thread: type: object properties: @@ -200613,9 +200607,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 pull_request: title: Simple Pull Request type: object @@ -202648,8 +202642,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *634 - sender: *635 + repository: *632 + sender: *633 thread: type: object properties: @@ -203031,12 +203025,12 @@ x-webhooks: type: string before: type: string - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -205282,8 +205276,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -205432,12 +205426,12 @@ x-webhooks: required: - login - id - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -207695,8 +207689,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -207774,8 +207768,8 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 label: title: Label type: object @@ -207811,7 +207805,7 @@ x-webhooks: number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -210059,8 +210053,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -210140,12 +210134,12 @@ x-webhooks: type: string enum: - unlocked - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -212385,8 +212379,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -212582,7 +212576,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *631 + enterprise: *629 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -212674,8 +212668,8 @@ x-webhooks: - url - author - committer - installation: *632 - organization: *633 + installation: *630 + organization: *631 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -213155,7 +213149,7 @@ x-webhooks: - default_branch - topics - visibility - sender: *635 + sender: *633 required: - ref - before @@ -213240,9 +213234,9 @@ x-webhooks: type: string enum: - published - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 registry_package: type: object properties: @@ -213682,7 +213676,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *643 + items: *641 summary: type: string tag_name: @@ -213736,8 +213730,8 @@ x-webhooks: - owner - package_version - registry - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - registry_package @@ -213813,9 +213807,9 @@ x-webhooks: type: string enum: - updated - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 registry_package: type: object properties: @@ -214117,7 +214111,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *643 + items: *641 summary: type: string tag_name: @@ -214166,8 +214160,8 @@ x-webhooks: - owner - package_version - registry - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - registry_package @@ -214243,9 +214237,9 @@ x-webhooks: type: string enum: - created - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -214549,8 +214543,8 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - release @@ -214626,9 +214620,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -214932,8 +214926,8 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - release @@ -215040,9 +215034,9 @@ x-webhooks: type: boolean required: - to - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -215346,8 +215340,8 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - changes @@ -215424,9 +215418,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 release: allOf: - title: Release @@ -215820,8 +215814,8 @@ x-webhooks: nullable: true required: - prerelease - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - release @@ -215896,9 +215890,9 @@ x-webhooks: type: string enum: - published - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 release: allOf: - title: Release @@ -216289,8 +216283,8 @@ x-webhooks: nullable: true required: - published_at - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - release @@ -216365,9 +216359,9 @@ x-webhooks: type: string enum: - released - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -216671,8 +216665,8 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - release @@ -216747,9 +216741,9 @@ x-webhooks: type: string enum: - unpublished - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 release: allOf: - title: Release @@ -217139,8 +217133,8 @@ x-webhooks: nullable: true required: - published_at - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - release @@ -217215,12 +217209,12 @@ x-webhooks: type: string enum: - published - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - repository_advisory: *541 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + repository_advisory: *539 + sender: *633 required: - action - repository @@ -217295,12 +217289,12 @@ x-webhooks: type: string enum: - reported - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - repository_advisory: *541 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + repository_advisory: *539 + sender: *633 required: - action - repository @@ -217375,11 +217369,11 @@ x-webhooks: type: string enum: - archived - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - repository @@ -217455,11 +217449,11 @@ x-webhooks: type: string enum: - created - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - repository @@ -217536,11 +217530,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - repository @@ -217623,11 +217617,11 @@ x-webhooks: type: object nullable: true additionalProperties: true - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - branch @@ -217738,11 +217732,11 @@ x-webhooks: nullable: true items: type: string - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - changes @@ -217813,11 +217807,11 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 status: type: string enum: @@ -217897,11 +217891,11 @@ x-webhooks: type: string enum: - privatized - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - repository @@ -217977,11 +217971,11 @@ x-webhooks: type: string enum: - publicized - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - repository @@ -218074,11 +218068,11 @@ x-webhooks: - name required: - repository - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - changes @@ -218157,12 +218151,12 @@ x-webhooks: type: string enum: - created - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - repository_ruleset: *234 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + repository_ruleset: *232 + sender: *633 required: - action - repository_ruleset @@ -218239,12 +218233,12 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - repository_ruleset: *234 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + repository_ruleset: *232 + sender: *633 required: - action - repository_ruleset @@ -218321,11 +218315,11 @@ x-webhooks: type: string enum: - edited - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - repository_ruleset: *234 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + repository_ruleset: *232 changes: type: object properties: @@ -218344,16 +218338,16 @@ x-webhooks: properties: added: type: array - items: *229 + items: *227 deleted: type: array - items: *229 + items: *227 updated: type: array items: type: object properties: - condition: *229 + condition: *227 changes: type: object properties: @@ -218386,16 +218380,16 @@ x-webhooks: properties: added: type: array - items: *233 + items: *231 deleted: type: array - items: *233 + items: *231 updated: type: array items: type: object properties: - rule: *233 + rule: *231 changes: type: object properties: @@ -218414,7 +218408,7 @@ x-webhooks: properties: from: type: string - sender: *635 + sender: *633 required: - action - repository_ruleset @@ -218626,11 +218620,11 @@ x-webhooks: - from required: - owner - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - changes @@ -218707,11 +218701,11 @@ x-webhooks: type: string enum: - unarchived - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - repository @@ -218942,11 +218936,11 @@ x-webhooks: - open required: - state - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - alert @@ -219256,11 +219250,11 @@ x-webhooks: - dismiss_reason - dismissed_at - state - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - alert @@ -219491,11 +219485,11 @@ x-webhooks: - open required: - state - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - alert @@ -219731,11 +219725,11 @@ x-webhooks: - open required: - state - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - alert @@ -219812,7 +219806,7 @@ x-webhooks: type: string enum: - created - alert: &648 + alert: &646 type: object properties: number: *70 @@ -219880,11 +219874,11 @@ x-webhooks: description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' nullable: true - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - alert @@ -219964,12 +219958,12 @@ x-webhooks: type: string enum: - created - alert: *648 - installation: *632 - location: *649 - organization: *633 - repository: *634 - sender: *635 + alert: *646 + installation: *630 + location: *647 + organization: *631 + repository: *632 + sender: *633 required: - location - alert @@ -220204,12 +220198,12 @@ x-webhooks: type: string enum: - reopened - alert: *648 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + alert: *646 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - alert @@ -220286,12 +220280,12 @@ x-webhooks: type: string enum: - resolved - alert: *648 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + alert: *646 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - alert @@ -220368,12 +220362,12 @@ x-webhooks: type: string enum: - revoked - alert: *648 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + alert: *646 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - alert @@ -220448,10 +220442,10 @@ x-webhooks: type: string enum: - published - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -220562,7 +220556,7 @@ x-webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *635 + sender: *633 required: - action - security_advisory @@ -220635,10 +220629,10 @@ x-webhooks: type: string enum: - updated - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -220749,7 +220743,7 @@ x-webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *635 + sender: *633 required: - action - security_advisory @@ -220821,10 +220815,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -220934,7 +220928,7 @@ x-webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *635 + sender: *633 required: - action - security_advisory @@ -221007,12 +221001,12 @@ x-webhooks: from: type: object properties: - security_and_analysis: *291 - enterprise: *631 - installation: *632 - organization: *633 - repository: *293 - sender: *635 + security_and_analysis: *289 + enterprise: *629 + installation: *630 + organization: *631 + repository: *291 + sender: *633 required: - changes - repository @@ -221089,11 +221083,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 sponsorship: type: object properties: @@ -221389,11 +221383,11 @@ x-webhooks: type: string enum: - created - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 sponsorship: type: object properties: @@ -221703,11 +221697,11 @@ x-webhooks: type: string required: - from - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 sponsorship: type: object properties: @@ -222011,11 +222005,11 @@ x-webhooks: event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 sponsorship: type: object properties: @@ -222360,11 +222354,11 @@ x-webhooks: event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 sponsorship: type: object properties: @@ -222707,11 +222701,11 @@ x-webhooks: - from required: - tier - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 sponsorship: type: object properties: @@ -223007,11 +223001,11 @@ x-webhooks: type: string enum: - created - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 starred_at: description: 'The time the star was created. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. Will be `null` for @@ -223093,11 +223087,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 starred_at: description: 'The time the star was created. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. Will be `null` for @@ -223512,16 +223506,16 @@ x-webhooks: status. type: string nullable: true - enterprise: *631 + enterprise: *629 id: description: The unique identifier of the status. type: integer - installation: *632 + installation: *630 name: type: string - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 sha: description: The Commit SHA. type: string @@ -223622,11 +223616,11 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 team: title: Team description: Groups of organization members that gives permissions @@ -223817,9 +223811,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 repository: title: Repository description: A git repository @@ -224267,7 +224261,7 @@ x-webhooks: - default_branch - topics - visibility - sender: *635 + sender: *633 team: title: Team description: Groups of organization members that gives permissions @@ -224458,9 +224452,9 @@ x-webhooks: type: string enum: - created - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 repository: title: Repository description: A git repository @@ -224908,7 +224902,7 @@ x-webhooks: - default_branch - topics - visibility - sender: *635 + sender: *633 team: title: Team description: Groups of organization members that gives permissions @@ -225100,9 +225094,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 repository: title: Repository description: A git repository @@ -225550,7 +225544,7 @@ x-webhooks: - default_branch - topics - visibility - sender: *635 + sender: *633 team: title: Team description: Groups of organization members that gives permissions @@ -225809,9 +225803,9 @@ x-webhooks: - from required: - permissions - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 repository: title: Repository description: A git repository @@ -226259,7 +226253,7 @@ x-webhooks: - default_branch - topics - visibility - sender: *635 + sender: *633 team: title: Team description: Groups of organization members that gives permissions @@ -226452,9 +226446,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 repository: title: Repository description: A git repository @@ -226902,7 +226896,7 @@ x-webhooks: - default_branch - topics - visibility - sender: *635 + sender: *633 team: title: Team description: Groups of organization members that gives permissions @@ -227090,11 +227084,11 @@ x-webhooks: type: string enum: - created - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 user: title: User type: object @@ -227229,11 +227223,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 user: title: User type: object @@ -227371,11 +227365,11 @@ x-webhooks: type: string enum: - started - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - repository @@ -227447,17 +227441,17 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *631 + enterprise: *629 inputs: type: object nullable: true additionalProperties: true - installation: *632 - organization: *633 + installation: *630 + organization: *631 ref: type: string - repository: *634 - sender: *635 + repository: *632 + sender: *633 workflow: type: string required: @@ -227538,11 +227532,11 @@ x-webhooks: type: string enum: - completed - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 workflow_job: allOf: - title: Workflow Job @@ -227778,7 +227772,7 @@ x-webhooks: type: string required: - conclusion - deployment: *413 + deployment: *411 required: - action - repository @@ -227857,11 +227851,11 @@ x-webhooks: type: string enum: - in_progress - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 workflow_job: allOf: - title: Workflow Job @@ -228120,7 +228114,7 @@ x-webhooks: required: - status - steps - deployment: *413 + deployment: *411 required: - action - repository @@ -228199,11 +228193,11 @@ x-webhooks: type: string enum: - queued - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 workflow_job: type: object properties: @@ -228337,7 +228331,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *413 + deployment: *411 required: - action - repository @@ -228416,11 +228410,11 @@ x-webhooks: type: string enum: - waiting - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 workflow_job: type: object properties: @@ -228555,7 +228549,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *413 + deployment: *411 required: - action - repository @@ -228635,11 +228629,11 @@ x-webhooks: type: string enum: - completed - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 workflow: title: Workflow type: object @@ -230125,11 +230119,11 @@ x-webhooks: type: string enum: - in_progress - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 workflow: title: Workflow type: object @@ -231615,11 +231609,11 @@ x-webhooks: type: string enum: - requested - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 workflow: title: Workflow type: object diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index 6742bf0b6e..667467df7f 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -117970,89 +117970,8 @@ } }, "responses": { - "200": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "type": "array", - "items": { - "title": "Organization Repository Custom Property Values", - "description": "List of custom property values for a repository", - "type": "object", - "properties": { - "repository_id": { - "type": "integer", - "example": 1296269 - }, - "repository_name": { - "type": "string", - "example": "Hello-World" - }, - "repository_full_name": { - "type": "string", - "example": "octocat/Hello-World" - }, - "properties": { - "type": "array", - "items": { - "title": "Custom Property Value", - "description": "Custom property name and associated value", - "type": "object", - "properties": { - "property_name": { - "type": "string", - "description": "The name of the property" - }, - "value": { - "type": "string", - "description": "The value assigned to the property", - "nullable": true - } - }, - "required": [ - "property_name", - "value" - ] - }, - "description": "List of custom property names and associated values" - } - }, - "required": [ - "repository_id", - "repository_name", - "repository_full_name", - "properties" - ] - } - }, - "examples": { - "default": { - "value": [ - { - "repository_id": 1296269, - "repository_name": "Hello-World", - "repository_full_name": "octocat/Hello-World", - "properties": [ - { - "property_name": "environment", - "value": "production" - }, - { - "property_name": "service", - "value": "web" - }, - { - "property_name": "team", - "value": "octocat" - } - ] - } - ] - } - } - } - } + "204": { + "description": "No Content when custom property values are successfully created or updated" }, "403": { "description": "Forbidden", diff --git a/descriptions/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 406cf19070..aa9166a1aa 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -594,7 +594,7 @@ paths: type: object nullable: true properties: - ecosystem: &242 + ecosystem: &240 type: string description: The package's language or package management ecosystem. @@ -778,7 +778,7 @@ paths: - subscriptions_url - type - url - type: &243 + type: &241 type: string description: The type of credit the user is receiving. enum: @@ -934,7 +934,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &543 + - &541 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1558,7 +1558,7 @@ paths: application/json: schema: *2 application/scim+json: - schema: &555 + schema: &553 title: Scim Error description: Scim Error type: object @@ -2638,7 +2638,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &278 + properties: &276 id: description: Unique identifier of the repository example: 42 @@ -3341,7 +3341,7 @@ paths: type: boolean description: Whether anonymous git access is enabled for this repository - required: &279 + required: &277 - archive_url - assignees_url - blobs_url @@ -9738,7 +9738,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &359 + instances_url: &357 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -9772,7 +9772,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &360 + dismissed_reason: &358 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -9782,13 +9782,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &361 + dismissed_comment: &359 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &364 + rule: &362 type: object properties: id: @@ -9841,7 +9841,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &362 + tool: &360 type: object properties: name: *67 @@ -9851,15 +9851,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *68 - most_recent_instance: &363 + most_recent_instance: &361 type: object properties: - ref: &357 + ref: &355 type: string description: |- The full Git reference, formatted as `refs/heads/`, `refs/pull//merge`, or `refs/pull//head`. - analysis_key: &368 + analysis_key: &366 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -9870,7 +9870,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &369 + category: &367 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -10907,7 +10907,7 @@ paths: enum: - development - runtime - security_advisory: &405 + security_advisory: &403 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -11137,7 +11137,7 @@ paths: nullable: true maxLength: 280 fixed_at: *78 - auto_dismissed_at: &406 + auto_dismissed_at: &404 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -11553,7 +11553,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *39 - - &236 + - &234 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -11564,7 +11564,7 @@ paths: enum: - open - resolved - - &237 + - &235 name: secret_type in: query description: |- @@ -11574,7 +11574,7 @@ paths: required: false schema: type: string - - &238 + - &236 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -11583,7 +11583,7 @@ paths: required: false schema: type: string - - &239 + - &237 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -11606,7 +11606,7 @@ paths: application/json: schema: type: array - items: &240 + items: &238 type: object properties: number: *70 @@ -11625,14 +11625,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &538 + state: &536 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: &539 + resolution: &537 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -11691,7 +11691,7 @@ paths: alert was closed nullable: true examples: - default: &241 + default: &239 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -11922,7 +11922,7 @@ paths: description: Response content: application/json: - schema: &248 + schema: &246 type: object properties: total_minutes_used: @@ -11992,7 +11992,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &249 + default: &247 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -12030,7 +12030,7 @@ paths: description: Success content: application/json: - schema: &250 + schema: &248 type: object properties: total_advanced_security_committers: @@ -12070,7 +12070,7 @@ paths: required: - repositories examples: - default: &251 + default: &249 value: total_advanced_security_committers: 2 total_count: 2 @@ -12087,7 +12087,7 @@ paths: advanced_security_committers_breakdown: - user_login: octokitten last_pushed_date: '2021-10-26' - '403': &252 + '403': &250 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -12120,7 +12120,7 @@ paths: description: Response content: application/json: - schema: &253 + schema: &251 type: object properties: total_gigabytes_bandwidth_used: @@ -12138,7 +12138,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &254 + default: &252 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -12170,7 +12170,7 @@ paths: description: Response content: application/json: - schema: &255 + schema: &253 type: object properties: days_left_in_billing_cycle: @@ -12188,7 +12188,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &256 + default: &254 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -12332,7 +12332,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &451 + properties: &449 id: type: integer format: int64 @@ -12443,7 +12443,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &390 + properties: &388 url: type: string format: uri @@ -12513,7 +12513,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &391 + required: &389 - closed_issues - creator - description @@ -12654,7 +12654,7 @@ paths: - hooray - eyes - rocket - required: &452 + required: &450 - assignee - closed_at - comments @@ -12676,7 +12676,7 @@ paths: - author_association - created_at - updated_at - comment: &449 + comment: &447 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -13232,7 +13232,7 @@ paths: url: type: string format: uri - user: &594 + user: &592 title: Public User description: Public User type: object @@ -16417,14 +16417,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &276 + - &274 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &277 + - &275 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -16495,7 +16495,7 @@ paths: '404': *6 '403': *28 '304': *36 - '301': &292 + '301': &290 description: Moved permanently content: application/json: @@ -16517,7 +16517,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &480 + - &478 name: all description: If `true`, show notifications marked as read. in: query @@ -16525,7 +16525,7 @@ paths: schema: type: boolean default: false - - &481 + - &479 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -16535,7 +16535,7 @@ paths: type: boolean default: false - *87 - - &482 + - &480 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: @@ -16845,7 +16845,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &291 + security_and_analysis: &289 nullable: true type: object properties: @@ -16973,7 +16973,7 @@ paths: - url - subscription_url examples: - default: &483 + default: &481 value: - id: '1' repository: @@ -17497,7 +17497,7 @@ paths: type: array items: *51 examples: - default: &612 + default: &610 value: - login: github id: 1 @@ -18223,7 +18223,7 @@ paths: oneOf: - *117 - *118 - '409': &314 + '409': &312 description: Conflict content: application/json: @@ -18322,7 +18322,7 @@ paths: type: integer repository_cache_usages: type: array - items: &297 + items: &295 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -18573,7 +18573,7 @@ paths: type: array items: *56 examples: - default: &606 + default: &604 value: total_count: 1 repositories: @@ -19331,7 +19331,7 @@ paths: type: array items: *131 examples: - default: &597 + default: &595 value: total_count: 1 repositories: @@ -20388,7 +20388,7 @@ paths: description: Response content: application/json: - schema: &318 + schema: &316 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -20417,7 +20417,7 @@ paths: - key_id - key examples: - default: &319 + default: &317 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -20832,7 +20832,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *114 - - &302 + - &300 name: per_page description: The number of results per page (max 30). in: query @@ -21602,7 +21602,7 @@ paths: be returned. in: query required: false - schema: &358 + schema: &356 type: string description: Severity of a code scanning alert. enum: @@ -21693,7 +21693,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &376 + properties: &374 name: type: string description: The name of the machine. @@ -21735,7 +21735,7 @@ paths: - ready - in_progress nullable: true - required: &377 + required: &375 - name - display_name - operating_system @@ -22605,7 +22605,7 @@ paths: - updated_at - visibility examples: - default: &378 + default: &376 value: total_count: 2 secrets: @@ -22644,7 +22644,7 @@ paths: description: Response content: application/json: - schema: &379 + schema: &377 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -22673,7 +22673,7 @@ paths: - key_id - key examples: - default: &380 + default: &378 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -22704,7 +22704,7 @@ paths: application/json: schema: *160 examples: - default: &382 + default: &380 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -23206,7 +23206,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &244 + properties: &242 id: description: Unique identifier of the team type: integer @@ -23262,7 +23262,7 @@ paths: maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string - required: &245 + required: &243 - id - node_id - url @@ -24650,7 +24650,7 @@ paths: description: Response content: application/json: - schema: &409 + schema: &407 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -24667,7 +24667,7 @@ paths: - key_id - key examples: - default: &410 + default: &408 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -25233,7 +25233,7 @@ paths: description: Response content: application/json: - schema: &271 + schema: &269 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -25314,7 +25314,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &272 + default: &270 value: group_id: '123' group_name: Octocat admins @@ -25369,7 +25369,7 @@ paths: description: Response content: application/json: - schema: &269 + schema: &267 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -25406,7 +25406,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &270 + default: &268 value: groups: - group_id: '123' @@ -25561,7 +25561,7 @@ paths: application/json: schema: type: array - items: &227 + items: &225 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -25575,7 +25575,7 @@ paths: - name - description examples: - default: &228 + default: &226 value: - name: add_assignee description: Assign or remove a user @@ -26161,7 +26161,7 @@ paths: application/json: schema: *21 examples: - default: &445 + default: &443 value: id: 1 account: @@ -26381,7 +26381,7 @@ paths: required: true content: application/json: - schema: &446 + schema: &444 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration @@ -26660,7 +26660,7 @@ paths: type: array items: *161 examples: - default: &246 + default: &244 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -26981,7 +26981,7 @@ paths: application/json: schema: *197 examples: - default: &375 + default: &373 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -28199,7 +28199,7 @@ paths: parameters: - *114 - *204 - - &611 + - &609 name: repo_name description: repo_name parameter in: path @@ -28532,7 +28532,7 @@ paths: - nuget - container - *114 - - &613 + - &611 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -28571,7 +28571,7 @@ paths: default: *206 '403': *28 '401': *24 - '400': &615 + '400': &613 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -29916,7 +29916,7 @@ paths: '401': *24 '403': *28 '404': *6 - '410': &289 + '410': &287 description: Gone content: application/json: @@ -30231,7 +30231,7 @@ paths: application/json: schema: type: array - items: &225 + items: title: Organization Repository Custom Property Values description: List of custom property values for a repository type: object @@ -30269,7 +30269,7 @@ paths: - repository_full_name - properties examples: - default: &226 + default: value: - repository_id: 1296269 repository_name: Hello-World @@ -30346,15 +30346,9 @@ paths: - property_name: team value: octocat responses: - '200': - description: Response - content: - application/json: - schema: - type: array - items: *225 - examples: - default: *226 + '204': + description: No Content when custom property values are successfully created + or updated '403': *28 '404': *6 x-github: @@ -30725,7 +30719,7 @@ paths: application/json: schema: *56 examples: - default: &617 + default: &615 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -30880,9 +30874,9 @@ paths: application/json: schema: type: array - items: *227 + items: *225 examples: - default: *228 + default: *226 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -30914,7 +30908,7 @@ paths: application/json: schema: type: array - items: &234 + items: &232 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -30946,7 +30940,7 @@ paths: source: type: string description: The name of the source - enforcement: &230 + enforcement: &228 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -30958,7 +30952,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &231 + items: &229 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -31016,7 +31010,7 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - &229 + - &227 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -31040,7 +31034,7 @@ paths: match. items: type: string - - &232 + - &230 title: Organization ruleset conditions type: object description: 'Conditions for an organization ruleset. The @@ -31055,7 +31049,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *229 + - *227 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -31089,7 +31083,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *229 + - *227 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -31108,12 +31102,12 @@ paths: - repository_id rules: type: array - items: &233 + items: &231 title: Repository Rule type: object description: A repository rule. oneOf: - - &511 + - &509 title: creation description: Only allow users with bypass permission to create matching refs. @@ -31125,7 +31119,7 @@ paths: type: string enum: - creation - - &512 + - &510 title: update description: Only allow users with bypass permission to update matching refs. @@ -31146,7 +31140,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &514 + - &512 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -31158,7 +31152,7 @@ paths: type: string enum: - deletion - - &515 + - &513 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -31170,7 +31164,7 @@ paths: type: string enum: - required_linear_history - - &516 + - &514 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be merged into a branch that @@ -31194,7 +31188,7 @@ paths: type: string required: - required_deployment_environments - - &517 + - &515 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -31206,7 +31200,7 @@ paths: type: string enum: - required_signatures - - &518 + - &516 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -31252,7 +31246,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &519 + - &517 title: required_status_checks description: Choose which status checks must pass before branches can be merged into a branch that matches this @@ -31297,7 +31291,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &520 + - &518 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -31309,7 +31303,7 @@ paths: type: string enum: - non_fast_forward - - &521 + - &519 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -31345,7 +31339,7 @@ paths: required: - operator - pattern - - &522 + - &520 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -31381,7 +31375,7 @@ paths: required: - operator - pattern - - &523 + - &521 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -31417,7 +31411,7 @@ paths: required: - operator - pattern - - &524 + - &522 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -31453,7 +31447,7 @@ paths: required: - operator - pattern - - &525 + - &523 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -31489,7 +31483,7 @@ paths: required: - operator - pattern - - &526 + - &524 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -31604,16 +31598,16 @@ paths: enum: - branch - tag - enforcement: *230 + enforcement: *228 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *231 - conditions: *232 + items: *229 + conditions: *230 rules: type: array description: An array of rules within the ruleset. - items: *233 + items: *231 required: - name - enforcement @@ -31651,9 +31645,9 @@ paths: description: Response content: application/json: - schema: *234 + schema: *232 examples: - default: &235 + default: &233 value: id: 21 name: super cool ruleset @@ -31714,7 +31708,7 @@ paths: in: query schema: type: integer - - &527 + - &525 name: time_period description: |- The time period to filter by. @@ -31730,14 +31724,14 @@ paths: - week - month default: day - - &528 + - &526 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 - - &529 + - &527 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -31757,7 +31751,7 @@ paths: description: Response content: application/json: - schema: &530 + schema: &528 title: Rule Suites description: Response type: array @@ -31811,7 +31805,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &531 + default: &529 value: - id: 21 actor_id: 12 @@ -31855,7 +31849,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *114 - - &532 + - &530 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -31871,7 +31865,7 @@ paths: description: Response content: application/json: - schema: &533 + schema: &531 title: Rule Suite description: Response type: object @@ -31963,7 +31957,7 @@ paths: type: string description: Any associated details with the rule evaluation. examples: - default: &534 + default: &532 value: id: 21 actor_id: 12 @@ -32032,9 +32026,9 @@ paths: description: Response content: application/json: - schema: *234 + schema: *232 examples: - default: *235 + default: *233 '404': *6 '500': *159 put: @@ -32076,16 +32070,16 @@ paths: enum: - branch - tag - enforcement: *230 + enforcement: *228 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *231 - conditions: *232 + items: *229 + conditions: *230 rules: description: An array of rules within the ruleset. type: array - items: *233 + items: *231 examples: default: value: @@ -32120,9 +32114,9 @@ paths: description: Response content: application/json: - schema: *234 + schema: *232 examples: - default: *235 + default: *233 '404': *6 '500': *159 delete: @@ -32169,14 +32163,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *114 + - *234 + - *235 - *236 - *237 - - *238 - - *239 - *66 - *19 - *17 - - &536 + - &534 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -32186,7 +32180,7 @@ paths: required: false schema: type: string - - &537 + - &535 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -32203,9 +32197,9 @@ paths: application/json: schema: type: array - items: *240 + items: *238 examples: - default: *241 + default: *239 headers: Link: *38 '404': *6 @@ -32272,7 +32266,7 @@ paths: application/json: schema: type: array - items: &541 + items: &539 description: A repository security advisory. type: object properties: @@ -32412,7 +32406,7 @@ paths: type: object nullable: true properties: - ecosystem: *242 + ecosystem: *240 name: type: string description: The unique package name within its ecosystem. @@ -32491,7 +32485,7 @@ paths: login: type: string description: The username of the user credited. - type: *243 + type: *241 credits_detailed: type: array nullable: true @@ -32501,7 +32495,7 @@ paths: type: object properties: user: *18 - type: *243 + type: *241 state: type: string description: The state of the user's acceptance of the @@ -32562,7 +32556,7 @@ paths: - private_fork additionalProperties: false examples: - default: &542 + default: &540 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -32938,15 +32932,15 @@ paths: application/json: schema: type: array - items: &490 + items: &488 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *244 - required: *245 + properties: *242 + required: *243 examples: - default: *246 + default: *244 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32970,7 +32964,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - *114 - - &247 + - &245 name: team_slug description: The slug of the team name. in: path @@ -33005,7 +32999,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - *114 - - *247 + - *245 responses: '204': description: Response @@ -33037,9 +33031,9 @@ paths: description: Response content: application/json: - schema: *248 + schema: *246 examples: - default: *249 + default: *247 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -33071,10 +33065,10 @@ paths: description: Success content: application/json: - schema: *250 + schema: *248 examples: - default: *251 - '403': *252 + default: *249 + '403': *250 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -33102,9 +33096,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *251 examples: - default: *254 + default: *252 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -33132,9 +33126,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *253 examples: - default: *256 + default: *254 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -33170,7 +33164,7 @@ paths: description: Response content: application/json: - schema: &280 + schema: &278 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -33216,7 +33210,7 @@ paths: type: string nullable: true examples: - default: &281 + default: &279 value: groups: - group_id: '123' @@ -33261,7 +33255,7 @@ paths: type: array items: *161 examples: - default: *246 + default: *244 headers: Link: *38 '403': *28 @@ -33355,7 +33349,7 @@ paths: description: Response content: application/json: - schema: &257 + schema: &255 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -33418,8 +33412,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *244 - required: *245 + properties: *242 + required: *243 nullable: true members_count: type: integer @@ -33665,7 +33659,7 @@ paths: - repos_count - organization examples: - default: &258 + default: &256 value: id: 1 node_id: MDQ6VGVhbTE= @@ -33735,15 +33729,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - *114 - - *247 + - *245 responses: '200': description: Response content: application/json: - schema: *257 + schema: *255 examples: - default: *258 + default: *256 '404': *6 x-github: githubCloudOnly: false @@ -33764,7 +33758,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - *114 - - *247 + - *245 requestBody: required: false content: @@ -33826,16 +33820,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *257 + schema: *255 examples: - default: *258 + default: *256 '201': description: Response content: application/json: - schema: *257 + schema: *255 examples: - default: *258 + default: *256 '404': *6 '422': *15 '403': *28 @@ -33860,7 +33854,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - *114 - - *247 + - *245 responses: '204': description: Response @@ -33884,7 +33878,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - *114 - - *247 + - *245 - *66 - *17 - *19 @@ -33901,7 +33895,7 @@ paths: application/json: schema: type: array - items: &259 + items: &257 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -34000,7 +33994,7 @@ paths: - updated_at - url examples: - default: &584 + default: &582 value: - author: login: octocat @@ -34072,7 +34066,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - *114 - - *247 + - *245 requestBody: required: true content: @@ -34106,9 +34100,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *257 examples: - default: &260 + default: &258 value: author: login: octocat @@ -34178,8 +34172,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - *114 - - *247 - - &261 + - *245 + - &259 name: discussion_number description: The number that identifies the discussion. in: path @@ -34191,9 +34185,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *257 examples: - default: *260 + default: *258 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34213,8 +34207,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - *114 - - *247 - - *261 + - *245 + - *259 requestBody: required: false content: @@ -34237,9 +34231,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *257 examples: - default: &585 + default: &583 value: author: login: octocat @@ -34307,8 +34301,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - *114 - - *247 - - *261 + - *245 + - *259 responses: '204': description: Response @@ -34332,8 +34326,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - *114 - - *247 - - *261 + - *245 + - *259 - *66 - *17 - *19 @@ -34344,7 +34338,7 @@ paths: application/json: schema: type: array - items: &262 + items: &260 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -34416,7 +34410,7 @@ paths: - updated_at - url examples: - default: &586 + default: &584 value: - author: login: octocat @@ -34482,8 +34476,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - *114 - - *247 - - *261 + - *245 + - *259 requestBody: required: true content: @@ -34505,9 +34499,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *260 examples: - default: &263 + default: &261 value: author: login: octocat @@ -34571,9 +34565,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - *114 - - *247 - - *261 - - &264 + - *245 + - *259 + - &262 name: comment_number description: The number that identifies the comment. in: path @@ -34585,9 +34579,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *260 examples: - default: *263 + default: *261 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34607,9 +34601,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - *114 - - *247 - - *261 - - *264 + - *245 + - *259 + - *262 requestBody: required: true content: @@ -34631,9 +34625,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *260 examples: - default: &587 + default: &585 value: author: login: octocat @@ -34695,9 +34689,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *114 - - *247 - - *261 - - *264 + - *245 + - *259 + - *262 responses: '204': description: Response @@ -34721,9 +34715,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *114 - - *247 - - *261 - - *264 + - *245 + - *259 + - *262 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -34749,7 +34743,7 @@ paths: application/json: schema: type: array - items: &265 + items: &263 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -34792,7 +34786,7 @@ paths: - content - created_at examples: - default: &267 + default: &265 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -34838,9 +34832,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *114 - - *247 - - *261 - - *264 + - *245 + - *259 + - *262 requestBody: required: true content: @@ -34873,9 +34867,9 @@ paths: team discussion comment content: application/json: - schema: *265 + schema: *263 examples: - default: &266 + default: &264 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -34904,9 +34898,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *263 examples: - default: *266 + default: *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34927,10 +34921,10 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *114 - - *247 - - *261 - - *264 - - &268 + - *245 + - *259 + - *262 + - &266 name: reaction_id description: The unique identifier of the reaction. in: path @@ -34960,8 +34954,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *114 - - *247 - - *261 + - *245 + - *259 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -34987,9 +34981,9 @@ paths: application/json: schema: type: array - items: *265 + items: *263 examples: - default: *267 + default: *265 headers: Link: *38 x-github: @@ -35011,8 +35005,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *114 - - *247 - - *261 + - *245 + - *259 requestBody: required: true content: @@ -35044,16 +35038,16 @@ paths: description: Response content: application/json: - schema: *265 + schema: *263 examples: - default: *266 + default: *264 '201': description: Response content: application/json: - schema: *265 + schema: *263 examples: - default: *266 + default: *264 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -35074,9 +35068,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - *114 - - *247 - - *261 - - *268 + - *245 + - *259 + - *266 responses: '204': description: Response @@ -35100,15 +35094,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - *114 - - *247 + - *245 responses: '200': description: Response content: application/json: - schema: *269 + schema: *267 examples: - default: *270 + default: *268 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -35128,7 +35122,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - *114 - - *247 + - *245 requestBody: required: true content: @@ -35151,9 +35145,9 @@ paths: description: Response content: application/json: - schema: *271 + schema: *269 examples: - default: *272 + default: *270 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -35173,7 +35167,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - *114 - - *247 + - *245 responses: '204': description: Response @@ -35197,7 +35191,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - *114 - - *247 + - *245 - *17 - *19 responses: @@ -35232,7 +35226,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - *114 - - *247 + - *245 - name: role description: Filters members returned by their role in the team. in: query @@ -35285,14 +35279,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - *114 - - *247 + - *245 - *153 responses: '200': description: Response content: application/json: - schema: &273 + schema: &271 title: Team Membership description: Team Membership type: object @@ -35319,7 +35313,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &588 + response-if-user-is-a-team-maintainer: &586 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -35354,7 +35348,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *114 - - *247 + - *245 - *153 requestBody: required: false @@ -35380,9 +35374,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *271 examples: - response-if-users-membership-with-team-is-now-pending: &589 + response-if-users-membership-with-team-is-now-pending: &587 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -35416,7 +35410,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - *114 - - *247 + - *245 - *153 responses: '204': @@ -35443,7 +35437,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - *114 - - *247 + - *245 - *17 - *19 responses: @@ -35453,7 +35447,7 @@ paths: application/json: schema: type: array - items: &274 + items: &272 title: Team Project description: A team's access to a project. type: object @@ -35521,7 +35515,7 @@ paths: - updated_at - permissions examples: - default: &590 + default: &588 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -35582,8 +35576,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - *114 - - *247 - - &275 + - *245 + - &273 name: project_id description: The unique identifier of the project. in: path @@ -35595,9 +35589,9 @@ paths: description: Response content: application/json: - schema: *274 + schema: *272 examples: - default: &591 + default: &589 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -35657,8 +35651,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - *114 - - *247 - - *275 + - *245 + - *273 requestBody: required: false content: @@ -35722,8 +35716,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - *114 - - *247 - - *275 + - *245 + - *273 responses: '204': description: Response @@ -35747,7 +35741,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - *114 - - *247 + - *245 - *17 - *19 responses: @@ -35786,15 +35780,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - *114 - - *247 - - *276 - - *277 + - *245 + - *274 + - *275 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &592 + schema: &590 title: Team Repository description: A team's access to a repository. type: object @@ -36100,8 +36094,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *278 - required: *279 + properties: *276 + required: *277 nullable: true temp_clone_token: type: string @@ -36489,9 +36483,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - *114 - - *247 - - *276 - - *277 + - *245 + - *274 + - *275 requestBody: required: false content: @@ -36537,9 +36531,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - *114 - - *247 - - *276 - - *277 + - *245 + - *274 + - *275 responses: '204': description: Response @@ -36565,15 +36559,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - *114 - - *247 + - *245 responses: '200': description: Response content: application/json: - schema: *280 + schema: *278 examples: - default: *281 + default: *279 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -36595,7 +36589,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - *114 - - *247 + - *245 requestBody: required: true content: @@ -36638,7 +36632,7 @@ paths: description: Response content: application/json: - schema: *280 + schema: *278 examples: default: value: @@ -36670,7 +36664,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - *114 - - *247 + - *245 - *17 - *19 responses: @@ -36682,7 +36676,7 @@ paths: type: array items: *161 examples: - response-if-child-teams-exist: &593 + response-if-child-teams-exist: &591 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -36804,7 +36798,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card parameters: - - &282 + - &280 name: card_id description: The unique identifier of the card. in: path @@ -36816,7 +36810,7 @@ paths: description: Response content: application/json: - schema: &283 + schema: &281 title: Project Card description: Project cards represent a scope of work. type: object @@ -36882,7 +36876,7 @@ paths: - created_at - updated_at examples: - default: &284 + default: &282 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -36932,7 +36926,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card parameters: - - *282 + - *280 requestBody: required: false content: @@ -36959,9 +36953,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *281 examples: - default: *284 + default: *282 '304': *36 '403': *28 '401': *24 @@ -36982,7 +36976,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card parameters: - - *282 + - *280 responses: '204': description: Response @@ -37020,7 +37014,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card parameters: - - *282 + - *280 requestBody: required: true content: @@ -37125,7 +37119,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column parameters: - - &285 + - &283 name: column_id description: The unique identifier of the column. in: path @@ -37137,7 +37131,7 @@ paths: description: Response content: application/json: - schema: &286 + schema: &284 title: Project Column description: Project columns contain cards of work. type: object @@ -37183,7 +37177,7 @@ paths: - created_at - updated_at examples: - default: &287 + default: &285 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -37212,7 +37206,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column parameters: - - *285 + - *283 requestBody: required: true content: @@ -37236,9 +37230,9 @@ paths: description: Response content: application/json: - schema: *286 + schema: *284 examples: - default: *287 + default: *285 '304': *36 '403': *28 '401': *24 @@ -37257,7 +37251,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column parameters: - - *285 + - *283 responses: '204': description: Response @@ -37280,7 +37274,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards parameters: - - *285 + - *283 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -37301,7 +37295,7 @@ paths: application/json: schema: type: array - items: *283 + items: *281 examples: default: value: @@ -37354,7 +37348,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card parameters: - - *285 + - *283 requestBody: required: true content: @@ -37394,9 +37388,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *281 examples: - default: *284 + default: *282 '304': *36 '403': *28 '401': *24 @@ -37446,7 +37440,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column parameters: - - *285 + - *283 requestBody: required: true content: @@ -37502,7 +37496,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project parameters: - - *275 + - *273 responses: '200': description: Response @@ -37510,7 +37504,7 @@ paths: application/json: schema: *219 examples: - default: &288 + default: &286 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -37563,7 +37557,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project parameters: - - *275 + - *273 requestBody: required: false content: @@ -37611,7 +37605,7 @@ paths: application/json: schema: *219 examples: - default: *288 + default: *286 '404': description: Not Found if the authenticated user does not have access to the project @@ -37632,7 +37626,7 @@ paths: items: type: string '401': *24 - '410': *289 + '410': *287 '422': *7 x-github: githubCloudOnly: false @@ -37650,7 +37644,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project parameters: - - *275 + - *273 responses: '204': description: Delete Success @@ -37671,7 +37665,7 @@ paths: items: type: string '401': *24 - '410': *289 + '410': *287 '404': *6 x-github: githubCloudOnly: false @@ -37694,7 +37688,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators parameters: - - *275 + - *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 @@ -37746,7 +37740,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - - *275 + - *273 - *153 requestBody: required: false @@ -37794,7 +37788,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *275 + - *273 - *153 responses: '204': @@ -37823,7 +37817,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *275 + - *273 - *153 responses: '200': @@ -37891,7 +37885,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - - *275 + - *273 - *17 - *19 responses: @@ -37901,7 +37895,7 @@ paths: application/json: schema: type: array - items: *286 + items: *284 examples: default: value: @@ -37933,7 +37927,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column parameters: - - *275 + - *273 requestBody: required: true content: @@ -37956,7 +37950,7 @@ paths: description: Response content: application/json: - schema: *286 + schema: *284 examples: default: value: @@ -38015,7 +38009,7 @@ paths: resources: type: object properties: - core: &290 + core: &288 title: Rate Limit type: object properties: @@ -38032,19 +38026,19 @@ paths: - remaining - reset - used - graphql: *290 - search: *290 - code_search: *290 - source_import: *290 - integration_manifest: *290 - code_scanning_upload: *290 - actions_runner_registration: *290 - scim: *290 - dependency_snapshots: *290 + graphql: *288 + search: *288 + code_search: *288 + source_import: *288 + integration_manifest: *288 + code_scanning_upload: *288 + actions_runner_registration: *288 + scim: *288 + dependency_snapshots: *288 required: - core - search - rate: *290 + rate: *288 required: - rate - resources @@ -38142,14 +38136,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response content: application/json: - schema: &293 + schema: &291 title: Full Repository description: Full Repository type: object @@ -38424,8 +38418,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *278 - required: *279 + properties: *276 + required: *277 nullable: true temp_clone_token: type: string @@ -38540,7 +38534,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &397 + properties: &395 url: type: string format: uri @@ -38556,12 +38550,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &398 + required: &396 - url - key - name - html_url - security_and_analysis: *291 + security_and_analysis: *289 required: - archive_url - assignees_url @@ -39137,7 +39131,7 @@ paths: status: disabled '403': *28 '404': *6 - '301': *292 + '301': *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39155,8 +39149,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: false content: @@ -39370,9 +39364,9 @@ paths: description: Response content: application/json: - schema: *293 + schema: *291 examples: - default: &431 + default: &429 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -39862,7 +39856,7 @@ paths: forks: 1 open_issues: 1 watchers: 1 - '307': &294 + '307': &292 description: Temporary Redirect content: application/json: @@ -39889,8 +39883,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response @@ -39912,7 +39906,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository - '307': *294 + '307': *292 '404': *6 x-github: githubCloudOnly: false @@ -39933,11 +39927,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 - - &309 + - &307 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -39960,7 +39954,7 @@ paths: type: integer artifacts: type: array - items: &295 + items: &293 title: Artifact description: An artifact type: object @@ -40031,7 +40025,7 @@ paths: - expires_at - updated_at examples: - default: &310 + default: &308 value: total_count: 2 artifacts: @@ -40088,9 +40082,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *276 - - *277 - - &296 + - *274 + - *275 + - &294 name: artifact_id description: The unique identifier of the artifact. in: path @@ -40102,7 +40096,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *293 examples: default: value: @@ -40139,9 +40133,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *276 - - *277 - - *296 + - *274 + - *275 + - *294 responses: '204': description: Response @@ -40166,9 +40160,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *276 - - *277 - - *296 + - *274 + - *275 + - *294 - name: archive_format in: path required: true @@ -40182,7 +40176,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': *289 + '410': *287 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40202,14 +40196,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response content: application/json: - schema: *297 + schema: *295 examples: default: value: @@ -40235,11 +40229,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 - - &298 + - &296 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 @@ -40273,7 +40267,7 @@ paths: description: Response content: application/json: - schema: &299 + schema: &297 title: Repository actions caches description: Repository actions caches type: object @@ -40315,7 +40309,7 @@ paths: - total_count - actions_caches examples: - default: &300 + default: &298 value: total_count: 1 actions_caches: @@ -40349,23 +40343,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *276 - - *277 + - *274 + - *275 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *298 + - *296 responses: '200': description: Response content: application/json: - schema: *299 + schema: *297 examples: - default: *300 + default: *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40387,8 +40381,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *276 - - *277 + - *274 + - *275 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -40417,9 +40411,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *276 - - *277 - - &301 + - *274 + - *275 + - &299 name: job_id description: The unique identifier of the job. in: path @@ -40431,7 +40425,7 @@ paths: description: Response content: application/json: - schema: &313 + schema: &311 title: Job description: Information of a job execution in a workflow run type: object @@ -40734,9 +40728,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *276 - - *277 - - *301 + - *274 + - *275 + - *299 responses: '302': description: Response @@ -40765,9 +40759,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *276 - - *277 - - *301 + - *274 + - *275 + - *299 requestBody: required: false content: @@ -40812,8 +40806,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Status response @@ -40863,8 +40857,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -40927,8 +40921,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -40946,7 +40940,7 @@ paths: type: integer secrets: type: array - items: &316 + items: &314 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -40966,7 +40960,7 @@ paths: - created_at - updated_at examples: - default: &317 + default: &315 value: total_count: 2 secrets: @@ -40999,9 +40993,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *276 - - *277 - - *302 + - *274 + - *275 + - *300 - *19 responses: '200': @@ -41018,7 +41012,7 @@ paths: type: integer variables: type: array - items: &320 + items: &318 title: Actions Variable type: object properties: @@ -41048,7 +41042,7 @@ paths: - created_at - updated_at examples: - default: &321 + default: &319 value: total_count: 2 variables: @@ -41081,8 +41075,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -41091,7 +41085,7 @@ paths: schema: type: object properties: - enabled: &303 + enabled: &301 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *41 @@ -41124,8 +41118,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response @@ -41136,7 +41130,7 @@ paths: schema: type: object properties: - enabled: *303 + enabled: *301 allowed_actions: *41 required: - enabled @@ -41168,14 +41162,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response content: application/json: - schema: &304 + schema: &302 type: object properties: access_level: @@ -41193,7 +41187,7 @@ paths: required: - access_level examples: - default: &305 + default: &303 value: access_level: organization x-github: @@ -41219,15 +41213,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: application/json: - schema: *304 + schema: *302 examples: - default: *305 + default: *303 responses: '204': description: Response @@ -41251,8 +41245,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -41283,8 +41277,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response @@ -41316,8 +41310,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -41346,8 +41340,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Success response @@ -41387,8 +41381,8 @@ paths: in: query schema: type: string - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -41432,8 +41426,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -41465,8 +41459,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -41541,8 +41535,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '201': description: Response @@ -41580,8 +41574,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '201': description: Response @@ -41611,8 +41605,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *53 responses: '200': @@ -41642,8 +41636,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *53 responses: '204': @@ -41669,8 +41663,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *53 responses: '200': *59 @@ -41695,8 +41689,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *53 requestBody: required: true @@ -41745,8 +41739,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *53 requestBody: required: true @@ -41796,8 +41790,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *53 responses: '200': *138 @@ -41827,8 +41821,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *53 - *139 responses: @@ -41854,9 +41848,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *276 - - *277 - - &324 + - *274 + - *275 + - &322 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. @@ -41864,7 +41858,7 @@ paths: required: false schema: type: string - - &325 + - &323 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -41872,7 +41866,7 @@ paths: required: false schema: type: string - - &326 + - &324 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -41881,7 +41875,7 @@ paths: required: false schema: type: string - - &327 + - &325 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 @@ -41907,7 +41901,7 @@ paths: - pending - *17 - *19 - - &328 + - &326 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-cloud@latest//search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -41916,7 +41910,7 @@ paths: schema: type: string format: date-time - - &306 + - &304 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -41925,13 +41919,13 @@ paths: schema: type: boolean default: false - - &329 + - &327 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &330 + - &328 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -41954,7 +41948,7 @@ paths: type: integer workflow_runs: type: array - items: &307 + items: &305 title: Workflow Run description: An invocation of a workflow type: object @@ -42049,7 +42043,7 @@ paths: that triggered the run. type: array nullable: true - items: &348 + items: &346 title: Pull Request Minimal type: object properties: @@ -42165,7 +42159,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &352 + properties: &350 id: type: string description: SHA for the commit @@ -42216,7 +42210,7 @@ paths: - name - email nullable: true - required: &353 + required: &351 - id - tree_id - message @@ -42263,7 +42257,7 @@ paths: - workflow_url - pull_requests examples: - default: &331 + default: &329 value: total_count: 1 workflow_runs: @@ -42496,24 +42490,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *276 - - *277 - - &308 + - *274 + - *275 + - &306 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *306 + - *304 responses: '200': description: Response content: application/json: - schema: *307 + schema: *305 examples: - default: &311 + default: &309 value: id: 30433642 name: Build @@ -42752,9 +42746,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *276 - - *277 - - *308 + - *274 + - *275 + - *306 responses: '204': description: Response @@ -42776,9 +42770,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *276 - - *277 - - *308 + - *274 + - *275 + - *306 responses: '200': description: Response @@ -42897,9 +42891,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *276 - - *277 - - *308 + - *274 + - *275 + - *306 responses: '201': description: Response @@ -42930,12 +42924,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *276 - - *277 - - *308 + - *274 + - *275 + - *306 - *17 - *19 - - *309 + - *307 responses: '200': description: Response @@ -42951,9 +42945,9 @@ paths: type: integer artifacts: type: array - items: *295 + items: *293 examples: - default: *310 + default: *308 headers: Link: *38 x-github: @@ -42976,25 +42970,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *276 - - *277 - - *308 - - &312 + - *274 + - *275 + - *306 + - &310 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *306 + - *304 responses: '200': description: Response content: application/json: - schema: *307 + schema: *305 examples: - default: *311 + default: *309 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43016,10 +43010,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *276 - - *277 - - *308 - - *312 + - *274 + - *275 + - *306 + - *310 - *17 - *19 responses: @@ -43037,9 +43031,9 @@ paths: type: integer jobs: type: array - items: *313 + items: *311 examples: - default: &315 + default: &313 value: total_count: 1 jobs: @@ -43150,10 +43144,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *276 - - *277 - - *308 - - *312 + - *274 + - *275 + - *306 + - *310 responses: '302': description: Response @@ -43182,9 +43176,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *276 - - *277 - - *308 + - *274 + - *275 + - *306 responses: '202': description: Response @@ -43194,7 +43188,7 @@ paths: examples: default: value: - '409': *314 + '409': *312 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43218,9 +43212,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *276 - - *277 - - *308 + - *274 + - *275 + - *306 requestBody: required: true content: @@ -43288,9 +43282,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *276 - - *277 - - *308 + - *274 + - *275 + - *306 responses: '202': description: Response @@ -43300,7 +43294,7 @@ paths: examples: default: value: - '409': *314 + '409': *312 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43321,9 +43315,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *276 - - *277 - - *308 + - *274 + - *275 + - *306 - 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 @@ -43353,9 +43347,9 @@ paths: type: integer jobs: type: array - items: *313 + items: *311 examples: - default: *315 + default: *313 headers: Link: *38 x-github: @@ -43378,9 +43372,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *276 - - *277 - - *308 + - *274 + - *275 + - *306 responses: '302': description: Response @@ -43406,9 +43400,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *276 - - *277 - - *308 + - *274 + - *275 + - *306 responses: '204': description: Response @@ -43433,9 +43427,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *276 - - *277 - - *308 + - *274 + - *275 + - *306 responses: '200': description: Response @@ -43494,7 +43488,7 @@ paths: items: type: object properties: - type: &418 + type: &416 type: string description: The type of reviewer. enum: @@ -43577,9 +43571,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *276 - - *277 - - *308 + - *274 + - *275 + - *306 requestBody: required: true content: @@ -43626,7 +43620,7 @@ paths: application/json: schema: type: array - items: &413 + items: &411 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -43731,7 +43725,7 @@ paths: - created_at - updated_at examples: - default: &414 + default: &412 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -43786,9 +43780,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *276 - - *277 - - *308 + - *274 + - *275 + - *306 requestBody: required: false content: @@ -43831,9 +43825,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *276 - - *277 - - *308 + - *274 + - *275 + - *306 requestBody: required: false content: @@ -43877,9 +43871,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *276 - - *277 - - *308 + - *274 + - *275 + - *306 responses: '200': description: Response @@ -44016,8 +44010,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -44035,9 +44029,9 @@ paths: type: integer secrets: type: array - items: *316 + items: *314 examples: - default: *317 + default: *315 headers: Link: *38 x-github: @@ -44063,16 +44057,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response content: application/json: - schema: *318 + schema: *316 examples: - default: *319 + default: *317 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44094,17 +44088,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *276 - - *277 + - *274 + - *275 - *141 responses: '200': description: Response content: application/json: - schema: *316 + schema: *314 examples: - default: &553 + default: &551 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -44130,8 +44124,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *276 - - *277 + - *274 + - *275 - *141 requestBody: required: true @@ -44186,8 +44180,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *276 - - *277 + - *274 + - *275 - *141 responses: '204': @@ -44212,9 +44206,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *276 - - *277 - - *302 + - *274 + - *275 + - *300 - *19 responses: '200': @@ -44231,9 +44225,9 @@ paths: type: integer variables: type: array - items: *320 + items: *318 examples: - default: *321 + default: *319 headers: Link: *38 x-github: @@ -44256,8 +44250,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -44309,17 +44303,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *276 - - *277 + - *274 + - *275 - *144 responses: '200': description: Response content: application/json: - schema: *320 + schema: *318 examples: - default: &554 + default: &552 value: name: USERNAME value: octocat @@ -44345,8 +44339,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *276 - - *277 + - *274 + - *275 - *144 requestBody: required: true @@ -44389,8 +44383,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *276 - - *277 + - *274 + - *275 - *144 responses: '204': @@ -44414,8 +44408,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -44433,7 +44427,7 @@ paths: type: integer workflows: type: array - items: &322 + items: &320 title: Workflow description: A GitHub Actions workflow type: object @@ -44538,9 +44532,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *276 - - *277 - - &323 + - *274 + - *275 + - &321 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -44555,7 +44549,7 @@ paths: description: Response content: application/json: - schema: *322 + schema: *320 examples: default: value: @@ -44588,9 +44582,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *276 - - *277 - - *323 + - *274 + - *275 + - *321 responses: '204': description: Response @@ -44615,9 +44609,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *276 - - *277 - - *323 + - *274 + - *275 + - *321 responses: '204': description: Response @@ -44668,9 +44662,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *276 - - *277 - - *323 + - *274 + - *275 + - *321 responses: '204': description: Response @@ -44693,19 +44687,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *276 - - *277 + - *274 + - *275 + - *321 + - *322 - *323 - *324 - *325 - - *326 - - *327 - *17 - *19 + - *326 + - *304 + - *327 - *328 - - *306 - - *329 - - *330 responses: '200': description: Response @@ -44721,9 +44715,9 @@ paths: type: integer workflow_runs: type: array - items: *307 + items: *305 examples: - default: *331 + default: *329 headers: Link: *38 x-github: @@ -44745,9 +44739,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *276 - - *277 - - *323 + - *274 + - *275 + - *321 responses: '200': description: Response @@ -44808,8 +44802,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *276 - - *277 + - *274 + - *275 - *66 - *17 - *64 @@ -44973,8 +44967,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -45011,8 +45005,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *276 - - *277 + - *274 + - *275 - name: assignee in: path required: true @@ -45046,8 +45040,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#list-all-autolinks-of-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *19 responses: '200': @@ -45056,7 +45050,7 @@ paths: application/json: schema: type: array - items: &332 + items: &330 title: Autolink reference description: An autolink reference. type: object @@ -45106,8 +45100,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -45146,9 +45140,9 @@ paths: description: response content: application/json: - schema: *332 + schema: *330 examples: - default: &333 + default: &331 value: id: 1 key_prefix: TICKET- @@ -45179,9 +45173,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *276 - - *277 - - &334 + - *274 + - *275 + - &332 name: autolink_id description: The unique identifier of the autolink. in: path @@ -45193,9 +45187,9 @@ paths: description: Response content: application/json: - schema: *332 + schema: *330 examples: - default: *333 + default: *331 '404': *6 x-github: githubCloudOnly: false @@ -45215,9 +45209,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *276 - - *277 - - *334 + - *274 + - *275 + - *332 responses: '204': description: Response @@ -45241,8 +45235,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-automated-security-fixes-are-enabled-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response if dependabot is enabled @@ -45290,8 +45284,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-automated-security-fixes parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response @@ -45312,8 +45306,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-automated-security-fixes parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response @@ -45333,8 +45327,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *276 - - *277 + - *274 + - *275 - name: protected description: Setting to `true` returns only protected branches. When set to `false`, only unprotected branches are returned. Omitting this parameter @@ -45372,7 +45366,7 @@ paths: - url protected: type: boolean - protection: &336 + protection: &334 title: Branch Protection description: Branch Protection type: object @@ -45414,7 +45408,7 @@ paths: required: - contexts - checks - enforce_admins: &339 + enforce_admins: &337 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -45429,7 +45423,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &341 + required_pull_request_reviews: &339 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -45505,7 +45499,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &338 + restrictions: &336 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -45804,9 +45798,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *276 - - *277 - - &337 + - *274 + - *275 + - &335 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-cloud@latest//graphql). @@ -45820,14 +45814,14 @@ paths: description: Response content: application/json: - schema: &347 + schema: &345 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &386 + commit: &384 title: Commit description: Commit type: object @@ -45861,7 +45855,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &335 + properties: &333 name: type: string example: '"Chris Wanstrath"' @@ -45876,7 +45870,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *335 + properties: *333 nullable: true message: type: string @@ -45897,7 +45891,7 @@ paths: required: - sha - url - verification: &435 + verification: &433 title: Verification type: object properties: @@ -45967,7 +45961,7 @@ paths: type: integer files: type: array - items: &401 + items: &399 title: Diff Entry description: Diff Entry type: object @@ -46050,7 +46044,7 @@ paths: - self protected: type: boolean - protection: *336 + protection: *334 protection_url: type: string format: uri @@ -46156,7 +46150,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *292 + '301': *290 '404': *6 x-github: githubCloudOnly: false @@ -46178,15 +46172,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '200': description: Response content: application/json: - schema: *336 + schema: *334 examples: default: value: @@ -46378,9 +46372,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: required: true content: @@ -46635,7 +46629,7 @@ paths: url: type: string format: uri - required_status_checks: &344 + required_status_checks: &342 title: Status Check Policy description: Status Check Policy type: object @@ -46787,7 +46781,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *338 + restrictions: *336 required_conversation_resolution: type: object properties: @@ -46899,9 +46893,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '204': description: Response @@ -46926,17 +46920,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '200': description: Response content: application/json: - schema: *339 + schema: *337 examples: - default: &340 + default: &338 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -46958,17 +46952,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '200': description: Response content: application/json: - schema: *339 + schema: *337 examples: - default: *340 + default: *338 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46987,9 +46981,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '204': description: Response @@ -47014,17 +47008,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '200': description: Response content: application/json: - schema: *341 + schema: *339 examples: - default: &342 + default: &340 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -47119,9 +47113,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: required: false content: @@ -47219,9 +47213,9 @@ paths: description: Response content: application/json: - schema: *341 + schema: *339 examples: - default: *342 + default: *340 '422': *15 x-github: githubCloudOnly: false @@ -47242,9 +47236,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '204': description: Response @@ -47270,17 +47264,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '200': description: Response content: application/json: - schema: *339 + schema: *337 examples: - default: &343 + default: &341 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -47303,17 +47297,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '200': description: Response content: application/json: - schema: *339 + schema: *337 examples: - default: *343 + default: *341 '404': *6 x-github: githubCloudOnly: false @@ -47333,9 +47327,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '204': description: Response @@ -47360,17 +47354,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '200': description: Response content: application/json: - schema: *344 + schema: *342 examples: - default: &345 + default: &343 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -47396,9 +47390,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: required: false content: @@ -47449,9 +47443,9 @@ paths: description: Response content: application/json: - schema: *344 + schema: *342 examples: - default: *345 + default: *343 '404': *6 '422': *15 x-github: @@ -47473,9 +47467,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '204': description: Response @@ -47499,9 +47493,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '200': description: Response @@ -47535,9 +47529,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: required: false content: @@ -47604,9 +47598,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: required: false content: @@ -47670,9 +47664,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: content: application/json: @@ -47737,15 +47731,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '200': description: Response content: application/json: - schema: *338 + schema: *336 examples: default: value: @@ -47836,9 +47830,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '204': description: Response @@ -47861,9 +47855,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '200': description: Response @@ -47873,7 +47867,7 @@ paths: type: array items: *5 examples: - default: &346 + default: &344 value: - id: 1 slug: octoapp @@ -47930,9 +47924,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: required: false content: @@ -47970,7 +47964,7 @@ paths: type: array items: *5 examples: - default: *346 + default: *344 '422': *15 x-github: githubCloudOnly: false @@ -47991,9 +47985,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: required: false content: @@ -48031,7 +48025,7 @@ paths: type: array items: *5 examples: - default: *346 + default: *344 '422': *15 x-github: githubCloudOnly: false @@ -48052,9 +48046,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: content: application/json: @@ -48091,7 +48085,7 @@ paths: type: array items: *5 examples: - default: *346 + default: *344 '422': *15 x-github: githubCloudOnly: false @@ -48113,9 +48107,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '200': description: Response @@ -48125,7 +48119,7 @@ paths: type: array items: *161 examples: - default: *246 + default: *244 '404': *6 x-github: githubCloudOnly: false @@ -48145,9 +48139,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: required: false content: @@ -48185,7 +48179,7 @@ paths: type: array items: *161 examples: - default: *246 + default: *244 '422': *15 x-github: githubCloudOnly: false @@ -48206,9 +48200,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: required: false content: @@ -48246,7 +48240,7 @@ paths: type: array items: *161 examples: - default: *246 + default: *244 '422': *15 x-github: githubCloudOnly: false @@ -48267,9 +48261,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: content: application/json: @@ -48306,7 +48300,7 @@ paths: type: array items: *161 examples: - default: *246 + default: *244 '422': *15 x-github: githubCloudOnly: false @@ -48328,9 +48322,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 responses: '200': description: Response @@ -48364,9 +48358,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: required: false content: @@ -48428,9 +48422,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: required: false content: @@ -48492,9 +48486,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: content: application/json: @@ -48564,9 +48558,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 requestBody: required: true content: @@ -48588,7 +48582,7 @@ paths: description: Response content: application/json: - schema: *347 + schema: *345 examples: default: value: @@ -48700,8 +48694,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -48974,7 +48968,7 @@ paths: description: Response content: application/json: - schema: &349 + schema: &347 title: CheckRun description: A check performed on the code of a given code change type: object @@ -49088,8 +49082,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *348 - deployment: &636 + items: *346 + deployment: &634 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -49366,9 +49360,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *276 - - *277 - - &350 + - *274 + - *275 + - &348 name: check_run_id description: The unique identifier of the check run. in: path @@ -49380,9 +49374,9 @@ paths: description: Response content: application/json: - schema: *349 + schema: *347 examples: - default: &351 + default: &349 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -49479,9 +49473,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *276 - - *277 - - *350 + - *274 + - *275 + - *348 requestBody: required: true content: @@ -49717,9 +49711,9 @@ paths: description: Response content: application/json: - schema: *349 + schema: *347 examples: - default: *351 + default: *349 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49740,9 +49734,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *276 - - *277 - - *350 + - *274 + - *275 + - *348 - *17 - *19 responses: @@ -49839,9 +49833,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *276 - - *277 - - *350 + - *274 + - *275 + - *348 responses: '201': description: Response @@ -49882,8 +49876,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -49905,7 +49899,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &354 + schema: &352 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -49962,7 +49956,7 @@ paths: nullable: true pull_requests: type: array - items: *348 + items: *346 nullable: true app: title: GitHub app @@ -49984,12 +49978,12 @@ paths: type: string format: date-time nullable: true - head_commit: &639 + head_commit: &637 title: Simple Commit description: A commit. type: object - properties: *352 - required: *353 + properties: *350 + required: *351 latest_check_runs_count: type: integer check_runs_url: @@ -50017,7 +50011,7 @@ paths: - check_runs_url - pull_requests examples: - default: &355 + default: &353 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -50308,9 +50302,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *354 + schema: *352 examples: - default: *355 + default: *353 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50332,8 +50326,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -50639,9 +50633,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *276 - - *277 - - &356 + - *274 + - *275 + - &354 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -50653,9 +50647,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *352 examples: - default: *355 + default: *353 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50675,17 +50669,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *276 - - *277 - - *356 - - &394 + - *274 + - *275 + - *354 + - &392 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &395 + - &393 name: status description: Returns check runs with the specified `status`. in: query @@ -50724,9 +50718,9 @@ paths: type: integer check_runs: type: array - items: *349 + items: *347 examples: - default: &396 + default: &394 value: total_count: 1 check_runs: @@ -50828,9 +50822,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *276 - - *277 - - *356 + - *274 + - *275 + - *354 responses: '201': description: Response @@ -50866,20 +50860,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *154 - *155 - *19 - *17 - - &367 + - &365 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: *357 + schema: *355 - *66 - name: sort description: The property by which to sort the results. @@ -50902,7 +50896,7 @@ paths: be returned. in: query required: false - schema: *358 + schema: *356 responses: '200': description: Response @@ -50918,7 +50912,7 @@ paths: updated_at: *76 url: *73 html_url: *74 - instances_url: *359 + instances_url: *357 state: *69 fixed_at: *78 dismissed_by: @@ -50929,8 +50923,8 @@ paths: required: *4 nullable: true dismissed_at: *77 - dismissed_reason: *360 - dismissed_comment: *361 + dismissed_reason: *358 + dismissed_comment: *359 rule: type: object properties: @@ -50961,8 +50955,8 @@ paths: type: string description: A short description of the rule used to detect the alert. - tool: *362 - most_recent_instance: *363 + tool: *360 + most_recent_instance: *361 required: - number - created_at @@ -51078,7 +51072,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *36 - '403': *252 + '403': *250 '404': *6 '503': *80 x-github: @@ -51101,9 +51095,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *276 - - *277 - - &365 + - *274 + - *275 + - &363 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -51117,7 +51111,7 @@ paths: description: Response content: application/json: - schema: &366 + schema: &364 type: object properties: number: *70 @@ -51125,7 +51119,7 @@ paths: updated_at: *76 url: *73 html_url: *74 - instances_url: *359 + instances_url: *357 state: *69 fixed_at: *78 dismissed_by: @@ -51136,11 +51130,11 @@ paths: required: *4 nullable: true dismissed_at: *77 - dismissed_reason: *360 - dismissed_comment: *361 - rule: *364 - tool: *362 - most_recent_instance: *363 + dismissed_reason: *358 + dismissed_comment: *359 + rule: *362 + tool: *360 + most_recent_instance: *361 required: - number - created_at @@ -51229,7 +51223,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *36 - '403': *252 + '403': *250 '404': *6 '503': *80 x-github: @@ -51251,9 +51245,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *276 - - *277 - - *365 + - *274 + - *275 + - *363 requestBody: required: true content: @@ -51268,8 +51262,8 @@ paths: enum: - open - dismissed - dismissed_reason: *360 - dismissed_comment: *361 + dismissed_reason: *358 + dismissed_comment: *359 required: - state examples: @@ -51284,7 +51278,7 @@ paths: description: Response content: application/json: - schema: *366 + schema: *364 examples: default: value: @@ -51359,7 +51353,7 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '403': &372 + '403': &370 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -51387,12 +51381,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *276 - - *277 - - *365 + - *274 + - *275 + - *363 - *19 - *17 - - *367 + - *365 responses: '200': description: Response @@ -51400,7 +51394,7 @@ paths: application/json: schema: type: array - items: *363 + items: *361 examples: default: value: @@ -51439,7 +51433,7 @@ paths: end_column: 50 classifications: - source - '403': *252 + '403': *250 '404': *6 '503': *80 x-github: @@ -51475,8 +51469,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *154 - *155 - *19 @@ -51487,12 +51481,12 @@ paths: for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *357 + schema: *355 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &370 + schema: &368 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -51513,23 +51507,23 @@ paths: application/json: schema: type: array - items: &371 + items: &369 type: object properties: - ref: *357 - commit_sha: &374 + ref: *355 + commit_sha: &372 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: *368 + analysis_key: *366 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *369 + category: *367 error: type: string example: error reading field xyz @@ -51553,8 +51547,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *370 - tool: *362 + sarif_id: *368 + tool: *360 deletable: type: boolean warning: @@ -51615,7 +51609,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *252 + '403': *250 '404': *6 '503': *80 x-github: @@ -51653,8 +51647,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -51667,7 +51661,7 @@ paths: description: Response content: application/json: - schema: *371 + schema: *369 examples: response: summary: application/json response @@ -51721,7 +51715,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *252 + '403': *250 '404': *6 '503': *80 x-github: @@ -51804,8 +51798,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -51858,7 +51852,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': *372 + '403': *370 '404': *6 '503': *80 x-github: @@ -51882,8 +51876,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -51891,7 +51885,7 @@ paths: application/json: schema: type: array - items: &373 + items: &371 title: CodeQL Database description: A CodeQL database. type: object @@ -52002,7 +51996,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': *252 + '403': *250 '404': *6 '503': *80 x-github: @@ -52033,8 +52027,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - name: language in: path description: The language of the CodeQL database. @@ -52046,7 +52040,7 @@ paths: description: Response content: application/json: - schema: *373 + schema: *371 examples: default: value: @@ -52078,9 +52072,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': &403 + '302': &401 description: Found - '403': *252 + '403': *250 '404': *6 '503': *80 x-github: @@ -52103,8 +52097,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -52165,7 +52159,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *252 + '403': *250 '404': *6 '503': *80 x-github: @@ -52186,8 +52180,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -52259,7 +52253,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *372 + '403': *370 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -52323,8 +52317,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -52332,8 +52326,8 @@ paths: schema: type: object properties: - commit_sha: *374 - ref: *357 + commit_sha: *372 + ref: *355 sarif: description: A Base64 string representing the SARIF file to upload. You must first compress your SARIF file using [`gzip`](http://www.gnu.org/software/gzip/manual/gzip.html) @@ -52383,7 +52377,7 @@ paths: schema: type: object properties: - id: *370 + id: *368 url: type: string description: The REST API URL for checking the status of the upload. @@ -52397,7 +52391,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': *372 + '403': *370 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -52425,8 +52419,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *276 - - *277 + - *274 + - *275 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -52472,7 +52466,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': *252 + '403': *250 '404': description: Not Found if the sarif id does not match any upload '503': *80 @@ -52497,8 +52491,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *276 - - *277 + - *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 @@ -52620,8 +52614,8 @@ paths: parameters: - *17 - *19 - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -52937,8 +52931,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -53003,7 +52997,7 @@ paths: application/json: schema: *197 examples: - default: *375 + default: *373 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -53011,7 +53005,7 @@ paths: application/json: schema: *197 examples: - default: *375 + default: *373 '400': *14 '401': *24 '403': *28 @@ -53042,8 +53036,8 @@ paths: parameters: - *17 - *19 - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -53109,8 +53103,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -53145,14 +53139,14 @@ paths: type: integer machines: type: array - items: &600 + items: &598 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *376 - required: *377 + properties: *374 + required: *375 examples: - default: &601 + default: &599 value: total_count: 2 machines: @@ -53194,8 +53188,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *276 - - *277 + - *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. @@ -53281,8 +53275,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: - - *276 - - *277 + - *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 @@ -53347,8 +53341,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -53366,7 +53360,7 @@ paths: type: integer secrets: type: array - items: &381 + items: &379 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -53386,7 +53380,7 @@ paths: - created_at - updated_at examples: - default: *378 + default: *376 headers: Link: *38 x-github: @@ -53410,16 +53404,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response content: application/json: - schema: *379 + schema: *377 examples: - default: *380 + default: *378 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -53439,17 +53433,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *276 - - *277 + - *274 + - *275 - *141 responses: '200': description: Response content: application/json: - schema: *381 + schema: *379 examples: - default: *382 + default: *380 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53471,8 +53465,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *276 - - *277 + - *274 + - *275 - *141 requestBody: required: true @@ -53525,8 +53519,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *276 - - *277 + - *274 + - *275 - *141 responses: '204': @@ -53555,8 +53549,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *276 - - *277 + - *274 + - *275 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -53598,7 +53592,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &383 + properties: &381 login: type: string example: octocat @@ -53687,7 +53681,7 @@ paths: role_name: type: string example: admin - required: &384 + required: &382 - avatar_url - events_url - followers_url @@ -53761,8 +53755,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *276 - - *277 + - *274 + - *275 - *153 responses: '204': @@ -53805,8 +53799,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *276 - - *277 + - *274 + - *275 - *153 requestBody: required: false @@ -53833,7 +53827,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &448 + schema: &446 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -54053,8 +54047,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *276 - - *277 + - *274 + - *275 - *153 responses: '204': @@ -54084,8 +54078,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *276 - - *277 + - *274 + - *275 - *153 responses: '200': @@ -54106,8 +54100,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *383 - required: *384 + properties: *381 + required: *382 nullable: true required: - permission @@ -54157,8 +54151,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -54168,7 +54162,7 @@ paths: application/json: schema: type: array - items: &385 + items: &383 title: Commit Comment description: Commit Comment type: object @@ -54226,7 +54220,7 @@ paths: - created_at - updated_at examples: - default: &388 + default: &386 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -54277,17 +54271,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *276 - - *277 + - *274 + - *275 - *96 responses: '200': description: Response content: application/json: - schema: *385 + schema: *383 examples: - default: &389 + default: &387 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -54336,8 +54330,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *276 - - *277 + - *274 + - *275 - *96 requestBody: required: true @@ -54360,7 +54354,7 @@ paths: description: Response content: application/json: - schema: *385 + schema: *383 examples: default: value: @@ -54411,8 +54405,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *276 - - *277 + - *274 + - *275 - *96 responses: '204': @@ -54434,8 +54428,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *276 - - *277 + - *274 + - *275 - *96 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -54462,9 +54456,9 @@ paths: application/json: schema: type: array - items: *265 + items: *263 examples: - default: *267 + default: *265 headers: Link: *38 '404': *6 @@ -54485,8 +54479,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *276 - - *277 + - *274 + - *275 - *96 requestBody: required: true @@ -54519,16 +54513,16 @@ paths: description: Reaction exists content: application/json: - schema: *265 + schema: *263 examples: - default: *266 + default: *264 '201': description: Reaction created content: application/json: - schema: *265 + schema: *263 examples: - default: *266 + default: *264 '422': *15 x-github: githubCloudOnly: false @@ -54549,10 +54543,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *276 - - *277 + - *274 + - *275 - *96 - - *268 + - *266 responses: '204': description: Response @@ -54600,8 +54594,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *276 - - *277 + - *274 + - *275 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -54645,9 +54639,9 @@ paths: application/json: schema: type: array - items: *386 + items: *384 examples: - default: &498 + default: &496 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -54720,7 +54714,7 @@ paths: '500': *159 '400': *14 '404': *6 - '409': *314 + '409': *312 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54740,9 +54734,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *276 - - *277 - - &387 + - *274 + - *275 + - &385 name: commit_sha description: The SHA of the commit. in: path @@ -54806,9 +54800,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *276 - - *277 - - *387 + - *274 + - *275 + - *385 - *17 - *19 responses: @@ -54818,9 +54812,9 @@ paths: application/json: schema: type: array - items: *385 + items: *383 examples: - default: *388 + default: *386 headers: Link: *38 x-github: @@ -54841,9 +54835,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *276 - - *277 - - *387 + - *274 + - *275 + - *385 requestBody: required: true content: @@ -54878,9 +54872,9 @@ paths: description: Response content: application/json: - schema: *385 + schema: *383 examples: - default: *389 + default: *387 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -54908,9 +54902,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *276 - - *277 - - *387 + - *274 + - *275 + - *385 - *17 - *19 responses: @@ -54920,7 +54914,7 @@ paths: application/json: schema: type: array - items: &488 + items: &486 title: Pull Request Simple description: Pull Request Simple type: object @@ -55025,8 +55019,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *390 - required: *391 + properties: *388 + required: *389 nullable: true active_lock_reason: type: string @@ -55122,7 +55116,7 @@ paths: _links: type: object properties: - comments: &392 + comments: &390 title: Link description: Hypermedia Link type: object @@ -55131,13 +55125,13 @@ paths: type: string required: - href - commits: *392 - statuses: *392 - html: *392 - issue: *392 - review_comments: *392 - review_comment: *392 - self: *392 + commits: *390 + statuses: *390 + html: *390 + issue: *390 + review_comments: *390 + review_comment: *390 + self: *390 required: - comments - commits @@ -55148,7 +55142,7 @@ paths: - review_comment - self author_association: *84 - auto_merge: &491 + auto_merge: &489 title: Auto merge description: The status of auto merging a pull request. type: object @@ -55211,7 +55205,7 @@ paths: - author_association - auto_merge examples: - default: &489 + default: &487 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -55743,11 +55737,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *276 - - *277 + - *274 + - *275 - *19 - *17 - - &393 + - &391 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)" @@ -55762,9 +55756,9 @@ paths: description: Response content: application/json: - schema: *386 + schema: *384 examples: - default: &476 + default: &474 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -55872,11 +55866,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *276 - - *277 + - *274 + - *275 + - *391 + - *392 - *393 - - *394 - - *395 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -55910,9 +55904,9 @@ paths: type: integer check_runs: type: array - items: *349 + items: *347 examples: - default: *396 + default: *394 headers: Link: *38 x-github: @@ -55934,9 +55928,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *276 - - *277 - - *393 + - *274 + - *275 + - *391 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -55944,7 +55938,7 @@ paths: schema: type: integer example: 1 - - *394 + - *392 - *17 - *19 responses: @@ -55962,7 +55956,7 @@ paths: type: integer check_suites: type: array - items: *354 + items: *352 examples: default: value: @@ -56162,9 +56156,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *276 - - *277 - - *393 + - *274 + - *275 + - *391 - *17 - *19 responses: @@ -56362,9 +56356,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *276 - - *277 - - *393 + - *274 + - *275 + - *391 - *17 - *19 responses: @@ -56374,7 +56368,7 @@ paths: application/json: schema: type: array - items: &546 + items: &544 title: Status description: The status of a commit. type: object @@ -56455,7 +56449,7 @@ paths: site_admin: false headers: Link: *38 - '301': *292 + '301': *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56483,8 +56477,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -56513,20 +56507,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *397 - required: *398 + properties: *395 + required: *396 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &399 + properties: &397 url: type: string format: uri html_url: type: string format: uri - required: &400 + required: &398 - url - html_url nullable: true @@ -56540,26 +56534,26 @@ paths: contributing: title: Community Health File type: object - properties: *399 - required: *400 + properties: *397 + required: *398 nullable: true readme: title: Community Health File type: object - properties: *399 - required: *400 + properties: *397 + required: *398 nullable: true issue_template: title: Community Health File type: object - properties: *399 - required: *400 + properties: *397 + required: *398 nullable: true pull_request_template: title: Community Health File type: object - properties: *399 - required: *400 + properties: *397 + required: *398 nullable: true required: - code_of_conduct @@ -56680,8 +56674,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *276 - - *277 + - *274 + - *275 - *19 - *17 - name: basehead @@ -56724,8 +56718,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *386 - merge_base_commit: *386 + base_commit: *384 + merge_base_commit: *384 status: type: string enum: @@ -56745,10 +56739,10 @@ paths: example: 6 commits: type: array - items: *386 + items: *384 files: type: array - items: *401 + items: *399 required: - url - html_url @@ -57043,8 +57037,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *276 - - *277 + - *274 + - *275 - name: path description: path parameter in: path @@ -57187,7 +57181,7 @@ paths: - content - encoding examples: - response-if-content-is-a-file: &402 + response-if-content-is-a-file: &400 summary: Response if content is a file value: type: file @@ -57319,7 +57313,7 @@ paths: - size - type - url - - &503 + - &501 title: Content File description: Content File type: object @@ -57520,7 +57514,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *402 + response-if-content-is-a-file: *400 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -57589,7 +57583,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *28 - '302': *403 + '302': *401 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57608,8 +57602,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *276 - - *277 + - *274 + - *275 - name: path description: path parameter in: path @@ -57702,7 +57696,7 @@ paths: description: Response content: application/json: - schema: &404 + schema: &402 title: File Commit description: File Commit type: object @@ -57850,7 +57844,7 @@ paths: description: Response content: application/json: - schema: *404 + schema: *402 examples: example-for-creating-a-file: value: @@ -57896,7 +57890,7 @@ paths: payload: '404': *6 '422': *15 - '409': *314 + '409': *312 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57921,8 +57915,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *276 - - *277 + - *274 + - *275 - name: path description: path parameter in: path @@ -57983,7 +57977,7 @@ paths: description: Response content: application/json: - schema: *404 + schema: *402 examples: default: value: @@ -58016,7 +58010,7 @@ paths: payload: '422': *15 '404': *6 - '409': *314 + '409': *312 '503': *80 x-github: githubCloudOnly: false @@ -58037,8 +58031,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *276 - - *277 + - *274 + - *275 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -58160,8 +58154,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *167 - *168 - *169 @@ -58201,7 +58195,7 @@ paths: application/json: schema: type: array - items: &407 + items: &405 type: object description: A Dependabot alert. properties: @@ -58234,7 +58228,7 @@ paths: enum: - development - runtime - security_advisory: *405 + security_advisory: *403 security_vulnerability: *72 url: *73 html_url: *74 @@ -58265,7 +58259,7 @@ paths: nullable: true maxLength: 280 fixed_at: *78 - auto_dismissed_at: *406 + auto_dismissed_at: *404 required: - number - state @@ -58479,9 +58473,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *276 - - *277 - - &408 + - *274 + - *275 + - &406 name: alert_number in: path description: |- @@ -58496,7 +58490,7 @@ paths: description: Response content: application/json: - schema: *407 + schema: *405 examples: default: value: @@ -58601,9 +58595,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *276 - - *277 - - *408 + - *274 + - *275 + - *406 requestBody: required: true content: @@ -58648,7 +58642,7 @@ paths: description: Response content: application/json: - schema: *407 + schema: *405 examples: default: value: @@ -58747,7 +58741,7 @@ paths: '400': *14 '403': *28 '404': *6 - '409': *314 + '409': *312 '422': *7 x-github: githubCloudOnly: false @@ -58769,8 +58763,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -58788,7 +58782,7 @@ paths: type: integer secrets: type: array - items: &411 + items: &409 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -58840,16 +58834,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response content: application/json: - schema: *409 + schema: *407 examples: - default: *410 + default: *408 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58869,15 +58863,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *276 - - *277 + - *274 + - *275 - *141 responses: '200': description: Response content: application/json: - schema: *411 + schema: *409 examples: default: value: @@ -58905,8 +58899,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *276 - - *277 + - *274 + - *275 - *141 requestBody: required: true @@ -58959,8 +58953,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *276 - - *277 + - *274 + - *275 - *141 responses: '204': @@ -58983,8 +58977,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *276 - - *277 + - *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 @@ -59144,8 +59138,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -59339,8 +59333,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -59415,7 +59409,7 @@ paths: - version - url additionalProperties: false - metadata: &412 + metadata: &410 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -59448,7 +59442,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *412 + metadata: *410 resolved: type: object description: A collection of resolved package dependencies. @@ -59461,7 +59455,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *412 + metadata: *410 relationship: type: string description: A notation of whether a dependency is requested @@ -59590,8 +59584,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *276 - - *277 + - *274 + - *275 - name: sha description: The SHA recorded at creation time. in: query @@ -59631,9 +59625,9 @@ paths: application/json: schema: type: array - items: *413 + items: *411 examples: - default: *414 + default: *412 headers: Link: *38 x-github: @@ -59699,8 +59693,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -59781,7 +59775,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *411 examples: simple-example: summary: Simple example @@ -59854,9 +59848,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *276 - - *277 - - &415 + - *274 + - *275 + - &413 name: deployment_id description: deployment_id parameter in: path @@ -59868,7 +59862,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *411 examples: default: value: @@ -59931,9 +59925,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *276 - - *277 - - *415 + - *274 + - *275 + - *413 responses: '204': description: Response @@ -59955,9 +59949,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *276 - - *277 - - *415 + - *274 + - *275 + - *413 - *17 - *19 responses: @@ -59967,7 +59961,7 @@ paths: application/json: schema: type: array - items: &416 + items: &414 title: Deployment Status description: The status of a deployment. type: object @@ -60126,9 +60120,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *276 - - *277 - - *415 + - *274 + - *275 + - *413 requestBody: required: true content: @@ -60203,9 +60197,9 @@ paths: description: Response content: application/json: - schema: *416 + schema: *414 examples: - default: &417 + default: &415 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -60261,9 +60255,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *276 - - *277 - - *415 + - *274 + - *275 + - *413 - name: status_id in: path required: true @@ -60274,9 +60268,9 @@ paths: description: Response content: application/json: - schema: *416 + schema: *414 examples: - default: *417 + default: *415 '404': *6 x-github: githubCloudOnly: false @@ -60304,8 +60298,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -60358,8 +60352,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -60376,7 +60370,7 @@ paths: type: integer environments: type: array - items: &419 + items: &417 title: Environment description: Details of a deployment environment type: object @@ -60427,7 +60421,7 @@ paths: type: type: string example: wait_timer - wait_timer: &421 + wait_timer: &419 type: integer example: 30 description: The amount of time to delay a job after @@ -60464,7 +60458,7 @@ paths: items: type: object properties: - type: *418 + type: *416 reviewer: anyOf: - *18 @@ -60488,7 +60482,7 @@ paths: - id - node_id - type - deployment_branch_policy: &422 + deployment_branch_policy: &420 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -60603,9 +60597,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *276 - - *277 - - &420 + - *274 + - *275 + - &418 name: environment_name in: path required: true @@ -60617,9 +60611,9 @@ paths: description: Response content: application/json: - schema: *419 + schema: *417 examples: - default: &423 + default: &421 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -60701,9 +60695,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *276 - - *277 - - *420 + - *274 + - *275 + - *418 requestBody: required: false content: @@ -60712,7 +60706,7 @@ paths: type: object nullable: true properties: - wait_timer: *421 + wait_timer: *419 prevent_self_review: type: boolean example: false @@ -60729,13 +60723,13 @@ paths: items: type: object properties: - type: *418 + type: *416 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *422 + deployment_branch_policy: *420 additionalProperties: false examples: default: @@ -60755,9 +60749,9 @@ paths: description: Response content: application/json: - schema: *419 + schema: *417 examples: - default: *423 + default: *421 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -60781,9 +60775,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *276 - - *277 - - *420 + - *274 + - *275 + - *418 responses: '204': description: Default response @@ -60806,9 +60800,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *276 - - *277 - - *420 + - *274 + - *275 + - *418 - *17 - *19 responses: @@ -60826,7 +60820,7 @@ paths: example: 2 branch_policies: type: array - items: &424 + items: &422 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -60883,9 +60877,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *276 - - *277 - - *420 + - *274 + - *275 + - *418 requestBody: required: true content: @@ -60931,9 +60925,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *422 examples: - example-wildcard: &425 + example-wildcard: &423 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -60973,10 +60967,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *276 - - *277 - - *420 - - &426 + - *274 + - *275 + - *418 + - &424 name: branch_policy_id in: path required: true @@ -60988,9 +60982,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *422 examples: - default: *425 + default: *423 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61009,10 +61003,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *276 - - *277 - - *420 - - *426 + - *274 + - *275 + - *418 + - *424 requestBody: required: true content: @@ -61040,9 +61034,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *422 examples: - default: *425 + default: *423 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61061,10 +61055,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *276 - - *277 - - *420 - - *426 + - *274 + - *275 + - *418 + - *424 responses: '204': description: Response @@ -61087,9 +61081,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *420 - - *277 - - *276 + - *418 + - *275 + - *274 responses: '200': description: List of deployment protection rules @@ -61105,7 +61099,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &427 + items: &425 title: Deployment protection rule description: Deployment protection rule type: object @@ -61124,7 +61118,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &428 + app: &426 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -61221,9 +61215,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *420 - - *277 - - *276 + - *418 + - *275 + - *274 requestBody: content: application/json: @@ -61244,9 +61238,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *427 + schema: *425 examples: - default: &429 + default: &427 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -61277,9 +61271,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *420 - - *277 - - *276 + - *418 + - *275 + - *274 - *19 - *17 responses: @@ -61298,7 +61292,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *428 + items: *426 examples: default: value: @@ -61331,10 +61325,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *276 - - *277 - - *420 - - &430 + - *274 + - *275 + - *418 + - &428 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -61346,9 +61340,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *425 examples: - default: *429 + default: *427 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61367,10 +61361,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *420 - - *277 - - *276 - - *430 + - *418 + - *275 + - *274 + - *428 responses: '204': description: Response @@ -61391,8 +61385,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -61469,8 +61463,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *276 - - *277 + - *274 + - *275 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -61627,8 +61621,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: false content: @@ -61660,9 +61654,9 @@ paths: description: Response content: application/json: - schema: *293 + schema: *291 examples: - default: *431 + default: *429 '400': *14 '422': *15 '403': *28 @@ -61683,8 +61677,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -61735,7 +61729,7 @@ paths: schema: type: string '404': *6 - '409': *314 + '409': *312 '403': *28 '422': *15 x-github: @@ -61757,8 +61751,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *276 - - *277 + - *274 + - *275 - name: file_sha in: path required: true @@ -61855,8 +61849,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -61964,7 +61958,7 @@ paths: description: Response content: application/json: - schema: &432 + schema: &430 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -62171,15 +62165,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *276 - - *277 - - *387 + - *274 + - *275 + - *385 responses: '200': description: Response content: application/json: - schema: *432 + schema: *430 examples: default: value: @@ -62232,9 +62226,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *276 - - *277 - - *393 + - *274 + - *275 + - *391 responses: '200': description: Response @@ -62242,7 +62236,7 @@ paths: application/json: schema: type: array - items: &433 + items: &431 title: Git Reference description: Git references within a repository type: object @@ -62315,17 +62309,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *276 - - *277 - - *393 + - *274 + - *275 + - *391 responses: '200': description: Response content: application/json: - schema: *433 + schema: *431 examples: - default: &434 + default: &432 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -62353,8 +62347,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -62383,9 +62377,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *431 examples: - default: *434 + default: *432 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -62408,8 +62402,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *276 - - *277 + - *274 + - *275 - name: ref description: The name of the reference to update (for example, `heads/featureA`). Can be a branch name (`heads/BRANCH_NAME`) or tag name (`tags/TAG_NAME`). @@ -62449,9 +62443,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *431 examples: - default: *434 + default: *432 '422': *15 x-github: githubCloudOnly: false @@ -62468,9 +62462,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *276 - - *277 - - *393 + - *274 + - *275 + - *391 responses: '204': description: Response @@ -62521,8 +62515,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -62589,7 +62583,7 @@ paths: description: Response content: application/json: - schema: &436 + schema: &434 title: Git Tag description: Metadata for a Git tag type: object @@ -62640,7 +62634,7 @@ paths: - sha - type - url - verification: *435 + verification: *433 required: - sha - url @@ -62650,7 +62644,7 @@ paths: - tag - message examples: - default: &437 + default: &435 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -62720,8 +62714,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *276 - - *277 + - *274 + - *275 - name: tag_sha in: path required: true @@ -62732,9 +62726,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *434 examples: - default: *437 + default: *435 '404': *6 x-github: githubCloudOnly: false @@ -62757,8 +62751,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -62831,7 +62825,7 @@ paths: description: Response content: application/json: - schema: &438 + schema: &436 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -62942,8 +62936,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *276 - - *277 + - *274 + - *275 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -62966,7 +62960,7 @@ paths: description: Response content: application/json: - schema: *438 + schema: *436 examples: default-response: summary: Default response @@ -63024,8 +63018,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -63035,7 +63029,7 @@ paths: application/json: schema: type: array - items: &439 + items: &437 title: Webhook description: Webhooks for repositories. type: object @@ -63113,7 +63107,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &645 + last_response: &643 title: Hook Response type: object properties: @@ -63187,8 +63181,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: false content: @@ -63246,9 +63240,9 @@ paths: description: Response content: application/json: - schema: *439 + schema: *437 examples: - default: &440 + default: &438 value: type: Repository id: 12345678 @@ -63296,17 +63290,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *276 - - *277 + - *274 + - *275 - *182 responses: '200': description: Response content: application/json: - schema: *439 + schema: *437 examples: - default: *440 + default: *438 '404': *6 x-github: githubCloudOnly: false @@ -63326,8 +63320,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *276 - - *277 + - *274 + - *275 - *182 requestBody: required: true @@ -63388,9 +63382,9 @@ paths: description: Response content: application/json: - schema: *439 + schema: *437 examples: - default: *440 + default: *438 '422': *15 '404': *6 x-github: @@ -63408,8 +63402,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *276 - - *277 + - *274 + - *275 - *182 responses: '204': @@ -63434,8 +63428,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *182 responses: '200': @@ -63463,8 +63457,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *182 requestBody: required: false @@ -63509,8 +63503,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *276 - - *277 + - *274 + - *275 - *182 - *17 - *183 @@ -63547,8 +63541,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *276 - - *277 + - *274 + - *275 - *182 - *16 responses: @@ -63577,8 +63571,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *276 - - *277 + - *274 + - *275 - *182 - *16 responses: @@ -63602,8 +63596,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *276 - - *277 + - *274 + - *275 - *182 responses: '204': @@ -63628,8 +63622,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *276 - - *277 + - *274 + - *275 - *182 responses: '204': @@ -63687,14 +63681,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response content: application/json: - schema: &441 + schema: &439 title: Import description: A repository import from an external source. type: object @@ -63793,7 +63787,7 @@ paths: - html_url - authors_url examples: - default: &444 + default: &442 value: vcs: subversion use_lfs: true @@ -63809,7 +63803,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': &442 + '503': &440 description: Unavailable due to service under maintenance. content: application/json: @@ -63837,8 +63831,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -63886,7 +63880,7 @@ paths: description: Response content: application/json: - schema: *441 + schema: *439 examples: default: value: @@ -63911,7 +63905,7 @@ paths: type: string '422': *15 '404': *6 - '503': *442 + '503': *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63938,8 +63932,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: false content: @@ -63988,7 +63982,7 @@ paths: description: Response content: application/json: - schema: *441 + schema: *439 examples: example-1: summary: Example 1 @@ -64036,7 +64030,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': *442 + '503': *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64058,12 +64052,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response - '503': *442 + '503': *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64088,9 +64082,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *276 - - *277 - - &625 + - *274 + - *275 + - &623 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -64104,7 +64098,7 @@ paths: application/json: schema: type: array - items: &443 + items: &441 title: Porter Author description: Porter Author type: object @@ -64158,7 +64152,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': *442 + '503': *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64182,8 +64176,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *276 - - *277 + - *274 + - *275 - name: author_id in: path required: true @@ -64213,7 +64207,7 @@ paths: description: Response content: application/json: - schema: *443 + schema: *441 examples: default: value: @@ -64226,7 +64220,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *442 + '503': *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64249,8 +64243,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -64291,7 +64285,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *442 + '503': *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64318,8 +64312,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -64346,11 +64340,11 @@ paths: description: Response content: application/json: - schema: *441 + schema: *439 examples: - default: *444 + default: *442 '422': *15 - '503': *442 + '503': *440 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64373,8 +64367,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -64382,8 +64376,8 @@ paths: application/json: schema: *21 examples: - default: *445 - '301': *292 + default: *443 + '301': *290 '404': *6 x-github: githubCloudOnly: false @@ -64403,8 +64397,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -64417,7 +64411,7 @@ paths: properties: {} additionalProperties: false examples: - default: &447 + default: &445 value: limit: collaborators_only origin: repository @@ -64442,13 +64436,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: application/json: - schema: *446 + schema: *444 examples: default: summary: Example request body @@ -64462,7 +64456,7 @@ paths: application/json: schema: *189 examples: - default: *447 + default: *445 '409': description: Response x-github: @@ -64484,8 +64478,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response @@ -64508,8 +64502,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -64519,9 +64513,9 @@ paths: application/json: schema: type: array - items: *448 + items: *446 examples: - default: &618 + default: &616 value: - id: 1 repository: @@ -64652,8 +64646,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *276 - - *277 + - *274 + - *275 - *193 requestBody: required: false @@ -64683,7 +64677,7 @@ paths: description: Response content: application/json: - schema: *448 + schema: *446 examples: default: value: @@ -64814,8 +64808,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *276 - - *277 + - *274 + - *275 - *193 responses: '204': @@ -64842,8 +64836,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *276 - - *277 + - *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 @@ -65056,7 +65050,7 @@ paths: state_reason: completed headers: Link: *38 - '301': *292 + '301': *290 '422': *15 '404': *6 x-github: @@ -65077,8 +65071,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -65155,7 +65149,7 @@ paths: application/json: schema: *97 examples: - default: &454 + default: &452 value: id: 1 node_id: MDU6SXNzdWUx @@ -65311,7 +65305,7 @@ paths: '422': *15 '503': *80 '404': *6 - '410': *289 + '410': *287 x-github: triggersNotification: true githubCloudOnly: false @@ -65332,8 +65326,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *107 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -65354,9 +65348,9 @@ paths: application/json: schema: type: array - items: *449 + items: *447 examples: - default: &456 + default: &454 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -65407,17 +65401,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *276 - - *277 + - *274 + - *275 - *96 responses: '200': description: Response content: application/json: - schema: *449 + schema: *447 examples: - default: &450 + default: &448 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -65464,8 +65458,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *276 - - *277 + - *274 + - *275 - *96 requestBody: required: true @@ -65488,9 +65482,9 @@ paths: description: Response content: application/json: - schema: *449 + schema: *447 examples: - default: *450 + default: *448 '422': *15 x-github: githubCloudOnly: false @@ -65508,8 +65502,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *276 - - *277 + - *274 + - *275 - *96 responses: '204': @@ -65530,8 +65524,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *276 - - *277 + - *274 + - *275 - *96 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -65558,9 +65552,9 @@ paths: application/json: schema: type: array - items: *265 + items: *263 examples: - default: *267 + default: *265 headers: Link: *38 '404': *6 @@ -65581,8 +65575,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *276 - - *277 + - *274 + - *275 - *96 requestBody: required: true @@ -65615,16 +65609,16 @@ paths: description: Reaction exists content: application/json: - schema: *265 + schema: *263 examples: - default: *266 + default: *264 '201': description: Reaction created content: application/json: - schema: *265 + schema: *263 examples: - default: *266 + default: *264 '422': *15 x-github: githubCloudOnly: false @@ -65645,10 +65639,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *276 - - *277 + - *274 + - *275 - *96 - - *268 + - *266 responses: '204': description: Response @@ -65668,8 +65662,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -65679,7 +65673,7 @@ paths: application/json: schema: type: array - items: &453 + items: &451 title: Issue Event description: Issue Event type: object @@ -65722,8 +65716,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *451 - required: *452 + properties: *449 + required: *450 nullable: true label: title: Issue Event Label @@ -66030,8 +66024,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *276 - - *277 + - *274 + - *275 - name: event_id in: path required: true @@ -66042,7 +66036,7 @@ paths: description: Response content: application/json: - schema: *453 + schema: *451 examples: default: value: @@ -66235,7 +66229,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *289 + '410': *287 '403': *28 x-github: githubCloudOnly: false @@ -66264,9 +66258,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *276 - - *277 - - &455 + - *274 + - *275 + - &453 name: issue_number description: The number that identifies the issue. in: path @@ -66280,10 +66274,10 @@ paths: application/json: schema: *97 examples: - default: *454 - '301': *292 + default: *452 + '301': *290 '404': *6 - '410': *289 + '410': *287 '304': *36 x-github: githubCloudOnly: false @@ -66300,9 +66294,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 requestBody: required: false content: @@ -66398,13 +66392,13 @@ paths: application/json: schema: *97 examples: - default: *454 + default: *452 '422': *15 '503': *80 '403': *28 - '301': *292 + '301': *290 '404': *6 - '410': *289 + '410': *287 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66422,9 +66416,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 requestBody: required: false content: @@ -66452,7 +66446,7 @@ paths: application/json: schema: *97 examples: - default: *454 + default: *452 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66468,9 +66462,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 requestBody: content: application/json: @@ -66497,7 +66491,7 @@ paths: application/json: schema: *97 examples: - default: *454 + default: *452 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66519,9 +66513,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 - name: assignee in: path required: true @@ -66554,9 +66548,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 - *87 - *17 - *19 @@ -66567,13 +66561,13 @@ paths: application/json: schema: type: array - items: *449 + items: *447 examples: - default: *456 + default: *454 headers: Link: *38 '404': *6 - '410': *289 + '410': *287 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66597,9 +66591,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 requestBody: required: true content: @@ -66621,16 +66615,16 @@ paths: description: Response content: application/json: - schema: *449 + schema: *447 examples: - default: *450 + default: *448 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *28 - '410': *289 + '410': *287 '422': *15 '404': *6 x-github: @@ -66650,9 +66644,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 - *17 - *19 responses: @@ -66666,7 +66660,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &459 + - &457 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -66720,7 +66714,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &460 + - &458 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -66856,7 +66850,7 @@ paths: - performed_via_github_app - assignee - assigner - - &461 + - &459 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -66907,7 +66901,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &462 + - &460 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -66958,7 +66952,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &463 + - &461 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -67012,7 +67006,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &464 + - &462 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -67059,7 +67053,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &465 + - &463 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -67106,7 +67100,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &466 + - &464 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -67166,7 +67160,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &467 + - &465 title: Locked Issue Event description: Locked Issue Event type: object @@ -67214,7 +67208,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &468 + - &466 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -67280,7 +67274,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &469 + - &467 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -67346,7 +67340,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &470 + - &468 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -67412,7 +67406,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &471 + - &469 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -67503,7 +67497,7 @@ paths: color: red headers: Link: *38 - '410': *289 + '410': *287 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67520,9 +67514,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 - *17 - *19 responses: @@ -67532,7 +67526,7 @@ paths: application/json: schema: type: array - items: &457 + items: &455 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -67575,7 +67569,7 @@ paths: - color - default examples: - default: &458 + default: &456 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -67593,9 +67587,9 @@ paths: default: false headers: Link: *38 - '301': *292 + '301': *290 '404': *6 - '410': *289 + '410': *287 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67612,9 +67606,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 requestBody: required: false content: @@ -67673,12 +67667,12 @@ paths: application/json: schema: type: array - items: *457 + items: *455 examples: - default: *458 - '301': *292 + default: *456 + '301': *290 '404': *6 - '410': *289 + '410': *287 '422': *15 x-github: githubCloudOnly: false @@ -67695,9 +67689,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 requestBody: required: false content: @@ -67757,12 +67751,12 @@ paths: application/json: schema: type: array - items: *457 + items: *455 examples: - default: *458 - '301': *292 + default: *456 + '301': *290 '404': *6 - '410': *289 + '410': *287 '422': *15 x-github: githubCloudOnly: false @@ -67779,15 +67773,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 responses: '204': description: Response - '301': *292 + '301': *290 '404': *6 - '410': *289 + '410': *287 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67806,9 +67800,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 - name: name in: path required: true @@ -67821,7 +67815,7 @@ paths: application/json: schema: type: array - items: *457 + items: *455 examples: default: value: @@ -67832,9 +67826,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *292 + '301': *290 '404': *6 - '410': *289 + '410': *287 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67854,9 +67848,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 requestBody: required: false content: @@ -67884,7 +67878,7 @@ paths: '204': description: Response '403': *28 - '410': *289 + '410': *287 '404': *6 '422': *15 x-github: @@ -67902,9 +67896,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 responses: '204': description: Response @@ -67926,9 +67920,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -67954,13 +67948,13 @@ paths: application/json: schema: type: array - items: *265 + items: *263 examples: - default: *267 + default: *265 headers: Link: *38 '404': *6 - '410': *289 + '410': *287 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67978,9 +67972,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 requestBody: required: true content: @@ -68012,16 +68006,16 @@ paths: description: Response content: application/json: - schema: *265 + schema: *263 examples: - default: *266 + default: *264 '201': description: Response content: application/json: - schema: *265 + schema: *263 examples: - default: *266 + default: *264 '422': *15 x-github: githubCloudOnly: false @@ -68042,10 +68036,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *276 - - *277 - - *455 - - *268 + - *274 + - *275 + - *453 + - *266 responses: '204': description: Response @@ -68065,9 +68059,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *276 - - *277 - - *455 + - *274 + - *275 + - *453 - *17 - *19 responses: @@ -68082,6 +68076,8 @@ paths: description: Timeline Event type: object anyOf: + - *457 + - *458 - *459 - *460 - *461 @@ -68093,8 +68089,6 @@ paths: - *467 - *468 - *469 - - *470 - - *471 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -68395,7 +68389,7 @@ paths: type: string comments: type: array - items: &492 + items: &490 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -68602,7 +68596,7 @@ paths: type: string comments: type: array - items: *385 + items: *383 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -68891,7 +68885,7 @@ paths: headers: Link: *38 '404': *6 - '410': *289 + '410': *287 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68908,8 +68902,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -68919,7 +68913,7 @@ paths: application/json: schema: type: array - items: &472 + items: &470 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -68981,8 +68975,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -69018,9 +69012,9 @@ paths: description: Response content: application/json: - schema: *472 + schema: *470 examples: - default: &473 + default: &471 value: id: 1 key: ssh-rsa AAA... @@ -69053,9 +69047,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *276 - - *277 - - &474 + - *274 + - *275 + - &472 name: key_id description: The unique identifier of the key. in: path @@ -69067,9 +69061,9 @@ paths: description: Response content: application/json: - schema: *472 + schema: *470 examples: - default: *473 + default: *471 '404': *6 x-github: githubCloudOnly: false @@ -69087,9 +69081,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *276 - - *277 - - *474 + - *274 + - *275 + - *472 responses: '204': description: Response @@ -69109,8 +69103,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -69120,9 +69114,9 @@ paths: application/json: schema: type: array - items: *457 + items: *455 examples: - default: *458 + default: *456 headers: Link: *38 '404': *6 @@ -69143,8 +69137,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -69180,9 +69174,9 @@ paths: description: Response content: application/json: - schema: *457 + schema: *455 examples: - default: &475 + default: &473 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -69214,8 +69208,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *276 - - *277 + - *274 + - *275 - name: name in: path required: true @@ -69226,9 +69220,9 @@ paths: description: Response content: application/json: - schema: *457 + schema: *455 examples: - default: *475 + default: *473 '404': *6 x-github: githubCloudOnly: false @@ -69245,8 +69239,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *276 - - *277 + - *274 + - *275 - name: name in: path required: true @@ -69285,7 +69279,7 @@ paths: description: Response content: application/json: - schema: *457 + schema: *455 examples: default: value: @@ -69311,8 +69305,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *276 - - *277 + - *274 + - *275 - name: name in: path required: true @@ -69338,8 +69332,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -69373,8 +69367,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '202': *119 '403': @@ -69400,8 +69394,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response @@ -69424,8 +69418,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -69570,8 +69564,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -69636,8 +69630,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -69671,9 +69665,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *386 + schema: *384 examples: - default: *476 + default: *474 '204': description: Response when already merged '404': @@ -69698,8 +69692,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *276 - - *277 + - *274 + - *275 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -69740,12 +69734,12 @@ paths: application/json: schema: type: array - items: &477 + items: &475 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *390 - required: *391 + properties: *388 + required: *389 examples: default: value: @@ -69801,8 +69795,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -69842,9 +69836,9 @@ paths: description: Response content: application/json: - schema: *477 + schema: *475 examples: - default: &478 + default: &476 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -69903,9 +69897,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *276 - - *277 - - &479 + - *274 + - *275 + - &477 name: milestone_number description: The number that identifies the milestone. in: path @@ -69917,9 +69911,9 @@ paths: description: Response content: application/json: - schema: *477 + schema: *475 examples: - default: *478 + default: *476 '404': *6 x-github: githubCloudOnly: false @@ -69936,9 +69930,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *276 - - *277 - - *479 + - *274 + - *275 + - *477 requestBody: required: false content: @@ -69976,9 +69970,9 @@ paths: description: Response content: application/json: - schema: *477 + schema: *475 examples: - default: *478 + default: *476 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69994,9 +69988,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *276 - - *277 - - *479 + - *274 + - *275 + - *477 responses: '204': description: Response @@ -70017,9 +70011,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *276 - - *277 - - *479 + - *274 + - *275 + - *477 - *17 - *19 responses: @@ -70029,9 +70023,9 @@ paths: application/json: schema: type: array - items: *457 + items: *455 examples: - default: *458 + default: *456 headers: Link: *38 x-github: @@ -70050,12 +70044,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *276 - - *277 - - *480 - - *481 + - *274 + - *275 + - *478 + - *479 - *87 - - *482 + - *480 - *17 - *19 responses: @@ -70067,7 +70061,7 @@ paths: type: array items: *110 examples: - default: *483 + default: *481 headers: Link: *38 x-github: @@ -70091,8 +70085,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: false content: @@ -70150,14 +70144,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response content: application/json: - schema: &484 + schema: &482 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -70282,7 +70276,7 @@ paths: - custom_404 - public examples: - default: &485 + default: &483 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -70319,8 +70313,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -70374,11 +70368,11 @@ paths: description: Response content: application/json: - schema: *484 + schema: *482 examples: - default: *485 + default: *483 '422': *15 - '409': *314 + '409': *312 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70397,8 +70391,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -70484,7 +70478,7 @@ paths: description: Response '422': *15 '400': *14 - '409': *314 + '409': *312 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70503,14 +70497,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response '422': *15 '404': *6 - '409': *314 + '409': *312 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70530,8 +70524,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -70541,7 +70535,7 @@ paths: application/json: schema: type: array - items: &486 + items: &484 title: Page Build description: Page Build type: object @@ -70635,8 +70629,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *276 - - *277 + - *274 + - *275 responses: '201': description: Response @@ -70681,16 +70675,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response content: application/json: - schema: *486 + schema: *484 examples: - default: &487 + default: &485 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -70738,8 +70732,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *276 - - *277 + - *274 + - *275 - name: build_id in: path required: true @@ -70750,9 +70744,9 @@ paths: description: Response content: application/json: - schema: *486 + schema: *484 examples: - default: *487 + default: *485 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70772,8 +70766,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -70868,8 +70862,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -71127,8 +71121,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': *218 '422': *14 @@ -71149,8 +71143,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': *218 '422': *14 @@ -71173,8 +71167,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects parameters: - - *276 - - *277 + - *274 + - *275 - name: state description: Indicates the state of the projects to return. in: query @@ -71235,7 +71229,7 @@ paths: '401': *24 '403': *28 '404': *6 - '410': *289 + '410': *287 '422': *7 x-github: githubCloudOnly: false @@ -71255,8 +71249,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -71284,11 +71278,11 @@ paths: application/json: schema: *219 examples: - default: *288 + default: *286 '401': *24 '403': *28 '404': *6 - '410': *289 + '410': *287 '422': *7 x-github: githubCloudOnly: false @@ -71308,8 +71302,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/properties#get-all-custom-property-values-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -71349,8 +71343,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *276 - - *277 + - *274 + - *275 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -71410,9 +71404,9 @@ paths: application/json: schema: type: array - items: *488 + items: *486 examples: - default: *489 + default: *487 headers: Link: *38 '304': *36 @@ -71437,8 +71431,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -71503,7 +71497,7 @@ paths: description: Response content: application/json: - schema: &494 + schema: &492 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -71613,8 +71607,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *390 - required: *391 + properties: *388 + required: *389 nullable: true active_lock_reason: type: string @@ -71659,7 +71653,7 @@ paths: nullable: true requested_teams: type: array - items: *490 + items: *488 nullable: true head: type: object @@ -72569,14 +72563,14 @@ paths: _links: type: object properties: - comments: *392 - commits: *392 - statuses: *392 - html: *392 - issue: *392 - review_comments: *392 - review_comment: *392 - self: *392 + comments: *390 + commits: *390 + statuses: *390 + html: *390 + issue: *390 + review_comments: *390 + review_comment: *390 + self: *390 required: - comments - commits @@ -72587,7 +72581,7 @@ paths: - review_comment - self author_association: *84 - auto_merge: *491 + auto_merge: *489 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -72679,7 +72673,7 @@ paths: - merged_by - review_comments examples: - default: &495 + default: &493 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -73198,8 +73192,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - name: sort in: query required: false @@ -73228,9 +73222,9 @@ paths: application/json: schema: type: array - items: *492 + items: *490 examples: - default: &497 + default: &495 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -73299,17 +73293,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *276 - - *277 + - *274 + - *275 - *96 responses: '200': description: Response content: application/json: - schema: *492 + schema: *490 examples: - default: &493 + default: &491 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -73376,8 +73370,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *276 - - *277 + - *274 + - *275 - *96 requestBody: required: true @@ -73400,9 +73394,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *490 examples: - default: *493 + default: *491 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73418,8 +73412,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *276 - - *277 + - *274 + - *275 - *96 responses: '204': @@ -73441,8 +73435,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *276 - - *277 + - *274 + - *275 - *96 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -73469,9 +73463,9 @@ paths: application/json: schema: type: array - items: *265 + items: *263 examples: - default: *267 + default: *265 headers: Link: *38 '404': *6 @@ -73492,8 +73486,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *276 - - *277 + - *274 + - *275 - *96 requestBody: required: true @@ -73526,16 +73520,16 @@ paths: description: Reaction exists content: application/json: - schema: *265 + schema: *263 examples: - default: *266 + default: *264 '201': description: Reaction created content: application/json: - schema: *265 + schema: *263 examples: - default: *266 + default: *264 '422': *15 x-github: githubCloudOnly: false @@ -73556,10 +73550,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *276 - - *277 + - *274 + - *275 - *96 - - *268 + - *266 responses: '204': description: Response @@ -73594,9 +73588,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *276 - - *277 - - &496 + - *274 + - *275 + - &494 name: pull_number description: The number that identifies the pull request. in: path @@ -73609,9 +73603,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *494 + schema: *492 examples: - default: *495 + default: *493 '304': *36 '404': *6 '500': *159 @@ -73634,9 +73628,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *276 - - *277 - - *496 + - *274 + - *275 + - *494 requestBody: required: false content: @@ -73678,9 +73672,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *492 examples: - default: *495 + default: *493 '422': *15 '403': *28 x-github: @@ -73704,9 +73698,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *276 - - *277 - - *496 + - *274 + - *275 + - *494 requestBody: required: true content: @@ -73768,7 +73762,7 @@ paths: application/json: schema: *197 examples: - default: *375 + default: *373 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -73776,7 +73770,7 @@ paths: application/json: schema: *197 examples: - default: *375 + default: *373 '401': *24 '403': *28 '404': *6 @@ -73798,9 +73792,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *276 - - *277 - - *496 + - *274 + - *275 + - *494 - *107 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -73821,9 +73815,9 @@ paths: application/json: schema: type: array - items: *492 + items: *490 examples: - default: *497 + default: *495 headers: Link: *38 x-github: @@ -73849,9 +73843,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *276 - - *277 - - *496 + - *274 + - *275 + - *494 requestBody: required: true content: @@ -73951,7 +73945,7 @@ paths: description: Response content: application/json: - schema: *492 + schema: *490 examples: example-for-a-multi-line-comment: value: @@ -74031,9 +74025,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *276 - - *277 - - *496 + - *274 + - *275 + - *494 - *96 requestBody: required: true @@ -74056,7 +74050,7 @@ paths: description: Response content: application/json: - schema: *492 + schema: *490 examples: default: value: @@ -74135,9 +74129,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *276 - - *277 - - *496 + - *274 + - *275 + - *494 - *17 - *19 responses: @@ -74147,9 +74141,9 @@ paths: application/json: schema: type: array - items: *386 + items: *384 examples: - default: *498 + default: *496 headers: Link: *38 x-github: @@ -74169,9 +74163,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *276 - - *277 - - *496 + - *274 + - *275 + - *494 - *17 - *19 responses: @@ -74181,7 +74175,7 @@ paths: application/json: schema: type: array - items: *401 + items: *399 examples: default: value: @@ -74219,9 +74213,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *276 - - *277 - - *496 + - *274 + - *275 + - *494 responses: '204': description: Response if pull request has been merged @@ -74244,9 +74238,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *276 - - *277 - - *496 + - *274 + - *275 + - *494 requestBody: required: false content: @@ -74357,9 +74351,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *276 - - *277 - - *496 + - *274 + - *275 + - *494 responses: '200': description: Response @@ -74434,9 +74428,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *276 - - *277 - - *496 + - *274 + - *275 + - *494 requestBody: required: false content: @@ -74473,7 +74467,7 @@ paths: description: Response content: application/json: - schema: *488 + schema: *486 examples: default: value: @@ -75009,9 +75003,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *276 - - *277 - - *496 + - *274 + - *275 + - *494 requestBody: required: true content: @@ -75045,7 +75039,7 @@ paths: description: Response content: application/json: - schema: *488 + schema: *486 examples: default: value: @@ -75542,9 +75536,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *276 - - *277 - - *496 + - *274 + - *275 + - *494 - *17 - *19 responses: @@ -75554,7 +75548,7 @@ paths: application/json: schema: type: array - items: &499 + items: &497 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -75694,9 +75688,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *276 - - *277 - - *496 + - *274 + - *275 + - *494 requestBody: required: false content: @@ -75777,9 +75771,9 @@ paths: description: Response content: application/json: - schema: *499 + schema: *497 examples: - default: &501 + default: &499 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -75834,10 +75828,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *276 - - *277 - - *496 - - &500 + - *274 + - *275 + - *494 + - &498 name: review_id description: The unique identifier of the review. in: path @@ -75849,9 +75843,9 @@ paths: description: Response content: application/json: - schema: *499 + schema: *497 examples: - default: &502 + default: &500 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -75902,10 +75896,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *276 - - *277 - - *496 - - *500 + - *274 + - *275 + - *494 + - *498 requestBody: required: true content: @@ -75928,7 +75922,7 @@ paths: description: Response content: application/json: - schema: *499 + schema: *497 examples: default: value: @@ -75983,18 +75977,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *276 - - *277 - - *496 - - *500 + - *274 + - *275 + - *494 + - *498 responses: '200': description: Response content: application/json: - schema: *499 + schema: *497 examples: - default: *501 + default: *499 '422': *7 '404': *6 x-github: @@ -76013,10 +76007,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *276 - - *277 - - *496 - - *500 + - *274 + - *275 + - *494 + - *498 - *17 - *19 responses: @@ -76097,9 +76091,9 @@ paths: _links: type: object properties: - self: *392 - html: *392 - pull_request: *392 + self: *390 + html: *390 + pull_request: *390 required: - self - html @@ -76233,10 +76227,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *276 - - *277 - - *496 - - *500 + - *274 + - *275 + - *494 + - *498 requestBody: required: true content: @@ -76264,7 +76258,7 @@ paths: description: Response content: application/json: - schema: *499 + schema: *497 examples: default: value: @@ -76321,10 +76315,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *276 - - *277 - - *496 - - *500 + - *274 + - *275 + - *494 + - *498 requestBody: required: true content: @@ -76359,9 +76353,9 @@ paths: description: Response content: application/json: - schema: *499 + schema: *497 examples: - default: *502 + default: *500 '404': *6 '422': *7 '403': *28 @@ -76382,9 +76376,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *276 - - *277 - - *496 + - *274 + - *275 + - *494 requestBody: required: false content: @@ -76444,8 +76438,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *276 - - *277 + - *274 + - *275 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -76458,9 +76452,9 @@ paths: description: Response content: application/json: - schema: *503 + schema: *501 examples: - default: &504 + default: &502 value: type: file encoding: base64 @@ -76498,8 +76492,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *276 - - *277 + - *274 + - *275 - name: dir description: The alternate path to look for a README file in: path @@ -76519,9 +76513,9 @@ paths: description: Response content: application/json: - schema: *503 + schema: *501 examples: - default: *504 + default: *502 '404': *6 '422': *15 x-github: @@ -76543,8 +76537,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -76554,7 +76548,7 @@ paths: application/json: schema: type: array - items: &505 + items: &503 title: Release description: A release. type: object @@ -76617,7 +76611,7 @@ paths: author: *18 assets: type: array - items: &506 + items: &504 title: Release Asset description: Data related to a release. type: object @@ -76798,8 +76792,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -76875,9 +76869,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *503 examples: - default: &509 + default: &507 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -76978,9 +76972,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *276 - - *277 - - &507 + - *274 + - *275 + - &505 name: asset_id description: The unique identifier of the asset. in: path @@ -76992,9 +76986,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *504 examples: - default: &508 + default: &506 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 @@ -77028,7 +77022,7 @@ paths: type: User site_admin: false '404': *6 - '302': *403 + '302': *401 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77044,9 +77038,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *276 - - *277 - - *507 + - *274 + - *275 + - *505 requestBody: required: false content: @@ -77074,9 +77068,9 @@ paths: description: Response content: application/json: - schema: *506 + schema: *504 examples: - default: *508 + default: *506 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77092,9 +77086,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *276 - - *277 - - *507 + - *274 + - *275 + - *505 responses: '204': description: Response @@ -77118,8 +77112,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -77204,16 +77198,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response content: application/json: - schema: *505 + schema: *503 examples: - default: *509 + default: *507 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77230,8 +77224,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *276 - - *277 + - *274 + - *275 - name: tag description: tag parameter in: path @@ -77244,9 +77238,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *503 examples: - default: *509 + default: *507 '404': *6 x-github: githubCloudOnly: false @@ -77265,9 +77259,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *276 - - *277 - - &510 + - *274 + - *275 + - &508 name: release_id description: The unique identifier of the release. in: path @@ -77280,9 +77274,9 @@ paths: the endpoint for uploading release assets. This key is a [hypermedia resource](https://docs.github.com/enterprise-cloud@latest//rest/overview/resources-in-the-rest-api#hypermedia)." content: application/json: - schema: *505 + schema: *503 examples: - default: *509 + default: *507 '401': description: Unauthorized x-github: @@ -77300,9 +77294,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *276 - - *277 - - *510 + - *274 + - *275 + - *508 requestBody: required: false content: @@ -77366,9 +77360,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *503 examples: - default: *509 + default: *507 '404': description: Not Found if the discussion category name is invalid content: @@ -77389,9 +77383,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *276 - - *277 - - *510 + - *274 + - *275 + - *508 responses: '204': description: Response @@ -77411,9 +77405,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *276 - - *277 - - *510 + - *274 + - *275 + - *508 - *17 - *19 responses: @@ -77423,7 +77417,7 @@ paths: application/json: schema: type: array - items: *506 + items: *504 examples: default: value: @@ -77504,9 +77498,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: - - *276 - - *277 - - *510 + - *274 + - *275 + - *508 - name: name in: query required: true @@ -77532,7 +77526,7 @@ paths: description: Response for successful upload content: application/json: - schema: *506 + schema: *504 examples: response-for-successful-upload: value: @@ -77586,9 +77580,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *276 - - *277 - - *510 + - *274 + - *275 + - *508 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -77612,9 +77606,9 @@ paths: application/json: schema: type: array - items: *265 + items: *263 examples: - default: *267 + default: *265 headers: Link: *38 '404': *6 @@ -77635,9 +77629,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *276 - - *277 - - *510 + - *274 + - *275 + - *508 requestBody: required: true content: @@ -77667,16 +77661,16 @@ paths: description: Reaction exists content: application/json: - schema: *265 + schema: *263 examples: - default: *266 + default: *264 '201': description: Reaction created content: application/json: - schema: *265 + schema: *263 examples: - default: *266 + default: *264 '422': *15 x-github: githubCloudOnly: false @@ -77697,10 +77691,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *276 - - *277 - - *510 - - *268 + - *274 + - *275 + - *508 + - *266 responses: '204': description: Response @@ -77724,9 +77718,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *276 - - *277 - - *337 + - *274 + - *275 + - *335 - *17 - *19 responses: @@ -77742,8 +77736,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *511 - - &513 + - *509 + - &511 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -77762,48 +77756,48 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. + - allOf: + - *510 + - *511 - allOf: - *512 + - *511 + - allOf: - *513 + - *511 - allOf: - *514 - - *513 + - *511 - allOf: - *515 - - *513 + - *511 - allOf: - *516 - - *513 + - *511 - allOf: - *517 - - *513 + - *511 - allOf: - *518 - - *513 + - *511 - allOf: - *519 - - *513 + - *511 - allOf: - *520 - - *513 + - *511 - allOf: - *521 - - *513 + - *511 - allOf: - *522 - - *513 + - *511 - allOf: - *523 - - *513 + - *511 - allOf: - *524 - - *513 - - allOf: - - *525 - - *513 - - allOf: - - *526 - - *513 + - *511 examples: default: value: @@ -77842,8 +77836,8 @@ paths: category: repos subcategory: rules parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 - name: includes_parents @@ -77861,7 +77855,7 @@ paths: application/json: schema: type: array - items: *234 + items: *232 examples: default: value: @@ -77908,8 +77902,8 @@ paths: category: repos subcategory: rules parameters: - - *276 - - *277 + - *274 + - *275 requestBody: description: Request body required: true @@ -77927,16 +77921,16 @@ paths: enum: - branch - tag - enforcement: *230 + enforcement: *228 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *231 - conditions: *229 + items: *229 + conditions: *227 rules: type: array description: An array of rules within the ruleset. - items: *233 + items: *231 required: - name - enforcement @@ -77967,9 +77961,9 @@ paths: description: Response content: application/json: - schema: *234 + schema: *232 examples: - default: &535 + default: &533 value: id: 42 name: super cool ruleset @@ -78016,8 +78010,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *276 - - *277 + - *274 + - *275 - name: ref description: The name of the ref. Cannot contain wildcard characters. When specified, only rule evaluations triggered for this ref will be returned. @@ -78025,9 +78019,9 @@ paths: schema: type: string x-multi-segment: true + - *525 + - *526 - *527 - - *528 - - *529 - *17 - *19 responses: @@ -78035,9 +78029,9 @@ paths: description: Response content: application/json: - schema: *530 + schema: *528 examples: - default: *531 + default: *529 '404': *6 '500': *159 x-github: @@ -78058,17 +78052,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *276 - - *277 - - *532 + - *274 + - *275 + - *530 responses: '200': description: Response content: application/json: - schema: *533 + schema: *531 examples: - default: *534 + default: *532 '404': *6 '500': *159 x-github: @@ -78092,8 +78086,8 @@ paths: category: repos subcategory: rules parameters: - - *276 - - *277 + - *274 + - *275 - name: ruleset_id description: The ID of the ruleset. in: path @@ -78113,9 +78107,9 @@ paths: description: Response content: application/json: - schema: *234 + schema: *232 examples: - default: *535 + default: *533 '404': *6 '500': *159 put: @@ -78133,8 +78127,8 @@ paths: category: repos subcategory: rules parameters: - - *276 - - *277 + - *274 + - *275 - name: ruleset_id description: The ID of the ruleset. in: path @@ -78158,16 +78152,16 @@ paths: enum: - branch - tag - enforcement: *230 + enforcement: *228 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *231 - conditions: *229 + items: *229 + conditions: *227 rules: description: An array of rules within the ruleset. type: array - items: *233 + items: *231 examples: default: value: @@ -78195,9 +78189,9 @@ paths: description: Response content: application/json: - schema: *234 + schema: *232 examples: - default: *535 + default: *533 '404': *6 '500': *159 delete: @@ -78215,8 +78209,8 @@ paths: category: repos subcategory: rules parameters: - - *276 - - *277 + - *274 + - *275 - name: ruleset_id description: The ID of the ruleset. in: path @@ -78244,17 +78238,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 + - *234 + - *235 - *236 - *237 - - *238 - - *239 - *66 - *19 - *17 - - *536 - - *537 + - *534 + - *535 responses: '200': description: Response @@ -78262,7 +78256,7 @@ paths: application/json: schema: type: array - items: &540 + items: &538 type: object properties: number: *70 @@ -78281,8 +78275,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *538 - resolution: *539 + state: *536 + resolution: *537 resolved_at: type: string format: date-time @@ -78425,15 +78419,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *276 - - *277 - - *365 + - *274 + - *275 + - *363 responses: '200': description: Response content: application/json: - schema: *540 + schema: *538 examples: default: value: @@ -78478,9 +78472,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *276 - - *277 - - *365 + - *274 + - *275 + - *363 requestBody: required: true content: @@ -78488,8 +78482,8 @@ paths: schema: type: object properties: - state: *538 - resolution: *539 + state: *536 + resolution: *537 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -78507,7 +78501,7 @@ paths: description: Response content: application/json: - schema: *540 + schema: *538 examples: default: value: @@ -78575,9 +78569,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *276 - - *277 - - *365 + - *274 + - *275 + - *363 - *19 - *17 responses: @@ -78588,7 +78582,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &649 + items: &647 type: object properties: type: @@ -78748,8 +78742,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *276 - - *277 + - *274 + - *275 - *66 - name: sort description: The property to sort the results by. @@ -78792,9 +78786,9 @@ paths: application/json: schema: type: array - items: *541 + items: *539 examples: - default: *542 + default: *540 '400': *14 '404': *6 x-github: @@ -78816,8 +78810,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -78848,7 +78842,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *242 + ecosystem: *240 name: type: string description: The unique package name within its ecosystem. @@ -78890,7 +78884,7 @@ paths: login: type: string description: The username of the user credited. - type: *243 + type: *241 required: - login - type @@ -78972,9 +78966,9 @@ paths: description: Response content: application/json: - schema: *541 + schema: *539 examples: - default: &544 + default: &542 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -79200,8 +79194,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -79229,7 +79223,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *242 + ecosystem: *240 name: type: string description: The unique package name within its ecosystem. @@ -79300,7 +79294,7 @@ paths: description: Response content: application/json: - schema: *541 + schema: *539 examples: default: value: @@ -79443,17 +79437,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *276 - - *277 - - *543 + - *274 + - *275 + - *541 responses: '200': description: Response content: application/json: - schema: *541 + schema: *539 examples: - default: *544 + default: *542 '403': *28 '404': *6 x-github: @@ -79476,9 +79470,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *276 - - *277 - - *543 + - *274 + - *275 + - *541 requestBody: required: true content: @@ -79509,7 +79503,7 @@ paths: description: The name of the package affected by the vulnerability. type: object properties: - ecosystem: *242 + ecosystem: *240 name: type: string description: The unique package name within its ecosystem. @@ -79551,7 +79545,7 @@ paths: login: type: string description: The username of the user credited. - type: *243 + type: *241 required: - login - type @@ -79638,10 +79632,10 @@ paths: description: Response content: application/json: - schema: *541 + schema: *539 examples: - default: *544 - add_credit: *544 + default: *542 + add_credit: *542 '403': *28 '404': *6 '422': @@ -79679,9 +79673,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *276 - - *277 - - *543 + - *274 + - *275 + - *541 responses: '202': *119 '400': *14 @@ -79707,8 +79701,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -79804,8 +79798,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -79814,7 +79808,7 @@ paths: application/json: schema: type: array - items: &545 + items: &543 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -79845,8 +79839,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -79919,8 +79913,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -80016,8 +80010,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -80171,8 +80165,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -80182,7 +80176,7 @@ paths: application/json: schema: type: array - items: *545 + items: *543 examples: default: value: @@ -80215,8 +80209,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *276 - - *277 + - *274 + - *275 - name: sha in: path required: true @@ -80270,7 +80264,7 @@ paths: description: Response content: application/json: - schema: *546 + schema: *544 examples: default: value: @@ -80324,8 +80318,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -80357,14 +80351,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &547 + schema: &545 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -80432,8 +80426,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: false content: @@ -80459,7 +80453,7 @@ paths: description: Response content: application/json: - schema: *547 + schema: *545 examples: default: value: @@ -80486,8 +80480,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response @@ -80507,8 +80501,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -80584,8 +80578,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#list-tag-protection-states-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -80593,7 +80587,7 @@ paths: application/json: schema: type: array - items: &548 + items: &546 title: Tag protection description: Tag protection type: object @@ -80639,8 +80633,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#create-a-tag-protection-state-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -80663,7 +80657,7 @@ paths: description: Response content: application/json: - schema: *548 + schema: *546 examples: default: value: @@ -80688,8 +80682,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#delete-a-tag-protection-state-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -80721,8 +80715,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *276 - - *277 + - *274 + - *275 - name: ref in: path required: true @@ -80762,8 +80756,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *276 - - *277 + - *274 + - *275 - *17 - *19 responses: @@ -80775,7 +80769,7 @@ paths: type: array items: *161 examples: - default: *246 + default: *244 headers: Link: *38 '404': *6 @@ -80795,8 +80789,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *276 - - *277 + - *274 + - *275 - *19 - *17 responses: @@ -80804,7 +80798,7 @@ paths: description: Response content: application/json: - schema: &549 + schema: &547 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -80816,7 +80810,7 @@ paths: required: - names examples: - default: &550 + default: &548 value: names: - octocat @@ -80839,8 +80833,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -80871,9 +80865,9 @@ paths: description: Response content: application/json: - schema: *549 + schema: *547 examples: - default: *550 + default: *548 '404': *6 '422': *7 x-github: @@ -80894,9 +80888,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *276 - - *277 - - &551 + - *274 + - *275 + - &549 name: per description: The time frame to display results for. in: query @@ -80925,7 +80919,7 @@ paths: example: 128 clones: type: array - items: &552 + items: &550 title: Traffic type: object properties: @@ -81012,8 +81006,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -81103,8 +81097,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *276 - - *277 + - *274 + - *275 responses: '200': description: Response @@ -81164,9 +81158,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *276 - - *277 - - *551 + - *274 + - *275 + - *549 responses: '200': description: Response @@ -81185,7 +81179,7 @@ paths: example: 3782 views: type: array - items: *552 + items: *550 required: - uniques - count @@ -81260,8 +81254,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *276 - - *277 + - *274 + - *275 requestBody: required: true content: @@ -81535,8 +81529,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -81559,8 +81553,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response @@ -81582,8 +81576,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response @@ -81608,8 +81602,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *276 - - *277 + - *274 + - *275 - name: ref in: path required: true @@ -81960,7 +81954,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - *126 - - *420 + - *418 - *17 - *19 responses: @@ -81978,9 +81972,9 @@ paths: type: integer secrets: type: array - items: *316 + items: *314 examples: - default: *317 + default: *315 headers: Link: *38 x-github: @@ -82007,15 +82001,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - *126 - - *420 + - *418 responses: '200': description: Response content: application/json: - schema: *318 + schema: *316 examples: - default: *319 + default: *317 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82038,16 +82032,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - *126 - - *420 + - *418 - *141 responses: '200': description: Response content: application/json: - schema: *316 + schema: *314 examples: - default: *553 + default: *551 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82070,7 +82064,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - *126 - - *420 + - *418 - *141 requestBody: required: true @@ -82129,7 +82123,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - *126 - - *420 + - *418 - *141 responses: '204': @@ -82156,8 +82150,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - *126 - - *420 - - *302 + - *418 + - *300 - *19 responses: '200': @@ -82174,9 +82168,9 @@ paths: type: integer variables: type: array - items: *320 + items: *318 examples: - default: *321 + default: *319 headers: Link: *38 x-github: @@ -82200,7 +82194,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - *126 - - *420 + - *418 requestBody: required: true content: @@ -82253,16 +82247,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - *126 - - *420 + - *418 - *144 responses: '200': description: Response content: application/json: - schema: *320 + schema: *318 examples: - default: *554 + default: *552 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82285,7 +82279,7 @@ paths: parameters: - *126 - *144 - - *420 + - *418 requestBody: required: true content: @@ -82329,7 +82323,7 @@ paths: parameters: - *126 - *144 - - *420 + - *418 responses: '204': description: Response @@ -82369,7 +82363,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &562 + - &560 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -82378,7 +82372,7 @@ paths: schema: type: string example: members - - &567 + - &565 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -82389,7 +82383,7 @@ paths: default: 1 format: int32 example: 1 - - &568 + - &566 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -82430,7 +82424,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &556 + items: &554 allOf: - type: object required: @@ -82505,7 +82499,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &569 + meta: &567 type: object description: The metadata associated with the creation/updates to the user. @@ -82565,31 +82559,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/927fa2c08dcb4a7fae9e startIndex: 1 itemsPerPage: 20 - '400': &557 + '400': &555 description: Bad request content: application/json: - schema: *555 + schema: *553 application/scim+json: - schema: *555 - '401': &558 + schema: *553 + '401': &556 description: Authorization failure - '403': &559 + '403': &557 description: Permission denied - '429': &560 + '429': &558 description: Too many requests content: application/json: - schema: *555 + schema: *553 application/scim+json: - schema: *555 - '500': &561 + schema: *553 + '500': &559 description: Internal server error content: application/json: - schema: *555 + schema: *553 application/scim+json: - schema: *555 + schema: *553 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82614,7 +82608,7 @@ paths: required: true content: application/json: - schema: &565 + schema: &563 type: object required: - schemas @@ -82670,9 +82664,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *556 + schema: *554 examples: - group: &563 + group: &561 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -82691,13 +82685,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/927fa2c08dcb4a7fae9e - '400': *557 - '401': *558 - '403': *559 - '409': &566 + '400': *555 + '401': *556 + '403': *557 + '409': &564 description: Duplicate record detected - '429': *560 - '500': *561 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82718,7 +82712,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &564 + - &562 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -82726,21 +82720,21 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *562 + - *560 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *556 + schema: *554 examples: - default: *563 - '400': *557 - '401': *558 - '403': *559 + default: *561 + '400': *555 + '401': *556 + '403': *557 '404': *6 - '429': *560 - '500': *561 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82762,12 +82756,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *564 + - *562 requestBody: required: true content: application/json: - schema: *565 + schema: *563 examples: group: summary: Group @@ -82793,17 +82787,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *556 + schema: *554 examples: - group: *563 - groupWithMembers: *563 - '400': *557 - '401': *558 - '403': *559 + group: *561 + groupWithMembers: *561 + '400': *555 + '401': *556 + '403': *557 '404': *6 - '409': *566 - '429': *560 - '500': *561 + '409': *564 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82829,12 +82823,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *564 + - *562 requestBody: required: true content: application/json: - schema: &576 + schema: &574 type: object required: - Operations @@ -82894,17 +82888,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *556 + schema: *554 examples: - updateGroup: *563 - addMembers: *563 - '400': *557 - '401': *558 - '403': *559 + updateGroup: *561 + addMembers: *561 + '400': *555 + '401': *556 + '403': *557 '404': *6 - '409': *566 - '429': *560 - '500': *561 + '409': *564 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82924,16 +82918,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *564 + - *562 responses: '204': description: Group was deleted, no content - '400': *557 - '401': *558 - '403': *559 + '400': *555 + '401': *556 + '403': *557 '404': *6 - '429': *560 - '500': *561 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82970,8 +82964,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *567 - - *568 + - *565 + - *566 responses: '200': description: Success, either users were found or not found @@ -83003,7 +82997,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &571 + items: &569 allOf: - type: object required: @@ -83082,7 +83076,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &570 + roles: &568 type: array description: The roles assigned to the user. items: @@ -83138,7 +83132,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *569 + meta: *567 startIndex: type: integer description: A starting index for the returned page @@ -83175,11 +83169,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *557 - '401': *558 - '403': *559 - '429': *560 - '500': *561 + '400': *555 + '401': *556 + '403': *557 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -83204,7 +83198,7 @@ paths: required: true content: application/json: - schema: &574 + schema: &572 type: object required: - schemas @@ -83286,9 +83280,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *570 + roles: *568 examples: - user: &575 + user: &573 summary: User value: schemas: @@ -83335,9 +83329,9 @@ paths: description: User has been created content: application/scim+json: - schema: *571 + schema: *569 examples: - user: &572 + user: &570 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -83363,13 +83357,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *572 - '400': *557 - '401': *558 - '403': *559 - '409': *566 - '429': *560 - '500': *561 + enterpriseOwner: *570 + '400': *555 + '401': *556 + '403': *557 + '409': *564 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -83390,7 +83384,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &573 + - &571 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -83402,15 +83396,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *571 + schema: *569 examples: - default: *572 - '400': *557 - '401': *558 - '403': *559 + default: *570 + '400': *555 + '401': *556 + '403': *557 '404': *6 - '429': *560 - '500': *561 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -83434,29 +83428,29 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *573 + - *571 requestBody: required: true content: application/json: - schema: *574 + schema: *572 examples: - user: *575 + user: *573 responses: '200': description: User was updated content: application/scim+json: - schema: *571 + schema: *569 examples: - user: *572 - '400': *557 - '401': *558 - '403': *559 + user: *570 + '400': *555 + '401': *556 + '403': *557 '404': *6 - '409': *566 - '429': *560 - '500': *561 + '409': *564 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -83493,12 +83487,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *573 + - *571 requestBody: required: true content: application/json: - schema: *576 + schema: *574 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -83538,18 +83532,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *571 - examples: - userMultiValuedProperties: *572 - userSingleValuedProperties: *572 - disableUser: *572 - '400': *557 - '401': *558 - '403': *559 + schema: *569 + examples: + userMultiValuedProperties: *570 + userSingleValuedProperties: *570 + disableUser: *570 + '400': *555 + '401': *556 + '403': *557 '404': *6 - '409': *566 - '429': *560 - '500': *561 + '409': *564 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -83569,16 +83563,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *573 + - *571 responses: '204': description: User was deleted, no content - '400': *557 - '401': *558 - '403': *559 + '400': *555 + '401': *556 + '403': *557 '404': *6 - '429': *560 - '500': *561 + '429': *558 + '500': *559 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -83665,7 +83659,7 @@ paths: example: 1 Resources: type: array - items: &577 + items: &575 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -83896,22 +83890,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *36 - '404': &578 + '404': &576 description: Resource not found content: application/json: - schema: *555 + schema: *553 application/scim+json: - schema: *555 - '403': &579 + schema: *553 + '403': &577 description: Forbidden content: application/json: - schema: *555 + schema: *553 application/scim+json: - schema: *555 - '400': *557 - '429': *560 + schema: *553 + '400': *555 + '429': *558 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -83937,9 +83931,9 @@ paths: description: Response content: application/scim+json: - schema: *577 + schema: *575 examples: - default: &580 + default: &578 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -83962,17 +83956,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *36 - '404': *578 - '403': *579 - '500': *561 + '404': *576 + '403': *577 + '500': *559 '409': description: Conflict content: application/json: - schema: *555 + schema: *553 application/scim+json: - schema: *555 - '400': *557 + schema: *553 + '400': *555 requestBody: required: true content: @@ -84065,17 +84059,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *114 - - *573 + - *571 responses: '200': description: Response content: application/scim+json: - schema: *577 + schema: *575 examples: - default: *580 - '404': *578 - '403': *579 + default: *578 + '404': *576 + '403': *577 '304': *36 x-github: githubCloudOnly: true @@ -84098,18 +84092,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *114 - - *573 + - *571 responses: '200': description: Response content: application/scim+json: - schema: *577 + schema: *575 examples: - default: *580 + default: *578 '304': *36 - '404': *578 - '403': *579 + '404': *576 + '403': *577 requestBody: required: true content: @@ -84217,19 +84211,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *114 - - *573 + - *571 responses: '200': description: Response content: application/scim+json: - schema: *577 + schema: *575 examples: - default: *580 + default: *578 '304': *36 - '404': *578 - '403': *579 - '400': *557 + '404': *576 + '403': *577 + '400': *555 '429': description: Response content: @@ -84320,12 +84314,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *114 - - *573 + - *571 responses: '204': description: Response - '404': *578 - '403': *579 + '404': *576 + '403': *577 '304': *36 x-github: githubCloudOnly: true @@ -84457,7 +84451,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &581 + text_matches: &579 title: Search Result Text Matches type: array items: @@ -84620,7 +84614,7 @@ paths: enum: - author-date - committer-date - - &582 + - &580 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 @@ -84691,7 +84685,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *335 + properties: *333 nullable: true comment_count: type: integer @@ -84711,7 +84705,7 @@ paths: url: type: string format: uri - verification: *435 + verification: *433 required: - author - committer @@ -84730,7 +84724,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *335 + properties: *333 nullable: true parents: type: array @@ -84748,7 +84742,7 @@ paths: type: number node_id: type: string - text_matches: *581 + text_matches: *579 required: - sha - node_id @@ -84940,7 +84934,7 @@ paths: - interactions - created - updated - - *582 + - *580 - *17 - *19 responses: @@ -85045,8 +85039,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *390 - required: *391 + properties: *388 + required: *389 nullable: true comments: type: integer @@ -85060,7 +85054,7 @@ paths: type: string format: date-time nullable: true - text_matches: *581 + text_matches: *579 pull_request: type: object properties: @@ -85284,7 +85278,7 @@ paths: enum: - created - updated - - *582 + - *580 - *17 - *19 responses: @@ -85328,7 +85322,7 @@ paths: nullable: true score: type: number - text_matches: *581 + text_matches: *579 required: - id - node_id @@ -85414,7 +85408,7 @@ paths: - forks - help-wanted-issues - updated - - *582 + - *580 - *17 - *19 responses: @@ -85653,7 +85647,7 @@ paths: - admin - pull - push - text_matches: *581 + text_matches: *579 temp_clone_token: type: string allow_merge_commit: @@ -85954,7 +85948,7 @@ paths: type: string format: uri nullable: true - text_matches: *581 + text_matches: *579 related: type: array nullable: true @@ -86147,7 +86141,7 @@ paths: - followers - repositories - joined - - *582 + - *580 - *17 - *19 responses: @@ -86250,7 +86244,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *581 + text_matches: *579 blog: type: string nullable: true @@ -86328,7 +86322,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &583 + - &581 name: team_id description: The unique identifier of the team. in: path @@ -86340,9 +86334,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *255 examples: - default: *258 + default: *256 '404': *6 x-github: githubCloudOnly: false @@ -86367,7 +86361,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *583 + - *581 requestBody: required: true content: @@ -86430,16 +86424,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *257 + schema: *255 examples: - default: *258 + default: *256 '201': description: Response content: application/json: - schema: *257 + schema: *255 examples: - default: *258 + default: *256 '404': *6 '422': *15 '403': *28 @@ -86466,7 +86460,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *583 + - *581 responses: '204': description: Response @@ -86494,7 +86488,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *583 + - *581 - *66 - *17 - *19 @@ -86505,9 +86499,9 @@ paths: application/json: schema: type: array - items: *259 + items: *257 examples: - default: *584 + default: *582 headers: Link: *38 x-github: @@ -86533,7 +86527,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *583 + - *581 requestBody: required: true content: @@ -86567,9 +86561,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *257 examples: - default: *260 + default: *258 x-github: triggersNotification: true githubCloudOnly: false @@ -86593,16 +86587,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *583 - - *261 + - *581 + - *259 responses: '200': description: Response content: application/json: - schema: *259 + schema: *257 examples: - default: *260 + default: *258 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86624,8 +86618,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *583 - - *261 + - *581 + - *259 requestBody: required: false content: @@ -86648,9 +86642,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *257 examples: - default: *585 + default: *583 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86672,8 +86666,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *583 - - *261 + - *581 + - *259 responses: '204': description: Response @@ -86699,8 +86693,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *583 - - *261 + - *581 + - *259 - *66 - *17 - *19 @@ -86711,9 +86705,9 @@ paths: application/json: schema: type: array - items: *262 + items: *260 examples: - default: *586 + default: *584 headers: Link: *38 x-github: @@ -86739,8 +86733,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *583 - - *261 + - *581 + - *259 requestBody: required: true content: @@ -86762,9 +86756,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *260 examples: - default: *263 + default: *261 x-github: triggersNotification: true githubCloudOnly: false @@ -86788,17 +86782,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *583 - - *261 - - *264 + - *581 + - *259 + - *262 responses: '200': description: Response content: application/json: - schema: *262 + schema: *260 examples: - default: *263 + default: *261 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86820,9 +86814,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *583 - - *261 - - *264 + - *581 + - *259 + - *262 requestBody: required: true content: @@ -86844,9 +86838,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *260 examples: - default: *587 + default: *585 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86868,9 +86862,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *583 - - *261 - - *264 + - *581 + - *259 + - *262 responses: '204': description: Response @@ -86896,9 +86890,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *583 - - *261 - - *264 + - *581 + - *259 + - *262 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -86924,9 +86918,9 @@ paths: application/json: schema: type: array - items: *265 + items: *263 examples: - default: *267 + default: *265 headers: Link: *38 x-github: @@ -86950,9 +86944,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *583 - - *261 - - *264 + - *581 + - *259 + - *262 requestBody: required: true content: @@ -86984,9 +86978,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *263 examples: - default: *266 + default: *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87009,8 +87003,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *583 - - *261 + - *581 + - *259 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -87036,9 +87030,9 @@ paths: application/json: schema: type: array - items: *265 + items: *263 examples: - default: *267 + default: *265 headers: Link: *38 x-github: @@ -87062,8 +87056,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *583 - - *261 + - *581 + - *259 requestBody: required: true content: @@ -87095,9 +87089,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *263 examples: - default: *266 + default: *264 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87120,7 +87114,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *583 + - *581 - *17 - *19 responses: @@ -87157,7 +87151,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *583 + - *581 - name: role description: Filters members returned by their role in the team. in: query @@ -87208,7 +87202,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *583 + - *581 - *153 responses: '204': @@ -87244,7 +87238,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *583 + - *581 - *153 responses: '204': @@ -87283,7 +87277,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *583 + - *581 - *153 responses: '204': @@ -87319,16 +87313,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *583 + - *581 - *153 responses: '200': description: Response content: application/json: - schema: *273 + schema: *271 examples: - response-if-user-is-a-team-maintainer: *588 + response-if-user-is-a-team-maintainer: *586 '404': *6 x-github: githubCloudOnly: false @@ -87359,7 +87353,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *583 + - *581 - *153 requestBody: required: false @@ -87385,9 +87379,9 @@ paths: description: Response content: application/json: - schema: *273 + schema: *271 examples: - response-if-users-membership-with-team-is-now-pending: *589 + response-if-users-membership-with-team-is-now-pending: *587 '403': description: Forbidden if team synchronization is set up '422': @@ -87419,7 +87413,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *583 + - *581 - *153 responses: '204': @@ -87448,7 +87442,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *583 + - *581 - *17 - *19 responses: @@ -87458,9 +87452,9 @@ paths: application/json: schema: type: array - items: *274 + items: *272 examples: - default: *590 + default: *588 headers: Link: *38 '404': *6 @@ -87486,16 +87480,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *583 - - *275 + - *581 + - *273 responses: '200': description: Response content: application/json: - schema: *274 + schema: *272 examples: - default: *591 + default: *589 '404': description: Not Found if project is not managed by this team x-github: @@ -87519,8 +87513,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *583 - - *275 + - *581 + - *273 requestBody: required: false content: @@ -87587,8 +87581,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *583 - - *275 + - *581 + - *273 responses: '204': description: Response @@ -87616,7 +87610,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *583 + - *581 - *17 - *19 responses: @@ -87656,15 +87650,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *583 - - *276 - - *277 + - *581 + - *274 + - *275 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *592 + schema: *590 examples: alternative-response-with-extra-repository-information: value: @@ -87933,9 +87927,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *583 - - *276 - - *277 + - *581 + - *274 + - *275 requestBody: required: false content: @@ -87984,9 +87978,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *583 - - *276 - - *277 + - *581 + - *274 + - *275 responses: '204': description: Response @@ -88014,15 +88008,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team-legacy parameters: - - *583 + - *581 responses: '200': description: Response content: application/json: - schema: *280 + schema: *278 examples: - default: *281 + default: *279 '403': *28 '404': *6 x-github: @@ -88048,7 +88042,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections-legacy parameters: - - *583 + - *581 requestBody: required: true content: @@ -88105,7 +88099,7 @@ paths: description: Response content: application/json: - schema: *280 + schema: *278 examples: default: value: @@ -88137,7 +88131,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *583 + - *581 - *17 - *19 responses: @@ -88149,7 +88143,7 @@ paths: type: array items: *161 examples: - response-if-child-teams-exist: *593 + response-if-child-teams-exist: *591 headers: Link: *38 '404': *6 @@ -88184,7 +88178,7 @@ paths: application/json: schema: oneOf: - - &595 + - &593 title: Private User description: Private User type: object @@ -88383,7 +88377,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *594 + - *592 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -88536,7 +88530,7 @@ paths: description: Response content: application/json: - schema: *595 + schema: *593 examples: default: value: @@ -88886,7 +88880,7 @@ paths: application/json: schema: *197 examples: - default: *375 + default: *373 '202': description: Response when the codespace creation partially failed but is being retried in the background @@ -88894,7 +88888,7 @@ paths: application/json: schema: *197 examples: - default: *375 + default: *373 '401': *24 '403': *28 '404': *6 @@ -88938,7 +88932,7 @@ paths: type: integer secrets: type: array - items: &596 + items: &594 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -88978,7 +88972,7 @@ paths: - visibility - selected_repositories_url examples: - default: *378 + default: *376 headers: Link: *38 x-github: @@ -89054,7 +89048,7 @@ paths: description: Response content: application/json: - schema: *596 + schema: *594 examples: default: value: @@ -89200,7 +89194,7 @@ paths: type: array items: *131 examples: - default: *597 + default: *595 '401': *24 '403': *28 '404': *6 @@ -89350,7 +89344,7 @@ paths: application/json: schema: *197 examples: - default: *375 + default: *373 '304': *36 '500': *159 '401': *24 @@ -89410,7 +89404,7 @@ paths: application/json: schema: *197 examples: - default: *375 + default: *373 '401': *24 '403': *28 '404': *6 @@ -89471,7 +89465,7 @@ paths: description: Response content: application/json: - schema: &598 + schema: &596 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -89512,7 +89506,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &599 + default: &597 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -89559,9 +89553,9 @@ paths: description: Response content: application/json: - schema: *598 + schema: *596 examples: - default: *599 + default: *597 '404': *6 x-github: githubCloudOnly: false @@ -89600,9 +89594,9 @@ paths: type: integer machines: type: array - items: *600 + items: *598 examples: - default: *601 + default: *599 '304': *36 '500': *159 '401': *24 @@ -89682,13 +89676,13 @@ paths: nullable: true owner: *18 billable_owner: *18 - repository: *293 + repository: *291 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *376 - required: *377 + properties: *374 + required: *375 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -90472,7 +90466,7 @@ paths: application/json: schema: *197 examples: - default: *375 + default: *373 '304': *36 '500': *159 '400': *14 @@ -90484,7 +90478,7 @@ paths: schema: *2 '403': *28 '404': *6 - '409': *314 + '409': *312 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90514,7 +90508,7 @@ paths: application/json: schema: *197 examples: - default: *375 + default: *373 '500': *159 '401': *24 '403': *28 @@ -90545,7 +90539,7 @@ paths: type: array items: *205 examples: - default: &614 + default: &612 value: - id: 197 name: hello_docker @@ -90646,7 +90640,7 @@ paths: application/json: schema: type: array - items: &602 + items: &600 title: Email description: Email type: object @@ -90708,9 +90702,9 @@ paths: application/json: schema: type: array - items: *602 + items: *600 examples: - default: &616 + default: &614 value: - email: octocat@github.com verified: true @@ -90784,7 +90778,7 @@ paths: application/json: schema: type: array - items: *602 + items: *600 examples: default: value: @@ -91036,7 +91030,7 @@ paths: application/json: schema: type: array - items: &603 + items: &601 title: GPG Key description: A unique encryption key type: object @@ -91165,7 +91159,7 @@ paths: - subkeys - revoked examples: - default: &626 + default: &624 value: - id: 3 name: Octocat's GPG Key @@ -91249,9 +91243,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *601 examples: - default: &604 + default: &602 value: id: 3 name: Octocat's GPG Key @@ -91306,7 +91300,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &605 + - &603 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -91318,9 +91312,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *601 examples: - default: *604 + default: *602 '404': *6 '304': *36 '403': *28 @@ -91342,7 +91336,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *605 + - *603 responses: '204': description: Response @@ -91537,7 +91531,7 @@ paths: type: array items: *56 examples: - default: *606 + default: *604 headers: Link: *38 '404': *6 @@ -91652,7 +91646,7 @@ paths: required: true content: application/json: - schema: *446 + schema: *444 examples: default: value: @@ -91796,7 +91790,7 @@ paths: application/json: schema: type: array - items: &607 + items: &605 title: Key description: Key type: object @@ -91891,9 +91885,9 @@ paths: description: Response content: application/json: - schema: *607 + schema: *605 examples: - default: &608 + default: &606 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -91925,15 +91919,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *474 + - *472 responses: '200': description: Response content: application/json: - schema: *607 + schema: *605 examples: - default: *608 + default: *606 '404': *6 '304': *36 '403': *28 @@ -91955,7 +91949,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *474 + - *472 responses: '204': description: Response @@ -91991,7 +91985,7 @@ paths: application/json: schema: type: array - items: &609 + items: &607 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -92059,7 +92053,7 @@ paths: - account - plan examples: - default: &610 + default: &608 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -92124,9 +92118,9 @@ paths: application/json: schema: type: array - items: *609 + items: *607 examples: - default: *610 + default: *608 headers: Link: *38 '304': *36 @@ -93121,7 +93115,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *204 - - *611 + - *609 responses: '204': description: Response @@ -93193,7 +93187,7 @@ paths: type: array items: *51 examples: - default: *612 + default: *610 headers: Link: *38 '304': *36 @@ -93235,7 +93229,7 @@ paths: - docker - nuget - container - - *613 + - *611 - *19 - *17 responses: @@ -93247,8 +93241,8 @@ paths: type: array items: *205 examples: - default: *614 - '400': *615 + default: *612 + '400': *613 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93277,7 +93271,7 @@ paths: application/json: schema: *205 examples: - default: &627 + default: &625 value: id: 40201 name: octo-name @@ -93724,9 +93718,9 @@ paths: application/json: schema: type: array - items: *602 + items: *600 examples: - default: *616 + default: *614 headers: Link: *38 '304': *36 @@ -93839,7 +93833,7 @@ paths: type: array items: *56 examples: - default: &624 + default: &622 summary: Default response value: - id: 1296269 @@ -94144,7 +94138,7 @@ paths: application/json: schema: *56 examples: - default: *617 + default: *615 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -94182,9 +94176,9 @@ paths: application/json: schema: type: array - items: *448 + items: *446 examples: - default: *618 + default: *616 headers: Link: *38 '304': *36 @@ -94212,7 +94206,7 @@ paths: '204': description: Response '403': *28 - '409': *314 + '409': *312 '404': *6 '304': *36 x-github: @@ -94234,7 +94228,7 @@ paths: responses: '204': description: Response - '409': *314 + '409': *312 '304': *36 '404': *6 '403': *28 @@ -94263,7 +94257,7 @@ paths: application/json: schema: type: array - items: &619 + items: &617 title: Social account description: Social media account type: object @@ -94278,7 +94272,7 @@ paths: - provider - url examples: - default: &620 + default: &618 value: - provider: twitter url: https://twitter.com/github @@ -94338,9 +94332,9 @@ paths: application/json: schema: type: array - items: *619 + items: *617 examples: - default: *620 + default: *618 '422': *15 '304': *36 '404': *6 @@ -94425,7 +94419,7 @@ paths: application/json: schema: type: array - items: &621 + items: &619 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -94445,7 +94439,7 @@ paths: - title - created_at examples: - default: &628 + default: &626 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -94511,9 +94505,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *619 examples: - default: &622 + default: &620 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -94544,7 +94538,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &623 + - &621 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -94556,9 +94550,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *619 examples: - default: *622 + default: *620 '404': *6 '304': *36 '403': *28 @@ -94581,7 +94575,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *623 + - *621 responses: '204': description: Response @@ -94608,7 +94602,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &629 + - &627 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 @@ -94633,11 +94627,11 @@ paths: type: array items: *56 examples: - default-response: *624 + default-response: *622 application/vnd.github.v3.star+json: schema: type: array - items: &630 + items: &628 title: Starred Repository description: Starred Repository type: object @@ -94793,8 +94787,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response if this repository is starred by you @@ -94822,8 +94816,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response @@ -94847,8 +94841,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *276 - - *277 + - *274 + - *275 responses: '204': description: Response @@ -94922,7 +94916,7 @@ paths: application/json: schema: type: array - items: *257 + items: *255 examples: default: value: @@ -94996,7 +94990,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *625 + - *623 - *17 responses: '200': @@ -95045,8 +95039,8 @@ paths: application/json: schema: oneOf: - - *595 - - *594 + - *593 + - *592 examples: default-response: summary: Default response @@ -95152,7 +95146,7 @@ paths: type: array items: *205 examples: - default: *614 + default: *612 '403': *28 '401': *24 x-github: @@ -95548,9 +95542,9 @@ paths: application/json: schema: type: array - items: *603 + items: *601 examples: - default: *626 + default: *624 headers: Link: *38 x-github: @@ -95657,7 +95651,7 @@ paths: application/json: schema: *21 examples: - default: *445 + default: *443 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95735,7 +95729,7 @@ paths: type: array items: *51 examples: - default: *612 + default: *610 headers: Link: *38 x-github: @@ -95774,7 +95768,7 @@ paths: - docker - nuget - container - - *613 + - *611 - *153 - *19 - *17 @@ -95787,10 +95781,10 @@ paths: type: array items: *205 examples: - default: *614 + default: *612 '403': *28 '401': *24 - '400': *615 + '400': *613 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -95820,7 +95814,7 @@ paths: application/json: schema: *205 examples: - default: *627 + default: *625 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96409,9 +96403,9 @@ paths: description: Response content: application/json: - schema: *248 + schema: *246 examples: - default: *249 + default: *247 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96439,9 +96433,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *251 examples: - default: *254 + default: *252 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96469,9 +96463,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *253 examples: - default: *256 + default: *254 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -96499,9 +96493,9 @@ paths: application/json: schema: type: array - items: *619 + items: *617 examples: - default: *620 + default: *618 headers: Link: *38 x-github: @@ -96531,9 +96525,9 @@ paths: application/json: schema: type: array - items: *621 + items: *619 examples: - default: *628 + default: *626 headers: Link: *38 x-github: @@ -96556,7 +96550,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *153 - - *629 + - *627 - *66 - *17 - *19 @@ -96568,11 +96562,11 @@ paths: schema: anyOf: - type: array - items: *630 + items: *628 - type: array items: *56 examples: - default-response: *624 + default-response: *622 headers: Link: *38 x-github: @@ -96731,7 +96725,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &631 + enterprise: &629 title: Enterprise description: | An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -96789,7 +96783,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &632 + installation: &630 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -96808,7 +96802,7 @@ x-webhooks: required: - id - node_id - organization: &633 + organization: &631 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -96868,13 +96862,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &634 + repository: &632 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: &641 + properties: &639 id: description: Unique identifier of the repository example: 42 @@ -97550,7 +97544,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &642 + required: &640 - archive_url - assignees_url - blobs_url @@ -97624,7 +97618,7 @@ x-webhooks: - watchers_count - created_at - updated_at - sender: &635 + sender: &633 title: Simple User description: The GitHub user that triggered the event. This property is included in every webhook payload. @@ -97796,11 +97790,11 @@ x-webhooks: type: string enum: - enabled - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - repository @@ -97875,10 +97869,10 @@ x-webhooks: type: string enum: - created - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -98009,7 +98003,7 @@ x-webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *635 + sender: *633 required: - action - rule @@ -98085,10 +98079,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -98219,7 +98213,7 @@ x-webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *635 + sender: *633 required: - action - rule @@ -98363,10 +98357,10 @@ x-webhooks: - everyone required: - from - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 rule: title: branch protection rule description: The branch protection rule. Includes a `name` and all @@ -98497,7 +98491,7 @@ x-webhooks: - required_conversation_resolution_level - authorized_actors_only - authorized_actor_names - sender: *635 + sender: *633 required: - action - rule @@ -98579,7 +98573,7 @@ x-webhooks: type: string enum: - completed - check_run: &637 + check_run: &635 title: CheckRun description: A check performed on the code of a given code change type: object @@ -98642,7 +98636,7 @@ x-webhooks: type: string pull_requests: type: array - items: *348 + items: *346 repository: *131 status: example: completed @@ -98680,7 +98674,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *636 + deployment: *634 details_url: example: https://example.com type: string @@ -98730,7 +98724,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *348 + items: *346 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -98765,10 +98759,10 @@ x-webhooks: - output - app - pull_requests - installation: *632 - organization: *633 - repository: *634 - sender: *635 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - check_run - repository @@ -99159,11 +99153,11 @@ x-webhooks: type: string enum: - created - check_run: *637 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + check_run: *635 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - check_run - repository @@ -99557,10 +99551,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *637 - installation: *632 - organization: *633 - repository: *634 + check_run: *635 + installation: *630 + organization: *631 + repository: *632 requested_action: description: The action requested by the user. type: object @@ -99569,7 +99563,7 @@ x-webhooks: description: The integrator reference of the action requested by the user. type: string - sender: *635 + sender: *633 required: - action - check_run @@ -99964,11 +99958,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *637 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + check_run: *635 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - check_run - repository @@ -100937,11 +100931,11 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - check_suite @@ -101603,11 +101597,11 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - check_suite @@ -102263,11 +102257,11 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - check_suite @@ -102569,16 +102563,16 @@ x-webhooks: action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - alert @@ -102898,16 +102892,16 @@ x-webhooks: action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - alert @@ -103001,7 +102995,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *361 + dismissed_comment: *359 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -103167,16 +103161,16 @@ x-webhooks: action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - alert @@ -103499,16 +103493,16 @@ x-webhooks: action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - alert @@ -103764,17 +103758,17 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 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: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - alert @@ -104004,16 +103998,16 @@ x-webhooks: action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - alert @@ -104266,11 +104260,11 @@ x-webhooks: - updated_at - author_association - body - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - comment @@ -104349,13 +104343,13 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *633 + organization: *631 pusher_type: description: The pusher type for the event. Can be either `user` or a deploy key. @@ -104370,8 +104364,8 @@ x-webhooks: enum: - tag - branch - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - ref - ref_type @@ -104448,9 +104442,9 @@ x-webhooks: title: delete event type: object properties: - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 pusher_type: description: The pusher type for the event. Can be either `user` or a deploy key. @@ -104465,8 +104459,8 @@ x-webhooks: enum: - tag - branch - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - ref - ref_type @@ -104547,12 +104541,12 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *407 - installation: *632 - organization: *633 - enterprise: *631 - repository: *634 - sender: *635 + alert: *405 + installation: *630 + organization: *631 + enterprise: *629 + repository: *632 + sender: *633 required: - action - alert @@ -104632,12 +104626,12 @@ x-webhooks: type: string enum: - auto_reopened - alert: *407 - installation: *632 - organization: *633 - enterprise: *631 - repository: *634 - sender: *635 + alert: *405 + installation: *630 + organization: *631 + enterprise: *629 + repository: *632 + sender: *633 required: - action - alert @@ -104719,12 +104713,12 @@ x-webhooks: type: string enum: - created - alert: *407 - installation: *632 - organization: *633 - enterprise: *631 - repository: *634 - sender: *635 + alert: *405 + installation: *630 + organization: *631 + enterprise: *629 + repository: *632 + sender: *633 required: - action - alert @@ -104804,12 +104798,12 @@ x-webhooks: type: string enum: - dismissed - alert: *407 - installation: *632 - organization: *633 - enterprise: *631 - repository: *634 - sender: *635 + alert: *405 + installation: *630 + organization: *631 + enterprise: *629 + repository: *632 + sender: *633 required: - action - alert @@ -104889,12 +104883,12 @@ x-webhooks: type: string enum: - fixed - alert: *407 - installation: *632 - organization: *633 - enterprise: *631 - repository: *634 - sender: *635 + alert: *405 + installation: *630 + organization: *631 + enterprise: *629 + repository: *632 + sender: *633 required: - action - alert @@ -104975,12 +104969,12 @@ x-webhooks: type: string enum: - reintroduced - alert: *407 - installation: *632 - organization: *633 - enterprise: *631 - repository: *634 - sender: *635 + alert: *405 + installation: *630 + organization: *631 + enterprise: *629 + repository: *632 + sender: *633 required: - action - alert @@ -105060,12 +105054,12 @@ x-webhooks: type: string enum: - reopened - alert: *407 - installation: *632 - organization: *633 - enterprise: *631 - repository: *634 - sender: *635 + alert: *405 + installation: *630 + organization: *631 + enterprise: *629 + repository: *632 + sender: *633 required: - action - alert @@ -105141,8 +105135,8 @@ x-webhooks: type: string enum: - created - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 key: description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. @@ -105177,9 +105171,9 @@ x-webhooks: - verified - created_at - read_only - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - key @@ -105255,8 +105249,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 key: description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. @@ -105291,9 +105285,9 @@ x-webhooks: - verified - created_at - read_only - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - key @@ -105849,11 +105843,11 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 workflow: title: Workflow type: object @@ -106576,14 +106570,14 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *413 + deployment: *411 pull_requests: type: array - items: *494 - repository: *634 - organization: *633 - installation: *632 - sender: *635 + items: *492 + repository: *632 + organization: *631 + installation: *630 + sender: *633 responses: '200': description: Return a 200 status to indicate that the data was received @@ -106694,10 +106688,10 @@ x-webhooks: type: string comment: type: string - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 reviewers: type: array items: @@ -106774,7 +106768,7 @@ x-webhooks: type: string enum: - User - sender: *635 + sender: *633 since: type: string workflow_job_run: @@ -107541,10 +107535,10 @@ x-webhooks: type: string comment: type: string - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 reviewers: type: array items: @@ -107621,7 +107615,7 @@ x-webhooks: type: string enum: - User - sender: *635 + sender: *633 since: type: string workflow_job_run: @@ -108347,12 +108341,12 @@ x-webhooks: type: string enum: - requested - enterprise: *631 + enterprise: *629 environment: type: string - installation: *632 - organization: *633 - repository: *634 + installation: *630 + organization: *631 + repository: *632 requestor: title: User type: object @@ -108496,7 +108490,7 @@ x-webhooks: enum: - User - Team - sender: *635 + sender: *633 since: type: string workflow_job_run: @@ -110228,11 +110222,11 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 workflow: title: Workflow type: object @@ -111102,7 +111096,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &638 + discussion: &636 title: Discussion description: A Discussion in a repository. type: object @@ -111402,11 +111396,11 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - discussion @@ -111531,12 +111525,12 @@ x-webhooks: - from required: - category - discussion: *638 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + discussion: *636 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - changes @@ -111617,12 +111611,12 @@ x-webhooks: type: string enum: - closed - discussion: *638 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + discussion: *636 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - discussion @@ -111856,12 +111850,12 @@ x-webhooks: - updated_at - body - reactions - discussion: *638 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + discussion: *636 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - comment @@ -112096,12 +112090,12 @@ x-webhooks: - updated_at - body - reactions - discussion: *638 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + discussion: *636 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - comment @@ -112348,12 +112342,12 @@ x-webhooks: - updated_at - body - reactions - discussion: *638 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + discussion: *636 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - changes @@ -112857,11 +112851,11 @@ x-webhooks: - answer_html_url - answer_chosen_at - answer_chosen_by - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - discussion @@ -112941,12 +112935,12 @@ x-webhooks: type: string enum: - deleted - discussion: *638 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + discussion: *636 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - discussion @@ -113044,12 +113038,12 @@ x-webhooks: type: string required: - from - discussion: *638 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + discussion: *636 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - discussion @@ -113129,9 +113123,9 @@ x-webhooks: type: string enum: - labeled - discussion: *638 - enterprise: *631 - installation: *632 + discussion: *636 + enterprise: *629 + installation: *630 label: title: Label type: object @@ -113164,9 +113158,9 @@ x-webhooks: - color - default - description - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - discussion @@ -113247,12 +113241,12 @@ x-webhooks: type: string enum: - locked - discussion: *638 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + discussion: *636 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - discussion @@ -113332,12 +113326,12 @@ x-webhooks: type: string enum: - pinned - discussion: *638 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + discussion: *636 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - discussion @@ -113417,12 +113411,12 @@ x-webhooks: type: string enum: - reopened - discussion: *638 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + discussion: *636 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - discussion @@ -113505,17 +113499,17 @@ x-webhooks: changes: type: object properties: - new_discussion: *638 - new_repository: *634 + new_discussion: *636 + new_repository: *632 required: - new_discussion - new_repository - discussion: *638 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + discussion: *636 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - changes @@ -113596,7 +113590,7 @@ x-webhooks: type: string enum: - unanswered - discussion: *638 + discussion: *636 old_answer: type: object properties: @@ -113751,9 +113745,9 @@ x-webhooks: - created_at - updated_at - body - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - discussion @@ -113833,9 +113827,9 @@ x-webhooks: type: string enum: - unlabeled - discussion: *638 - enterprise: *631 - installation: *632 + discussion: *636 + enterprise: *629 + installation: *630 label: title: Label type: object @@ -113868,9 +113862,9 @@ x-webhooks: - color - default - description - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - discussion @@ -113951,12 +113945,12 @@ x-webhooks: type: string enum: - unlocked - discussion: *638 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + discussion: *636 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - discussion @@ -114036,12 +114030,12 @@ x-webhooks: type: string enum: - unpinned - discussion: *638 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + discussion: *636 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - discussion @@ -114113,7 +114107,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *631 + enterprise: *629 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -114770,10 +114764,10 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *632 - organization: *633 - repository: *634 - sender: *635 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - forkee - repository @@ -114851,11 +114845,11 @@ x-webhooks: type: string enum: - revoked - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - sender @@ -114922,9 +114916,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 pages: description: The pages that were updated. type: array @@ -114961,8 +114955,8 @@ x-webhooks: - action - sha - html_url - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - pages - repository @@ -115037,9 +115031,9 @@ x-webhooks: type: string enum: - created - enterprise: *631 + enterprise: *629 installation: *21 - organization: *633 + organization: *631 repositories: description: An array of repository objects that the installation can access. @@ -115066,7 +115060,7 @@ x-webhooks: - name - full_name - private - repository: *634 + repository: *632 requester: title: User type: object @@ -115134,7 +115128,7 @@ x-webhooks: required: - login - id - sender: *635 + sender: *633 required: - action - installation @@ -115208,9 +115202,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 + enterprise: *629 installation: *21 - organization: *633 + organization: *631 repositories: description: An array of repository objects that the installation can access. @@ -115237,10 +115231,10 @@ x-webhooks: - name - full_name - private - repository: *634 + repository: *632 requester: nullable: true - sender: *635 + sender: *633 required: - action - installation @@ -115313,9 +115307,9 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *631 + enterprise: *629 installation: *21 - organization: *633 + organization: *631 repositories: description: An array of repository objects that the installation can access. @@ -115342,10 +115336,10 @@ x-webhooks: - name - full_name - private - repository: *634 + repository: *632 requester: nullable: true - sender: *635 + sender: *633 required: - action - installation @@ -115418,9 +115412,9 @@ x-webhooks: type: string enum: - added - enterprise: *631 + enterprise: *629 installation: *21 - organization: *633 + organization: *631 repositories_added: description: An array of repository objects, which were added to the installation. @@ -115467,7 +115461,7 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *634 + repository: *632 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -115542,7 +115536,7 @@ x-webhooks: required: - login - id - sender: *635 + sender: *633 required: - action - installation @@ -115620,9 +115614,9 @@ x-webhooks: type: string enum: - removed - enterprise: *631 + enterprise: *629 installation: *21 - organization: *633 + organization: *631 repositories_added: description: An array of repository objects, which were added to the installation. @@ -115675,7 +115669,7 @@ x-webhooks: - name - full_name - private - repository: *634 + repository: *632 repository_selection: description: Describe whether all repositories have been selected or there's a selection involved @@ -115750,7 +115744,7 @@ x-webhooks: required: - login - id - sender: *635 + sender: *633 required: - action - installation @@ -115828,9 +115822,9 @@ x-webhooks: type: string enum: - suspend - enterprise: *631 + enterprise: *629 installation: *21 - organization: *633 + organization: *631 repositories: description: An array of repository objects that the installation can access. @@ -115857,10 +115851,10 @@ x-webhooks: - name - full_name - private - repository: *634 + repository: *632 requester: nullable: true - sender: *635 + sender: *633 required: - action - installation @@ -116034,11 +116028,11 @@ x-webhooks: type: string required: - from - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 target_type: type: string required: @@ -116116,9 +116110,9 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *631 + enterprise: *629 installation: *21 - organization: *633 + organization: *631 repositories: description: An array of repository objects that the installation can access. @@ -116145,10 +116139,10 @@ x-webhooks: - name - full_name - private - repository: *634 + repository: *632 requester: nullable: true - sender: *635 + sender: *633 required: - action - installation @@ -116394,8 +116388,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -117522,9 +117516,9 @@ x-webhooks: - state - locked - assignee - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -117775,8 +117769,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -118899,9 +118893,9 @@ x-webhooks: - state - locked - assignee - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -119164,8 +119158,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -120291,9 +120285,9 @@ x-webhooks: - state - locked - assignee - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - changes @@ -120441,8 +120435,8 @@ x-webhooks: required: - login - id - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -121336,9 +121330,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -121417,8 +121411,8 @@ x-webhooks: type: string enum: - closed - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -122448,9 +122442,9 @@ x-webhooks: required: - state - closed_at - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -122528,8 +122522,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -123417,9 +123411,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -123497,8 +123491,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: allOf: - title: Issue @@ -124789,9 +124783,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -124889,8 +124883,8 @@ x-webhooks: type: string required: - from - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -125817,9 +125811,9 @@ x-webhooks: - color - default - description - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - changes @@ -125898,8 +125892,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -126825,9 +126819,9 @@ x-webhooks: - color - default - description - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -126906,8 +126900,8 @@ x-webhooks: type: string enum: - locked - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: allOf: - title: Issue @@ -127934,9 +127928,9 @@ x-webhooks: required: - locked - active_lock_reason - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -128014,8 +128008,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: allOf: - title: Issue @@ -129303,9 +129297,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -130731,8 +130725,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -131624,9 +131618,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -131705,8 +131699,8 @@ x-webhooks: type: string enum: - pinned - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -132593,9 +132587,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -132673,8 +132667,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: allOf: - title: Issue @@ -133700,9 +133694,9 @@ x-webhooks: type: string required: - state - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -135129,8 +135123,8 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -136017,9 +136011,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - changes @@ -136167,8 +136161,8 @@ x-webhooks: required: - login - id - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -137062,9 +137056,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -137142,8 +137136,8 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -138069,9 +138063,9 @@ x-webhooks: - color - default - description - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -138150,8 +138144,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: allOf: - title: Issue @@ -139168,9 +139162,9 @@ x-webhooks: required: - locked - active_lock_reason - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -139249,8 +139243,8 @@ x-webhooks: type: string enum: - unpinned - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -140137,9 +140131,9 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - issue @@ -140217,8 +140211,8 @@ x-webhooks: type: string enum: - created - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 label: title: Label type: object @@ -140251,9 +140245,9 @@ x-webhooks: - color - default - description - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - label @@ -140330,8 +140324,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 label: title: Label type: object @@ -140364,9 +140358,9 @@ x-webhooks: - color - default - description - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - label @@ -140475,8 +140469,8 @@ x-webhooks: type: string required: - from - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 label: title: Label type: object @@ -140509,9 +140503,9 @@ x-webhooks: - color - default - description - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - label @@ -140592,8 +140586,8 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -140735,7 +140729,7 @@ x-webhooks: type: integer required: - next_billing_date - organization: *633 + organization: *631 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -140816,8 +140810,8 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - effective_date @@ -140896,8 +140890,8 @@ x-webhooks: - changed effective_date: type: string - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -141039,7 +141033,7 @@ x-webhooks: type: integer required: - next_billing_date - organization: *633 + organization: *631 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -141122,8 +141116,8 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - effective_date @@ -141204,8 +141198,8 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -141347,7 +141341,7 @@ x-webhooks: type: integer required: - next_billing_date - organization: *633 + organization: *631 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -141429,8 +141423,8 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - effective_date @@ -141510,8 +141504,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -141599,7 +141593,7 @@ x-webhooks: type: string required: - next_billing_date - organization: *633 + organization: *631 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -141680,8 +141674,8 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - effective_date @@ -141760,8 +141754,8 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 marketplace_purchase: allOf: - title: Marketplace Purchase @@ -141903,7 +141897,7 @@ x-webhooks: type: integer required: - next_billing_date - organization: *633 + organization: *631 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -141984,8 +141978,8 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - effective_date @@ -142073,8 +142067,8 @@ x-webhooks: - read required: - to - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 member: title: User type: object @@ -142142,9 +142136,9 @@ x-webhooks: required: - login - id - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - member @@ -142243,8 +142237,8 @@ x-webhooks: to: type: string nullable: true - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 member: title: User type: object @@ -142312,9 +142306,9 @@ x-webhooks: required: - login - id - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - changes @@ -142392,8 +142386,8 @@ x-webhooks: type: string enum: - removed - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 member: title: User type: object @@ -142461,9 +142455,9 @@ x-webhooks: required: - login - id - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - member @@ -142540,8 +142534,8 @@ x-webhooks: type: string enum: - added - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 member: title: User type: object @@ -142609,8 +142603,8 @@ x-webhooks: required: - login - id - organization: *633 - repository: *634 + organization: *631 + repository: *632 scope: description: The scope of the membership. Currently, can only be `team`. @@ -142874,8 +142868,8 @@ x-webhooks: type: string enum: - removed - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 member: title: User type: object @@ -142943,8 +142937,8 @@ x-webhooks: required: - login - id - organization: *633 - repository: *634 + organization: *631 + repository: *632 scope: description: The scope of the membership. Currently, can only be `team`. @@ -143213,8 +143207,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *632 - merge_group: &640 + installation: *630 + merge_group: &638 type: object title: Merge Group description: 'A group of pull requests that the merge queue has @@ -143235,16 +143229,16 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *639 + head_commit: *637 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - merge_group @@ -143329,11 +143323,11 @@ x-webhooks: - merged - invalidated - dequeued - installation: *632 - merge_group: *640 - organization: *633 - repository: *634 - sender: *635 + installation: *630 + merge_group: *638 + organization: *631 + repository: *632 + sender: *633 required: - action - merge_group @@ -143405,7 +143399,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 + enterprise: *629 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -143513,18 +143507,18 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *632 - organization: *633 + installation: *630 + organization: *631 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: *641 - required: *642 + properties: *639 + required: *640 nullable: true - sender: *635 + sender: *633 required: - action - hook_id @@ -143603,8 +143597,8 @@ x-webhooks: type: string enum: - closed - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -143741,9 +143735,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - milestone @@ -143821,8 +143815,8 @@ x-webhooks: type: string enum: - created - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -143958,9 +143952,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - milestone @@ -144038,8 +144032,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -144176,9 +144170,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - milestone @@ -144287,8 +144281,8 @@ x-webhooks: type: string required: - from - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -144425,9 +144419,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - changes @@ -144506,8 +144500,8 @@ x-webhooks: type: string enum: - opened - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 milestone: title: Milestone description: A collection of related issues and pull requests. @@ -144643,9 +144637,9 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - milestone @@ -144790,11 +144784,11 @@ x-webhooks: required: - login - id - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - blocked_user @@ -144939,11 +144933,11 @@ x-webhooks: required: - login - id - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - blocked_user @@ -145021,8 +145015,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 membership: title: Membership description: The membership between the user and the organization. @@ -145112,9 +145106,9 @@ x-webhooks: - role - organization_url - user - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - organization @@ -145191,8 +145185,8 @@ x-webhooks: type: string enum: - member_added - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 membership: title: Membership description: The membership between the user and the organization. @@ -145282,9 +145276,9 @@ x-webhooks: - role - organization_url - user - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - membership @@ -145362,8 +145356,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -145477,9 +145471,9 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 user: title: User type: object @@ -145624,8 +145618,8 @@ x-webhooks: type: string enum: - member_removed - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 membership: title: Membership description: The membership between the user and the organization. @@ -145715,9 +145709,9 @@ x-webhooks: - role - organization_url - user - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - membership @@ -145803,8 +145797,8 @@ x-webhooks: properties: from: type: string - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 membership: title: Membership description: The membership between the user and the organization. @@ -145894,9 +145888,9 @@ x-webhooks: - role - organization_url - user - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 required: - action - organization @@ -145971,9 +145965,9 @@ x-webhooks: type: string enum: - published - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 package: description: Information about the package. type: object @@ -146466,7 +146460,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &643 + items: &641 title: Ruby Gems metadata type: object properties: @@ -146561,8 +146555,8 @@ x-webhooks: - owner - package_version - registry - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - package @@ -146637,9 +146631,9 @@ x-webhooks: type: string enum: - updated - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 package: description: Information about the package. type: object @@ -146986,7 +146980,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *643 + items: *641 source_url: type: string format: uri @@ -147056,8 +147050,8 @@ x-webhooks: - owner - package_version - registry - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - package @@ -147231,13 +147225,13 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *631 + enterprise: *629 id: type: integer - installation: *632 - organization: *633 - repository: *634 - sender: *635 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - id - build @@ -147315,7 +147309,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &644 + personal_access_token_request: &642 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -147449,9 +147443,9 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - organization: *633 - sender: *635 - installation: *632 + organization: *631 + sender: *633 + installation: *630 required: - action - personal_access_token_request @@ -147529,10 +147523,10 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *644 - organization: *633 - sender: *635 - installation: *632 + personal_access_token_request: *642 + organization: *631 + sender: *633 + installation: *630 required: - action - personal_access_token_request @@ -147609,10 +147603,10 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *644 - organization: *633 - sender: *635 - installation: *632 + personal_access_token_request: *642 + organization: *631 + sender: *633 + installation: *630 required: - action - personal_access_token_request @@ -147689,10 +147683,10 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *644 - organization: *633 - sender: *635 - installation: *632 + personal_access_token_request: *642 + organization: *631 + sender: *633 + installation: *630 required: - action - personal_access_token_request @@ -147796,7 +147790,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *645 + last_response: *643 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -147828,9 +147822,9 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 zen: description: Random string of GitHub zen. type: string @@ -148072,9 +148066,9 @@ x-webhooks: - from required: - note - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 project_card: title: Project Card type: object @@ -148192,8 +148186,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - changes @@ -148271,9 +148265,9 @@ x-webhooks: type: string enum: - created - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 project_card: title: Project Card type: object @@ -148391,8 +148385,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - project_card @@ -148469,9 +148463,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 project_card: title: Project Card type: object @@ -148597,10 +148591,10 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *641 - required: *642 + properties: *639 + required: *640 nullable: true - sender: *635 + sender: *633 required: - action - project_card @@ -148690,9 +148684,9 @@ x-webhooks: - from required: - note - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 project_card: title: Project Card type: object @@ -148810,8 +148804,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - changes @@ -148902,9 +148896,9 @@ x-webhooks: - from required: - column_id - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 project_card: allOf: - title: Project Card @@ -149092,8 +149086,8 @@ x-webhooks: type: string required: - after_id - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - project_card @@ -149170,9 +149164,9 @@ x-webhooks: type: string enum: - closed - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 project: title: Project type: object @@ -149295,8 +149289,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - project @@ -149373,9 +149367,9 @@ x-webhooks: type: string enum: - created - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 project_column: title: Project Column type: object @@ -149415,8 +149409,8 @@ x-webhooks: - name - created_at - updated_at - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - project_column @@ -149492,9 +149486,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 project_column: title: Project Column type: object @@ -149540,10 +149534,10 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *641 - required: *642 + properties: *639 + required: *640 nullable: true - sender: *635 + sender: *633 required: - action - project_column @@ -149629,9 +149623,9 @@ x-webhooks: type: string required: - from - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 project_column: title: Project Column type: object @@ -149671,8 +149665,8 @@ x-webhooks: - name - created_at - updated_at - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - changes @@ -149749,9 +149743,9 @@ x-webhooks: type: string enum: - moved - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 project_column: title: Project Column type: object @@ -149791,8 +149785,8 @@ x-webhooks: - name - created_at - updated_at - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - project_column @@ -149869,9 +149863,9 @@ x-webhooks: type: string enum: - created - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 project: title: Project type: object @@ -149994,8 +149988,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - project @@ -150072,9 +150066,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 project: title: Project type: object @@ -150203,10 +150197,10 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *641 - required: *642 + properties: *639 + required: *640 nullable: true - sender: *635 + sender: *633 required: - action - project @@ -150304,9 +150298,9 @@ x-webhooks: type: string required: - from - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 project: title: Project type: object @@ -150429,8 +150423,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - project @@ -150506,9 +150500,9 @@ x-webhooks: type: string enum: - reopened - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 project: title: Project type: object @@ -150631,8 +150625,8 @@ x-webhooks: - creator - created_at - updated_at - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - project @@ -150711,9 +150705,9 @@ x-webhooks: type: string enum: - closed - installation: *632 - organization: *633 - projects_v2: &646 + installation: *630 + organization: *631 + projects_v2: &644 title: Projects v2 Project description: A projects v2 project type: object @@ -150776,7 +150770,7 @@ x-webhooks: - short_description - deleted_at - deleted_by - sender: *635 + sender: *633 required: - action - projects_v2 @@ -150855,10 +150849,10 @@ x-webhooks: type: string enum: - created - installation: *632 - organization: *633 - projects_v2: *646 - sender: *635 + installation: *630 + organization: *631 + projects_v2: *644 + sender: *633 required: - action - projects_v2 @@ -150937,10 +150931,10 @@ x-webhooks: type: string enum: - deleted - installation: *632 - organization: *633 - projects_v2: *646 - sender: *635 + installation: *630 + organization: *631 + projects_v2: *644 + sender: *633 required: - action - projects_v2 @@ -151055,10 +151049,10 @@ x-webhooks: type: string to: type: string - installation: *632 - organization: *633 - projects_v2: *646 - sender: *635 + installation: *630 + organization: *631 + projects_v2: *644 + sender: *633 required: - action - projects_v2 @@ -151153,9 +151147,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *632 - organization: *633 - projects_v2_item: &647 + installation: *630 + organization: *631 + projects_v2_item: &645 title: Projects v2 Item description: An item belonging to a project type: object @@ -151197,7 +151191,7 @@ x-webhooks: - created_at - updated_at - archived_at - sender: *635 + sender: *633 required: - action - projects_v2_item @@ -151288,10 +151282,10 @@ x-webhooks: nullable: true to: type: string - installation: *632 - organization: *633 - projects_v2_item: *647 - sender: *635 + installation: *630 + organization: *631 + projects_v2_item: *645 + sender: *633 required: - action - projects_v2_item @@ -151371,10 +151365,10 @@ x-webhooks: type: string enum: - created - installation: *632 - organization: *633 - projects_v2_item: *647 - sender: *635 + installation: *630 + organization: *631 + projects_v2_item: *645 + sender: *633 required: - action - projects_v2_item @@ -151453,10 +151447,10 @@ x-webhooks: type: string enum: - deleted - installation: *632 - organization: *633 - projects_v2_item: *647 - sender: *635 + installation: *630 + organization: *631 + projects_v2_item: *645 + sender: *633 required: - action - projects_v2_item @@ -151563,10 +151557,10 @@ x-webhooks: nullable: true required: - body - installation: *632 - organization: *633 - projects_v2_item: *647 - sender: *635 + installation: *630 + organization: *631 + projects_v2_item: *645 + sender: *633 required: - action - projects_v2_item @@ -151659,10 +151653,10 @@ x-webhooks: to: type: string nullable: true - installation: *632 - organization: *633 - projects_v2_item: *647 - sender: *635 + installation: *630 + organization: *631 + projects_v2_item: *645 + sender: *633 required: - action - projects_v2_item @@ -151757,10 +151751,10 @@ x-webhooks: type: string nullable: true format: date-time - installation: *632 - organization: *633 - projects_v2_item: *647 - sender: *635 + installation: *630 + organization: *631 + projects_v2_item: *645 + sender: *633 required: - action - projects_v2_item @@ -151840,10 +151834,10 @@ x-webhooks: type: string enum: - reopened - installation: *632 - organization: *633 - projects_v2: *646 - sender: *635 + installation: *630 + organization: *631 + projects_v2: *644 + sender: *633 required: - action - projects_v2 @@ -151913,11 +151907,11 @@ x-webhooks: title: public event type: object properties: - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - repository - sender @@ -152060,12 +152054,12 @@ x-webhooks: required: - login - id - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -154321,8 +154315,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -154403,11 +154397,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -156660,8 +156654,8 @@ x-webhooks: - draft reason: type: string - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -156742,11 +156736,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -159000,8 +158994,8 @@ x-webhooks: - draft reason: type: string - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -159082,15 +159076,15 @@ x-webhooks: type: string enum: - closed - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: allOf: - - *494 + - *492 - type: object properties: allow_auto_merge: @@ -159152,8 +159146,8 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -159233,15 +159227,15 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: allOf: - - *494 + - *492 - type: object properties: allow_auto_merge: @@ -159303,8 +159297,8 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -159383,12 +159377,12 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *631 - milestone: *477 + enterprise: *629 + milestone: *475 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -161629,8 +161623,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -161708,11 +161702,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -163956,8 +163950,8 @@ x-webhooks: - draft reason: type: string - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -164079,15 +164073,15 @@ x-webhooks: type: string required: - from - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: allOf: - - *494 + - *492 - type: object properties: allow_auto_merge: @@ -164149,8 +164143,8 @@ x-webhooks: Please use `squash_merge_commit_title` instead. type: boolean default: false - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - changes @@ -164229,11 +164223,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -166475,8 +166469,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -166555,8 +166549,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 label: title: Label type: object @@ -166592,7 +166586,7 @@ x-webhooks: number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -168849,8 +168843,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -168930,12 +168924,12 @@ x-webhooks: type: string enum: - locked - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -171190,8 +171184,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -171270,12 +171264,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *631 - milestone: *477 + enterprise: *629 + milestone: *475 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -173516,8 +173510,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -173595,15 +173589,15 @@ x-webhooks: type: string enum: - opened - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: allOf: - - *494 + - *492 - type: object properties: allow_auto_merge: @@ -173665,8 +173659,8 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -173746,15 +173740,15 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: allOf: - - *494 + - *492 - type: object properties: allow_auto_merge: @@ -173816,8 +173810,8 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -173896,15 +173890,15 @@ x-webhooks: type: string enum: - reopened - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: allOf: - - *494 + - *492 - type: object properties: allow_auto_merge: @@ -173966,8 +173960,8 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -174329,9 +174323,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 pull_request: type: object properties: @@ -176478,8 +176472,8 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - comment @@ -176840,9 +176834,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 pull_request: type: object properties: @@ -178977,8 +178971,8 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - comment @@ -179351,9 +179345,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 pull_request: type: object properties: @@ -181489,8 +181483,8 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - changes @@ -181570,9 +181564,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 pull_request: title: Simple Pull Request type: object @@ -183722,7 +183716,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *634 + repository: *632 review: description: The review that was affected. type: object @@ -183871,7 +183865,7 @@ x-webhooks: - pull_request_url - author_association - _links - sender: *635 + sender: *633 required: - action - review @@ -183962,9 +183956,9 @@ x-webhooks: type: string required: - from - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 pull_request: title: Simple Pull Request type: object @@ -185995,7 +185989,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *634 + repository: *632 review: description: The review that was affected. type: object @@ -186140,7 +186134,7 @@ x-webhooks: - pull_request_url - author_association - _links - sender: *635 + sender: *633 required: - action - changes @@ -186222,12 +186216,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -188483,7 +188477,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *634 + repository: *632 requested_reviewer: title: User type: object @@ -188551,7 +188545,7 @@ x-webhooks: required: - login - id - sender: *635 + sender: *633 required: - requested_reviewer - action @@ -188565,12 +188559,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -190833,7 +190827,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *634 + repository: *632 requested_team: title: Team description: Groups of organization members that gives permissions @@ -190943,7 +190937,7 @@ x-webhooks: - members_url - repositories_url - permission - sender: *635 + sender: *633 required: - requested_team - action @@ -191025,12 +191019,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -193288,7 +193282,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *634 + repository: *632 requested_reviewer: title: User type: object @@ -193357,7 +193351,7 @@ x-webhooks: required: - login - id - sender: *635 + sender: *633 required: - requested_reviewer - action @@ -193371,12 +193365,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -195625,7 +195619,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *634 + repository: *632 requested_team: title: Team description: Groups of organization members that gives permissions @@ -195726,7 +195720,7 @@ x-webhooks: required: - name - id - sender: *635 + sender: *633 required: - requested_team - action @@ -195806,9 +195800,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 pull_request: title: Simple Pull Request type: object @@ -197960,7 +197954,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *634 + repository: *632 review: description: The review that was affected. type: object @@ -198105,7 +198099,7 @@ x-webhooks: - pull_request_url - author_association - _links - sender: *635 + sender: *633 required: - action - review @@ -198184,9 +198178,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 pull_request: title: Simple Pull Request type: object @@ -200233,8 +200227,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *634 - sender: *635 + repository: *632 + sender: *633 thread: type: object properties: @@ -200613,9 +200607,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 pull_request: title: Simple Pull Request type: object @@ -202648,8 +202642,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *634 - sender: *635 + repository: *632 + sender: *633 thread: type: object properties: @@ -203031,12 +203025,12 @@ x-webhooks: type: string before: type: string - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -205282,8 +205276,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -205432,12 +205426,12 @@ x-webhooks: required: - login - id - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -207695,8 +207689,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -207774,8 +207768,8 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 label: title: Label type: object @@ -207811,7 +207805,7 @@ x-webhooks: number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -210059,8 +210053,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -210140,12 +210134,12 @@ x-webhooks: type: string enum: - unlocked - enterprise: *631 - installation: *632 + enterprise: *629 + installation: *630 number: description: The pull request number. type: integer - organization: *633 + organization: *631 pull_request: title: Pull Request type: object @@ -212385,8 +212379,8 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - number @@ -212582,7 +212576,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *631 + enterprise: *629 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -212674,8 +212668,8 @@ x-webhooks: - url - author - committer - installation: *632 - organization: *633 + installation: *630 + organization: *631 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -213155,7 +213149,7 @@ x-webhooks: - default_branch - topics - visibility - sender: *635 + sender: *633 required: - ref - before @@ -213240,9 +213234,9 @@ x-webhooks: type: string enum: - published - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 registry_package: type: object properties: @@ -213682,7 +213676,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *643 + items: *641 summary: type: string tag_name: @@ -213736,8 +213730,8 @@ x-webhooks: - owner - package_version - registry - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - registry_package @@ -213813,9 +213807,9 @@ x-webhooks: type: string enum: - updated - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 registry_package: type: object properties: @@ -214117,7 +214111,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *643 + items: *641 summary: type: string tag_name: @@ -214166,8 +214160,8 @@ x-webhooks: - owner - package_version - registry - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - registry_package @@ -214243,9 +214237,9 @@ x-webhooks: type: string enum: - created - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -214549,8 +214543,8 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - release @@ -214626,9 +214620,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -214932,8 +214926,8 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - release @@ -215040,9 +215034,9 @@ x-webhooks: type: boolean required: - to - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -215346,8 +215340,8 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - changes @@ -215424,9 +215418,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 release: allOf: - title: Release @@ -215820,8 +215814,8 @@ x-webhooks: nullable: true required: - prerelease - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - release @@ -215896,9 +215890,9 @@ x-webhooks: type: string enum: - published - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 release: allOf: - title: Release @@ -216289,8 +216283,8 @@ x-webhooks: nullable: true required: - published_at - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - release @@ -216365,9 +216359,9 @@ x-webhooks: type: string enum: - released - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -216671,8 +216665,8 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - release @@ -216747,9 +216741,9 @@ x-webhooks: type: string enum: - unpublished - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 release: allOf: - title: Release @@ -217139,8 +217133,8 @@ x-webhooks: nullable: true required: - published_at - repository: *634 - sender: *635 + repository: *632 + sender: *633 required: - action - release @@ -217215,12 +217209,12 @@ x-webhooks: type: string enum: - published - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - repository_advisory: *541 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + repository_advisory: *539 + sender: *633 required: - action - repository @@ -217295,12 +217289,12 @@ x-webhooks: type: string enum: - reported - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - repository_advisory: *541 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + repository_advisory: *539 + sender: *633 required: - action - repository @@ -217375,11 +217369,11 @@ x-webhooks: type: string enum: - archived - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - repository @@ -217455,11 +217449,11 @@ x-webhooks: type: string enum: - created - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - repository @@ -217536,11 +217530,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - repository @@ -217623,11 +217617,11 @@ x-webhooks: type: object nullable: true additionalProperties: true - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - branch @@ -217738,11 +217732,11 @@ x-webhooks: nullable: true items: type: string - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - changes @@ -217813,11 +217807,11 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 status: type: string enum: @@ -217897,11 +217891,11 @@ x-webhooks: type: string enum: - privatized - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - repository @@ -217977,11 +217971,11 @@ x-webhooks: type: string enum: - publicized - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - repository @@ -218074,11 +218068,11 @@ x-webhooks: - name required: - repository - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - changes @@ -218157,12 +218151,12 @@ x-webhooks: type: string enum: - created - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - repository_ruleset: *234 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + repository_ruleset: *232 + sender: *633 required: - action - repository_ruleset @@ -218239,12 +218233,12 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - repository_ruleset: *234 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + repository_ruleset: *232 + sender: *633 required: - action - repository_ruleset @@ -218321,11 +218315,11 @@ x-webhooks: type: string enum: - edited - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - repository_ruleset: *234 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + repository_ruleset: *232 changes: type: object properties: @@ -218344,16 +218338,16 @@ x-webhooks: properties: added: type: array - items: *229 + items: *227 deleted: type: array - items: *229 + items: *227 updated: type: array items: type: object properties: - condition: *229 + condition: *227 changes: type: object properties: @@ -218386,16 +218380,16 @@ x-webhooks: properties: added: type: array - items: *233 + items: *231 deleted: type: array - items: *233 + items: *231 updated: type: array items: type: object properties: - rule: *233 + rule: *231 changes: type: object properties: @@ -218414,7 +218408,7 @@ x-webhooks: properties: from: type: string - sender: *635 + sender: *633 required: - action - repository_ruleset @@ -218626,11 +218620,11 @@ x-webhooks: - from required: - owner - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - changes @@ -218707,11 +218701,11 @@ x-webhooks: type: string enum: - unarchived - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - repository @@ -218942,11 +218936,11 @@ x-webhooks: - open required: - state - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - alert @@ -219256,11 +219250,11 @@ x-webhooks: - dismiss_reason - dismissed_at - state - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - alert @@ -219491,11 +219485,11 @@ x-webhooks: - open required: - state - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - alert @@ -219731,11 +219725,11 @@ x-webhooks: - open required: - state - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - alert @@ -219812,7 +219806,7 @@ x-webhooks: type: string enum: - created - alert: &648 + alert: &646 type: object properties: number: *70 @@ -219880,11 +219874,11 @@ x-webhooks: description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' nullable: true - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - alert @@ -219964,12 +219958,12 @@ x-webhooks: type: string enum: - created - alert: *648 - installation: *632 - location: *649 - organization: *633 - repository: *634 - sender: *635 + alert: *646 + installation: *630 + location: *647 + organization: *631 + repository: *632 + sender: *633 required: - location - alert @@ -220204,12 +220198,12 @@ x-webhooks: type: string enum: - reopened - alert: *648 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + alert: *646 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - alert @@ -220286,12 +220280,12 @@ x-webhooks: type: string enum: - resolved - alert: *648 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + alert: *646 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - alert @@ -220368,12 +220362,12 @@ x-webhooks: type: string enum: - revoked - alert: *648 - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + alert: *646 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - alert @@ -220448,10 +220442,10 @@ x-webhooks: type: string enum: - published - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -220562,7 +220556,7 @@ x-webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *635 + sender: *633 required: - action - security_advisory @@ -220635,10 +220629,10 @@ x-webhooks: type: string enum: - updated - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -220749,7 +220743,7 @@ x-webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *635 + sender: *633 required: - action - security_advisory @@ -220821,10 +220815,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -220934,7 +220928,7 @@ x-webhooks: - updated_at - withdrawn_at - vulnerabilities - sender: *635 + sender: *633 required: - action - security_advisory @@ -221007,12 +221001,12 @@ x-webhooks: from: type: object properties: - security_and_analysis: *291 - enterprise: *631 - installation: *632 - organization: *633 - repository: *293 - sender: *635 + security_and_analysis: *289 + enterprise: *629 + installation: *630 + organization: *631 + repository: *291 + sender: *633 required: - changes - repository @@ -221089,11 +221083,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 sponsorship: type: object properties: @@ -221389,11 +221383,11 @@ x-webhooks: type: string enum: - created - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 sponsorship: type: object properties: @@ -221703,11 +221697,11 @@ x-webhooks: type: string required: - from - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 sponsorship: type: object properties: @@ -222011,11 +222005,11 @@ x-webhooks: event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 sponsorship: type: object properties: @@ -222360,11 +222354,11 @@ x-webhooks: event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 sponsorship: type: object properties: @@ -222707,11 +222701,11 @@ x-webhooks: - from required: - tier - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 sponsorship: type: object properties: @@ -223007,11 +223001,11 @@ x-webhooks: type: string enum: - created - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 starred_at: description: 'The time the star was created. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. Will be `null` for @@ -223093,11 +223087,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 starred_at: description: 'The time the star was created. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. Will be `null` for @@ -223512,16 +223506,16 @@ x-webhooks: status. type: string nullable: true - enterprise: *631 + enterprise: *629 id: description: The unique identifier of the status. type: integer - installation: *632 + installation: *630 name: type: string - organization: *633 - repository: *634 - sender: *635 + organization: *631 + repository: *632 + sender: *633 sha: description: The Commit SHA. type: string @@ -223622,11 +223616,11 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 team: title: Team description: Groups of organization members that gives permissions @@ -223817,9 +223811,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 repository: title: Repository description: A git repository @@ -224267,7 +224261,7 @@ x-webhooks: - default_branch - topics - visibility - sender: *635 + sender: *633 team: title: Team description: Groups of organization members that gives permissions @@ -224458,9 +224452,9 @@ x-webhooks: type: string enum: - created - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 repository: title: Repository description: A git repository @@ -224908,7 +224902,7 @@ x-webhooks: - default_branch - topics - visibility - sender: *635 + sender: *633 team: title: Team description: Groups of organization members that gives permissions @@ -225100,9 +225094,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 repository: title: Repository description: A git repository @@ -225550,7 +225544,7 @@ x-webhooks: - default_branch - topics - visibility - sender: *635 + sender: *633 team: title: Team description: Groups of organization members that gives permissions @@ -225809,9 +225803,9 @@ x-webhooks: - from required: - permissions - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 repository: title: Repository description: A git repository @@ -226259,7 +226253,7 @@ x-webhooks: - default_branch - topics - visibility - sender: *635 + sender: *633 team: title: Team description: Groups of organization members that gives permissions @@ -226452,9 +226446,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *631 - installation: *632 - organization: *633 + enterprise: *629 + installation: *630 + organization: *631 repository: title: Repository description: A git repository @@ -226902,7 +226896,7 @@ x-webhooks: - default_branch - topics - visibility - sender: *635 + sender: *633 team: title: Team description: Groups of organization members that gives permissions @@ -227090,11 +227084,11 @@ x-webhooks: type: string enum: - created - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 user: title: User type: object @@ -227229,11 +227223,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 user: title: User type: object @@ -227371,11 +227365,11 @@ x-webhooks: type: string enum: - started - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 required: - action - repository @@ -227447,17 +227441,17 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *631 + enterprise: *629 inputs: type: object nullable: true additionalProperties: true - installation: *632 - organization: *633 + installation: *630 + organization: *631 ref: type: string - repository: *634 - sender: *635 + repository: *632 + sender: *633 workflow: type: string required: @@ -227538,11 +227532,11 @@ x-webhooks: type: string enum: - completed - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 workflow_job: allOf: - title: Workflow Job @@ -227778,7 +227772,7 @@ x-webhooks: type: string required: - conclusion - deployment: *413 + deployment: *411 required: - action - repository @@ -227857,11 +227851,11 @@ x-webhooks: type: string enum: - in_progress - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 workflow_job: allOf: - title: Workflow Job @@ -228120,7 +228114,7 @@ x-webhooks: required: - status - steps - deployment: *413 + deployment: *411 required: - action - repository @@ -228199,11 +228193,11 @@ x-webhooks: type: string enum: - queued - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 workflow_job: type: object properties: @@ -228337,7 +228331,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *413 + deployment: *411 required: - action - repository @@ -228416,11 +228410,11 @@ x-webhooks: type: string enum: - waiting - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 workflow_job: type: object properties: @@ -228555,7 +228549,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *413 + deployment: *411 required: - action - repository @@ -228635,11 +228629,11 @@ x-webhooks: type: string enum: - completed - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 workflow: title: Workflow type: object @@ -230125,11 +230119,11 @@ x-webhooks: type: string enum: - in_progress - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 workflow: title: Workflow type: object @@ -231615,11 +231609,11 @@ x-webhooks: type: string enum: - requested - enterprise: *631 - installation: *632 - organization: *633 - repository: *634 - sender: *635 + enterprise: *629 + installation: *630 + organization: *631 + repository: *632 + sender: *633 workflow: title: Workflow type: object diff --git a/descriptions/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index 3a57ec9e06..5f3126465e 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -19179,23 +19179,8 @@ } }, "responses": { - "200": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/org-repo-custom-property-values" - } - }, - "examples": { - "default": { - "$ref": "#/components/examples/org-repo-custom-property-values" - } - } - } - } + "204": { + "description": "No Content when custom property values are successfully created or updated" }, "403": { "$ref": "#/components/responses/forbidden" diff --git a/descriptions/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index f23af2ae4c..cf9fc5cce7 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -13718,17 +13718,9 @@ paths: default: "$ref": "#/components/examples/org-repo-update-custom-property-values" responses: - '200': - description: Response - content: - application/json: - schema: - type: array - items: - "$ref": "#/components/schemas/org-repo-custom-property-values" - examples: - default: - "$ref": "#/components/examples/org-repo-custom-property-values" + '204': + description: No Content when custom property values are successfully created + or updated '403': "$ref": "#/components/responses/forbidden" '404': diff --git a/descriptions/ghec/ghec.json b/descriptions/ghec/ghec.json index 3a57ec9e06..5f3126465e 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -19179,23 +19179,8 @@ } }, "responses": { - "200": { - "description": "Response", - "content": { - "application/json": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/org-repo-custom-property-values" - } - }, - "examples": { - "default": { - "$ref": "#/components/examples/org-repo-custom-property-values" - } - } - } - } + "204": { + "description": "No Content when custom property values are successfully created or updated" }, "403": { "$ref": "#/components/responses/forbidden" diff --git a/descriptions/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index f23af2ae4c..cf9fc5cce7 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -13718,17 +13718,9 @@ paths: default: "$ref": "#/components/examples/org-repo-update-custom-property-values" responses: - '200': - description: Response - content: - application/json: - schema: - type: array - items: - "$ref": "#/components/schemas/org-repo-custom-property-values" - examples: - default: - "$ref": "#/components/examples/org-repo-custom-property-values" + '204': + description: No Content when custom property values are successfully created + or updated '403': "$ref": "#/components/responses/forbidden" '404':