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 8eb7828842..4965325bcb 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 @@ -3589,7 +3589,7 @@ }, "examples": { "default": { - "$ref": "#/components/examples/enterprise-teams-items" + "$ref": "#/components/examples/enterprise-teams-item" } } } @@ -4316,7 +4316,7 @@ }, "examples": { "default": { - "$ref": "#/components/examples/enterprise-teams-items" + "$ref": "#/components/examples/enterprise-teams-item" } } } @@ -4422,7 +4422,7 @@ }, "examples": { "default": { - "$ref": "#/components/examples/enterprise-teams-items" + "$ref": "#/components/examples/enterprise-teams-item" } } } @@ -116737,7 +116737,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -280459,6 +280459,20 @@ } ] }, + "enterprise-teams-item": { + "value": { + "id": 1, + "name": "Justice League", + "description": "A great team.", + "slug": "justice-league", + "url": "https://api.github.com/enterprises/dc/teams/justice-league", + "group_id": "62ab9291-fae2-468e-974b-7e45096d5021", + "html_url": "https://github.com/enterprises/dc/teams/justice-league", + "members_url": "https://api.github.com/enterprises/dc/teams/justice-league/members{/member}", + "created_at": "2019-01-26T19:01:12Z", + "updated_at": "2019-01-26T19:14:43Z" + } + }, "simple-user-items": { "value": [ { 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 bfbfaa72ed..bc76ee358f 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 @@ -2577,7 +2577,7 @@ paths: "$ref": "#/components/schemas/enterprise-team" examples: default: - "$ref": "#/components/examples/enterprise-teams-items" + "$ref": "#/components/examples/enterprise-teams-item" x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3029,7 +3029,7 @@ paths: "$ref": "#/components/schemas/enterprise-team" examples: default: - "$ref": "#/components/examples/enterprise-teams-items" + "$ref": "#/components/examples/enterprise-teams-item" headers: Link: "$ref": "#/components/headers/link" @@ -3110,7 +3110,7 @@ paths: "$ref": "#/components/schemas/enterprise-team" examples: default: - "$ref": "#/components/examples/enterprise-teams-items" + "$ref": "#/components/examples/enterprise-teams-item" headers: Link: "$ref": "#/components/headers/link" @@ -85556,7 +85556,7 @@ components: nullable: true description: The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` - is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, + is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories. actor_type: @@ -209746,6 +209746,18 @@ components: members_url: https://api.github.com/enterprises/dc/teams/justice-league/members{/member} created_at: '2019-01-26T19:01:12Z' updated_at: '2019-01-26T19:14:43Z' + enterprise-teams-item: + value: + id: 1 + name: Justice League + description: A great team. + slug: justice-league + url: https://api.github.com/enterprises/dc/teams/justice-league + group_id: 62ab9291-fae2-468e-974b-7e45096d5021 + html_url: https://github.com/enterprises/dc/teams/justice-league + members_url: https://api.github.com/enterprises/dc/teams/justice-league/members{/member} + created_at: '2019-01-26T19:01:12Z' + updated_at: '2019-01-26T19:14:43Z' simple-user-items: value: - login: octocat diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 8eb7828842..4965325bcb 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -3589,7 +3589,7 @@ }, "examples": { "default": { - "$ref": "#/components/examples/enterprise-teams-items" + "$ref": "#/components/examples/enterprise-teams-item" } } } @@ -4316,7 +4316,7 @@ }, "examples": { "default": { - "$ref": "#/components/examples/enterprise-teams-items" + "$ref": "#/components/examples/enterprise-teams-item" } } } @@ -4422,7 +4422,7 @@ }, "examples": { "default": { - "$ref": "#/components/examples/enterprise-teams-items" + "$ref": "#/components/examples/enterprise-teams-item" } } } @@ -116737,7 +116737,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -280459,6 +280459,20 @@ } ] }, + "enterprise-teams-item": { + "value": { + "id": 1, + "name": "Justice League", + "description": "A great team.", + "slug": "justice-league", + "url": "https://api.github.com/enterprises/dc/teams/justice-league", + "group_id": "62ab9291-fae2-468e-974b-7e45096d5021", + "html_url": "https://github.com/enterprises/dc/teams/justice-league", + "members_url": "https://api.github.com/enterprises/dc/teams/justice-league/members{/member}", + "created_at": "2019-01-26T19:01:12Z", + "updated_at": "2019-01-26T19:14:43Z" + } + }, "simple-user-items": { "value": [ { diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index bfbfaa72ed..bc76ee358f 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -2577,7 +2577,7 @@ paths: "$ref": "#/components/schemas/enterprise-team" examples: default: - "$ref": "#/components/examples/enterprise-teams-items" + "$ref": "#/components/examples/enterprise-teams-item" x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -3029,7 +3029,7 @@ paths: "$ref": "#/components/schemas/enterprise-team" examples: default: - "$ref": "#/components/examples/enterprise-teams-items" + "$ref": "#/components/examples/enterprise-teams-item" headers: Link: "$ref": "#/components/headers/link" @@ -3110,7 +3110,7 @@ paths: "$ref": "#/components/schemas/enterprise-team" examples: default: - "$ref": "#/components/examples/enterprise-teams-items" + "$ref": "#/components/examples/enterprise-teams-item" headers: Link: "$ref": "#/components/headers/link" @@ -85556,7 +85556,7 @@ components: nullable: true description: The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` - is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, + is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories. actor_type: @@ -209746,6 +209746,18 @@ components: members_url: https://api.github.com/enterprises/dc/teams/justice-league/members{/member} created_at: '2019-01-26T19:01:12Z' updated_at: '2019-01-26T19:14:43Z' + enterprise-teams-item: + value: + id: 1 + name: Justice League + description: A great team. + slug: justice-league + url: https://api.github.com/enterprises/dc/teams/justice-league + group_id: 62ab9291-fae2-468e-974b-7e45096d5021 + html_url: https://github.com/enterprises/dc/teams/justice-league + members_url: https://api.github.com/enterprises/dc/teams/justice-league/members{/member} + created_at: '2019-01-26T19:01:12Z' + updated_at: '2019-01-26T19:14:43Z' simple-user-items: value: - login: octocat 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 1c52d80ca8..5e8e0c0c38 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 @@ -23503,20 +23503,18 @@ }, "examples": { "default": { - "value": [ - { - "id": 1, - "name": "Justice League", - "description": "A great team.", - "slug": "justice-league", - "url": "https://api.github.com/enterprises/dc/teams/justice-league", - "group_id": "62ab9291-fae2-468e-974b-7e45096d5021", - "html_url": "https://github.com/enterprises/dc/teams/justice-league", - "members_url": "https://api.github.com/enterprises/dc/teams/justice-league/members{/member}", - "created_at": "2019-01-26T19:01:12Z", - "updated_at": "2019-01-26T19:14:43Z" - } - ] + "value": { + "id": 1, + "name": "Justice League", + "description": "A great team.", + "slug": "justice-league", + "url": "https://api.github.com/enterprises/dc/teams/justice-league", + "group_id": "62ab9291-fae2-468e-974b-7e45096d5021", + "html_url": "https://github.com/enterprises/dc/teams/justice-league", + "members_url": "https://api.github.com/enterprises/dc/teams/justice-league/members{/member}", + "created_at": "2019-01-26T19:01:12Z", + "updated_at": "2019-01-26T19:14:43Z" + } } } } @@ -25593,20 +25591,18 @@ }, "examples": { "default": { - "value": [ - { - "id": 1, - "name": "Justice League", - "description": "A great team.", - "slug": "justice-league", - "url": "https://api.github.com/enterprises/dc/teams/justice-league", - "group_id": "62ab9291-fae2-468e-974b-7e45096d5021", - "html_url": "https://github.com/enterprises/dc/teams/justice-league", - "members_url": "https://api.github.com/enterprises/dc/teams/justice-league/members{/member}", - "created_at": "2019-01-26T19:01:12Z", - "updated_at": "2019-01-26T19:14:43Z" - } - ] + "value": { + "id": 1, + "name": "Justice League", + "description": "A great team.", + "slug": "justice-league", + "url": "https://api.github.com/enterprises/dc/teams/justice-league", + "group_id": "62ab9291-fae2-468e-974b-7e45096d5021", + "html_url": "https://github.com/enterprises/dc/teams/justice-league", + "members_url": "https://api.github.com/enterprises/dc/teams/justice-league/members{/member}", + "created_at": "2019-01-26T19:01:12Z", + "updated_at": "2019-01-26T19:14:43Z" + } } } } @@ -25818,20 +25814,18 @@ }, "examples": { "default": { - "value": [ - { - "id": 1, - "name": "Justice League", - "description": "A great team.", - "slug": "justice-league", - "url": "https://api.github.com/enterprises/dc/teams/justice-league", - "group_id": "62ab9291-fae2-468e-974b-7e45096d5021", - "html_url": "https://github.com/enterprises/dc/teams/justice-league", - "members_url": "https://api.github.com/enterprises/dc/teams/justice-league/members{/member}", - "created_at": "2019-01-26T19:01:12Z", - "updated_at": "2019-01-26T19:14:43Z" - } - ] + "value": { + "id": 1, + "name": "Justice League", + "description": "A great team.", + "slug": "justice-league", + "url": "https://api.github.com/enterprises/dc/teams/justice-league", + "group_id": "62ab9291-fae2-468e-974b-7e45096d5021", + "html_url": "https://github.com/enterprises/dc/teams/justice-league", + "members_url": "https://api.github.com/enterprises/dc/teams/justice-league/members{/member}", + "created_at": "2019-01-26T19:01:12Z", + "updated_at": "2019-01-26T19:14:43Z" + } } } } @@ -179936,7 +179930,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -181360,7 +181354,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -182581,7 +182575,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -184587,7 +184581,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -186036,7 +186030,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -187253,7 +187247,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -479230,7 +479224,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -480662,7 +480656,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -481732,7 +481726,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -483757,7 +483751,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -485204,7 +485198,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -486270,7 +486264,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1207140,7 +1207134,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1210065,7 +1210059,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1212990,7 +1212984,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", 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 ee752d981f..e9088727dd 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 @@ -9645,7 +9645,7 @@ paths: - updated_at - group_id examples: - default: &61 + default: value: - id: 1 name: Justice League @@ -9733,7 +9733,18 @@ paths: application/json: schema: *60 examples: - default: *61 + default: &68 + value: + id: 1 + name: Justice League + description: A great team. + slug: justice-league + url: https://api.github.com/enterprises/dc/teams/justice-league + group_id: 62ab9291-fae2-468e-974b-7e45096d5021 + html_url: https://github.com/enterprises/dc/teams/justice-league + members_url: https://api.github.com/enterprises/dc/teams/justice-league/members{/member} + created_at: '2019-01-26T19:01:12Z' + updated_at: '2019-01-26T19:14:43Z' x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -9751,7 +9762,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#list-members-in-an-enterprise-team parameters: - *40 - - &62 + - &61 name: enterprise-team description: The slug version of the enterprise team name. You can also substitute this value with the enterprise team id. @@ -9770,7 +9781,7 @@ paths: type: array items: *4 examples: - default: &63 + default: &62 value: - login: octocat id: 1 @@ -9809,7 +9820,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#bulk-add-team-members parameters: - *40 - - *62 + - *61 requestBody: required: true content: @@ -9840,7 +9851,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -9858,7 +9869,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#bulk-remove-team-members parameters: - *40 - - *62 + - *61 requestBody: required: true content: @@ -9889,7 +9900,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -9907,8 +9918,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#get-enterprise-team-membership parameters: - *40 - - *62 - - &64 + - *61 + - &63 name: username description: The handle for the GitHub user account. in: path @@ -9922,7 +9933,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: &65 + exampleKey1: &64 value: login: octocat id: 1 @@ -9958,8 +9969,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#add-team-member parameters: - *40 - - *62 - - *64 + - *61 + - *63 responses: '201': description: Successfully added team member @@ -9967,7 +9978,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: *65 + exampleKey1: *64 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -9985,8 +9996,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#remove-team-membership parameters: - *40 - - *62 - - *64 + - *61 + - *63 responses: '204': description: Response @@ -10008,7 +10019,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#get-organization-assignments parameters: - *40 - - *62 + - *61 - *17 - *19 responses: @@ -10018,7 +10029,7 @@ paths: application/json: schema: type: array - items: &66 + items: &65 title: Organization Simple description: A GitHub organization. type: object @@ -10077,7 +10088,7 @@ paths: - avatar_url - description examples: - default: &67 + default: &66 value: login: github id: 1 @@ -10108,7 +10119,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#add-organization-assignments parameters: - *40 - - *62 + - *61 requestBody: required: true content: @@ -10136,7 +10147,7 @@ paths: application/json: schema: type: array - items: *66 + items: *65 examples: default: &106 value: @@ -10169,7 +10180,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#remove-organization-assignments parameters: - *40 - - *62 + - *61 requestBody: required: true content: @@ -10210,8 +10221,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#get-organization-assignment parameters: - *40 - - *62 - - &68 + - *61 + - &67 name: org description: The organization name. The name is not case sensitive. in: path @@ -10223,9 +10234,9 @@ paths: description: The team is assigned to the organization content: application/json: - schema: *66 + schema: *65 examples: - default: *67 + default: *66 '404': description: The team is not assigned to the organization x-github: @@ -10244,16 +10255,16 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#add-an-organization-assignment parameters: - *40 - - *62 - - *68 + - *61 + - *67 responses: '201': description: Successfully assigned the enterprise team to the organization. content: application/json: - schema: *66 + schema: *65 examples: - default: *67 + default: *66 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10270,8 +10281,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#delete-an-organization-assignment parameters: - *40 - - *62 - - *68 + - *61 + - *67 responses: '204': description: Successfully unassigned the enterprise team from the organization. @@ -10309,7 +10320,7 @@ paths: application/json: schema: *60 examples: - default: *61 + default: *68 headers: Link: *59 '403': *29 @@ -10386,7 +10397,7 @@ paths: application/json: schema: *60 examples: - default: *61 + default: *68 headers: Link: *59 '403': *29 @@ -17239,7 +17250,7 @@ paths: application/json: schema: type: array - items: *66 + items: *65 examples: default: *106 headers: @@ -17268,7 +17279,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -17307,7 +17318,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -17341,7 +17352,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -17380,7 +17391,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -17414,7 +17425,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#lists-the-repositories-dependabot-can-access-in-an-organization parameters: - - *68 + - *67 - name: page in: query description: The page number of results to fetch. @@ -17565,7 +17576,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#updates-dependabots-repository-access-list-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -17631,7 +17642,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#set-the-default-repository-access-level-for-dependabot parameters: - - *68 + - *67 requestBody: required: true content: @@ -17679,7 +17690,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#get-all-budgets-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response when getting all budgets @@ -17821,7 +17832,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#get-a-budget-by-id-for-an-organization parameters: - - *68 + - *67 - &113 name: budget_id description: The ID corresponding to the budget. @@ -17936,7 +17947,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#update-a-budget-for-an-organization parameters: - - *68 + - *67 - *113 requestBody: required: true @@ -18122,7 +18133,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#delete-a-budget-for-an-organization parameters: - - *68 + - *67 - *113 responses: '200': @@ -18170,7 +18181,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-premium-request-usage-report-for-an-organization parameters: - - *68 + - *67 - &114 name: year description: If specified, only return results for a single year. The value @@ -18348,7 +18359,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-report-for-an-organization parameters: - - *68 + - *67 - *114 - &710 name: month @@ -18458,7 +18469,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-summary-for-an-organization parameters: - - *68 + - *67 - *114 - *116 - *115 @@ -18607,7 +18618,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#get-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -19032,7 +19043,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#update-an-organization parameters: - - *68 + - *67 requestBody: required: false content: @@ -19282,7 +19293,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#delete-an-organization parameters: - - *68 + - *67 responses: '202': *39 '404': *6 @@ -19307,7 +19318,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -19354,7 +19365,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization parameters: - - *68 + - *67 - *17 - *19 responses: @@ -19427,7 +19438,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-github-hosted-runners-for-an-organization parameters: - - *68 + - *67 - *17 - *19 responses: @@ -19655,7 +19666,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#create-a-github-hosted-runner-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -19775,7 +19786,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-custom-images-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -19873,7 +19884,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-a-custom-image-definition-for-github-actions-hosted-runners parameters: - - *68 + - *67 - &124 name: image_definition_id description: Image definition ID of custom image @@ -19916,7 +19927,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-a-custom-image-from-the-organization parameters: - - *68 + - *67 - *124 responses: '204': @@ -19941,7 +19952,7 @@ paths: url: https://docs.github.com/rest/actions/hosted-runners#list-image-versions-of-a-custom-image-for-an-organization parameters: - *124 - - *68 + - *67 responses: '200': description: Response @@ -20010,7 +20021,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-an-image-version-of-a-custom-image-for-github-actions-hosted-runners parameters: - - *68 + - *67 - *124 - &127 name: version @@ -20051,7 +20062,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-an-image-version-of-custom-image-from-the-organization parameters: - - *68 + - *67 - *124 - *127 responses: @@ -20074,7 +20085,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-github-owned-images-for-github-hosted-runners-in-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -20150,7 +20161,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-partner-images-for-github-hosted-runners-in-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -20185,7 +20196,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-limits-on-github-hosted-runners-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -20238,7 +20249,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-github-hosted-runners-machine-specs-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -20279,7 +20290,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-platforms-for-github-hosted-runners-in-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -20323,7 +20334,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-organization parameters: - - *68 + - *67 - &132 name: hosted_runner_id description: Unique identifier of the GitHub-hosted runner. @@ -20358,7 +20369,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-organization parameters: - - *68 + - *67 - *132 requestBody: required: true @@ -20429,7 +20440,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-organization parameters: - - *68 + - *67 - *132 responses: '202': @@ -20458,7 +20469,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *68 + - *67 responses: '200': description: A JSON serialized template for OIDC subject claim customization @@ -20500,7 +20511,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -20543,7 +20554,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -20609,7 +20620,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-an-organization parameters: - - *68 + - *67 responses: '204': description: Response @@ -20650,7 +20661,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -20693,7 +20704,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -20735,7 +20746,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -20776,7 +20787,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *68 + - *67 responses: '204': description: Response @@ -20808,7 +20819,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -20863,7 +20874,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -20921,7 +20932,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#list-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *68 + - *67 - *17 - *19 responses: @@ -21081,7 +21092,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *68 + - *67 responses: '204': description: Response @@ -21125,7 +21136,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *68 + - *67 - &140 name: repository_id description: The unique identifier of the repository. @@ -21154,7 +21165,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *68 + - *67 - *140 responses: '204': @@ -21178,7 +21189,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -21231,7 +21242,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *68 + - *67 responses: '204': description: Response @@ -21261,7 +21272,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-self-hosted-runners-settings-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -21309,7 +21320,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-self-hosted-runners-settings-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -21356,7 +21367,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#list-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *68 + - *67 - *17 - *19 responses: @@ -21393,7 +21404,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -21441,7 +21452,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#add-a-repository-to-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *68 + - *67 - *140 responses: '204': @@ -21468,7 +21479,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#remove-a-repository-from-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *68 + - *67 - *140 responses: '204': @@ -21497,7 +21508,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -21546,7 +21557,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-an-organization parameters: - - *68 + - *67 responses: '204': description: Success response @@ -21580,7 +21591,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-self-hosted-runner-groups-for-an-organization parameters: - - *68 + - *67 - *17 - *19 - name: visible_to_repository @@ -21721,7 +21732,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#create-a-self-hosted-runner-group-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -21830,7 +21841,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-organization parameters: - - *68 + - *67 - &148 name: runner_group_id description: Unique identifier of the self-hosted runner group. @@ -21879,7 +21890,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-organization parameters: - - *68 + - *67 - *148 requestBody: required: true @@ -21955,7 +21966,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-organization parameters: - - *68 + - *67 - *148 responses: '204': @@ -21979,7 +21990,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-github-hosted-runners-in-a-group-for-an-organization parameters: - - *68 + - *67 - *148 - *17 - *19 @@ -22022,7 +22033,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *68 + - *67 - *148 - *19 - *17 @@ -22295,7 +22306,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#set-repository-access-for-a-self-hosted-runner-group-in-an-organization parameters: - - *68 + - *67 - *148 requestBody: required: true @@ -22340,7 +22351,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#add-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *68 + - *67 - *148 - *140 responses: @@ -22364,7 +22375,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#remove-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *68 + - *67 - *148 - *140 responses: @@ -22389,7 +22400,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-organization parameters: - - *68 + - *67 - *148 - *17 - *19 @@ -22526,7 +22537,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-organization parameters: - - *68 + - *67 - *148 requestBody: required: true @@ -22571,7 +22582,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-organization parameters: - - *68 + - *67 - *148 - &152 name: runner_id @@ -22601,7 +22612,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-organization parameters: - - *68 + - *67 - *148 - *152 responses: @@ -22633,7 +22644,7 @@ paths: in: query schema: type: string - - *68 + - *67 - *17 - *19 responses: @@ -22677,7 +22688,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -22753,7 +22764,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -22863,7 +22874,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization parameters: - - *68 + - *67 responses: '201': description: Response @@ -22938,7 +22949,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization parameters: - - *68 + - *67 responses: '201': description: Response @@ -22971,7 +22982,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization parameters: - - *68 + - *67 - *152 responses: '200': @@ -23021,7 +23032,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-organization parameters: - - *68 + - *67 - *152 responses: '204': @@ -23048,7 +23059,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *68 + - *67 - *152 responses: '200': &157 @@ -23104,7 +23115,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-organization parameters: - - *68 + - *67 - *152 requestBody: required: true @@ -23153,7 +23164,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *68 + - *67 - *152 requestBody: required: true @@ -23203,7 +23214,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-organization parameters: - - *68 + - *67 - *152 responses: '200': &359 @@ -23261,7 +23272,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-organization parameters: - - *68 + - *67 - *152 - &360 name: name @@ -23296,7 +23307,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-organization-secrets parameters: - - *68 + - *67 - *17 - *19 responses: @@ -23387,7 +23398,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-public-key parameters: - - *68 + - *67 responses: '200': description: Response @@ -23447,7 +23458,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-secret parameters: - - *68 + - *67 - &159 name: secret_name description: The name of the secret. @@ -23490,7 +23501,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *68 + - *67 - *159 requestBody: required: true @@ -23574,7 +23585,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-organization-secret parameters: - - *68 + - *67 - *159 responses: '204': @@ -23601,7 +23612,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *68 + - *67 - *159 - *19 - *17 @@ -23714,7 +23725,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *68 + - *67 - *159 requestBody: required: true @@ -23767,7 +23778,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - - *68 + - *67 - *159 - name: repository_id in: path @@ -23801,7 +23812,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *68 + - *67 - *159 - name: repository_id in: path @@ -23834,7 +23845,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - - *68 + - *67 - &341 name: per_page description: The number of results per page (max 30). For more information, @@ -23944,7 +23955,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-organization-variable parameters: - - *68 + - *67 requestBody: required: true content: @@ -24017,7 +24028,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-organization-variable parameters: - - *68 + - *67 - &162 name: name description: The name of the variable. @@ -24060,7 +24071,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-organization-variable parameters: - - *68 + - *67 - *162 requestBody: required: true @@ -24123,7 +24134,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-organization-variable parameters: - - *68 + - *67 - *162 responses: '204': @@ -24150,7 +24161,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - - *68 + - *67 - *162 - *19 - *17 @@ -24197,7 +24208,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - - *68 + - *67 - *162 requestBody: required: true @@ -24247,7 +24258,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - - *68 + - *67 - *162 - name: repository_id in: path @@ -24282,7 +24293,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - - *68 + - *67 - *162 - name: repository_id in: path @@ -24313,7 +24324,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#create-an-artifact-deployment-record parameters: - - *68 + - *67 requestBody: required: true content: @@ -24504,7 +24515,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#set-cluster-deployment-records parameters: - - *68 + - *67 - name: cluster in: path description: The cluster name. @@ -24664,7 +24675,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#create-artifact-metadata-storage-record parameters: - - *68 + - *67 requestBody: required: true content: @@ -24816,7 +24827,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#list-artifact-deployment-records parameters: - - *68 + - *67 - name: subject_digest description: The SHA256 digest of the artifact, in the form `sha256:HEX_DIGEST`. in: path @@ -24863,7 +24874,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#list-artifact-storage-records parameters: - - *68 + - *67 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -24948,7 +24959,7 @@ paths: - *17 - *45 - *46 - - *68 + - *67 requestBody: required: true content: @@ -25144,7 +25155,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-in-bulk parameters: - - *68 + - *67 requestBody: required: true content: @@ -25209,7 +25220,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-subject-digest parameters: - - *68 + - *67 - name: subject_digest description: Subject Digest in: path @@ -25244,7 +25255,7 @@ paths: - *17 - *45 - *46 - - *68 + - *67 - name: predicate_type description: |- Optional filter for fetching attestations with a given predicate type. @@ -25292,7 +25303,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-id parameters: - - *68 + - *67 - name: attestation_id description: Attestation ID in: path @@ -25330,7 +25341,7 @@ paths: - *17 - *45 - *46 - - *68 + - *67 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -25491,7 +25502,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *68 + - *67 - *17 - *19 responses: @@ -25503,7 +25514,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25522,8 +25533,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - - *68 - - *64 + - *67 + - *63 responses: '204': description: If the user is blocked @@ -25548,8 +25559,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *68 - - *64 + - *67 + - *63 responses: '204': description: Response @@ -25569,8 +25580,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *68 - - *64 + - *67 + - *63 responses: '204': description: Response @@ -25595,7 +25606,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#list-campaigns-for-an-organization parameters: - - *68 + - *67 - *19 - *17 - *53 @@ -25971,7 +25982,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#create-a-campaign-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -26143,7 +26154,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#get-a-campaign-for-an-organization parameters: - - *68 + - *67 - name: campaign_number description: The campaign number. in: path @@ -26185,7 +26196,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#update-a-campaign parameters: - - *68 + - *67 - name: campaign_number description: The campaign number. in: path @@ -26279,7 +26290,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#delete-a-campaign-for-an-organization parameters: - - *68 + - *67 - name: campaign_number description: The campaign number. in: path @@ -26312,7 +26323,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - - *68 + - *67 - &411 name: tool_name description: The name of a code scanning tool. Only results by this tool will @@ -26847,7 +26858,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-code-security-configurations-for-an-organization parameters: - - *68 + - *67 - name: target_type in: query description: The target type of the code security configuration @@ -26958,7 +26969,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#create-a-code-security-configuration parameters: - - *68 + - *67 requestBody: required: true content: @@ -27201,7 +27212,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-default-code-security-configurations parameters: - - *68 + - *67 responses: '200': description: Response @@ -27235,7 +27246,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#detach-configurations-from-repositories parameters: - - *68 + - *67 requestBody: required: true content: @@ -27287,7 +27298,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-a-code-security-configuration parameters: - - *68 + - *67 - *49 responses: '200': @@ -27320,7 +27331,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#update-a-code-security-configuration parameters: - - *68 + - *67 - *49 requestBody: required: true @@ -27578,7 +27589,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#delete-a-code-security-configuration parameters: - - *68 + - *67 - *49 responses: '204': *182 @@ -27609,7 +27620,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#attach-a-configuration-to-repositories parameters: - - *68 + - *67 - *49 requestBody: required: true @@ -27673,7 +27684,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-organization parameters: - - *68 + - *67 - *49 requestBody: required: true @@ -27743,7 +27754,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-repositories-associated-with-a-code-security-configuration parameters: - - *68 + - *67 - *49 - name: per_page description: The number of results per page (max 100). For more information, @@ -27802,7 +27813,7 @@ paths: parameters: - *17 - *19 - - *68 + - *67 responses: '200': description: Response @@ -28527,7 +28538,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *68 + - *67 deprecated: true requestBody: required: true @@ -28594,7 +28605,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization parameters: - - *68 + - *67 deprecated: true requestBody: required: true @@ -28649,7 +28660,7 @@ paths: url: https://docs.github.com/rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *68 + - *67 requestBody: required: true content: @@ -28701,7 +28712,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *68 + - *67 - *17 - *19 responses: @@ -28790,7 +28801,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *68 + - *67 responses: '200': description: Response @@ -28848,7 +28859,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *68 + - *67 - *159 responses: '200': @@ -28884,7 +28895,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - - *68 + - *67 - *159 requestBody: required: true @@ -28966,7 +28977,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *68 + - *67 - *159 responses: '204': @@ -28992,7 +29003,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - - *68 + - *67 - *159 - *19 - *17 @@ -29035,7 +29046,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - - *68 + - *67 - *159 requestBody: required: true @@ -29086,7 +29097,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - - *68 + - *67 - *159 - name: repository_id in: path @@ -29120,7 +29131,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - - *68 + - *67 - *159 - name: repository_id in: path @@ -29160,7 +29171,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#get-copilot-seat-information-and-settings-for-an-organization parameters: - - *68 + - *67 responses: '200': description: OK @@ -29301,7 +29312,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#list-all-copilot-seat-assignments-for-an-organization parameters: - - *68 + - *67 - *19 - name: per_page description: The number of results per page (max 100). For more information, @@ -29507,7 +29518,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#add-teams-to-the-copilot-subscription-for-an-organization parameters: - - *68 + - *67 requestBody: content: application/json: @@ -29585,7 +29596,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#remove-teams-from-the-copilot-subscription-for-an-organization parameters: - - *68 + - *67 requestBody: content: application/json: @@ -29665,7 +29676,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#add-users-to-the-copilot-subscription-for-an-organization parameters: - - *68 + - *67 requestBody: content: application/json: @@ -29742,7 +29753,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#remove-users-from-the-copilot-subscription-for-an-organization parameters: - - *68 + - *67 requestBody: content: application/json: @@ -29823,7 +29834,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-an-organization parameters: - - *68 + - *67 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -30291,7 +30302,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *68 + - *67 - *189 - *190 - *191 @@ -30375,7 +30386,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-organization-secrets parameters: - - *68 + - *67 - *17 - *19 responses: @@ -30464,7 +30475,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-public-key parameters: - - *68 + - *67 responses: '200': description: Response @@ -30510,7 +30521,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-secret parameters: - - *68 + - *67 - *159 responses: '200': @@ -30545,7 +30556,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *68 + - *67 - *159 requestBody: required: true @@ -30629,7 +30640,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-an-organization-secret parameters: - - *68 + - *67 - *159 responses: '204': @@ -30654,7 +30665,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *68 + - *67 - *159 - *19 - *17 @@ -30696,7 +30707,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *68 + - *67 - *159 requestBody: required: true @@ -30747,7 +30758,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - - *68 + - *67 - *159 - name: repository_id in: path @@ -30779,7 +30790,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *68 + - *67 - *159 - name: repository_id in: path @@ -30810,7 +30821,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -30966,7 +30977,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-organization-events parameters: - - *68 + - *67 - *17 - *19 responses: @@ -31048,7 +31059,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-failed-organization-invitations parameters: - - *68 + - *67 - *17 - *19 responses: @@ -31162,7 +31173,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-organization-webhooks parameters: - - *68 + - *67 - *17 - *19 responses: @@ -31283,7 +31294,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#create-an-organization-webhook parameters: - - *68 + - *67 requestBody: required: true content: @@ -31392,7 +31403,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - - *68 + - *67 - &203 name: hook_id description: The unique identifier of the hook. You can find this value in @@ -31435,7 +31446,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - - *68 + - *67 - *203 requestBody: required: false @@ -31522,7 +31533,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *68 + - *67 - *203 responses: '204': @@ -31550,7 +31561,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - - *68 + - *67 - *203 responses: '200': @@ -31581,7 +31592,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - - *68 + - *67 - *203 requestBody: required: false @@ -31632,7 +31643,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *68 + - *67 - *203 - *17 - *204 @@ -31670,7 +31681,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - - *68 + - *67 - *203 - *16 responses: @@ -31705,7 +31716,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - - *68 + - *67 - *203 - *16 responses: @@ -31735,7 +31746,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *68 + - *67 - *203 responses: '204': @@ -31758,7 +31769,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - - *68 + - *67 - &213 name: actor_type in: path @@ -31880,7 +31891,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - - *68 + - *67 - *209 - *210 - *19 @@ -31964,7 +31975,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - - *68 + - *67 - *209 - *210 responses: @@ -32008,7 +32019,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - - *68 + - *67 - &215 name: user_id in: path @@ -32043,7 +32054,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - - *68 + - *67 - *209 - *210 - *213 @@ -32072,7 +32083,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - - *68 + - *67 - *209 - *210 - &216 @@ -32140,7 +32151,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - - *68 + - *67 - *215 - *209 - *210 @@ -32169,7 +32180,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - - *68 + - *67 - *213 - *214 - *209 @@ -32199,7 +32210,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - - *68 + - *67 - *215 - *209 - *210 @@ -32279,7 +32290,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-an-organization-installation-for-the-authenticated-app parameters: - - *68 + - *67 responses: '200': description: Response @@ -32356,7 +32367,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *68 + - *67 - *17 - *19 responses: @@ -32445,7 +32456,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -32507,7 +32518,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -32562,7 +32573,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *68 + - *67 responses: '204': description: Response @@ -32586,7 +32597,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-pending-organization-invitations parameters: - - *68 + - *67 - *17 - *19 - name: role @@ -32645,7 +32656,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#create-an-organization-invitation parameters: - - *68 + - *67 requestBody: required: false content: @@ -32753,7 +32764,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - - *68 + - *67 - &225 name: invitation_id description: The unique identifier of the invitation. @@ -32784,7 +32795,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - - *68 + - *67 - *225 - *17 - *19 @@ -32832,7 +32843,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#list-issue-types-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -32878,7 +32889,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#create-issue-type-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -32959,7 +32970,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - - *68 + - *67 - &228 name: issue_type_id description: The unique identifier of the issue type. @@ -33039,7 +33050,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - - *68 + - *67 - *228 responses: '204': @@ -33073,7 +33084,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user parameters: - - *68 + - *67 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -33156,7 +33167,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-members parameters: - - *68 + - *67 - name: filter description: Filter members returned in the list. `2fa_disabled` means that only members without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -33194,7 +33205,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 headers: Link: *59 '422': *15 @@ -33214,8 +33225,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-organization-membership-for-a-user parameters: - - *68 - - *64 + - *67 + - *63 responses: '204': description: Response if requester is an organization member and user is @@ -33249,8 +33260,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-an-organization-member parameters: - - *68 - - *64 + - *67 + - *63 responses: '204': description: Response @@ -33276,8 +33287,8 @@ paths: parameters: - *17 - *19 - - *68 - - *64 + - *67 + - *63 responses: '200': description: Response @@ -33320,8 +33331,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *68 - - *64 + - *67 + - *63 - &233 name: codespace_name in: path @@ -33355,8 +33366,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - - *68 - - *64 + - *67 + - *63 - *233 responses: '200': @@ -33538,8 +33549,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - - *68 - - *64 + - *67 + - *63 responses: '200': description: The user's GitHub Copilot seat details, including usage. @@ -33614,8 +33625,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user parameters: - - *68 - - *64 + - *67 + - *63 responses: '200': description: Response @@ -33665,7 +33676,7 @@ paths: type: string format: uri example: https://api.github.com/orgs/octocat - organization: *66 + organization: *65 user: title: Simple User description: A GitHub user. @@ -33760,8 +33771,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-organization-membership-for-a-user parameters: - - *68 - - *64 + - *67 + - *63 requestBody: required: false content: @@ -33815,8 +33826,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *68 - - *64 + - *67 + - *63 responses: '204': description: Response @@ -33841,7 +33852,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-organization-migrations parameters: - - *68 + - *67 - *17 - *19 - name: exclude @@ -34115,7 +34126,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#start-an-organization-migration parameters: - - *68 + - *67 requestBody: required: true content: @@ -34369,7 +34380,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - - *68 + - *67 - &238 name: migration_id description: The unique identifier of the migration. @@ -34566,7 +34577,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *68 + - *67 - *238 responses: '302': @@ -34588,7 +34599,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *68 + - *67 - *238 responses: '204': @@ -34612,7 +34623,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - - *68 + - *67 - *238 - &674 name: repo_name @@ -34641,7 +34652,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *68 + - *67 - *238 - *17 - *19 @@ -34791,7 +34802,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-all-organization-roles-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response - list of organization roles @@ -34954,7 +34965,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - - *68 + - *67 - *69 responses: '204': @@ -34980,7 +34991,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - - *68 + - *67 - *69 - &239 name: role_id @@ -35017,7 +35028,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - - *68 + - *67 - *69 - *239 responses: @@ -35044,8 +35055,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - - *68 - - *64 + - *67 + - *63 responses: '204': description: Response @@ -35070,8 +35081,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - - *68 - - *64 + - *67 + - *63 - *239 responses: '204': @@ -35102,8 +35113,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - - *68 - - *64 + - *67 + - *63 - *239 responses: '204': @@ -35132,7 +35143,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - - *68 + - *67 - *239 responses: '200': @@ -35189,7 +35200,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - - *68 + - *67 - *239 - *17 - *19 @@ -35330,7 +35341,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - - *68 + - *67 - *239 - *17 - *19 @@ -35460,7 +35471,7 @@ paths: - type - url examples: - default: *63 + default: *62 headers: Link: *59 '404': @@ -35484,7 +35495,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization parameters: - - *68 + - *67 - name: filter description: Filter the list of outside collaborators. `2fa_disabled` means that only outside collaborators without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -35511,7 +35522,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 headers: Link: *59 x-github: @@ -35536,8 +35547,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - - *68 - - *64 + - *67 + - *63 requestBody: required: false content: @@ -35594,8 +35605,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - - *68 - - *64 + - *67 + - *63 responses: '204': description: Response @@ -35652,7 +35663,7 @@ paths: - docker - nuget - container - - *68 + - *67 - &675 name: visibility description: |- @@ -35741,7 +35752,7 @@ paths: required: true schema: type: string - - *68 + - *67 responses: '200': description: Response @@ -35801,7 +35812,7 @@ paths: parameters: - *246 - *247 - - *68 + - *67 responses: '204': description: Response @@ -35835,7 +35846,7 @@ paths: parameters: - *246 - *247 - - *68 + - *67 - name: token description: package token schema: @@ -35869,7 +35880,7 @@ paths: parameters: - *246 - *247 - - *68 + - *67 - *19 - *17 - name: state @@ -36016,7 +36027,7 @@ paths: parameters: - *246 - *247 - - *68 + - *67 - &249 name: package_version_id description: Unique identifier of the package version. @@ -36067,7 +36078,7 @@ paths: parameters: - *246 - *247 - - *68 + - *67 - *249 responses: '204': @@ -36102,7 +36113,7 @@ paths: parameters: - *246 - *247 - - *68 + - *67 - *249 responses: '204': @@ -36130,7 +36141,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *68 + - *67 - *17 - *19 - &251 @@ -36355,7 +36366,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#review-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *68 + - *67 requestBody: required: true content: @@ -36421,7 +36432,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token parameters: - - *68 + - *67 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -36482,7 +36493,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token parameters: - - *68 + - *67 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -36527,7 +36538,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-fine-grained-personal-access-tokens-with-access-to-organization-resources parameters: - - *68 + - *67 - *17 - *19 - *251 @@ -36686,7 +36697,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens parameters: - - *68 + - *67 requestBody: required: true content: @@ -36746,7 +36757,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources parameters: - - *68 + - *67 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -36798,7 +36809,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-repositories-a-fine-grained-personal-access-token-has-access-to parameters: - - *68 + - *67 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. @@ -36843,7 +36854,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#list-private-registries-for-an-organization parameters: - - *68 + - *67 - *17 - *19 responses: @@ -36963,7 +36974,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#create-a-private-registry-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -37192,7 +37203,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -37240,7 +37251,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - - *68 + - *67 - *159 responses: '200': @@ -37270,7 +37281,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - - *68 + - *67 - *159 requestBody: required: true @@ -37375,7 +37386,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - - *68 + - *67 - *159 responses: '204': @@ -37399,7 +37410,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-projects-for-organization parameters: - - *68 + - *67 - name: q description: Limit results to projects of the specified type. in: query @@ -37669,7 +37680,7 @@ paths: required: true schema: type: integer - - *68 + - *67 responses: '200': description: Response @@ -37699,7 +37710,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - - *68 + - *67 - *262 requestBody: required: true @@ -38194,7 +38205,7 @@ paths: url: https://docs.github.com/rest/projects/fields#list-project-fields-for-organization parameters: - *262 - - *68 + - *67 - *17 - *45 - *46 @@ -38483,7 +38494,7 @@ paths: url: https://docs.github.com/rest/projects/fields#add-a-field-to-an-organization-owned-project parameters: - *262 - - *68 + - *67 requestBody: required: true content: @@ -38781,7 +38792,7 @@ paths: required: true schema: type: integer - - *68 + - *67 responses: '200': description: Response @@ -38846,7 +38857,7 @@ paths: url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-owned-project parameters: - *262 - - *68 + - *67 - name: q description: Search query to filter items, see [Filtering projects](https://docs.github.com/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects) for more information. @@ -39633,7 +39644,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#add-item-to-organization-owned-project parameters: - - *68 + - *67 - *262 requestBody: required: true @@ -39740,7 +39751,7 @@ paths: url: https://docs.github.com/rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - *262 - - *68 + - *67 - &272 name: item_id description: The unique identifier of the project item. @@ -39791,7 +39802,7 @@ paths: url: https://docs.github.com/rest/projects/items#update-project-item-for-organization parameters: - *262 - - *68 + - *67 - *272 requestBody: required: true @@ -39889,7 +39900,7 @@ paths: url: https://docs.github.com/rest/projects/items#delete-project-item-for-organization parameters: - *262 - - *68 + - *67 - *272 responses: '204': @@ -39913,7 +39924,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - - *68 + - *67 - *262 requestBody: required: true @@ -40161,7 +40172,7 @@ paths: url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-project-view parameters: - *262 - - *68 + - *67 - &708 name: view_number description: The number that identifies the project view. @@ -40221,7 +40232,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-all-custom-properties-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -40342,7 +40353,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -40406,7 +40417,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - - *68 + - *67 - &276 name: custom_property_name description: The custom property name @@ -40455,7 +40466,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - - *68 + - *67 - *276 requestBody: required: true @@ -40549,7 +40560,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - - *68 + - *67 - *276 responses: '204': *182 @@ -40573,7 +40584,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories parameters: - - *68 + - *67 - *17 - *19 - name: repository_query @@ -40678,7 +40689,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories parameters: - - *68 + - *67 requestBody: required: true content: @@ -40739,7 +40750,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-public-organization-members parameters: - - *68 + - *67 - *17 - *19 responses: @@ -40751,7 +40762,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 headers: Link: *59 x-github: @@ -40770,8 +40781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-public-organization-membership-for-a-user parameters: - - *68 - - *64 + - *67 + - *63 responses: '204': description: Response if user is a public member @@ -40795,8 +40806,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - - *68 - - *64 + - *67 + - *63 responses: '204': description: Response @@ -40817,8 +40828,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - - *68 - - *64 + - *67 + - *63 responses: '204': description: Response @@ -40842,7 +40853,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-organization-repositories parameters: - - *68 + - *67 - name: type description: Specifies the types of repositories you want returned. in: query @@ -40911,7 +40922,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-organization-repository parameters: - - *68 + - *67 requestBody: required: true content: @@ -42108,7 +42119,7 @@ paths: category: orgs subcategory: rules parameters: - - *68 + - *67 - *17 - *19 - &591 @@ -42190,7 +42201,7 @@ paths: description: The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, - this should be `1`. If `actor_type` is `DeployKey`, + `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories. actor_type: @@ -43200,7 +43211,7 @@ paths: category: orgs subcategory: rules parameters: - - *68 + - *67 requestBody: description: Request body required: true @@ -43349,7 +43360,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *68 + - *67 - &593 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally @@ -43506,7 +43517,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *68 + - *67 - &599 name: rule_suite_id description: |- @@ -43683,7 +43694,7 @@ paths: category: orgs subcategory: rules parameters: - - *68 + - *67 - name: ruleset_id description: The ID of the ruleset. in: path @@ -43715,7 +43726,7 @@ paths: category: orgs subcategory: rules parameters: - - *68 + - *67 - name: ruleset_id description: The ID of the ruleset. in: path @@ -43805,7 +43816,7 @@ paths: category: orgs subcategory: rules parameters: - - *68 + - *67 - name: ruleset_id description: The ID of the ruleset. in: path @@ -43828,7 +43839,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rules#get-organization-ruleset-history parameters: - - *68 + - *67 - *17 - *19 - name: ruleset_id @@ -43903,7 +43914,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rules#get-organization-ruleset-version parameters: - - *68 + - *67 - name: ruleset_id description: The ID of the ruleset. in: path @@ -43992,7 +44003,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - - *68 + - *67 - &605 name: state in: query @@ -44731,7 +44742,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *68 + - *67 responses: '200': description: Response @@ -44867,7 +44878,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *68 + - *67 requestBody: required: true content: @@ -44955,7 +44966,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization parameters: - - *68 + - *67 - *53 - name: sort description: The property to sort the results by. @@ -45669,7 +45680,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#list-security-manager-teams parameters: - - *68 + - *67 responses: '200': description: Response @@ -45702,7 +45713,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - - *68 + - *67 - *69 responses: '204': @@ -45728,7 +45739,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *68 + - *67 - *69 responses: '204': @@ -45756,7 +45767,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#get-immutable-releases-settings-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Immutable releases settings response @@ -45805,7 +45816,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#set-immutable-releases-settings-for-an-organization parameters: - - *68 + - *67 responses: '204': description: Response @@ -45862,7 +45873,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-selected-repositories-for-immutable-releases-enforcement parameters: - - *68 + - *67 - *19 - *17 responses: @@ -45901,7 +45912,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#set-selected-repositories-for-immutable-releases-enforcement parameters: - - *68 + - *67 requestBody: required: true content: @@ -45950,7 +45961,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#enable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - - *68 + - *67 - *140 responses: '204': @@ -45973,7 +45984,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#disable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - - *68 + - *67 - *140 responses: '204': @@ -45997,7 +46008,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization parameters: - - *68 + - *67 - *17 - *19 responses: @@ -46105,7 +46116,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -46178,7 +46189,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - - *68 + - *67 - &318 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. @@ -46214,7 +46225,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - - *68 + - *67 - *318 requestBody: required: true @@ -46276,7 +46287,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - - *68 + - *67 - *318 responses: '204': @@ -46300,7 +46311,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - - *68 + - *67 - name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -46384,7 +46395,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - - *68 + - *67 - *69 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO @@ -46441,7 +46452,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-teams parameters: - - *68 + - *67 - *17 - *19 responses: @@ -46475,7 +46486,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#create-a-team parameters: - - *68 + - *67 requestBody: required: true content: @@ -46944,7 +46955,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - - *68 + - *67 - *69 responses: '200': @@ -46974,7 +46985,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - - *68 + - *67 - *69 requestBody: required: false @@ -47071,7 +47082,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - - *68 + - *67 - *69 responses: '204': @@ -47096,7 +47107,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - - *68 + - *67 - *69 - *17 - *19 @@ -47131,7 +47142,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members parameters: - - *68 + - *67 - *69 - name: role description: Filters members returned by their role in the team. @@ -47155,7 +47166,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 headers: Link: *59 x-github: @@ -47185,9 +47196,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - - *68 + - *67 - *69 - - *64 + - *63 responses: '200': description: Response @@ -47256,9 +47267,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - - *68 + - *67 - *69 - - *64 + - *63 requestBody: required: false content: @@ -47320,9 +47331,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - - *68 + - *67 - *69 - - *64 + - *63 responses: '204': description: Response @@ -47348,7 +47359,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - - *68 + - *67 - *69 - *17 - *19 @@ -47390,7 +47401,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *68 + - *67 - *69 - *325 - *326 @@ -47968,7 +47979,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *68 + - *67 - *69 - *325 - *326 @@ -48016,7 +48027,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - - *68 + - *67 - *69 - *325 - *326 @@ -48043,7 +48054,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - - *68 + - *67 - *69 - *17 - *19 @@ -48109,7 +48120,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization parameters: - - *68 + - *67 - name: security_product in: path description: The security feature to enable or disable. @@ -54596,7 +54607,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 headers: Link: *59 '404': *6 @@ -58122,7 +58133,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 '404': *6 x-github: githubCloudOnly: false @@ -58181,7 +58192,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 '422': *15 x-github: githubCloudOnly: false @@ -58241,7 +58252,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 '422': *15 x-github: githubCloudOnly: false @@ -58301,7 +58312,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 '422': *15 x-github: githubCloudOnly: false @@ -64669,7 +64680,7 @@ paths: parameters: - *325 - *326 - - *64 + - *63 responses: '204': description: Response if user is a collaborator @@ -64717,7 +64728,7 @@ paths: parameters: - *325 - *326 - - *64 + - *63 requestBody: required: false content: @@ -64974,7 +64985,7 @@ paths: parameters: - *325 - *326 - - *64 + - *63 responses: '204': description: No Content when collaborator was removed from the repository. @@ -65007,7 +65018,7 @@ paths: parameters: - *325 - *326 - - *64 + - *63 responses: '200': description: if user has admin permissions @@ -92005,7 +92016,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 headers: Link: *59 x-github: @@ -95751,7 +95762,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 headers: Link: *59 '404': *6 @@ -95780,7 +95791,7 @@ paths: url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - *653 - - *64 + - *63 responses: '204': description: if user is a member @@ -95817,7 +95828,7 @@ paths: url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - *653 - - *64 + - *63 responses: '204': description: Response @@ -95857,7 +95868,7 @@ paths: url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - *653 - - *64 + - *63 responses: '204': description: Response @@ -95894,7 +95905,7 @@ paths: url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - *653 - - *64 + - *63 responses: '200': description: Response @@ -95936,7 +95947,7 @@ paths: url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - *653 - - *64 + - *63 requestBody: required: false content: @@ -95998,7 +96009,7 @@ paths: url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - *653 - - *64 + - *63 responses: '204': description: Response @@ -96785,7 +96796,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 '304': *37 '404': *6 '403': *29 @@ -96808,7 +96819,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user parameters: - - *64 + - *63 responses: '204': description: If the user is blocked @@ -96836,7 +96847,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#block-a-user parameters: - - *64 + - *63 responses: '204': description: Response @@ -96860,7 +96871,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#unblock-a-user parameters: - - *64 + - *63 responses: '204': description: Response @@ -99052,7 +99063,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 headers: Link: *59 '304': *37 @@ -99085,7 +99096,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 headers: Link: *59 '304': *37 @@ -99107,7 +99118,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user parameters: - - *64 + - *63 responses: '204': description: if the person is followed by the authenticated user @@ -99137,7 +99148,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#follow-a-user parameters: - - *64 + - *63 responses: '204': description: Response @@ -99162,7 +99173,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#unfollow-a-user parameters: - - *64 + - *63 responses: '204': description: Response @@ -100447,7 +100458,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-an-organization-membership-for-the-authenticated-user parameters: - - *68 + - *67 responses: '200': description: Response @@ -100515,7 +100526,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#update-an-organization-membership-for-the-authenticated-user parameters: - - *68 + - *67 requestBody: required: true content: @@ -101379,7 +101390,7 @@ paths: application/json: schema: type: array - items: *66 + items: *65 examples: default: *106 headers: @@ -103285,7 +103296,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 headers: Link: example: ; rel="next" @@ -103425,7 +103436,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user parameters: - - *64 + - *63 responses: '200': description: Response @@ -103463,7 +103474,7 @@ paths: - *17 - *45 - *46 - - *64 + - *63 requestBody: required: true content: @@ -103559,7 +103570,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-in-bulk parameters: - - *64 + - *63 requestBody: required: true content: @@ -103624,7 +103635,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-by-subject-digest parameters: - - *64 + - *63 - name: subject_digest description: Subject Digest in: path @@ -103655,7 +103666,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-by-id parameters: - - *64 + - *63 - name: attestation_id description: Attestation ID in: path @@ -103693,7 +103704,7 @@ paths: - *17 - *45 - *46 - - *64 + - *63 - name: subject_digest description: Subject Digest in: path @@ -103777,7 +103788,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user parameters: - - *64 + - *63 responses: '200': description: Response @@ -103810,7 +103821,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-for-the-authenticated-user parameters: - - *64 + - *63 - *17 - *19 responses: @@ -103882,8 +103893,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *64 - - *68 + - *63 + - *67 - *17 - *19 responses: @@ -103970,7 +103981,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-user parameters: - - *64 + - *63 - *17 - *19 responses: @@ -104038,7 +104049,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-followers-of-a-user parameters: - - *64 + - *63 - *17 - *19 responses: @@ -104050,7 +104061,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 headers: Link: *59 x-github: @@ -104069,7 +104080,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-the-people-a-user-follows parameters: - - *64 + - *63 - *17 - *19 responses: @@ -104081,7 +104092,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 headers: Link: *59 x-github: @@ -104100,7 +104111,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-user-follows-another-user parameters: - - *64 + - *63 - name: target_user in: path required: true @@ -104127,7 +104138,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-a-user parameters: - - *64 + - *63 - *82 - *17 - *19 @@ -104161,7 +104172,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *64 + - *63 - *17 - *19 responses: @@ -104197,7 +104208,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-contextual-information-for-a-user parameters: - - *64 + - *63 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -104269,7 +104280,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *64 + - *63 responses: '200': description: Response @@ -104295,7 +104306,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#list-public-keys-for-a-user parameters: - - *64 + - *63 - *17 - *19 responses: @@ -104350,7 +104361,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-organizations-for-a-user parameters: - - *64 + - *63 - *17 - *19 responses: @@ -104360,7 +104371,7 @@ paths: application/json: schema: type: array - items: *66 + items: *65 examples: default: *106 headers: @@ -104402,7 +104413,7 @@ paths: - nuget - container - *675 - - *64 + - *63 - *19 - *17 responses: @@ -104439,7 +104450,7 @@ paths: parameters: - *246 - *247 - - *64 + - *63 responses: '200': description: Response @@ -104470,7 +104481,7 @@ paths: parameters: - *246 - *247 - - *64 + - *63 responses: '204': description: Response @@ -104504,7 +104515,7 @@ paths: parameters: - *246 - *247 - - *64 + - *63 - name: token description: package token schema: @@ -104538,7 +104549,7 @@ paths: parameters: - *246 - *247 - - *64 + - *63 responses: '200': description: Response @@ -104607,7 +104618,7 @@ paths: - *246 - *247 - *249 - - *64 + - *63 responses: '200': description: Response @@ -104650,7 +104661,7 @@ paths: parameters: - *246 - *247 - - *64 + - *63 - *249 responses: '204': @@ -104685,7 +104696,7 @@ paths: parameters: - *246 - *247 - - *64 + - *63 - *249 responses: '204': @@ -104710,7 +104721,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-projects-for-user parameters: - - *64 + - *63 - name: q description: Limit results to projects of the specified type. in: query @@ -104752,7 +104763,7 @@ paths: url: https://docs.github.com/rest/projects/projects#get-project-for-user parameters: - *262 - - *64 + - *63 responses: '200': description: Response @@ -104783,7 +104794,7 @@ paths: url: https://docs.github.com/rest/projects/fields#list-project-fields-for-user parameters: - *262 - - *64 + - *63 - *17 - *45 - *46 @@ -104817,7 +104828,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#add-field-to-user-owned-project parameters: - - *64 + - *63 - *262 requestBody: required: true @@ -104930,7 +104941,7 @@ paths: parameters: - *262 - *706 - - *64 + - *63 responses: '200': description: Response @@ -104962,7 +104973,7 @@ paths: url: https://docs.github.com/rest/projects/items#list-items-for-a-user-owned-project parameters: - *262 - - *64 + - *63 - *45 - *46 - *17 @@ -105017,7 +105028,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#add-item-to-user-owned-project parameters: - - *64 + - *63 - *262 requestBody: required: true @@ -105124,7 +105135,7 @@ paths: url: https://docs.github.com/rest/projects/items#get-an-item-for-a-user-owned-project parameters: - *262 - - *64 + - *63 - *272 - name: fields description: |- @@ -105169,7 +105180,7 @@ paths: url: https://docs.github.com/rest/projects/items#update-project-item-for-user parameters: - *262 - - *64 + - *63 - *272 requestBody: required: true @@ -105267,7 +105278,7 @@ paths: url: https://docs.github.com/rest/projects/items#delete-project-item-for-user parameters: - *262 - - *64 + - *63 - *272 responses: '204': @@ -105291,7 +105302,7 @@ paths: url: https://docs.github.com/rest/projects/items#list-items-for-a-user-project-view parameters: - *262 - - *64 + - *63 - *708 - name: fields description: |- @@ -105348,7 +105359,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *64 + - *63 - *17 - *19 responses: @@ -105423,7 +105434,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-received-by-a-user parameters: - - *64 + - *63 - *17 - *19 responses: @@ -105496,7 +105507,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repositories-for-a-user parameters: - - *64 + - *63 - name: type description: Limit results to repositories of the specified type. in: query @@ -105563,7 +105574,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-premium-request-usage-report-for-a-user parameters: - - *64 + - *63 - *114 - *116 - *115 @@ -105696,7 +105707,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-report-for-a-user parameters: - - *64 + - *63 - *114 - *710 - *115 @@ -105793,7 +105804,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-summary-for-a-user parameters: - - *64 + - *63 - *114 - *116 - *115 @@ -105923,7 +105934,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *64 + - *63 - *17 - *19 responses: @@ -105955,7 +105966,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *64 + - *63 - *17 - *19 responses: @@ -105991,7 +106002,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *64 + - *63 - *714 - *53 - *17 @@ -106027,7 +106038,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *64 + - *63 - *17 - *19 responses: 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 1c52d80ca8..5e8e0c0c38 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -23503,20 +23503,18 @@ }, "examples": { "default": { - "value": [ - { - "id": 1, - "name": "Justice League", - "description": "A great team.", - "slug": "justice-league", - "url": "https://api.github.com/enterprises/dc/teams/justice-league", - "group_id": "62ab9291-fae2-468e-974b-7e45096d5021", - "html_url": "https://github.com/enterprises/dc/teams/justice-league", - "members_url": "https://api.github.com/enterprises/dc/teams/justice-league/members{/member}", - "created_at": "2019-01-26T19:01:12Z", - "updated_at": "2019-01-26T19:14:43Z" - } - ] + "value": { + "id": 1, + "name": "Justice League", + "description": "A great team.", + "slug": "justice-league", + "url": "https://api.github.com/enterprises/dc/teams/justice-league", + "group_id": "62ab9291-fae2-468e-974b-7e45096d5021", + "html_url": "https://github.com/enterprises/dc/teams/justice-league", + "members_url": "https://api.github.com/enterprises/dc/teams/justice-league/members{/member}", + "created_at": "2019-01-26T19:01:12Z", + "updated_at": "2019-01-26T19:14:43Z" + } } } } @@ -25593,20 +25591,18 @@ }, "examples": { "default": { - "value": [ - { - "id": 1, - "name": "Justice League", - "description": "A great team.", - "slug": "justice-league", - "url": "https://api.github.com/enterprises/dc/teams/justice-league", - "group_id": "62ab9291-fae2-468e-974b-7e45096d5021", - "html_url": "https://github.com/enterprises/dc/teams/justice-league", - "members_url": "https://api.github.com/enterprises/dc/teams/justice-league/members{/member}", - "created_at": "2019-01-26T19:01:12Z", - "updated_at": "2019-01-26T19:14:43Z" - } - ] + "value": { + "id": 1, + "name": "Justice League", + "description": "A great team.", + "slug": "justice-league", + "url": "https://api.github.com/enterprises/dc/teams/justice-league", + "group_id": "62ab9291-fae2-468e-974b-7e45096d5021", + "html_url": "https://github.com/enterprises/dc/teams/justice-league", + "members_url": "https://api.github.com/enterprises/dc/teams/justice-league/members{/member}", + "created_at": "2019-01-26T19:01:12Z", + "updated_at": "2019-01-26T19:14:43Z" + } } } } @@ -25818,20 +25814,18 @@ }, "examples": { "default": { - "value": [ - { - "id": 1, - "name": "Justice League", - "description": "A great team.", - "slug": "justice-league", - "url": "https://api.github.com/enterprises/dc/teams/justice-league", - "group_id": "62ab9291-fae2-468e-974b-7e45096d5021", - "html_url": "https://github.com/enterprises/dc/teams/justice-league", - "members_url": "https://api.github.com/enterprises/dc/teams/justice-league/members{/member}", - "created_at": "2019-01-26T19:01:12Z", - "updated_at": "2019-01-26T19:14:43Z" - } - ] + "value": { + "id": 1, + "name": "Justice League", + "description": "A great team.", + "slug": "justice-league", + "url": "https://api.github.com/enterprises/dc/teams/justice-league", + "group_id": "62ab9291-fae2-468e-974b-7e45096d5021", + "html_url": "https://github.com/enterprises/dc/teams/justice-league", + "members_url": "https://api.github.com/enterprises/dc/teams/justice-league/members{/member}", + "created_at": "2019-01-26T19:01:12Z", + "updated_at": "2019-01-26T19:14:43Z" + } } } } @@ -179936,7 +179930,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -181360,7 +181354,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -182581,7 +182575,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -184587,7 +184581,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -186036,7 +186030,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -187253,7 +187247,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -479230,7 +479224,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -480662,7 +480656,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -481732,7 +481726,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -483757,7 +483751,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -485204,7 +485198,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -486270,7 +486264,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1207140,7 +1207134,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1210065,7 +1210059,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1212990,7 +1212984,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", 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 ee752d981f..e9088727dd 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -9645,7 +9645,7 @@ paths: - updated_at - group_id examples: - default: &61 + default: value: - id: 1 name: Justice League @@ -9733,7 +9733,18 @@ paths: application/json: schema: *60 examples: - default: *61 + default: &68 + value: + id: 1 + name: Justice League + description: A great team. + slug: justice-league + url: https://api.github.com/enterprises/dc/teams/justice-league + group_id: 62ab9291-fae2-468e-974b-7e45096d5021 + html_url: https://github.com/enterprises/dc/teams/justice-league + members_url: https://api.github.com/enterprises/dc/teams/justice-league/members{/member} + created_at: '2019-01-26T19:01:12Z' + updated_at: '2019-01-26T19:14:43Z' x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -9751,7 +9762,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#list-members-in-an-enterprise-team parameters: - *40 - - &62 + - &61 name: enterprise-team description: The slug version of the enterprise team name. You can also substitute this value with the enterprise team id. @@ -9770,7 +9781,7 @@ paths: type: array items: *4 examples: - default: &63 + default: &62 value: - login: octocat id: 1 @@ -9809,7 +9820,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#bulk-add-team-members parameters: - *40 - - *62 + - *61 requestBody: required: true content: @@ -9840,7 +9851,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -9858,7 +9869,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#bulk-remove-team-members parameters: - *40 - - *62 + - *61 requestBody: required: true content: @@ -9889,7 +9900,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -9907,8 +9918,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#get-enterprise-team-membership parameters: - *40 - - *62 - - &64 + - *61 + - &63 name: username description: The handle for the GitHub user account. in: path @@ -9922,7 +9933,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: &65 + exampleKey1: &64 value: login: octocat id: 1 @@ -9958,8 +9969,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#add-team-member parameters: - *40 - - *62 - - *64 + - *61 + - *63 responses: '201': description: Successfully added team member @@ -9967,7 +9978,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: *65 + exampleKey1: *64 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -9985,8 +9996,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-members#remove-team-membership parameters: - *40 - - *62 - - *64 + - *61 + - *63 responses: '204': description: Response @@ -10008,7 +10019,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#get-organization-assignments parameters: - *40 - - *62 + - *61 - *17 - *19 responses: @@ -10018,7 +10029,7 @@ paths: application/json: schema: type: array - items: &66 + items: &65 title: Organization Simple description: A GitHub organization. type: object @@ -10077,7 +10088,7 @@ paths: - avatar_url - description examples: - default: &67 + default: &66 value: login: github id: 1 @@ -10108,7 +10119,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#add-organization-assignments parameters: - *40 - - *62 + - *61 requestBody: required: true content: @@ -10136,7 +10147,7 @@ paths: application/json: schema: type: array - items: *66 + items: *65 examples: default: &106 value: @@ -10169,7 +10180,7 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#remove-organization-assignments parameters: - *40 - - *62 + - *61 requestBody: required: true content: @@ -10210,8 +10221,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#get-organization-assignment parameters: - *40 - - *62 - - &68 + - *61 + - &67 name: org description: The organization name. The name is not case sensitive. in: path @@ -10223,9 +10234,9 @@ paths: description: The team is assigned to the organization content: application/json: - schema: *66 + schema: *65 examples: - default: *67 + default: *66 '404': description: The team is not assigned to the organization x-github: @@ -10244,16 +10255,16 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#add-an-organization-assignment parameters: - *40 - - *62 - - *68 + - *61 + - *67 responses: '201': description: Successfully assigned the enterprise team to the organization. content: application/json: - schema: *66 + schema: *65 examples: - default: *67 + default: *66 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10270,8 +10281,8 @@ paths: url: https://docs.github.com/rest/enterprise-teams/enterprise-team-organizations#delete-an-organization-assignment parameters: - *40 - - *62 - - *68 + - *61 + - *67 responses: '204': description: Successfully unassigned the enterprise team from the organization. @@ -10309,7 +10320,7 @@ paths: application/json: schema: *60 examples: - default: *61 + default: *68 headers: Link: *59 '403': *29 @@ -10386,7 +10397,7 @@ paths: application/json: schema: *60 examples: - default: *61 + default: *68 headers: Link: *59 '403': *29 @@ -17239,7 +17250,7 @@ paths: application/json: schema: type: array - items: *66 + items: *65 examples: default: *106 headers: @@ -17268,7 +17279,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -17307,7 +17318,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -17341,7 +17352,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -17380,7 +17391,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -17414,7 +17425,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#lists-the-repositories-dependabot-can-access-in-an-organization parameters: - - *68 + - *67 - name: page in: query description: The page number of results to fetch. @@ -17565,7 +17576,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#updates-dependabots-repository-access-list-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -17631,7 +17642,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/repository-access#set-the-default-repository-access-level-for-dependabot parameters: - - *68 + - *67 requestBody: required: true content: @@ -17679,7 +17690,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#get-all-budgets-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response when getting all budgets @@ -17821,7 +17832,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#get-a-budget-by-id-for-an-organization parameters: - - *68 + - *67 - &113 name: budget_id description: The ID corresponding to the budget. @@ -17936,7 +17947,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#update-a-budget-for-an-organization parameters: - - *68 + - *67 - *113 requestBody: required: true @@ -18122,7 +18133,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/budgets#delete-a-budget-for-an-organization parameters: - - *68 + - *67 - *113 responses: '200': @@ -18170,7 +18181,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-premium-request-usage-report-for-an-organization parameters: - - *68 + - *67 - &114 name: year description: If specified, only return results for a single year. The value @@ -18348,7 +18359,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-report-for-an-organization parameters: - - *68 + - *67 - *114 - &710 name: month @@ -18458,7 +18469,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-summary-for-an-organization parameters: - - *68 + - *67 - *114 - *116 - *115 @@ -18607,7 +18618,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#get-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -19032,7 +19043,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#update-an-organization parameters: - - *68 + - *67 requestBody: required: false content: @@ -19282,7 +19293,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#delete-an-organization parameters: - - *68 + - *67 responses: '202': *39 '404': *6 @@ -19307,7 +19318,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -19354,7 +19365,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization parameters: - - *68 + - *67 - *17 - *19 responses: @@ -19427,7 +19438,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-github-hosted-runners-for-an-organization parameters: - - *68 + - *67 - *17 - *19 responses: @@ -19655,7 +19666,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#create-a-github-hosted-runner-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -19775,7 +19786,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-custom-images-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -19873,7 +19884,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-a-custom-image-definition-for-github-actions-hosted-runners parameters: - - *68 + - *67 - &124 name: image_definition_id description: Image definition ID of custom image @@ -19916,7 +19927,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-a-custom-image-from-the-organization parameters: - - *68 + - *67 - *124 responses: '204': @@ -19941,7 +19952,7 @@ paths: url: https://docs.github.com/rest/actions/hosted-runners#list-image-versions-of-a-custom-image-for-an-organization parameters: - *124 - - *68 + - *67 responses: '200': description: Response @@ -20010,7 +20021,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-an-image-version-of-a-custom-image-for-github-actions-hosted-runners parameters: - - *68 + - *67 - *124 - &127 name: version @@ -20051,7 +20062,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-an-image-version-of-custom-image-from-the-organization parameters: - - *68 + - *67 - *124 - *127 responses: @@ -20074,7 +20085,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-github-owned-images-for-github-hosted-runners-in-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -20150,7 +20161,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-partner-images-for-github-hosted-runners-in-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -20185,7 +20196,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-limits-on-github-hosted-runners-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -20238,7 +20249,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-github-hosted-runners-machine-specs-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -20279,7 +20290,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-platforms-for-github-hosted-runners-in-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -20323,7 +20334,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-organization parameters: - - *68 + - *67 - &132 name: hosted_runner_id description: Unique identifier of the GitHub-hosted runner. @@ -20358,7 +20369,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-organization parameters: - - *68 + - *67 - *132 requestBody: required: true @@ -20429,7 +20440,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-organization parameters: - - *68 + - *67 - *132 responses: '202': @@ -20458,7 +20469,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *68 + - *67 responses: '200': description: A JSON serialized template for OIDC subject claim customization @@ -20500,7 +20511,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -20543,7 +20554,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -20609,7 +20620,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-an-organization parameters: - - *68 + - *67 responses: '204': description: Response @@ -20650,7 +20661,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -20693,7 +20704,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -20735,7 +20746,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -20776,7 +20787,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-an-organization parameters: - - *68 + - *67 responses: '204': description: Response @@ -20808,7 +20819,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -20863,7 +20874,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -20921,7 +20932,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#list-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *68 + - *67 - *17 - *19 responses: @@ -21081,7 +21092,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *68 + - *67 responses: '204': description: Response @@ -21125,7 +21136,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *68 + - *67 - &140 name: repository_id description: The unique identifier of the repository. @@ -21154,7 +21165,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *68 + - *67 - *140 responses: '204': @@ -21178,7 +21189,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -21231,7 +21242,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *68 + - *67 responses: '204': description: Response @@ -21261,7 +21272,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-self-hosted-runners-settings-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -21309,7 +21320,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-self-hosted-runners-settings-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -21356,7 +21367,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#list-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *68 + - *67 - *17 - *19 responses: @@ -21393,7 +21404,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -21441,7 +21452,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#add-a-repository-to-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *68 + - *67 - *140 responses: '204': @@ -21468,7 +21479,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#remove-a-repository-from-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - - *68 + - *67 - *140 responses: '204': @@ -21497,7 +21508,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -21546,7 +21557,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-an-organization parameters: - - *68 + - *67 responses: '204': description: Success response @@ -21580,7 +21591,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-self-hosted-runner-groups-for-an-organization parameters: - - *68 + - *67 - *17 - *19 - name: visible_to_repository @@ -21721,7 +21732,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#create-a-self-hosted-runner-group-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -21830,7 +21841,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-organization parameters: - - *68 + - *67 - &148 name: runner_group_id description: Unique identifier of the self-hosted runner group. @@ -21879,7 +21890,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-organization parameters: - - *68 + - *67 - *148 requestBody: required: true @@ -21955,7 +21966,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-organization parameters: - - *68 + - *67 - *148 responses: '204': @@ -21979,7 +21990,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-github-hosted-runners-in-a-group-for-an-organization parameters: - - *68 + - *67 - *148 - *17 - *19 @@ -22022,7 +22033,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *68 + - *67 - *148 - *19 - *17 @@ -22295,7 +22306,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#set-repository-access-for-a-self-hosted-runner-group-in-an-organization parameters: - - *68 + - *67 - *148 requestBody: required: true @@ -22340,7 +22351,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#add-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *68 + - *67 - *148 - *140 responses: @@ -22364,7 +22375,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#remove-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *68 + - *67 - *148 - *140 responses: @@ -22389,7 +22400,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-organization parameters: - - *68 + - *67 - *148 - *17 - *19 @@ -22526,7 +22537,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-organization parameters: - - *68 + - *67 - *148 requestBody: required: true @@ -22571,7 +22582,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-organization parameters: - - *68 + - *67 - *148 - &152 name: runner_id @@ -22601,7 +22612,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-organization parameters: - - *68 + - *67 - *148 - *152 responses: @@ -22633,7 +22644,7 @@ paths: in: query schema: type: string - - *68 + - *67 - *17 - *19 responses: @@ -22677,7 +22688,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -22753,7 +22764,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -22863,7 +22874,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization parameters: - - *68 + - *67 responses: '201': description: Response @@ -22938,7 +22949,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization parameters: - - *68 + - *67 responses: '201': description: Response @@ -22971,7 +22982,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization parameters: - - *68 + - *67 - *152 responses: '200': @@ -23021,7 +23032,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-organization parameters: - - *68 + - *67 - *152 responses: '204': @@ -23048,7 +23059,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *68 + - *67 - *152 responses: '200': &157 @@ -23104,7 +23115,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-organization parameters: - - *68 + - *67 - *152 requestBody: required: true @@ -23153,7 +23164,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *68 + - *67 - *152 requestBody: required: true @@ -23203,7 +23214,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-organization parameters: - - *68 + - *67 - *152 responses: '200': &359 @@ -23261,7 +23272,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-organization parameters: - - *68 + - *67 - *152 - &360 name: name @@ -23296,7 +23307,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-organization-secrets parameters: - - *68 + - *67 - *17 - *19 responses: @@ -23387,7 +23398,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-public-key parameters: - - *68 + - *67 responses: '200': description: Response @@ -23447,7 +23458,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-secret parameters: - - *68 + - *67 - &159 name: secret_name description: The name of the secret. @@ -23490,7 +23501,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *68 + - *67 - *159 requestBody: required: true @@ -23574,7 +23585,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-organization-secret parameters: - - *68 + - *67 - *159 responses: '204': @@ -23601,7 +23612,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *68 + - *67 - *159 - *19 - *17 @@ -23714,7 +23725,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *68 + - *67 - *159 requestBody: required: true @@ -23767,7 +23778,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - - *68 + - *67 - *159 - name: repository_id in: path @@ -23801,7 +23812,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *68 + - *67 - *159 - name: repository_id in: path @@ -23834,7 +23845,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - - *68 + - *67 - &341 name: per_page description: The number of results per page (max 30). For more information, @@ -23944,7 +23955,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-organization-variable parameters: - - *68 + - *67 requestBody: required: true content: @@ -24017,7 +24028,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-organization-variable parameters: - - *68 + - *67 - &162 name: name description: The name of the variable. @@ -24060,7 +24071,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-organization-variable parameters: - - *68 + - *67 - *162 requestBody: required: true @@ -24123,7 +24134,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-organization-variable parameters: - - *68 + - *67 - *162 responses: '204': @@ -24150,7 +24161,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - - *68 + - *67 - *162 - *19 - *17 @@ -24197,7 +24208,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - - *68 + - *67 - *162 requestBody: required: true @@ -24247,7 +24258,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - - *68 + - *67 - *162 - name: repository_id in: path @@ -24282,7 +24293,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - - *68 + - *67 - *162 - name: repository_id in: path @@ -24313,7 +24324,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#create-an-artifact-deployment-record parameters: - - *68 + - *67 requestBody: required: true content: @@ -24504,7 +24515,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#set-cluster-deployment-records parameters: - - *68 + - *67 - name: cluster in: path description: The cluster name. @@ -24664,7 +24675,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#create-artifact-metadata-storage-record parameters: - - *68 + - *67 requestBody: required: true content: @@ -24816,7 +24827,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#list-artifact-deployment-records parameters: - - *68 + - *67 - name: subject_digest description: The SHA256 digest of the artifact, in the form `sha256:HEX_DIGEST`. in: path @@ -24863,7 +24874,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/artifact-metadata#list-artifact-storage-records parameters: - - *68 + - *67 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -24948,7 +24959,7 @@ paths: - *17 - *45 - *46 - - *68 + - *67 requestBody: required: true content: @@ -25144,7 +25155,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-in-bulk parameters: - - *68 + - *67 requestBody: required: true content: @@ -25209,7 +25220,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-subject-digest parameters: - - *68 + - *67 - name: subject_digest description: Subject Digest in: path @@ -25244,7 +25255,7 @@ paths: - *17 - *45 - *46 - - *68 + - *67 - name: predicate_type description: |- Optional filter for fetching attestations with a given predicate type. @@ -25292,7 +25303,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-id parameters: - - *68 + - *67 - name: attestation_id description: Attestation ID in: path @@ -25330,7 +25341,7 @@ paths: - *17 - *45 - *46 - - *68 + - *67 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -25491,7 +25502,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *68 + - *67 - *17 - *19 responses: @@ -25503,7 +25514,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25522,8 +25533,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - - *68 - - *64 + - *67 + - *63 responses: '204': description: If the user is blocked @@ -25548,8 +25559,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *68 - - *64 + - *67 + - *63 responses: '204': description: Response @@ -25569,8 +25580,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *68 - - *64 + - *67 + - *63 responses: '204': description: Response @@ -25595,7 +25606,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#list-campaigns-for-an-organization parameters: - - *68 + - *67 - *19 - *17 - *53 @@ -25971,7 +25982,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#create-a-campaign-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -26143,7 +26154,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#get-a-campaign-for-an-organization parameters: - - *68 + - *67 - name: campaign_number description: The campaign number. in: path @@ -26185,7 +26196,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#update-a-campaign parameters: - - *68 + - *67 - name: campaign_number description: The campaign number. in: path @@ -26279,7 +26290,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/campaigns/campaigns#delete-a-campaign-for-an-organization parameters: - - *68 + - *67 - name: campaign_number description: The campaign number. in: path @@ -26312,7 +26323,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - - *68 + - *67 - &411 name: tool_name description: The name of a code scanning tool. Only results by this tool will @@ -26847,7 +26858,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-code-security-configurations-for-an-organization parameters: - - *68 + - *67 - name: target_type in: query description: The target type of the code security configuration @@ -26958,7 +26969,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#create-a-code-security-configuration parameters: - - *68 + - *67 requestBody: required: true content: @@ -27201,7 +27212,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-default-code-security-configurations parameters: - - *68 + - *67 responses: '200': description: Response @@ -27235,7 +27246,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#detach-configurations-from-repositories parameters: - - *68 + - *67 requestBody: required: true content: @@ -27287,7 +27298,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-a-code-security-configuration parameters: - - *68 + - *67 - *49 responses: '200': @@ -27320,7 +27331,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#update-a-code-security-configuration parameters: - - *68 + - *67 - *49 requestBody: required: true @@ -27578,7 +27589,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#delete-a-code-security-configuration parameters: - - *68 + - *67 - *49 responses: '204': *182 @@ -27609,7 +27620,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#attach-a-configuration-to-repositories parameters: - - *68 + - *67 - *49 requestBody: required: true @@ -27673,7 +27684,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-organization parameters: - - *68 + - *67 - *49 requestBody: required: true @@ -27743,7 +27754,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-repositories-associated-with-a-code-security-configuration parameters: - - *68 + - *67 - *49 - name: per_page description: The number of results per page (max 100). For more information, @@ -27802,7 +27813,7 @@ paths: parameters: - *17 - *19 - - *68 + - *67 responses: '200': description: Response @@ -28527,7 +28538,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *68 + - *67 deprecated: true requestBody: required: true @@ -28594,7 +28605,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization parameters: - - *68 + - *67 deprecated: true requestBody: required: true @@ -28649,7 +28660,7 @@ paths: url: https://docs.github.com/rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *68 + - *67 requestBody: required: true content: @@ -28701,7 +28712,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *68 + - *67 - *17 - *19 responses: @@ -28790,7 +28801,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *68 + - *67 responses: '200': description: Response @@ -28848,7 +28859,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *68 + - *67 - *159 responses: '200': @@ -28884,7 +28895,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - - *68 + - *67 - *159 requestBody: required: true @@ -28966,7 +28977,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *68 + - *67 - *159 responses: '204': @@ -28992,7 +29003,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - - *68 + - *67 - *159 - *19 - *17 @@ -29035,7 +29046,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - - *68 + - *67 - *159 requestBody: required: true @@ -29086,7 +29097,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - - *68 + - *67 - *159 - name: repository_id in: path @@ -29120,7 +29131,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - - *68 + - *67 - *159 - name: repository_id in: path @@ -29160,7 +29171,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#get-copilot-seat-information-and-settings-for-an-organization parameters: - - *68 + - *67 responses: '200': description: OK @@ -29301,7 +29312,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#list-all-copilot-seat-assignments-for-an-organization parameters: - - *68 + - *67 - *19 - name: per_page description: The number of results per page (max 100). For more information, @@ -29507,7 +29518,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#add-teams-to-the-copilot-subscription-for-an-organization parameters: - - *68 + - *67 requestBody: content: application/json: @@ -29585,7 +29596,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#remove-teams-from-the-copilot-subscription-for-an-organization parameters: - - *68 + - *67 requestBody: content: application/json: @@ -29665,7 +29676,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#add-users-to-the-copilot-subscription-for-an-organization parameters: - - *68 + - *67 requestBody: content: application/json: @@ -29742,7 +29753,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#remove-users-from-the-copilot-subscription-for-an-organization parameters: - - *68 + - *67 requestBody: content: application/json: @@ -29823,7 +29834,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-an-organization parameters: - - *68 + - *67 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -30291,7 +30302,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *68 + - *67 - *189 - *190 - *191 @@ -30375,7 +30386,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-organization-secrets parameters: - - *68 + - *67 - *17 - *19 responses: @@ -30464,7 +30475,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-public-key parameters: - - *68 + - *67 responses: '200': description: Response @@ -30510,7 +30521,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-secret parameters: - - *68 + - *67 - *159 responses: '200': @@ -30545,7 +30556,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *68 + - *67 - *159 requestBody: required: true @@ -30629,7 +30640,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-an-organization-secret parameters: - - *68 + - *67 - *159 responses: '204': @@ -30654,7 +30665,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *68 + - *67 - *159 - *19 - *17 @@ -30696,7 +30707,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *68 + - *67 - *159 requestBody: required: true @@ -30747,7 +30758,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - - *68 + - *67 - *159 - name: repository_id in: path @@ -30779,7 +30790,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *68 + - *67 - *159 - name: repository_id in: path @@ -30810,7 +30821,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -30966,7 +30977,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-organization-events parameters: - - *68 + - *67 - *17 - *19 responses: @@ -31048,7 +31059,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-failed-organization-invitations parameters: - - *68 + - *67 - *17 - *19 responses: @@ -31162,7 +31173,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-organization-webhooks parameters: - - *68 + - *67 - *17 - *19 responses: @@ -31283,7 +31294,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#create-an-organization-webhook parameters: - - *68 + - *67 requestBody: required: true content: @@ -31392,7 +31403,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - - *68 + - *67 - &203 name: hook_id description: The unique identifier of the hook. You can find this value in @@ -31435,7 +31446,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - - *68 + - *67 - *203 requestBody: required: false @@ -31522,7 +31533,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *68 + - *67 - *203 responses: '204': @@ -31550,7 +31561,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - - *68 + - *67 - *203 responses: '200': @@ -31581,7 +31592,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - - *68 + - *67 - *203 requestBody: required: false @@ -31632,7 +31643,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *68 + - *67 - *203 - *17 - *204 @@ -31670,7 +31681,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - - *68 + - *67 - *203 - *16 responses: @@ -31705,7 +31716,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - - *68 + - *67 - *203 - *16 responses: @@ -31735,7 +31746,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *68 + - *67 - *203 responses: '204': @@ -31758,7 +31769,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - - *68 + - *67 - &213 name: actor_type in: path @@ -31880,7 +31891,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - - *68 + - *67 - *209 - *210 - *19 @@ -31964,7 +31975,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - - *68 + - *67 - *209 - *210 responses: @@ -32008,7 +32019,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - - *68 + - *67 - &215 name: user_id in: path @@ -32043,7 +32054,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - - *68 + - *67 - *209 - *210 - *213 @@ -32072,7 +32083,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - - *68 + - *67 - *209 - *210 - &216 @@ -32140,7 +32151,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - - *68 + - *67 - *215 - *209 - *210 @@ -32169,7 +32180,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - - *68 + - *67 - *213 - *214 - *209 @@ -32199,7 +32210,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - - *68 + - *67 - *215 - *209 - *210 @@ -32279,7 +32290,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-an-organization-installation-for-the-authenticated-app parameters: - - *68 + - *67 responses: '200': description: Response @@ -32356,7 +32367,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *68 + - *67 - *17 - *19 responses: @@ -32445,7 +32456,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -32507,7 +32518,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -32562,7 +32573,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *68 + - *67 responses: '204': description: Response @@ -32586,7 +32597,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-pending-organization-invitations parameters: - - *68 + - *67 - *17 - *19 - name: role @@ -32645,7 +32656,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#create-an-organization-invitation parameters: - - *68 + - *67 requestBody: required: false content: @@ -32753,7 +32764,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - - *68 + - *67 - &225 name: invitation_id description: The unique identifier of the invitation. @@ -32784,7 +32795,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - - *68 + - *67 - *225 - *17 - *19 @@ -32832,7 +32843,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#list-issue-types-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -32878,7 +32889,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#create-issue-type-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -32959,7 +32970,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - - *68 + - *67 - &228 name: issue_type_id description: The unique identifier of the issue type. @@ -33039,7 +33050,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - - *68 + - *67 - *228 responses: '204': @@ -33073,7 +33084,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user parameters: - - *68 + - *67 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -33156,7 +33167,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-members parameters: - - *68 + - *67 - name: filter description: Filter members returned in the list. `2fa_disabled` means that only members without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -33194,7 +33205,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 headers: Link: *59 '422': *15 @@ -33214,8 +33225,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-organization-membership-for-a-user parameters: - - *68 - - *64 + - *67 + - *63 responses: '204': description: Response if requester is an organization member and user is @@ -33249,8 +33260,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-an-organization-member parameters: - - *68 - - *64 + - *67 + - *63 responses: '204': description: Response @@ -33276,8 +33287,8 @@ paths: parameters: - *17 - *19 - - *68 - - *64 + - *67 + - *63 responses: '200': description: Response @@ -33320,8 +33331,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *68 - - *64 + - *67 + - *63 - &233 name: codespace_name in: path @@ -33355,8 +33366,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - - *68 - - *64 + - *67 + - *63 - *233 responses: '200': @@ -33538,8 +33549,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - - *68 - - *64 + - *67 + - *63 responses: '200': description: The user's GitHub Copilot seat details, including usage. @@ -33614,8 +33625,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user parameters: - - *68 - - *64 + - *67 + - *63 responses: '200': description: Response @@ -33665,7 +33676,7 @@ paths: type: string format: uri example: https://api.github.com/orgs/octocat - organization: *66 + organization: *65 user: title: Simple User description: A GitHub user. @@ -33760,8 +33771,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-organization-membership-for-a-user parameters: - - *68 - - *64 + - *67 + - *63 requestBody: required: false content: @@ -33815,8 +33826,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *68 - - *64 + - *67 + - *63 responses: '204': description: Response @@ -33841,7 +33852,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-organization-migrations parameters: - - *68 + - *67 - *17 - *19 - name: exclude @@ -34115,7 +34126,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#start-an-organization-migration parameters: - - *68 + - *67 requestBody: required: true content: @@ -34369,7 +34380,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - - *68 + - *67 - &238 name: migration_id description: The unique identifier of the migration. @@ -34566,7 +34577,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *68 + - *67 - *238 responses: '302': @@ -34588,7 +34599,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *68 + - *67 - *238 responses: '204': @@ -34612,7 +34623,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - - *68 + - *67 - *238 - &674 name: repo_name @@ -34641,7 +34652,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *68 + - *67 - *238 - *17 - *19 @@ -34791,7 +34802,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-all-organization-roles-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response - list of organization roles @@ -34954,7 +34965,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - - *68 + - *67 - *69 responses: '204': @@ -34980,7 +34991,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - - *68 + - *67 - *69 - &239 name: role_id @@ -35017,7 +35028,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - - *68 + - *67 - *69 - *239 responses: @@ -35044,8 +35055,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - - *68 - - *64 + - *67 + - *63 responses: '204': description: Response @@ -35070,8 +35081,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - - *68 - - *64 + - *67 + - *63 - *239 responses: '204': @@ -35102,8 +35113,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - - *68 - - *64 + - *67 + - *63 - *239 responses: '204': @@ -35132,7 +35143,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - - *68 + - *67 - *239 responses: '200': @@ -35189,7 +35200,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - - *68 + - *67 - *239 - *17 - *19 @@ -35330,7 +35341,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - - *68 + - *67 - *239 - *17 - *19 @@ -35460,7 +35471,7 @@ paths: - type - url examples: - default: *63 + default: *62 headers: Link: *59 '404': @@ -35484,7 +35495,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization parameters: - - *68 + - *67 - name: filter description: Filter the list of outside collaborators. `2fa_disabled` means that only outside collaborators without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -35511,7 +35522,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 headers: Link: *59 x-github: @@ -35536,8 +35547,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - - *68 - - *64 + - *67 + - *63 requestBody: required: false content: @@ -35594,8 +35605,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - - *68 - - *64 + - *67 + - *63 responses: '204': description: Response @@ -35652,7 +35663,7 @@ paths: - docker - nuget - container - - *68 + - *67 - &675 name: visibility description: |- @@ -35741,7 +35752,7 @@ paths: required: true schema: type: string - - *68 + - *67 responses: '200': description: Response @@ -35801,7 +35812,7 @@ paths: parameters: - *246 - *247 - - *68 + - *67 responses: '204': description: Response @@ -35835,7 +35846,7 @@ paths: parameters: - *246 - *247 - - *68 + - *67 - name: token description: package token schema: @@ -35869,7 +35880,7 @@ paths: parameters: - *246 - *247 - - *68 + - *67 - *19 - *17 - name: state @@ -36016,7 +36027,7 @@ paths: parameters: - *246 - *247 - - *68 + - *67 - &249 name: package_version_id description: Unique identifier of the package version. @@ -36067,7 +36078,7 @@ paths: parameters: - *246 - *247 - - *68 + - *67 - *249 responses: '204': @@ -36102,7 +36113,7 @@ paths: parameters: - *246 - *247 - - *68 + - *67 - *249 responses: '204': @@ -36130,7 +36141,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *68 + - *67 - *17 - *19 - &251 @@ -36355,7 +36366,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#review-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *68 + - *67 requestBody: required: true content: @@ -36421,7 +36432,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token parameters: - - *68 + - *67 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -36482,7 +36493,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token parameters: - - *68 + - *67 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -36527,7 +36538,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-fine-grained-personal-access-tokens-with-access-to-organization-resources parameters: - - *68 + - *67 - *17 - *19 - *251 @@ -36686,7 +36697,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens parameters: - - *68 + - *67 requestBody: required: true content: @@ -36746,7 +36757,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources parameters: - - *68 + - *67 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -36798,7 +36809,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-repositories-a-fine-grained-personal-access-token-has-access-to parameters: - - *68 + - *67 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. @@ -36843,7 +36854,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#list-private-registries-for-an-organization parameters: - - *68 + - *67 - *17 - *19 responses: @@ -36963,7 +36974,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#create-a-private-registry-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -37192,7 +37203,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -37240,7 +37251,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - - *68 + - *67 - *159 responses: '200': @@ -37270,7 +37281,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - - *68 + - *67 - *159 requestBody: required: true @@ -37375,7 +37386,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - - *68 + - *67 - *159 responses: '204': @@ -37399,7 +37410,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-projects-for-organization parameters: - - *68 + - *67 - name: q description: Limit results to projects of the specified type. in: query @@ -37669,7 +37680,7 @@ paths: required: true schema: type: integer - - *68 + - *67 responses: '200': description: Response @@ -37699,7 +37710,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - - *68 + - *67 - *262 requestBody: required: true @@ -38194,7 +38205,7 @@ paths: url: https://docs.github.com/rest/projects/fields#list-project-fields-for-organization parameters: - *262 - - *68 + - *67 - *17 - *45 - *46 @@ -38483,7 +38494,7 @@ paths: url: https://docs.github.com/rest/projects/fields#add-a-field-to-an-organization-owned-project parameters: - *262 - - *68 + - *67 requestBody: required: true content: @@ -38781,7 +38792,7 @@ paths: required: true schema: type: integer - - *68 + - *67 responses: '200': description: Response @@ -38846,7 +38857,7 @@ paths: url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-owned-project parameters: - *262 - - *68 + - *67 - name: q description: Search query to filter items, see [Filtering projects](https://docs.github.com/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects) for more information. @@ -39633,7 +39644,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#add-item-to-organization-owned-project parameters: - - *68 + - *67 - *262 requestBody: required: true @@ -39740,7 +39751,7 @@ paths: url: https://docs.github.com/rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - *262 - - *68 + - *67 - &272 name: item_id description: The unique identifier of the project item. @@ -39791,7 +39802,7 @@ paths: url: https://docs.github.com/rest/projects/items#update-project-item-for-organization parameters: - *262 - - *68 + - *67 - *272 requestBody: required: true @@ -39889,7 +39900,7 @@ paths: url: https://docs.github.com/rest/projects/items#delete-project-item-for-organization parameters: - *262 - - *68 + - *67 - *272 responses: '204': @@ -39913,7 +39924,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - - *68 + - *67 - *262 requestBody: required: true @@ -40161,7 +40172,7 @@ paths: url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-project-view parameters: - *262 - - *68 + - *67 - &708 name: view_number description: The number that identifies the project view. @@ -40221,7 +40232,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-all-custom-properties-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Response @@ -40342,7 +40353,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -40406,7 +40417,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - - *68 + - *67 - &276 name: custom_property_name description: The custom property name @@ -40455,7 +40466,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - - *68 + - *67 - *276 requestBody: required: true @@ -40549,7 +40560,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - - *68 + - *67 - *276 responses: '204': *182 @@ -40573,7 +40584,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories parameters: - - *68 + - *67 - *17 - *19 - name: repository_query @@ -40678,7 +40689,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories parameters: - - *68 + - *67 requestBody: required: true content: @@ -40739,7 +40750,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-public-organization-members parameters: - - *68 + - *67 - *17 - *19 responses: @@ -40751,7 +40762,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 headers: Link: *59 x-github: @@ -40770,8 +40781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-public-organization-membership-for-a-user parameters: - - *68 - - *64 + - *67 + - *63 responses: '204': description: Response if user is a public member @@ -40795,8 +40806,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - - *68 - - *64 + - *67 + - *63 responses: '204': description: Response @@ -40817,8 +40828,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - - *68 - - *64 + - *67 + - *63 responses: '204': description: Response @@ -40842,7 +40853,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-organization-repositories parameters: - - *68 + - *67 - name: type description: Specifies the types of repositories you want returned. in: query @@ -40911,7 +40922,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-organization-repository parameters: - - *68 + - *67 requestBody: required: true content: @@ -42108,7 +42119,7 @@ paths: category: orgs subcategory: rules parameters: - - *68 + - *67 - *17 - *19 - &591 @@ -42190,7 +42201,7 @@ paths: description: The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, - this should be `1`. If `actor_type` is `DeployKey`, + `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories. actor_type: @@ -43200,7 +43211,7 @@ paths: category: orgs subcategory: rules parameters: - - *68 + - *67 requestBody: description: Request body required: true @@ -43349,7 +43360,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *68 + - *67 - &593 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally @@ -43506,7 +43517,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *68 + - *67 - &599 name: rule_suite_id description: |- @@ -43683,7 +43694,7 @@ paths: category: orgs subcategory: rules parameters: - - *68 + - *67 - name: ruleset_id description: The ID of the ruleset. in: path @@ -43715,7 +43726,7 @@ paths: category: orgs subcategory: rules parameters: - - *68 + - *67 - name: ruleset_id description: The ID of the ruleset. in: path @@ -43805,7 +43816,7 @@ paths: category: orgs subcategory: rules parameters: - - *68 + - *67 - name: ruleset_id description: The ID of the ruleset. in: path @@ -43828,7 +43839,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rules#get-organization-ruleset-history parameters: - - *68 + - *67 - *17 - *19 - name: ruleset_id @@ -43903,7 +43914,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rules#get-organization-ruleset-version parameters: - - *68 + - *67 - name: ruleset_id description: The ID of the ruleset. in: path @@ -43992,7 +44003,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - - *68 + - *67 - &605 name: state in: query @@ -44731,7 +44742,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *68 + - *67 responses: '200': description: Response @@ -44867,7 +44878,7 @@ paths: category: secret-scanning subcategory: push-protection parameters: - - *68 + - *67 requestBody: required: true content: @@ -44955,7 +44966,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization parameters: - - *68 + - *67 - *53 - name: sort description: The property to sort the results by. @@ -45669,7 +45680,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#list-security-manager-teams parameters: - - *68 + - *67 responses: '200': description: Response @@ -45702,7 +45713,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - - *68 + - *67 - *69 responses: '204': @@ -45728,7 +45739,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *68 + - *67 - *69 responses: '204': @@ -45756,7 +45767,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#get-immutable-releases-settings-for-an-organization parameters: - - *68 + - *67 responses: '200': description: Immutable releases settings response @@ -45805,7 +45816,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#set-immutable-releases-settings-for-an-organization parameters: - - *68 + - *67 responses: '204': description: Response @@ -45862,7 +45873,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-selected-repositories-for-immutable-releases-enforcement parameters: - - *68 + - *67 - *19 - *17 responses: @@ -45901,7 +45912,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#set-selected-repositories-for-immutable-releases-enforcement parameters: - - *68 + - *67 requestBody: required: true content: @@ -45950,7 +45961,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#enable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - - *68 + - *67 - *140 responses: '204': @@ -45973,7 +45984,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#disable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - - *68 + - *67 - *140 responses: '204': @@ -45997,7 +46008,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization parameters: - - *68 + - *67 - *17 - *19 responses: @@ -46105,7 +46116,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization parameters: - - *68 + - *67 requestBody: required: true content: @@ -46178,7 +46189,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - - *68 + - *67 - &318 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. @@ -46214,7 +46225,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - - *68 + - *67 - *318 requestBody: required: true @@ -46276,7 +46287,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - - *68 + - *67 - *318 responses: '204': @@ -46300,7 +46311,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - - *68 + - *67 - name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -46384,7 +46395,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - - *68 + - *67 - *69 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO @@ -46441,7 +46452,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-teams parameters: - - *68 + - *67 - *17 - *19 responses: @@ -46475,7 +46486,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#create-a-team parameters: - - *68 + - *67 requestBody: required: true content: @@ -46944,7 +46955,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - - *68 + - *67 - *69 responses: '200': @@ -46974,7 +46985,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - - *68 + - *67 - *69 requestBody: required: false @@ -47071,7 +47082,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - - *68 + - *67 - *69 responses: '204': @@ -47096,7 +47107,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - - *68 + - *67 - *69 - *17 - *19 @@ -47131,7 +47142,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members parameters: - - *68 + - *67 - *69 - name: role description: Filters members returned by their role in the team. @@ -47155,7 +47166,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 headers: Link: *59 x-github: @@ -47185,9 +47196,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - - *68 + - *67 - *69 - - *64 + - *63 responses: '200': description: Response @@ -47256,9 +47267,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - - *68 + - *67 - *69 - - *64 + - *63 requestBody: required: false content: @@ -47320,9 +47331,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - - *68 + - *67 - *69 - - *64 + - *63 responses: '204': description: Response @@ -47348,7 +47359,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - - *68 + - *67 - *69 - *17 - *19 @@ -47390,7 +47401,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *68 + - *67 - *69 - *325 - *326 @@ -47968,7 +47979,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *68 + - *67 - *69 - *325 - *326 @@ -48016,7 +48027,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - - *68 + - *67 - *69 - *325 - *326 @@ -48043,7 +48054,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - - *68 + - *67 - *69 - *17 - *19 @@ -48109,7 +48120,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization parameters: - - *68 + - *67 - name: security_product in: path description: The security feature to enable or disable. @@ -54596,7 +54607,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 headers: Link: *59 '404': *6 @@ -58122,7 +58133,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 '404': *6 x-github: githubCloudOnly: false @@ -58181,7 +58192,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 '422': *15 x-github: githubCloudOnly: false @@ -58241,7 +58252,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 '422': *15 x-github: githubCloudOnly: false @@ -58301,7 +58312,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 '422': *15 x-github: githubCloudOnly: false @@ -64669,7 +64680,7 @@ paths: parameters: - *325 - *326 - - *64 + - *63 responses: '204': description: Response if user is a collaborator @@ -64717,7 +64728,7 @@ paths: parameters: - *325 - *326 - - *64 + - *63 requestBody: required: false content: @@ -64974,7 +64985,7 @@ paths: parameters: - *325 - *326 - - *64 + - *63 responses: '204': description: No Content when collaborator was removed from the repository. @@ -65007,7 +65018,7 @@ paths: parameters: - *325 - *326 - - *64 + - *63 responses: '200': description: if user has admin permissions @@ -92005,7 +92016,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 headers: Link: *59 x-github: @@ -95751,7 +95762,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 headers: Link: *59 '404': *6 @@ -95780,7 +95791,7 @@ paths: url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - *653 - - *64 + - *63 responses: '204': description: if user is a member @@ -95817,7 +95828,7 @@ paths: url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - *653 - - *64 + - *63 responses: '204': description: Response @@ -95857,7 +95868,7 @@ paths: url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - *653 - - *64 + - *63 responses: '204': description: Response @@ -95894,7 +95905,7 @@ paths: url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - *653 - - *64 + - *63 responses: '200': description: Response @@ -95936,7 +95947,7 @@ paths: url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - *653 - - *64 + - *63 requestBody: required: false content: @@ -95998,7 +96009,7 @@ paths: url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - *653 - - *64 + - *63 responses: '204': description: Response @@ -96785,7 +96796,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 '304': *37 '404': *6 '403': *29 @@ -96808,7 +96819,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user parameters: - - *64 + - *63 responses: '204': description: If the user is blocked @@ -96836,7 +96847,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#block-a-user parameters: - - *64 + - *63 responses: '204': description: Response @@ -96860,7 +96871,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#unblock-a-user parameters: - - *64 + - *63 responses: '204': description: Response @@ -99052,7 +99063,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 headers: Link: *59 '304': *37 @@ -99085,7 +99096,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 headers: Link: *59 '304': *37 @@ -99107,7 +99118,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user parameters: - - *64 + - *63 responses: '204': description: if the person is followed by the authenticated user @@ -99137,7 +99148,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#follow-a-user parameters: - - *64 + - *63 responses: '204': description: Response @@ -99162,7 +99173,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#unfollow-a-user parameters: - - *64 + - *63 responses: '204': description: Response @@ -100447,7 +100458,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-an-organization-membership-for-the-authenticated-user parameters: - - *68 + - *67 responses: '200': description: Response @@ -100515,7 +100526,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#update-an-organization-membership-for-the-authenticated-user parameters: - - *68 + - *67 requestBody: required: true content: @@ -101379,7 +101390,7 @@ paths: application/json: schema: type: array - items: *66 + items: *65 examples: default: *106 headers: @@ -103285,7 +103296,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 headers: Link: example: ; rel="next" @@ -103425,7 +103436,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user parameters: - - *64 + - *63 responses: '200': description: Response @@ -103463,7 +103474,7 @@ paths: - *17 - *45 - *46 - - *64 + - *63 requestBody: required: true content: @@ -103559,7 +103570,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-in-bulk parameters: - - *64 + - *63 requestBody: required: true content: @@ -103624,7 +103635,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-by-subject-digest parameters: - - *64 + - *63 - name: subject_digest description: Subject Digest in: path @@ -103655,7 +103666,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/attestations#delete-attestations-by-id parameters: - - *64 + - *63 - name: attestation_id description: Attestation ID in: path @@ -103693,7 +103704,7 @@ paths: - *17 - *45 - *46 - - *64 + - *63 - name: subject_digest description: Subject Digest in: path @@ -103777,7 +103788,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user parameters: - - *64 + - *63 responses: '200': description: Response @@ -103810,7 +103821,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-for-the-authenticated-user parameters: - - *64 + - *63 - *17 - *19 responses: @@ -103882,8 +103893,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *64 - - *68 + - *63 + - *67 - *17 - *19 responses: @@ -103970,7 +103981,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-user parameters: - - *64 + - *63 - *17 - *19 responses: @@ -104038,7 +104049,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-followers-of-a-user parameters: - - *64 + - *63 - *17 - *19 responses: @@ -104050,7 +104061,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 headers: Link: *59 x-github: @@ -104069,7 +104080,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-the-people-a-user-follows parameters: - - *64 + - *63 - *17 - *19 responses: @@ -104081,7 +104092,7 @@ paths: type: array items: *4 examples: - default: *63 + default: *62 headers: Link: *59 x-github: @@ -104100,7 +104111,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-user-follows-another-user parameters: - - *64 + - *63 - name: target_user in: path required: true @@ -104127,7 +104138,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-a-user parameters: - - *64 + - *63 - *82 - *17 - *19 @@ -104161,7 +104172,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *64 + - *63 - *17 - *19 responses: @@ -104197,7 +104208,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-contextual-information-for-a-user parameters: - - *64 + - *63 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -104269,7 +104280,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *64 + - *63 responses: '200': description: Response @@ -104295,7 +104306,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#list-public-keys-for-a-user parameters: - - *64 + - *63 - *17 - *19 responses: @@ -104350,7 +104361,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-organizations-for-a-user parameters: - - *64 + - *63 - *17 - *19 responses: @@ -104360,7 +104371,7 @@ paths: application/json: schema: type: array - items: *66 + items: *65 examples: default: *106 headers: @@ -104402,7 +104413,7 @@ paths: - nuget - container - *675 - - *64 + - *63 - *19 - *17 responses: @@ -104439,7 +104450,7 @@ paths: parameters: - *246 - *247 - - *64 + - *63 responses: '200': description: Response @@ -104470,7 +104481,7 @@ paths: parameters: - *246 - *247 - - *64 + - *63 responses: '204': description: Response @@ -104504,7 +104515,7 @@ paths: parameters: - *246 - *247 - - *64 + - *63 - name: token description: package token schema: @@ -104538,7 +104549,7 @@ paths: parameters: - *246 - *247 - - *64 + - *63 responses: '200': description: Response @@ -104607,7 +104618,7 @@ paths: - *246 - *247 - *249 - - *64 + - *63 responses: '200': description: Response @@ -104650,7 +104661,7 @@ paths: parameters: - *246 - *247 - - *64 + - *63 - *249 responses: '204': @@ -104685,7 +104696,7 @@ paths: parameters: - *246 - *247 - - *64 + - *63 - *249 responses: '204': @@ -104710,7 +104721,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-projects-for-user parameters: - - *64 + - *63 - name: q description: Limit results to projects of the specified type. in: query @@ -104752,7 +104763,7 @@ paths: url: https://docs.github.com/rest/projects/projects#get-project-for-user parameters: - *262 - - *64 + - *63 responses: '200': description: Response @@ -104783,7 +104794,7 @@ paths: url: https://docs.github.com/rest/projects/fields#list-project-fields-for-user parameters: - *262 - - *64 + - *63 - *17 - *45 - *46 @@ -104817,7 +104828,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#add-field-to-user-owned-project parameters: - - *64 + - *63 - *262 requestBody: required: true @@ -104930,7 +104941,7 @@ paths: parameters: - *262 - *706 - - *64 + - *63 responses: '200': description: Response @@ -104962,7 +104973,7 @@ paths: url: https://docs.github.com/rest/projects/items#list-items-for-a-user-owned-project parameters: - *262 - - *64 + - *63 - *45 - *46 - *17 @@ -105017,7 +105028,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#add-item-to-user-owned-project parameters: - - *64 + - *63 - *262 requestBody: required: true @@ -105124,7 +105135,7 @@ paths: url: https://docs.github.com/rest/projects/items#get-an-item-for-a-user-owned-project parameters: - *262 - - *64 + - *63 - *272 - name: fields description: |- @@ -105169,7 +105180,7 @@ paths: url: https://docs.github.com/rest/projects/items#update-project-item-for-user parameters: - *262 - - *64 + - *63 - *272 requestBody: required: true @@ -105267,7 +105278,7 @@ paths: url: https://docs.github.com/rest/projects/items#delete-project-item-for-user parameters: - *262 - - *64 + - *63 - *272 responses: '204': @@ -105291,7 +105302,7 @@ paths: url: https://docs.github.com/rest/projects/items#list-items-for-a-user-project-view parameters: - *262 - - *64 + - *63 - *708 - name: fields description: |- @@ -105348,7 +105359,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *64 + - *63 - *17 - *19 responses: @@ -105423,7 +105434,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-received-by-a-user parameters: - - *64 + - *63 - *17 - *19 responses: @@ -105496,7 +105507,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repositories-for-a-user parameters: - - *64 + - *63 - name: type description: Limit results to repositories of the specified type. in: query @@ -105563,7 +105574,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-premium-request-usage-report-for-a-user parameters: - - *64 + - *63 - *114 - *116 - *115 @@ -105696,7 +105707,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-report-for-a-user parameters: - - *64 + - *63 - *114 - *710 - *115 @@ -105793,7 +105804,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/usage#get-billing-usage-summary-for-a-user parameters: - - *64 + - *63 - *114 - *116 - *115 @@ -105923,7 +105934,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *64 + - *63 - *17 - *19 responses: @@ -105955,7 +105966,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *64 + - *63 - *17 - *19 responses: @@ -105991,7 +106002,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *64 + - *63 - *714 - *53 - *17 @@ -106027,7 +106038,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *64 + - *63 - *17 - *19 responses: diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index b675600d08..ea6e21b3b9 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -17160,89 +17160,91 @@ }, "examples": { "default": { - "value": { - "server_id": "ea6088f3-f095-4bf2-8d7f-c573819e8768", - "collection_date": "2021-12-14T23:59:59Z", - "schema_version": "20230306", - "ghes_version": "3.9.0", - "host_name": "github.example.com", - "github_connect": { - "features_enabled": [ - "license_usage_sync", - "content_analysis", - "content_analysis_notifications" - ] - }, - "ghe_stats": { - "comments": { - "total_commit_comments": 1000, - "total_gist_comments": 1000, - "total_issue_comments": 0, - "total_pull_request_comments": 0 - }, - "gists": { - "total_gists": 100, - "private_gists": 59, - "public_gists": 41 - }, - "hooks": { - "total_hooks": 2, - "active_hooks": 1, - "inactive_hooks": 1 - }, - "issues": { - "total_issues": 3421, - "open_issues": 1234, - "closed_issues": 1222 + "value": [ + { + "server_id": "ea6088f3-f095-4bf2-8d7f-c573819e8768", + "collection_date": "2021-12-14T23:59:59Z", + "schema_version": "20230306", + "ghes_version": "3.9.0", + "host_name": "github.example.com", + "github_connect": { + "features_enabled": [ + "license_usage_sync", + "content_analysis", + "content_analysis_notifications" + ] + }, + "ghe_stats": { + "comments": { + "total_commit_comments": 1000, + "total_gist_comments": 1000, + "total_issue_comments": 0, + "total_pull_request_comments": 0 + }, + "gists": { + "total_gists": 100, + "private_gists": 59, + "public_gists": 41 + }, + "hooks": { + "total_hooks": 2, + "active_hooks": 1, + "inactive_hooks": 1 + }, + "issues": { + "total_issues": 3421, + "open_issues": 1234, + "closed_issues": 1222 + }, + "milestones": { + "total_milestones": 50, + "open_milestones": 20, + "closed_milestones": 30 + }, + "orgs": { + "total_orgs": 100, + "disabled_orgs": 22, + "total_teams": 299, + "total_team_members": 400 + }, + "pages": { + "total_pages": 10 + }, + "pulls": { + "total_pulls": 1232, + "merged_pulls": 223, + "mergeable_pulls": 435, + "unmergeable_pulls": 0 + }, + "repos": { + "total_repos": 12, + "root_repos": 1, + "fork_repos": 2, + "org_repos": 1, + "total_pushes": 42, + "total_wikis": 1 + }, + "users": { + "total_users": 2000, + "admin_users": 299, + "suspended_users": 423 + } }, - "milestones": { - "total_milestones": 50, - "open_milestones": 20, - "closed_milestones": 30 + "dormant_users": { + "total_dormant_users": 5, + "dormancy_threshold": "90 days" }, - "orgs": { - "total_orgs": 100, - "disabled_orgs": 22, - "total_teams": 299, - "total_team_members": 400 + "actions_stats": { + "$ref": "server-statistics-actions.yaml" }, - "pages": { - "total_pages": 10 - }, - "pulls": { - "total_pulls": 1232, - "merged_pulls": 223, - "mergeable_pulls": 435, - "unmergeable_pulls": 0 - }, - "repos": { - "total_repos": 12, - "root_repos": 1, - "fork_repos": 2, - "org_repos": 1, - "total_pushes": 42, - "total_wikis": 1 + "packages_stats": { + "$ref": "server-statistics-packages.yaml" }, - "users": { - "total_users": 2000, - "admin_users": 299, - "suspended_users": 423 + "advisory_db_stats": { + "$ref": "server-statistics-advisory-db.yaml" } - }, - "dormant_users": { - "total_dormant_users": 5, - "dormancy_threshold": "90 days" - }, - "actions_stats": { - "$ref": "server-statistics-actions.yaml" - }, - "packages_stats": { - "$ref": "server-statistics-packages.yaml" - }, - "advisory_db_stats": { - "$ref": "server-statistics-advisory-db.yaml" } - } + ] } } } @@ -45559,7 +45561,7 @@ "write_enterprise_security_configuration" ], "enterprise": { - "id": "1,", + "id": 1, "slug": "github-inc", "name": "GitHub, Inc", "node_id": "E_kgAB", @@ -45583,7 +45585,7 @@ "read_enterprise_security_configuration" ], "enterprise": { - "id": "1,", + "id": 1, "slug": "github-inc", "name": "GitHub, Inc", "node_id": "E_kgAB", @@ -46470,7 +46472,7 @@ "write_enterprise_security_configuration" ], "enterprise": { - "id": "1,", + "id": 1, "slug": "github-inc", "name": "GitHub, Inc", "node_id": "E_kgAB", @@ -51972,7 +51974,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -53724,7 +53726,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -55181,7 +55183,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -56611,7 +56613,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -58359,7 +58361,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -68499,20 +68501,18 @@ }, "examples": { "default": { - "value": [ - { - "id": 1, - "name": "Justice League", - "description": "A great team.", - "slug": "justice-league", - "url": "https://api.github.com/enterprises/dc/teams/justice-league", - "group_id": "62ab9291-fae2-468e-974b-7e45096d5021", - "html_url": "https://github.com/enterprises/dc/teams/justice-league", - "members_url": "https://api.github.com/enterprises/dc/teams/justice-league/members{/member}", - "created_at": "2019-01-26T19:01:12Z", - "updated_at": "2019-01-26T19:14:43Z" - } - ] + "value": { + "id": 1, + "name": "Justice League", + "description": "A great team.", + "slug": "justice-league", + "url": "https://api.github.com/enterprises/dc/teams/justice-league", + "group_id": "62ab9291-fae2-468e-974b-7e45096d5021", + "html_url": "https://github.com/enterprises/dc/teams/justice-league", + "members_url": "https://api.github.com/enterprises/dc/teams/justice-league/members{/member}", + "created_at": "2019-01-26T19:01:12Z", + "updated_at": "2019-01-26T19:14:43Z" + } } } } @@ -70589,20 +70589,18 @@ }, "examples": { "default": { - "value": [ - { - "id": 1, - "name": "Justice League", - "description": "A great team.", - "slug": "justice-league", - "url": "https://api.github.com/enterprises/dc/teams/justice-league", - "group_id": "62ab9291-fae2-468e-974b-7e45096d5021", - "html_url": "https://github.com/enterprises/dc/teams/justice-league", - "members_url": "https://api.github.com/enterprises/dc/teams/justice-league/members{/member}", - "created_at": "2019-01-26T19:01:12Z", - "updated_at": "2019-01-26T19:14:43Z" - } - ] + "value": { + "id": 1, + "name": "Justice League", + "description": "A great team.", + "slug": "justice-league", + "url": "https://api.github.com/enterprises/dc/teams/justice-league", + "group_id": "62ab9291-fae2-468e-974b-7e45096d5021", + "html_url": "https://github.com/enterprises/dc/teams/justice-league", + "members_url": "https://api.github.com/enterprises/dc/teams/justice-league/members{/member}", + "created_at": "2019-01-26T19:01:12Z", + "updated_at": "2019-01-26T19:14:43Z" + } } } } @@ -70814,20 +70812,18 @@ }, "examples": { "default": { - "value": [ - { - "id": 1, - "name": "Justice League", - "description": "A great team.", - "slug": "justice-league", - "url": "https://api.github.com/enterprises/dc/teams/justice-league", - "group_id": "62ab9291-fae2-468e-974b-7e45096d5021", - "html_url": "https://github.com/enterprises/dc/teams/justice-league", - "members_url": "https://api.github.com/enterprises/dc/teams/justice-league/members{/member}", - "created_at": "2019-01-26T19:01:12Z", - "updated_at": "2019-01-26T19:14:43Z" - } - ] + "value": { + "id": 1, + "name": "Justice League", + "description": "A great team.", + "slug": "justice-league", + "url": "https://api.github.com/enterprises/dc/teams/justice-league", + "group_id": "62ab9291-fae2-468e-974b-7e45096d5021", + "html_url": "https://github.com/enterprises/dc/teams/justice-league", + "members_url": "https://api.github.com/enterprises/dc/teams/justice-league/members{/member}", + "created_at": "2019-01-26T19:01:12Z", + "updated_at": "2019-01-26T19:14:43Z" + } } } } @@ -231624,7 +231620,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -233049,7 +233045,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -234271,7 +234267,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -236278,7 +236274,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -237728,7 +237724,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -238946,7 +238942,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -484823,7 +484819,7 @@ "/repos/{owner}/{repo}/lfs": { "put": { "summary": "Enable Git LFS for a repository", - "description": "Enables Git LFS for a repository.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "description": "Enables Git LFS for a repository.\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", "operationId": "repos/enable-lfs-for-repo", "tags": [ "repos" @@ -484881,7 +484877,7 @@ }, "delete": { "summary": "Disable Git LFS for a repository", - "description": "Disables Git LFS for a repository.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "description": "Disables Git LFS for a repository.\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", "operationId": "repos/disable-lfs-for-repo", "tags": [ "repos" @@ -538364,7 +538360,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -539797,7 +539793,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -540868,7 +540864,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -542894,7 +542890,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -544342,7 +544338,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -545409,7 +545405,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1318205,7 +1318201,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1321131,7 +1321127,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1324057,7 +1324053,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index a210dbc8ae..239367d8bf 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -863,7 +863,7 @@ paths: - subscriptions_url - type - url - type: &440 + type: &441 type: string description: The type of credit the user is receiving. enum: @@ -996,7 +996,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &259 + schema: &260 title: Validation Error Simple description: Validation Error Simple type: object @@ -1029,7 +1029,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: - - &752 + - &753 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1147,7 +1147,7 @@ paths: GitHub. type: object nullable: true - properties: &217 + properties: &218 id: description: Unique identifier of the GitHub app example: 37 @@ -1280,7 +1280,7 @@ paths: about itself. example: 5 type: integer - required: &218 + required: &219 - id - node_id - owner @@ -1585,7 +1585,7 @@ paths: schema: type: integer default: 30 - - &348 + - &349 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -1601,7 +1601,7 @@ paths: application/json: schema: type: array - items: &349 + items: &350 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1681,7 +1681,7 @@ paths: - installation_id - repository_id examples: - default: &350 + default: &351 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1713,7 +1713,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &762 + schema: &763 title: Scim Error description: Scim Error type: object @@ -1740,7 +1740,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &258 + schema: &259 title: Validation Error description: Validation Error type: object @@ -1809,7 +1809,7 @@ paths: description: Response content: application/json: - schema: &351 + schema: &352 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1923,7 +1923,7 @@ paths: - request - response examples: - default: &352 + default: &353 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2124,7 +2124,7 @@ paths: parameters: - *17 - *19 - - &227 + - &228 name: since description: 'Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -2918,7 +2918,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &417 + properties: &418 id: description: Unique identifier of the repository example: 42 @@ -2938,7 +2938,7 @@ paths: title: License Simple description: License Simple type: object - properties: &223 + properties: &224 key: type: string example: mit @@ -2960,7 +2960,7 @@ paths: html_url: type: string format: uri - required: &224 + required: &225 - key - name - url @@ -3356,7 +3356,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &418 + required: &419 - archive_url - assignees_url - blobs_url @@ -7332,7 +7332,7 @@ paths: examples: default: value: - server_id: ea6088f3-f095-4bf2-8d7f-c573819e8768 + - server_id: ea6088f3-f095-4bf2-8d7f-c573819e8768 collection_date: '2021-12-14T23:59:59Z' schema_version: '20230306' ghes_version: 3.9.0 @@ -7665,7 +7665,7 @@ paths: description: Response content: application/json: - schema: &260 + schema: &261 type: object properties: total_active_caches_count: @@ -7680,7 +7680,7 @@ paths: - total_active_caches_count - total_active_caches_size_in_bytes examples: - default: &261 + default: &262 value: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 @@ -7873,7 +7873,7 @@ paths: - public_ip_enabled - platform examples: - default: &262 + default: &263 value: total_count: 2 runners: @@ -8168,7 +8168,7 @@ paths: application/json: schema: *49 examples: - default: &263 + default: &264 value: id: 1 platform: linux-x64 @@ -8308,7 +8308,7 @@ paths: application/json: schema: *52 examples: - default: &264 + default: &265 value: version: 1.0.0 size_gb: 75 @@ -8472,7 +8472,7 @@ paths: description: Response content: application/json: - schema: &265 + schema: &266 type: object properties: public_ips: @@ -8497,7 +8497,7 @@ paths: required: - public_ips examples: - default: &266 + default: &267 value: public_ips: current_usage: 17 @@ -8537,7 +8537,7 @@ paths: type: array items: *56 examples: - default: &267 + default: &268 value: id: 4-core cpu_cores: 4 @@ -8808,7 +8808,7 @@ paths: - all - local_only - selected - selected_actions_url: &270 + selected_actions_url: &271 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` @@ -8888,7 +8888,7 @@ paths: description: Successfully retrieved the artifact and log retention settings content: application/json: - schema: &272 + schema: &273 type: object properties: days: @@ -8906,7 +8906,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &763 + '401': &764 description: Authorization failure '404': *6 x-github: @@ -8934,7 +8934,7 @@ paths: required: true content: application/json: - schema: &273 + schema: &274 type: object properties: days: @@ -8983,7 +8983,7 @@ paths: required: - approval_policy examples: - default: &274 + default: &275 value: approval_policy: first_time_contributors '404': *6 @@ -9041,7 +9041,7 @@ paths: description: Response content: application/json: - schema: &275 + schema: &276 type: object required: - run_workflows_from_fork_pull_requests @@ -9095,7 +9095,7 @@ paths: required: true content: application/json: - schema: &276 + schema: &277 type: object required: - run_workflows_from_fork_pull_requests @@ -9518,7 +9518,7 @@ paths: description: Success response content: application/json: - schema: &279 + schema: &280 type: object properties: default_workflow_permissions: &67 @@ -9566,7 +9566,7 @@ paths: required: true content: application/json: - schema: &280 + schema: &281 type: object properties: default_workflow_permissions: *67 @@ -10402,7 +10402,7 @@ paths: application/json: schema: type: array - items: &284 + items: &285 title: Runner Application description: Runner Application type: object @@ -10427,7 +10427,7 @@ paths: - download_url - filename examples: - default: &285 + default: &286 value: - os: osx architecture: x64 @@ -10511,7 +10511,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &286 + '201': &287 description: Response content: application/json: @@ -10626,7 +10626,7 @@ paths: - token - expires_at examples: - default: &287 + default: &288 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -10666,7 +10666,7 @@ paths: application/json: schema: *79 examples: - default: &288 + default: &289 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -10698,7 +10698,7 @@ paths: application/json: schema: *76 examples: - default: &289 + default: &290 value: id: 23 name: MBP @@ -10914,7 +10914,7 @@ paths: - *41 - *75 responses: - '200': &290 + '200': &291 description: Response content: application/json: @@ -10970,7 +10970,7 @@ paths: parameters: - *41 - *75 - - &291 + - &292 name: name description: The name of a self-hosted runner's custom label. in: path @@ -11061,7 +11061,7 @@ paths: required: true content: application/json: - schema: &298 + schema: &299 title: Enterprise Announcement description: Enterprise global announcement type: object @@ -11702,7 +11702,7 @@ paths: required: false schema: type: string - - &301 + - &302 name: include description: |- The event types to include: @@ -11720,7 +11720,7 @@ paths: - web - git - all - - &302 + - &303 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. @@ -11728,7 +11728,7 @@ paths: required: false schema: type: string - - &303 + - &304 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. @@ -11736,7 +11736,7 @@ paths: required: false schema: type: string - - &304 + - &305 name: order description: |- The order of audit log events. To list newest events first, specify `desc`. To list oldest events first, specify `asc`. @@ -11758,7 +11758,7 @@ paths: application/json: schema: type: array - items: &305 + items: &306 type: object properties: "@timestamp": @@ -11880,7 +11880,7 @@ paths: description: The repository visibility, for example `public` or `private`. examples: - default: &306 + default: &307 value: - "@timestamp": 1606929874512 action: team.add_member @@ -12546,7 +12546,7 @@ paths: application/json: schema: type: array - items: &307 + items: &308 title: Push rule bypass request description: A bypass request made by a user asking to be exempted from a push rule in this repository. @@ -12707,7 +12707,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &308 + default: &309 value: - id: 21 number: 42 @@ -12812,7 +12812,7 @@ paths: application/json: schema: type: array - items: &310 + items: &311 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -12937,7 +12937,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &311 + default: &312 value: - id: 21 number: 42 @@ -13022,7 +13022,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-enterprise parameters: - *41 - - &316 + - &317 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`, @@ -13032,7 +13032,7 @@ paths: schema: &111 type: string description: The name of the tool used to generate the code scanning analysis. - - &317 + - &318 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 @@ -13055,7 +13055,7 @@ paths: be returned. in: query required: false - schema: &318 + schema: &319 type: string description: State of a code scanning alert. enum: @@ -13088,7 +13088,7 @@ paths: application/json: schema: type: array - items: &319 + items: &320 type: object properties: number: &128 @@ -13117,7 +13117,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &530 + instances_url: &531 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -13152,7 +13152,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &531 + dismissed_reason: &532 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -13161,13 +13161,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &532 + dismissed_comment: &533 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &533 + rule: &534 type: object properties: id: @@ -13220,7 +13220,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &534 + tool: &535 type: object properties: name: *111 @@ -13230,26 +13230,26 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *112 - most_recent_instance: &535 + most_recent_instance: &536 type: object properties: - ref: &528 + ref: &529 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &545 + analysis_key: &546 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name. - environment: &546 + environment: &547 type: string description: Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &547 + category: &548 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13263,7 +13263,7 @@ paths: properties: text: type: string - location: &548 + location: &549 type: object description: Describe a region within a file for the alert. properties: @@ -13284,7 +13284,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: &549 + items: &550 type: string description: A classification of the file. For example to identify it as generated. @@ -13298,7 +13298,7 @@ paths: title: Simple Repository description: A GitHub repository. type: object - properties: &254 + properties: &255 id: type: integer format: int64 @@ -13525,7 +13525,7 @@ paths: format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks description: The API URL to list the hooks on the repository. - required: &255 + required: &256 - archive_url - assignees_url - blobs_url @@ -13597,7 +13597,7 @@ paths: - most_recent_instance - repository examples: - default: &320 + default: &321 value: - number: 4 created_at: '2020-02-13T12:29:18Z' @@ -14453,7 +14453,7 @@ paths: description: Response content: application/json: - schema: &322 + schema: &323 type: array description: A list of default code security configurations items: @@ -14469,7 +14469,7 @@ paths: default configuration: *114 examples: - default: &323 + default: &324 value: - default_for_new_repos: public configuration: @@ -14924,7 +14924,7 @@ paths: default: value: default_for_new_repos: all - configuration: &321 + configuration: &322 value: id: 1325 target_type: organization @@ -15009,7 +15009,7 @@ paths: application/json: schema: type: array - items: &324 + items: &325 type: object description: Repositories associated with a code security configuration and attachment status @@ -15033,7 +15033,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &325 + repository: &326 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -15522,7 +15522,7 @@ paths: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &312 + - &313 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -15597,7 +15597,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &383 + properties: &384 id: description: Unique identifier of the team type: integer @@ -15669,7 +15669,7 @@ paths: description: Unique identifier of the enterprise to which this team belongs example: 42 - required: &384 + required: &385 - id - node_id - url @@ -16902,7 +16902,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *41 - - &331 + - &332 name: state in: query description: |- @@ -16911,7 +16911,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &332 + - &333 name: severity in: query description: |- @@ -16920,7 +16920,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &333 + - &334 name: ecosystem in: query description: |- @@ -16929,14 +16929,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &334 + - &335 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &335 + - &336 name: epss_percentage in: query description: |- @@ -16948,7 +16948,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &590 + - &591 name: has in: query description: |- @@ -16962,7 +16962,7 @@ paths: type: string enum: - patch - - &336 + - &337 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -16972,7 +16972,7 @@ paths: enum: - development - runtime - - &337 + - &338 name: sort in: query description: |- @@ -16998,7 +16998,7 @@ paths: application/json: schema: type: array - items: &338 + items: &339 type: object description: A Dependabot alert. properties: @@ -17061,7 +17061,7 @@ paths: - unknown - direct - transitive - security_advisory: &591 + security_advisory: &592 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -17293,14 +17293,14 @@ paths: nullable: true maxLength: 280 fixed_at: *138 - auto_dismissed_at: &592 + auto_dismissed_at: &593 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &593 + dismissal_request: &594 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -17357,7 +17357,7 @@ paths: - repository additionalProperties: false examples: - default: &339 + default: &340 value: - number: 2 state: dismissed @@ -17784,7 +17784,7 @@ paths: - read_enterprise_custom_enterprise_role - write_enterprise_security_configuration enterprise: - id: 1, + id: 1 slug: github-inc name: GitHub, Inc node_id: E_kgAB @@ -17805,7 +17805,7 @@ paths: - read_enterprise_audit_logs - read_enterprise_security_configuration enterprise: - id: 1, + id: 1 slug: github-inc name: GitHub, Inc node_id: E_kgAB @@ -18095,7 +18095,7 @@ paths: - read_enterprise_custom_enterprise_role - write_enterprise_security_configuration enterprise: - id: 1, + id: 1 slug: github-inc name: GitHub, Inc node_id: E_kgAB @@ -18493,7 +18493,7 @@ paths: - name - created_on examples: - default: &445 + default: &446 value: total_count: 2 network_configurations: @@ -18718,7 +18718,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *41 - - &446 + - &447 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -18730,7 +18730,7 @@ paths: description: Response content: application/json: - schema: &447 + schema: &448 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -18764,7 +18764,7 @@ paths: - subnet_id - region examples: - default: &448 + default: &449 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -19579,7 +19579,7 @@ paths: required: true content: application/json: - schema: &416 + schema: &417 title: Custom Property Set Payload description: Custom property set payload type: object @@ -19733,8 +19733,8 @@ paths: nullable: true description: The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` - actor types. If `actor_type` is `OrganizationAdmin`, this - should be `1`. If `actor_type` is `DeployKey`, this should + actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` + is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories. @@ -20763,7 +20763,7 @@ paths: nullable: true anyOf: - *162 - - &422 + - &423 title: Organization ruleset conditions type: object description: |- @@ -20810,7 +20810,7 @@ paths: - *165 rules: type: array - items: &718 + items: &719 title: Repository Rule type: object description: A repository rule. @@ -20819,7 +20819,7 @@ paths: - *171 - *172 - *173 - - &716 + - &717 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -21147,7 +21147,7 @@ paths: type: string format: date-time examples: - default: &425 + default: &426 value: - version_id: 3 actor: @@ -21200,7 +21200,7 @@ paths: description: Response content: application/json: - schema: &426 + schema: &427 allOf: - *195 - type: object @@ -21255,7 +21255,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *41 - - &427 + - &428 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -21266,7 +21266,7 @@ paths: enum: - open - resolved - - &428 + - &429 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -21276,7 +21276,7 @@ paths: required: false schema: type: string - - &429 + - &430 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -21285,7 +21285,7 @@ paths: required: false schema: type: string - - &430 + - &431 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -21304,7 +21304,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &431 + - &432 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. @@ -21320,7 +21320,7 @@ paths: - *17 - *108 - *109 - - &432 + - &433 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -21329,7 +21329,7 @@ paths: required: false schema: type: string - - &433 + - &434 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -21338,7 +21338,7 @@ paths: schema: type: boolean default: false - - &434 + - &435 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -21347,7 +21347,7 @@ paths: schema: type: boolean default: false - - &435 + - &436 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -21363,7 +21363,7 @@ paths: application/json: schema: type: array - items: &436 + items: &437 type: object properties: number: *128 @@ -21382,14 +21382,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &730 + state: &731 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: &731 + resolution: &732 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -21496,8 +21496,8 @@ paths: pull request. ' - oneOf: &732 - - &734 + oneOf: &733 + - &735 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -21549,7 +21549,7 @@ paths: - blob_url - commit_sha - commit_url - - &735 + - &736 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -21604,7 +21604,7 @@ paths: - page_url - commit_sha - commit_url - - &736 + - &737 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -21618,7 +21618,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &737 + - &738 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -21632,7 +21632,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &738 + - &739 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -21646,7 +21646,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &739 + - &740 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -21660,7 +21660,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &740 + - &741 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -21674,7 +21674,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &741 + - &742 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -21688,7 +21688,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &742 + - &743 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -21702,7 +21702,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &743 + - &744 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -21716,7 +21716,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &744 + - &745 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -21730,7 +21730,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &745 + - &746 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -21744,7 +21744,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &746 + - &747 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -21771,7 +21771,7 @@ paths: required: *21 nullable: true examples: - default: &437 + default: &438 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -21980,7 +21980,7 @@ paths: description: Response content: application/json: - schema: &438 + schema: &439 title: Secret scanning pattern configuration description: A collection of secret scanning patterns and their settings related to push protection. @@ -22063,7 +22063,7 @@ paths: description: Overrides for custom patterns defined by the organization. items: *197 examples: - default: &439 + default: &440 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -22199,7 +22199,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/licensing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *41 - - &442 + - &443 name: advanced_security_product in: query description: | @@ -22219,7 +22219,7 @@ paths: description: Success content: application/json: - schema: &443 + schema: &444 type: object properties: total_advanced_security_committers: @@ -22274,7 +22274,7 @@ paths: required: - repositories examples: - default: &444 + default: &445 value: total_advanced_security_committers: 2 total_count: 2 @@ -24279,7 +24279,18 @@ paths: application/json: schema: *145 examples: - default: *210 + default: &215 + value: + id: 1 + name: Justice League + description: A great team. + slug: justice-league + url: https://api.github.com/enterprises/dc/teams/justice-league + group_id: 62ab9291-fae2-468e-974b-7e45096d5021 + html_url: https://github.com/enterprises/dc/teams/justice-league + members_url: https://api.github.com/enterprises/dc/teams/justice-league/members{/member} + created_at: '2019-01-26T19:01:12Z' + updated_at: '2019-01-26T19:14:43Z' x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24621,7 +24632,7 @@ paths: type: array items: *73 examples: - default: &251 + default: &252 value: - login: github id: 1 @@ -24772,7 +24783,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-teams#get-an-enterprise-team parameters: - *41 - - &215 + - &216 name: team_slug description: The slug of the team name. in: path @@ -24786,7 +24797,7 @@ paths: application/json: schema: *145 examples: - default: *210 + default: *215 headers: Link: *47 '403': *29 @@ -24806,7 +24817,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-teams#update-an-enterprise-team parameters: - *41 - - *215 + - *216 requestBody: required: true content: @@ -24863,7 +24874,7 @@ paths: application/json: schema: *145 examples: - default: *210 + default: *215 headers: Link: *47 '403': *29 @@ -24886,7 +24897,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-teams#delete-an-enterprise-team parameters: - *41 - - *215 + - *216 responses: '204': description: Response @@ -24985,7 +24996,7 @@ paths: application/json: schema: type: array - items: &246 + items: &247 title: Event description: Event type: object @@ -24995,7 +25006,7 @@ paths: type: type: string nullable: true - actor: &216 + actor: &217 title: Actor description: Actor type: object @@ -25035,7 +25046,7 @@ paths: - id - name - url - org: *216 + org: *217 payload: oneOf: - title: CreateEvent @@ -25081,7 +25092,7 @@ paths: properties: action: type: string - discussion: &870 + discussion: &871 title: Discussion description: A Discussion in a repository. type: object @@ -25368,7 +25379,7 @@ paths: - id labels: type: array - items: &219 + items: &220 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -25443,12 +25454,12 @@ paths: properties: action: type: string - issue: &220 + issue: &221 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &654 + properties: &655 id: type: integer format: int64 @@ -25562,7 +25573,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &405 + properties: &406 url: type: string format: uri @@ -25632,7 +25643,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &406 + required: &407 - closed_issues - creator - description @@ -25711,7 +25722,7 @@ paths: timeline_url: type: string format: uri - type: &370 + type: &371 title: Issue Type description: The type of issue. type: object @@ -25772,9 +25783,9 @@ paths: actors within GitHub. type: object nullable: true - properties: *217 - required: *218 - author_association: &221 + properties: *218 + required: *219 + author_association: &222 title: author_association type: string example: OWNER @@ -25789,7 +25800,7 @@ paths: - MEMBER - NONE - OWNER - reactions: &222 + reactions: &223 title: Reaction Rollup type: object properties: @@ -25825,7 +25836,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &790 + sub_issues_summary: &791 title: Sub-issues Summary type: object properties: @@ -25845,7 +25856,7 @@ paths: type: string format: uri nullable: true - issue_dependencies_summary: &791 + issue_dependencies_summary: &792 title: Issue Dependencies Summary type: object properties: @@ -25864,7 +25875,7 @@ paths: - total_blocking issue_field_values: type: array - items: &792 + items: &793 title: Issue Field Value description: A value assigned to an issue field type: object @@ -25925,7 +25936,7 @@ paths: - node_id - data_type - value - required: &655 + required: &656 - assignee - closed_at - comments @@ -25950,10 +25961,10 @@ paths: assignees: type: array items: *4 - label: *219 + label: *220 labels: type: array - items: *219 + items: *220 required: - action - issue @@ -25962,8 +25973,8 @@ paths: properties: action: type: string - issue: *220 - comment: &650 + issue: *221 + comment: &651 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -26011,7 +26022,7 @@ paths: issue_url: type: string format: uri - author_association: *221 + author_association: *222 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -26022,9 +26033,9 @@ paths: actors within GitHub. type: object nullable: true - properties: *217 - required: *218 - reactions: *222 + properties: *218 + required: *219 + reactions: *223 required: - id - node_id @@ -26197,8 +26208,8 @@ paths: title: License Simple description: License Simple type: object - properties: *223 - required: *224 + properties: *224 + required: *225 nullable: true allow_forking: type: boolean @@ -26287,7 +26298,7 @@ paths: type: string number: type: integer - pull_request: &225 + pull_request: &226 title: Pull Request Minimal type: object properties: @@ -26358,10 +26369,10 @@ paths: assignees: type: array items: *4 - label: *219 + label: *220 labels: type: array - items: *219 + items: *220 required: - action - number @@ -26371,7 +26382,7 @@ paths: properties: action: type: string - pull_request: *225 + pull_request: *226 comment: type: object properties: @@ -26622,7 +26633,7 @@ paths: - pull_request updated_at: type: string - pull_request: *225 + pull_request: *226 required: - action - review @@ -26671,7 +26682,7 @@ paths: updated_at: type: string format: date-time - reactions: *222 + reactions: *223 required: - action - comment @@ -26682,7 +26693,7 @@ paths: type: string release: allOf: - - &709 + - &710 title: Release description: A release. type: object @@ -26753,7 +26764,7 @@ paths: author: *4 assets: type: array - items: &710 + items: &711 title: Release Asset description: Data related to a release. type: object @@ -26828,7 +26839,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *222 + reactions: *223 required: - assets_url - upload_url @@ -27001,7 +27012,7 @@ paths: _links: type: object properties: - timeline: &226 + timeline: &227 title: Link With Type description: Hypermedia Link with Type type: object @@ -27013,17 +27024,17 @@ paths: required: - href - type - user: *226 - security_advisories: *226 - current_user: *226 - current_user_public: *226 - current_user_actor: *226 - current_user_organization: *226 + user: *227 + security_advisories: *227 + current_user: *227 + current_user_public: *227 + current_user_actor: *227 + current_user_organization: *227 current_user_organizations: type: array - items: *226 - repository_discussions: *226 - repository_discussions_category: *226 + items: *227 + repository_discussions: *227 + repository_discussions_category: *227 required: - timeline - user @@ -27085,7 +27096,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *227 + - *228 - *17 - *19 responses: @@ -27095,7 +27106,7 @@ paths: application/json: schema: type: array - items: &228 + items: &229 title: Base Gist description: Base Gist type: object @@ -27194,7 +27205,7 @@ paths: - created_at - updated_at examples: - default: &229 + default: &230 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -27315,7 +27326,7 @@ paths: description: Response content: application/json: - schema: &230 + schema: &231 title: Gist Simple description: Gist Simple type: object @@ -27332,7 +27343,7 @@ paths: url: type: string format: uri - user: &798 + user: &799 title: Public User description: Public User type: object @@ -27694,7 +27705,7 @@ paths: truncated: type: boolean examples: - default: &231 + default: &232 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -27798,7 +27809,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-public-gists parameters: - - *227 + - *228 - *17 - *19 responses: @@ -27808,9 +27819,9 @@ paths: application/json: schema: type: array - items: *228 + items: *229 examples: - default: *229 + default: *230 headers: Link: *47 '422': *15 @@ -27832,7 +27843,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-starred-gists parameters: - - *227 + - *228 - *17 - *19 responses: @@ -27842,9 +27853,9 @@ paths: application/json: schema: type: array - items: *228 + items: *229 examples: - default: *229 + default: *230 headers: Link: *47 '401': *25 @@ -27872,7 +27883,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist parameters: - - &232 + - &233 name: gist_id description: The unique identifier of the gist. in: path @@ -27884,10 +27895,10 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: *231 - '403': &235 + default: *232 + '403': &236 description: Forbidden Gist content: application/json: @@ -27935,7 +27946,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#update-a-gist parameters: - - *232 + - *233 requestBody: required: true content: @@ -27995,9 +28006,9 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: - updateGist: *231 + updateGist: *232 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -28155,7 +28166,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#delete-a-gist parameters: - - *232 + - *233 responses: '204': description: Response @@ -28184,7 +28195,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#list-gist-comments parameters: - - *232 + - *233 - *17 - *19 responses: @@ -28194,7 +28205,7 @@ paths: application/json: schema: type: array - items: &233 + items: &234 title: Gist Comment description: A comment made to a gist. type: object @@ -28229,7 +28240,7 @@ paths: type: string format: date-time example: '2011-04-18T23:23:56Z' - author_association: *221 + author_association: *222 required: - url - id @@ -28294,7 +28305,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#create-a-gist-comment parameters: - - *232 + - *233 requestBody: required: true content: @@ -28319,9 +28330,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *234 examples: - default: &234 + default: &235 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -28379,8 +28390,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#get-a-gist-comment parameters: - - *232 - - &236 + - *233 + - &237 name: comment_id description: The unique identifier of the comment. in: path @@ -28393,12 +28404,12 @@ paths: description: Response content: application/json: - schema: *233 + schema: *234 examples: - default: *234 + default: *235 '304': *37 '404': *6 - '403': *235 + '403': *236 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28420,8 +28431,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#update-a-gist-comment parameters: - - *232 - - *236 + - *233 + - *237 requestBody: required: true content: @@ -28446,9 +28457,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *234 examples: - default: *234 + default: *235 '404': *6 x-github: githubCloudOnly: false @@ -28465,8 +28476,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#delete-a-gist-comment parameters: - - *232 - - *236 + - *233 + - *237 responses: '204': description: Response @@ -28489,7 +28500,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-commits parameters: - - *232 + - *233 - *17 - *19 responses: @@ -28590,7 +28601,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-forks parameters: - - *232 + - *233 - *17 - *19 responses: @@ -28600,7 +28611,7 @@ paths: application/json: schema: type: array - items: *230 + items: *231 examples: default: value: @@ -28665,13 +28676,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#fork-a-gist parameters: - - *232 + - *233 responses: '201': description: Response content: application/json: - schema: *228 + schema: *229 examples: default: value: @@ -28742,7 +28753,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#check-if-a-gist-is-starred parameters: - - *232 + - *233 responses: '204': description: Response if gist is starred @@ -28772,7 +28783,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#star-a-gist parameters: - - *232 + - *233 responses: '204': description: Response @@ -28794,7 +28805,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#unstar-a-gist parameters: - - *232 + - *233 responses: '204': description: Response @@ -28823,7 +28834,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist-revision parameters: - - *232 + - *233 - name: sha in: path required: true @@ -28834,9 +28845,9 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: *231 + default: *232 '422': *15 '404': *6 '403': *29 @@ -29204,7 +29215,7 @@ paths: - closed - all default: open - - &373 + - &374 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -29223,7 +29234,7 @@ paths: - comments default: created - *110 - - *227 + - *228 - name: collab in: query required: false @@ -29253,9 +29264,9 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: - default: &374 + default: &375 value: - id: 1 node_id: MDU6SXNzdWUx @@ -29538,8 +29549,8 @@ paths: title: License Simple description: License Simple type: object - properties: *223 - required: *224 + properties: *224 + required: *225 examples: default: value: @@ -29824,7 +29835,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &237 + X-CommonMarker-Version: &238 example: 0.17.4 schema: type: string @@ -29879,7 +29890,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *237 + X-CommonMarker-Version: *238 content: text/html: schema: @@ -29908,7 +29919,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &240 + - &241 name: account_id description: account_id parameter in: path @@ -29920,7 +29931,7 @@ paths: description: Response content: application/json: - schema: &239 + schema: &240 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -29950,7 +29961,7 @@ paths: nullable: true id: type: integer - plan: &238 + plan: &239 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -30039,7 +30050,7 @@ paths: nullable: true updated_at: type: string - plan: *238 + plan: *239 required: - url - id @@ -30047,7 +30058,7 @@ paths: - login - marketplace_purchase examples: - default: &241 + default: &242 value: url: https://api.github.com/orgs/github type: Organization @@ -30132,9 +30143,9 @@ paths: application/json: schema: type: array - items: *238 + items: *239 examples: - default: &242 + default: &243 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -30174,14 +30185,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &243 + - &244 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &244 + - &245 name: sort description: The property to sort the results by. in: query @@ -30211,9 +30222,9 @@ paths: application/json: schema: type: array - items: *239 + items: *240 examples: - default: &245 + default: &246 value: - url: https://api.github.com/orgs/github type: Organization @@ -30287,15 +30298,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *240 + - *241 responses: '200': description: Response content: application/json: - schema: *239 + schema: *240 examples: - default: *241 + default: *242 '404': description: Not Found when the account has not purchased the listing '401': *25 @@ -30327,9 +30338,9 @@ paths: application/json: schema: type: array - items: *238 + items: *239 examples: - default: *242 + default: *243 headers: Link: *47 '401': *25 @@ -30352,8 +30363,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *243 - *244 + - *245 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -30373,9 +30384,9 @@ paths: application/json: schema: type: array - items: *239 + items: *240 examples: - default: *245 + default: *246 headers: Link: *47 '401': *25 @@ -30639,14 +30650,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: - - &456 + - &457 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &457 + - &458 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -30663,7 +30674,7 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: default: value: @@ -30708,7 +30719,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &462 + '301': &463 description: Moved permanently content: application/json: @@ -30730,7 +30741,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &683 + - &684 name: all description: If `true`, show notifications marked as read. in: query @@ -30738,7 +30749,7 @@ paths: schema: type: boolean default: false - - &684 + - &685 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -30747,8 +30758,8 @@ paths: schema: type: boolean default: false - - *227 - - &685 + - *228 + - &686 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: @@ -30773,18 +30784,18 @@ paths: application/json: schema: type: array - items: &247 + items: &248 title: Thread description: Thread type: object properties: id: type: string - repository: &283 + repository: &284 title: Minimal Repository description: Minimal Repository type: object - properties: &343 + properties: &344 id: type: integer format: int64 @@ -31061,7 +31072,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &419 + security_and_analysis: &420 nullable: true type: object properties: @@ -31143,7 +31154,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &344 + required: &345 - archive_url - assignees_url - blobs_url @@ -31231,7 +31242,7 @@ paths: - url - subscription_url examples: - default: &686 + default: &687 value: - id: '1' repository: @@ -31397,7 +31408,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread parameters: - - &248 + - &249 name: thread_id description: The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications @@ -31411,7 +31422,7 @@ paths: description: Response content: application/json: - schema: *247 + schema: *248 examples: default: value: @@ -31514,7 +31525,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-read parameters: - - *248 + - *249 responses: '205': description: Reset Content @@ -31537,7 +31548,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-done parameters: - - *248 + - *249 responses: '204': description: No content @@ -31560,13 +31571,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *248 + - *249 responses: '200': description: Response content: application/json: - schema: &249 + schema: &250 title: Thread Subscription description: Thread Subscription type: object @@ -31603,7 +31614,7 @@ paths: - url - subscribed examples: - default: &250 + default: &251 value: subscribed: true ignored: false @@ -31634,7 +31645,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#set-a-thread-subscription parameters: - - *248 + - *249 requestBody: required: false content: @@ -31655,9 +31666,9 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: - default: *250 + default: *251 '304': *37 '403': *29 '401': *25 @@ -31680,7 +31691,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#delete-a-thread-subscription parameters: - - *248 + - *249 responses: '204': description: Response @@ -31777,7 +31788,7 @@ paths: type: array items: *73 examples: - default: *251 + default: *252 headers: Link: example: ; rel="next" @@ -31828,7 +31839,7 @@ paths: type: integer custom_roles: type: array - items: &327 + items: &328 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -31876,7 +31887,7 @@ paths: - created_at - updated_at examples: - default: &328 + default: &329 value: id: 8030 name: Security Engineer @@ -31929,7 +31940,7 @@ paths: description: Response content: application/json: - schema: &252 + schema: &253 title: Actions cache retention limit for an organization description: GitHub Actions cache retention policy for an organization. type: object @@ -31967,7 +31978,7 @@ paths: required: true content: application/json: - schema: *252 + schema: *253 examples: selected_actions: *44 responses: @@ -32002,7 +32013,7 @@ paths: description: Response content: application/json: - schema: &253 + schema: &254 title: Actions cache storage limit for an organization description: GitHub Actions cache storage policy for an organization. type: object @@ -32040,7 +32051,7 @@ paths: required: true content: application/json: - schema: *253 + schema: *254 examples: selected_actions: *46 responses: @@ -32113,8 +32124,8 @@ paths: title: Simple Repository description: A GitHub repository. type: object - properties: *254 - required: *255 + properties: *255 + required: *256 nullable: true additionalProperties: false examples: @@ -32348,7 +32359,7 @@ paths: type: array items: *156 examples: - default: &692 + default: &693 value: - property_name: environment value: production @@ -32398,7 +32409,7 @@ paths: required: - properties examples: - default: &693 + default: &694 value: properties: - property_name: environment @@ -32445,7 +32456,7 @@ paths: description: Response content: application/json: - schema: &256 + schema: &257 title: Organization Full description: |- Prevents users in the organization from using insecure methods of two-factor authentication to fulfill a two-factor requirement. @@ -32778,7 +32789,7 @@ paths: - updated_at - archived_at examples: - default-response: &257 + default-response: &258 value: login: github id: 1 @@ -33103,17 +33114,17 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *257 + default: *258 '422': description: Validation failed content: application/json: schema: oneOf: - - *258 - *259 + - *260 '409': *119 x-github: githubCloudOnly: false @@ -33168,9 +33179,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 headers: Link: *47 x-github: @@ -33211,7 +33222,7 @@ paths: type: integer repository_cache_usages: type: array - items: &469 + items: &470 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -33286,7 +33297,7 @@ paths: type: array items: *48 examples: - default: *262 + default: *263 headers: Link: *47 x-github: @@ -33452,7 +33463,7 @@ paths: application/json: schema: *49 examples: - default: *263 + default: *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33544,7 +33555,7 @@ paths: application/json: schema: *52 examples: - default: *264 + default: *265 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33663,9 +33674,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33701,7 +33712,7 @@ paths: type: array items: *56 examples: - default: *267 + default: *268 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33898,7 +33909,7 @@ paths: description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &268 + schema: &269 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -33912,7 +33923,7 @@ paths: required: - include_claim_keys examples: - default: &269 + default: &270 value: include_claim_keys: - repo @@ -33939,15 +33950,15 @@ paths: required: true content: application/json: - schema: *268 + schema: *269 examples: - default: *269 + default: *270 responses: '201': description: Empty response content: application/json: - schema: &294 + schema: &295 title: Empty Object description: An object without any properties. type: object @@ -33986,7 +33997,7 @@ paths: schema: type: object properties: - enabled_repositories: &271 + enabled_repositories: &272 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -34000,7 +34011,7 @@ paths: that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. allowed_actions: *60 - selected_actions_url: *270 + selected_actions_url: *271 sha_pinning_required: *61 required: - enabled_repositories @@ -34042,7 +34053,7 @@ paths: schema: type: object properties: - enabled_repositories: *271 + enabled_repositories: *272 allowed_actions: *60 sha_pinning_required: *61 required: @@ -34078,7 +34089,7 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: response: summary: Example response @@ -34109,7 +34120,7 @@ paths: required: true content: application/json: - schema: *273 + schema: *274 examples: application/json: value: @@ -34147,7 +34158,7 @@ paths: application/json: schema: *62 examples: - default: *274 + default: *275 '404': *6 x-github: enabledForGitHubApps: true @@ -34204,7 +34215,7 @@ paths: description: Response content: application/json: - schema: *275 + schema: *276 examples: default: *63 '403': *29 @@ -34229,7 +34240,7 @@ paths: required: true content: application/json: - schema: *276 + schema: *277 examples: default: *63 responses: @@ -34281,7 +34292,7 @@ paths: type: array items: *78 examples: - default: &278 + default: &279 value: total_count: 1 repositories: @@ -34466,7 +34477,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - *87 - - &277 + - &278 name: repository_id description: The unique identifier of the repository. in: path @@ -34495,7 +34506,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - *87 - - *277 + - *278 responses: '204': description: Response @@ -34691,7 +34702,7 @@ paths: type: array items: *78 examples: - default: *278 + default: *279 '403': *29 '404': *6 x-github: @@ -34760,7 +34771,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#add-a-repository-to-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - *87 - - *277 + - *278 responses: '204': description: No content @@ -34787,7 +34798,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#remove-a-repository-from-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - *87 - - *277 + - *278 responses: '204': description: No content @@ -34821,7 +34832,7 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: default: *69 x-github: @@ -34855,7 +34866,7 @@ paths: required: false content: application/json: - schema: *280 + schema: *281 examples: default: *69 x-github: @@ -34902,7 +34913,7 @@ paths: type: number runner_groups: type: array - items: &281 + items: &282 type: object properties: id: @@ -35090,9 +35101,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: &282 + default: &283 value: id: 2 name: octo-runner-group @@ -35134,7 +35145,7 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: default: value: @@ -35225,9 +35236,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -35291,7 +35302,7 @@ paths: type: array items: *48 examples: - default: *262 + default: *263 headers: Link: *47 x-github: @@ -35332,9 +35343,9 @@ paths: type: number repositories: type: array - items: *283 + items: *284 examples: - default: &801 + default: &802 value: total_count: 1 repositories: @@ -35633,7 +35644,7 @@ paths: parameters: - *87 - *72 - - *277 + - *278 responses: '204': description: Response @@ -35657,7 +35668,7 @@ paths: parameters: - *87 - *72 - - *277 + - *278 responses: '204': description: Response @@ -35875,9 +35886,9 @@ paths: application/json: schema: type: array - items: *284 + items: *285 examples: - default: *285 + default: *286 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35942,7 +35953,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *286 + '201': *287 '404': *6 '422': *7 '409': *119 @@ -35981,7 +35992,7 @@ paths: application/json: schema: *79 examples: - default: *287 + default: *288 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36017,7 +36028,7 @@ paths: application/json: schema: *79 examples: - default: *288 + default: *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36048,7 +36059,7 @@ paths: application/json: schema: *76 examples: - default: *289 + default: *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36223,7 +36234,7 @@ paths: - *87 - *75 responses: - '200': *290 + '200': *291 '404': *6 x-github: githubCloudOnly: false @@ -36252,7 +36263,7 @@ paths: parameters: - *87 - *75 - - *291 + - *292 responses: '200': *81 '404': *6 @@ -36297,7 +36308,7 @@ paths: type: integer secrets: type: array - items: &292 + items: &293 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -36376,7 +36387,7 @@ paths: description: Response content: application/json: - schema: &489 + schema: &490 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -36405,7 +36416,7 @@ paths: - key_id - key examples: - default: &490 + default: &491 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -36431,7 +36442,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-secret parameters: - *87 - - &293 + - &294 name: secret_name description: The name of the secret. in: path @@ -36443,7 +36454,7 @@ paths: description: Response content: application/json: - schema: *292 + schema: *293 examples: default: value: @@ -36474,7 +36485,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-organization-secret parameters: - *87 - - *293 + - *294 requestBody: required: true content: @@ -36531,7 +36542,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -36558,7 +36569,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-organization-secret parameters: - *87 - - *293 + - *294 responses: '204': description: Response @@ -36585,7 +36596,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - *87 - - *293 + - *294 - *19 - *17 responses: @@ -36603,9 +36614,9 @@ paths: type: integer repositories: type: array - items: *283 + items: *284 examples: - default: &297 + default: &298 value: total_count: 1 repositories: @@ -36698,7 +36709,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - *87 - - *293 + - *294 requestBody: required: true content: @@ -36751,7 +36762,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - *87 - - *293 + - *294 - name: repository_id in: path required: true @@ -36785,7 +36796,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - *87 - - *293 + - *294 - name: repository_id in: path required: true @@ -36818,7 +36829,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *87 - - &474 + - &475 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -36842,7 +36853,7 @@ paths: type: integer variables: type: array - items: &295 + items: &296 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -36975,7 +36986,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -37001,7 +37012,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-organization-variable parameters: - *87 - - &296 + - &297 name: name description: The name of the variable. in: path @@ -37013,7 +37024,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *296 examples: default: value: @@ -37044,7 +37055,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-organization-variable parameters: - *87 - - *296 + - *297 requestBody: required: true content: @@ -37107,7 +37118,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-organization-variable parameters: - *87 - - *296 + - *297 responses: '204': description: Response @@ -37134,7 +37145,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - *87 - - *296 + - *297 - *19 - *17 responses: @@ -37152,9 +37163,9 @@ paths: type: integer repositories: type: array - items: *283 + items: *284 examples: - default: *297 + default: *298 '409': description: Response when the visibility of the variable is not set to `selected` @@ -37181,7 +37192,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - *87 - - *296 + - *297 requestBody: required: true content: @@ -37231,7 +37242,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - *87 - - *296 + - *297 - name: repository_id in: path required: true @@ -37266,7 +37277,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - *87 - - *296 + - *297 - name: repository_id in: path required: true @@ -37324,7 +37335,7 @@ paths: required: true content: application/json: - schema: *298 + schema: *299 examples: default: *85 parameters: @@ -37486,7 +37497,7 @@ paths: type: integer deployment_records: type: array - items: &299 + items: &300 title: Artifact Deployment Record description: Artifact Metadata Deployment Record type: object @@ -37530,7 +37541,7 @@ paths: with the deployment record. nullable: true examples: - default: &300 + default: &301 value: total_count: 1 deployment_records: @@ -37703,9 +37714,9 @@ paths: type: integer deployment_records: type: array - items: *299 + items: *300 examples: - default: *300 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37902,9 +37913,9 @@ paths: type: integer deployment_records: type: array - items: *299 + items: *300 examples: - default: *300 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38033,12 +38044,12 @@ paths: required: - subject_digests examples: - default: &831 + default: &832 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &832 + withPredicateType: &833 value: subject_digests: - sha256:abc123 @@ -38096,7 +38107,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &833 + default: &834 value: attestations_subject_digests: - sha256:abc: @@ -38445,7 +38456,7 @@ paths: initiator: type: string examples: - default: &503 + default: &504 value: attestations: - bundle: @@ -38571,10 +38582,10 @@ paths: required: false schema: type: string - - *301 - *302 - *303 - *304 + - *305 - *17 responses: '200': @@ -38583,9 +38594,9 @@ paths: application/json: schema: type: array - items: *305 + items: *306 examples: - default: *306 + default: *307 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -38708,7 +38719,7 @@ paths: subcategory: bypass-requests parameters: - *87 - - &309 + - &310 name: repository_name description: The name of the repository to filter on. in: query @@ -38727,9 +38738,9 @@ paths: application/json: schema: type: array - items: *307 + items: *308 examples: - default: *308 + default: *309 '404': *6 '500': *40 "/orgs/{org}/bypass-requests/secret-scanning": @@ -38753,7 +38764,7 @@ paths: subcategory: delegated-bypass parameters: - *87 - - *309 + - *310 - *103 - *104 - *105 @@ -38767,9 +38778,9 @@ paths: application/json: schema: type: array - items: *310 + items: *311 examples: - default: *311 + default: *312 '404': *6 '500': *40 "/orgs/{org}/campaigns": @@ -38796,7 +38807,7 @@ paths: description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &313 + schema: &314 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -38822,7 +38833,7 @@ paths: application/json: schema: type: array - items: &314 + items: &315 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -38853,7 +38864,7 @@ paths: team_managers: description: The campaign team managers type: array - items: *312 + items: *313 published_at: description: The date and time the campaign was published, in ISO 8601 format':' YYYY-MM-DDTHH:MM:SSZ. @@ -38871,7 +38882,7 @@ paths: type: string format: date-time nullable: true - state: *313 + state: *314 contact_link: description: The contact link of the campaign. type: string @@ -39091,9 +39102,9 @@ paths: description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: &315 + default: &316 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -39176,9 +39187,9 @@ paths: description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: *315 + default: *316 '404': *6 '422': description: Unprocessable Entity @@ -39255,7 +39266,7 @@ paths: type: string format: uri nullable: true - state: *313 + state: *314 examples: default: value: @@ -39265,9 +39276,9 @@ paths: description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: *315 + default: *316 '400': description: Bad Request content: @@ -39334,8 +39345,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *87 - - *316 - *317 + - *318 - *108 - *109 - *19 @@ -39346,7 +39357,7 @@ paths: be returned. in: query required: false - schema: *318 + schema: *319 - name: sort description: The property by which to sort the results. in: query @@ -39362,7 +39373,7 @@ paths: be returned. in: query required: false - schema: &529 + schema: &530 type: string description: Severity of a code scanning alert. enum: @@ -39388,9 +39399,9 @@ paths: application/json: schema: type: array - items: *319 + items: *320 examples: - default: *320 + default: *321 headers: Link: *47 '404': *6 @@ -39748,7 +39759,7 @@ paths: application/json: schema: *114 examples: - default: *321 + default: *322 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39776,9 +39787,9 @@ paths: description: Response content: application/json: - schema: *322 + schema: *323 examples: - default: *323 + default: *324 '304': *37 '403': *29 '404': *6 @@ -39865,7 +39876,7 @@ paths: application/json: schema: *114 examples: - default: *321 + default: *322 '304': *37 '403': *29 '404': *6 @@ -40288,7 +40299,7 @@ paths: default: value: default_for_new_repos: all - configuration: *321 + configuration: *322 '403': *29 '404': *6 x-github: @@ -40341,13 +40352,13 @@ paths: application/json: schema: type: array - items: *324 + items: *325 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *325 + repository: *326 '403': *29 '404': *6 x-github: @@ -40387,7 +40398,7 @@ paths: type: integer codespaces: type: array - items: &375 + items: &376 type: object title: Codespace description: A codespace. @@ -40412,12 +40423,12 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *283 + repository: *284 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &561 + properties: &562 name: type: string description: The name of the machine. @@ -40459,7 +40470,7 @@ paths: - ready - in_progress nullable: true - required: &562 + required: &563 - name - display_name - operating_system @@ -40664,7 +40675,7 @@ paths: - pulls_url - recent_folders examples: - default: &376 + default: &377 value: total_count: 3 codespaces: @@ -41288,7 +41299,7 @@ paths: type: integer secrets: type: array - items: &326 + items: &327 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -41327,7 +41338,7 @@ paths: - updated_at - visibility examples: - default: &563 + default: &564 value: total_count: 2 secrets: @@ -41365,7 +41376,7 @@ paths: description: Response content: application/json: - schema: &564 + schema: &565 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -41394,7 +41405,7 @@ paths: - key_id - key examples: - default: &565 + default: &566 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -41418,15 +41429,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-secret parameters: - *87 - - *293 + - *294 responses: '200': description: Response content: application/json: - schema: *326 + schema: *327 examples: - default: &567 + default: &568 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -41454,7 +41465,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - *87 - - *293 + - *294 requestBody: required: true content: @@ -41509,7 +41520,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -41536,7 +41547,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - *87 - - *293 + - *294 responses: '204': description: Response @@ -41562,7 +41573,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - *87 - - *293 + - *294 - *19 - *17 responses: @@ -41580,9 +41591,9 @@ paths: type: integer repositories: type: array - items: *283 + items: *284 examples: - default: *297 + default: *298 '404': *6 x-github: githubCloudOnly: false @@ -41605,7 +41616,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - *87 - - *293 + - *294 requestBody: required: true content: @@ -41656,7 +41667,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - *87 - - *293 + - *294 - name: repository_id in: path required: true @@ -41690,7 +41701,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - *87 - - *293 + - *294 - name: repository_id in: path required: true @@ -42647,7 +42658,7 @@ paths: type: integer custom_roles: type: array - items: *327 + items: *328 examples: default: value: @@ -42739,7 +42750,7 @@ paths: required: true content: application/json: - schema: &329 + schema: &330 type: object properties: name: @@ -42780,9 +42791,9 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '422': *15 '404': *6 x-github: @@ -42813,9 +42824,9 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '404': *6 x-github: githubCloudOnly: true @@ -42843,7 +42854,7 @@ paths: required: true content: application/json: - schema: &330 + schema: &331 type: object properties: name: @@ -42881,9 +42892,9 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '422': *15 '404': *6 x-github: @@ -42941,7 +42952,7 @@ paths: required: true content: application/json: - schema: *329 + schema: *330 examples: default: value: @@ -42955,9 +42966,9 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '422': *15 '404': *6 x-github: @@ -42994,9 +43005,9 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '404': *6 x-github: githubCloudOnly: true @@ -43030,7 +43041,7 @@ paths: required: true content: application/json: - schema: *330 + schema: *331 examples: default: value: @@ -43045,9 +43056,9 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '422': *15 '404': *6 x-github: @@ -43107,11 +43118,11 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - *87 - - *331 - *332 - *333 - *334 - *335 + - *336 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -43149,8 +43160,8 @@ paths: Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` schema: type: string - - *336 - *337 + - *338 - *110 - *108 - *109 @@ -43162,9 +43173,9 @@ paths: application/json: schema: type: array - items: *338 + items: *339 examples: - default: *339 + default: *340 '304': *37 '400': *14 '403': *29 @@ -43208,7 +43219,7 @@ paths: type: integer secrets: type: array - items: &340 + items: &341 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -43285,7 +43296,7 @@ paths: description: Response content: application/json: - schema: &596 + schema: &597 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -43302,7 +43313,7 @@ paths: - key_id - key examples: - default: &597 + default: &598 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -43326,13 +43337,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-secret parameters: - *87 - - *293 + - *294 responses: '200': description: Response content: application/json: - schema: *340 + schema: *341 examples: default: value: @@ -43361,7 +43372,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - *87 - - *293 + - *294 requestBody: required: true content: @@ -43420,7 +43431,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -43445,7 +43456,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-an-organization-secret parameters: - *87 - - *293 + - *294 responses: '204': description: Response @@ -43470,7 +43481,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - *87 - - *293 + - *294 - *19 - *17 responses: @@ -43488,9 +43499,9 @@ paths: type: integer repositories: type: array - items: *283 + items: *284 examples: - default: *297 + default: *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43512,7 +43523,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - *87 - - *293 + - *294 requestBody: required: true content: @@ -43563,7 +43574,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - *87 - - *293 + - *294 - name: repository_id in: path required: true @@ -43595,7 +43606,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - *87 - - *293 + - *294 - name: repository_id in: path required: true @@ -43632,7 +43643,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *87 - - &605 + - &606 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -43640,7 +43651,7 @@ paths: required: false schema: type: string - - &606 + - &607 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -43648,7 +43659,7 @@ paths: required: false schema: type: string - - &607 + - &608 name: time_period description: |- The time period to filter by. @@ -43664,7 +43675,7 @@ paths: - week - month default: month - - &608 + - &609 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -43679,7 +43690,7 @@ paths: - denied - all default: all - - *309 + - *310 - *17 - *19 responses: @@ -43689,7 +43700,7 @@ paths: application/json: schema: type: array - items: &609 + items: &610 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -43795,7 +43806,7 @@ paths: type: array description: The responses to the dismissal request. nullable: true - items: &341 + items: &342 title: Dismissal request response description: A response made by a requester to dismiss the request. @@ -43845,7 +43856,7 @@ paths: format: uri example: https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &610 + default: &611 value: - id: 21 number: 42 @@ -43933,11 +43944,11 @@ paths: subcategory: alert-dismissal-requests parameters: - *87 - - *309 + - *310 - *103 - *104 - *105 - - &342 + - &343 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -43963,7 +43974,7 @@ paths: application/json: schema: type: array - items: &611 + items: &612 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -44069,7 +44080,7 @@ paths: type: array description: The responses to the dismissal request. nullable: true - items: *341 + items: *342 url: type: string format: uri @@ -44080,7 +44091,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &612 + default: &613 value: - id: 21 number: 42 @@ -44168,11 +44179,11 @@ paths: subcategory: alert-dismissal-requests parameters: - *87 - - *309 + - *310 - *103 - *104 - *105 - - *342 + - *343 - *17 - *19 responses: @@ -44182,7 +44193,7 @@ paths: application/json: schema: type: array - items: &613 + items: &614 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -44303,7 +44314,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &614 + default: &615 value: - id: 21 number: 42 @@ -44391,7 +44402,7 @@ paths: application/json: schema: type: array - items: &386 + items: &387 title: Package description: A software package type: object @@ -44441,8 +44452,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *343 - required: *344 + properties: *344 + required: *345 nullable: true created_at: type: string @@ -44461,7 +44472,7 @@ paths: - created_at - updated_at examples: - default: &387 + default: &388 value: - id: 197 name: hello_docker @@ -44549,7 +44560,7 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: 200-response: value: @@ -44648,7 +44659,7 @@ paths: description: Response content: application/json: - schema: &453 + schema: &454 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -44729,7 +44740,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &454 + default: &455 value: group_id: '123' group_name: Octocat admins @@ -44784,7 +44795,7 @@ paths: description: Response content: application/json: - schema: &451 + schema: &452 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -44821,7 +44832,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &452 + default: &453 value: groups: - group_id: '123' @@ -44865,7 +44876,7 @@ paths: application/json: schema: type: array - items: &367 + items: &368 title: Organization Invitation description: Organization Invitation type: object @@ -44912,7 +44923,7 @@ paths: - invitation_teams_url - node_id examples: - default: &368 + default: &369 value: - id: 1 login: monalisa @@ -44979,7 +44990,7 @@ paths: application/json: schema: type: array - items: &420 + items: &421 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -44993,7 +45004,7 @@ paths: - name - description examples: - default: &421 + default: &422 value: - name: add_assignee description: Assign or remove a user @@ -45034,7 +45045,7 @@ paths: application/json: schema: type: array - items: &345 + items: &346 title: Org Hook description: Org Hook type: object @@ -45203,9 +45214,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: &346 + default: &347 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -45250,7 +45261,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *87 - - &347 + - &348 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -45263,9 +45274,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 '404': *6 x-github: githubCloudOnly: false @@ -45287,7 +45298,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *87 - - *347 + - *348 requestBody: required: false content: @@ -45332,7 +45343,7 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: default: value: @@ -45372,7 +45383,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *87 - - *347 + - *348 responses: '204': description: Response @@ -45398,7 +45409,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *87 - - *347 + - *348 responses: '200': description: Response @@ -45427,7 +45438,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *87 - - *347 + - *348 requestBody: required: false content: @@ -45476,9 +45487,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *87 - - *347 - - *17 - *348 + - *17 + - *349 responses: '200': description: Response @@ -45486,9 +45497,9 @@ paths: application/json: schema: type: array - items: *349 + items: *350 examples: - default: *350 + default: *351 '400': *14 '422': *15 x-github: @@ -45512,16 +45523,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *87 - - *347 + - *348 - *16 responses: '200': description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 '400': *14 '422': *15 x-github: @@ -45545,7 +45556,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *87 - - *347 + - *348 - *16 responses: '202': *39 @@ -45572,7 +45583,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *87 - - *347 + - *348 responses: '204': description: Response @@ -45595,7 +45606,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *87 - - &357 + - &358 name: actor_type in: path description: The type of the actor @@ -45608,14 +45619,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &358 + - &359 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &353 + - &354 name: min_timestamp description: 'The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -45623,7 +45634,7 @@ paths: required: true schema: type: string - - &354 + - &355 name: max_timestamp description: 'The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -45717,12 +45728,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *87 - - *353 - *354 + - *355 - *19 - *17 - *110 - - &363 + - &364 name: sort description: The property to sort the results by. in: query @@ -45801,14 +45812,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *87 - - *353 - *354 + - *355 responses: '200': description: Response content: application/json: - schema: &355 + schema: &356 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -45824,7 +45835,7 @@ paths: type: integer format: int64 examples: - default: &356 + default: &357 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -45845,23 +45856,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *87 - - &359 + - &360 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *353 - *354 + - *355 responses: '200': description: Response content: application/json: - schema: *355 + schema: *356 examples: - default: *356 + default: *357 x-github: enabledForGitHubApps: true category: orgs @@ -45880,18 +45891,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *87 - - *353 - *354 - - *357 + - *355 - *358 + - *359 responses: '200': description: Response content: application/json: - schema: *355 + schema: *356 examples: - default: *356 + default: *357 x-github: enabledForGitHubApps: true category: orgs @@ -45909,9 +45920,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *87 - - *353 - *354 - - &360 + - *355 + - &361 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -45924,7 +45935,7 @@ paths: description: Response content: application/json: - schema: &361 + schema: &362 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -45940,7 +45951,7 @@ paths: type: integer format: int64 examples: - default: &362 + default: &363 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -45977,18 +45988,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *87 - - *359 - - *353 - - *354 - *360 + - *354 + - *355 + - *361 responses: '200': description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *362 + default: *363 x-github: enabledForGitHubApps: true category: orgs @@ -46006,19 +46017,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *87 - - *357 - *358 - - *353 + - *359 - *354 - - *360 + - *355 + - *361 responses: '200': description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *362 + default: *363 x-github: enabledForGitHubApps: true category: orgs @@ -46036,13 +46047,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *87 - - *359 - - *353 + - *360 - *354 + - *355 - *19 - *17 - *110 - - *363 + - *364 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -46123,7 +46134,7 @@ paths: application/json: schema: *22 examples: - default: &645 + default: &646 value: id: 1 account: @@ -46289,12 +46300,12 @@ paths: application/json: schema: anyOf: - - &365 + - &366 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &364 + limit: &365 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -46319,7 +46330,7 @@ paths: properties: {} additionalProperties: false examples: - default: &366 + default: &367 value: limit: collaborators_only origin: organization @@ -46348,13 +46359,13 @@ paths: required: true content: application/json: - schema: &646 + schema: &647 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *364 + limit: *365 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -46378,9 +46389,9 @@ paths: description: Response content: application/json: - schema: *365 + schema: *366 examples: - default: *366 + default: *367 '422': *15 x-github: githubCloudOnly: false @@ -46458,9 +46469,9 @@ paths: application/json: schema: type: array - items: *367 + items: *368 examples: - default: *368 + default: *369 headers: Link: *47 '404': *6 @@ -46538,7 +46549,7 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: default: value: @@ -46595,7 +46606,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *87 - - &369 + - &370 name: invitation_id description: The unique identifier of the invitation. in: path @@ -46629,7 +46640,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *87 - - *369 + - *370 - *17 - *19 responses: @@ -46639,9 +46650,9 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: - default: &385 + default: &386 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -46684,7 +46695,7 @@ paths: application/json: schema: type: array - items: *370 + items: *371 examples: default: value: @@ -46769,9 +46780,9 @@ paths: description: Response content: application/json: - schema: *370 + schema: *371 examples: - default: &371 + default: &372 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -46804,7 +46815,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *87 - - &372 + - &373 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -46857,9 +46868,9 @@ paths: description: Response content: application/json: - schema: *370 + schema: *371 examples: - default: *371 + default: *372 '404': *6 '422': *7 x-github: @@ -46884,7 +46895,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *87 - - *372 + - *373 responses: '204': description: Response @@ -46947,7 +46958,7 @@ paths: - closed - all default: open - - *373 + - *374 - name: type description: Can be the name of an issue type. in: query @@ -46966,7 +46977,7 @@ paths: - comments default: created - *110 - - *227 + - *228 - *17 - *19 responses: @@ -46976,9 +46987,9 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: - default: *374 + default: *375 headers: Link: *47 '404': *6 @@ -47137,9 +47148,9 @@ paths: type: integer codespaces: type: array - items: *375 + items: *376 examples: - default: *376 + default: *377 '304': *37 '500': *40 '401': *25 @@ -47166,7 +47177,7 @@ paths: parameters: - *87 - *143 - - &377 + - &378 name: codespace_name in: path required: true @@ -47201,15 +47212,15 @@ paths: parameters: - *87 - *143 - - *377 + - *378 responses: '200': description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: &560 + default: &561 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -47465,7 +47476,7 @@ paths: description: Response content: application/json: - schema: &378 + schema: &379 title: Org Membership description: Org Membership type: object @@ -47532,7 +47543,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &379 + response-if-user-has-an-active-admin-membership-with-organization: &380 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -47633,9 +47644,9 @@ paths: description: Response content: application/json: - schema: *378 + schema: *379 examples: - response-if-user-already-had-membership-with-organization: *379 + response-if-user-already-had-membership-with-organization: *380 '422': *15 '403': *29 x-github: @@ -47706,7 +47717,7 @@ paths: application/json: schema: type: array - items: &380 + items: &381 title: Migration description: A migration. type: object @@ -48035,7 +48046,7 @@ paths: description: Response content: application/json: - schema: *380 + schema: *381 examples: default: value: @@ -48214,7 +48225,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *87 - - &381 + - &382 name: migration_id description: The unique identifier of the migration. in: path @@ -48241,7 +48252,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *380 + schema: *381 examples: default: value: @@ -48411,7 +48422,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *87 - - *381 + - *382 responses: '302': description: Response @@ -48433,7 +48444,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *87 - - *381 + - *382 responses: '204': description: Response @@ -48457,8 +48468,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *87 - - *381 - - &814 + - *382 + - &815 name: repo_name description: repo_name parameter in: path @@ -48486,7 +48497,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *87 - - *381 + - *382 - *17 - *19 responses: @@ -48496,9 +48507,9 @@ paths: application/json: schema: type: array - items: *283 + items: *284 examples: - default: &392 + default: &393 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -48707,7 +48718,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &382 + items: &383 title: Organization Role description: Organization roles type: object @@ -48914,7 +48925,7 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: default: value: @@ -48966,7 +48977,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *87 - - *215 + - *216 responses: '204': description: Response @@ -48992,7 +49003,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *87 - - *215 + - *216 - *142 responses: '204': @@ -49023,7 +49034,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *87 - - *215 + - *216 - *142 responses: '204': @@ -49144,7 +49155,7 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: default: value: @@ -49241,7 +49252,7 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: default: value: @@ -49399,8 +49410,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *383 - required: *384 + properties: *384 + required: *385 nullable: true type: description: The ownership type of the team @@ -49432,7 +49443,7 @@ paths: - type - parent examples: - default: *385 + default: *386 headers: Link: *47 '404': @@ -49490,13 +49501,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &441 + items: &442 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *383 - required: *384 + properties: *384 + required: *385 name: nullable: true type: string @@ -49784,7 +49795,7 @@ paths: - nuget - container - *87 - - &815 + - &816 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -49820,12 +49831,12 @@ paths: application/json: schema: type: array - items: *386 + items: *387 examples: - default: *387 + default: *388 '403': *29 '401': *25 - '400': &817 + '400': &818 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -49847,7 +49858,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &388 + - &389 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -49865,7 +49876,7 @@ paths: - docker - nuget - container - - &389 + - &390 name: package_name description: The name of the package. in: path @@ -49878,7 +49889,7 @@ paths: description: Response content: application/json: - schema: *386 + schema: *387 examples: default: value: @@ -49930,8 +49941,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *388 - *389 + - *390 - *87 responses: '204': @@ -49964,8 +49975,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *388 - *389 + - *390 - *87 - name: token description: package token @@ -49998,8 +50009,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *388 - *389 + - *390 - *87 - *19 - *17 @@ -50020,7 +50031,7 @@ paths: application/json: schema: type: array - items: &390 + items: &391 title: Package Version description: A version of a software package type: object @@ -50145,10 +50156,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *388 - *389 + - *390 - *87 - - &391 + - &392 name: package_version_id description: Unique identifier of the package version. in: path @@ -50160,7 +50171,7 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: default: value: @@ -50196,10 +50207,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *388 - *389 + - *390 - *87 - - *391 + - *392 responses: '204': description: Response @@ -50231,10 +50242,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *388 - *389 + - *390 - *87 - - *391 + - *392 responses: '204': description: Response @@ -50264,7 +50275,7 @@ paths: - *87 - *17 - *19 - - &393 + - &394 name: sort description: The property by which to sort the results. in: query @@ -50275,7 +50286,7 @@ paths: - created_at default: created_at - *110 - - &394 + - &395 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -50286,7 +50297,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &395 + - &396 name: repository description: The name of the repository to use to filter the results. in: query @@ -50294,7 +50305,7 @@ paths: schema: type: string example: Hello-World - - &396 + - &397 name: permission description: The permission to use to filter the results. in: query @@ -50302,7 +50313,7 @@ paths: schema: type: string example: issues_read - - &397 + - &398 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -50312,7 +50323,7 @@ paths: schema: type: string format: date-time - - &398 + - &399 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -50322,7 +50333,7 @@ paths: schema: type: string format: date-time - - &399 + - &400 name: token_id description: The ID of the token in: query @@ -50633,9 +50644,9 @@ paths: application/json: schema: type: array - items: *283 + items: *284 examples: - default: *392 + default: *393 headers: Link: *47 x-github: @@ -50661,14 +50672,14 @@ paths: - *87 - *17 - *19 - - *393 - - *110 - *394 + - *110 - *395 - *396 - *397 - *398 - *399 + - *400 responses: '500': *40 '422': *15 @@ -50948,9 +50959,9 @@ paths: application/json: schema: type: array - items: *283 + items: *284 examples: - default: *392 + default: *393 headers: Link: *47 x-github: @@ -50992,7 +51003,7 @@ paths: type: integer configurations: type: array - items: &400 + items: &401 title: Organization private registry description: Private registry configuration for an organization type: object @@ -51282,7 +51293,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &401 + org-private-registry-with-selected-visibility: &402 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -51372,15 +51383,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - *87 - - *293 + - *294 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '404': *6 x-github: githubCloudOnly: false @@ -51402,7 +51413,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - *87 - - *293 + - *294 requestBody: required: true content: @@ -51507,7 +51518,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - *87 - - *293 + - *294 responses: '204': description: Response @@ -51547,7 +51558,7 @@ paths: application/json: schema: type: array - items: &402 + items: &403 title: Projects v2 Project description: A projects v2 project type: object @@ -51617,7 +51628,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &906 + properties: &907 id: type: number description: The unique identifier of the status update. @@ -51665,7 +51676,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &907 + required: &908 - id - node_id - created_at @@ -51690,7 +51701,7 @@ paths: - deleted_at - deleted_by examples: - default: &403 + default: &404 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -51793,7 +51804,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-organization parameters: - - &404 + - &405 name: project_number description: The project's number. in: path @@ -51806,9 +51817,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *403 + default: *404 headers: Link: *47 '304': *37 @@ -51831,7 +51842,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - *87 - - *404 + - *405 requestBody: required: true description: Details of the draft item to create in the project. @@ -51865,7 +51876,7 @@ paths: description: Response content: application/json: - schema: &410 + schema: &411 title: Projects v2 Item description: An item belonging to a project type: object @@ -51878,8 +51889,8 @@ paths: description: The node ID of the project item. content: oneOf: - - *220 - - &577 + - *221 + - &578 title: Pull Request Simple description: Pull Request Simple type: object @@ -51985,8 +51996,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *405 - required: *406 + properties: *406 + required: *407 nullable: true active_lock_reason: type: string @@ -52031,7 +52042,7 @@ paths: nullable: true requested_teams: type: array - items: *312 + items: *313 nullable: true head: type: object @@ -52082,7 +52093,7 @@ paths: _links: type: object properties: - comments: &407 + comments: &408 title: Link description: Hypermedia Link type: object @@ -52091,13 +52102,13 @@ paths: type: string required: - href - commits: *407 - statuses: *407 - html: *407 - issue: *407 - review_comments: *407 - review_comment: *407 - self: *407 + commits: *408 + statuses: *408 + html: *408 + issue: *408 + review_comments: *408 + review_comment: *408 + self: *408 required: - comments - commits @@ -52107,8 +52118,8 @@ paths: - review_comments - review_comment - self - author_association: *221 - auto_merge: &695 + author_association: *222 + auto_merge: &696 title: Auto merge description: The status of auto merging a pull request. type: object @@ -52210,7 +52221,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &409 + content_type: &410 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -52250,7 +52261,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &411 + draft_issue: &412 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -52324,7 +52335,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-organization parameters: - - *404 + - *405 - *87 - *17 - *108 @@ -52336,7 +52347,7 @@ paths: application/json: schema: type: array - items: &408 + items: &409 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -52483,7 +52494,7 @@ paths: - updated_at - project_url examples: - default: &836 + default: &837 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -52613,7 +52624,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#add-a-field-to-an-organization-owned-project parameters: - - *404 + - *405 - *87 requestBody: required: true @@ -52660,7 +52671,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &837 + items: &838 type: object properties: name: @@ -52696,7 +52707,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &838 + iteration_configuration: &839 type: object description: The configuration for iteration fields. properties: @@ -52745,7 +52756,7 @@ paths: value: name: Due date data_type: date - single_select_field: &839 + single_select_field: &840 summary: Create a single select field value: name: Priority @@ -52772,7 +52783,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &840 + iteration_field: &841 summary: Create an iteration field value: name: Sprint @@ -52796,9 +52807,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *408 + schema: *409 examples: - text_field: &841 + text_field: &842 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -52807,7 +52818,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &842 + number_field: &843 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -52816,7 +52827,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &843 + date_field: &844 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -52825,7 +52836,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &844 + single_select_field: &845 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -52859,7 +52870,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &845 + iteration_field: &846 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -52904,8 +52915,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - - *404 - - &846 + - *405 + - &847 name: field_id description: The unique identifier of the field. in: path @@ -52918,9 +52929,9 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: &847 + default: &848 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -52976,7 +52987,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *404 + - *405 - *87 - name: q description: Search query to filter items, see [Filtering projects](https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects) @@ -53009,7 +53020,7 @@ paths: application/json: schema: type: array - items: &412 + items: &413 title: Projects v2 Item description: An item belonging to a project type: object @@ -53025,7 +53036,7 @@ paths: format: uri example: https://api.github.com/users/monalisa/2/projectsV2/3 description: The API URL of the project that contains this item. - content_type: *409 + content_type: *410 content: type: object additionalProperties: true @@ -53068,7 +53079,7 @@ paths: - updated_at - archived_at examples: - default: &413 + default: &414 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -53765,7 +53776,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-organization-owned-project parameters: - *87 - - *404 + - *405 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -53835,22 +53846,22 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *411 + value: *412 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *411 + value: *412 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *411 + value: *412 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *411 + value: *412 '304': *37 '403': *29 '401': *25 @@ -53870,9 +53881,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *404 + - *405 - *87 - - &414 + - &415 name: item_id description: The unique identifier of the project item. in: path @@ -53898,9 +53909,9 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: *413 + default: *414 headers: Link: *47 '304': *37 @@ -53921,9 +53932,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-organization parameters: - - *404 + - *405 - *87 - - *414 + - *415 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -53993,13 +54004,13 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: - text_field: *413 - number_field: *413 - date_field: *413 - single_select_field: *413 - iteration_field: *413 + text_field: *414 + number_field: *414 + date_field: *414 + single_select_field: *414 + iteration_field: *414 '401': *25 '403': *29 '404': *6 @@ -54019,9 +54030,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-organization parameters: - - *404 + - *405 - *87 - - *414 + - *415 responses: '204': description: Response @@ -54045,7 +54056,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - *87 - - *404 + - *405 requestBody: required: true content: @@ -54116,7 +54127,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &828 + schema: &829 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -54214,7 +54225,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &415 + value: &416 value: id: 1 number: 1 @@ -54260,10 +54271,10 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *415 + value: *416 roadmap_view: summary: Response for creating a roadmap view - value: *415 + value: *416 '304': *37 '403': *29 '401': *25 @@ -54291,9 +54302,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-an-organization-project-view parameters: - - *404 + - *405 - *87 - - &848 + - &849 name: view_number description: The number that identifies the project view. in: path @@ -54325,9 +54336,9 @@ paths: application/json: schema: type: array - items: *412 + items: *413 examples: - default: *413 + default: *414 headers: Link: *47 '304': *37 @@ -54491,7 +54502,7 @@ paths: required: true content: application/json: - schema: *416 + schema: *417 examples: default: value: @@ -54854,9 +54865,9 @@ paths: application/json: schema: type: array - items: *283 + items: *284 examples: - default: *392 + default: *393 headers: Link: *47 x-github: @@ -55059,7 +55070,7 @@ paths: description: Response content: application/json: - schema: &461 + schema: &462 title: Full Repository description: Full Repository type: object @@ -55336,8 +55347,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *417 - required: *418 + properties: *418 + required: *419 nullable: true temp_clone_token: type: string @@ -55424,8 +55435,8 @@ paths: title: License Simple description: License Simple type: object - properties: *223 - required: *224 + properties: *224 + required: *225 nullable: true organization: title: Simple User @@ -55452,7 +55463,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &582 + properties: &583 url: type: string format: uri @@ -55468,12 +55479,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &583 + required: &584 - url - key - name - html_url - security_and_analysis: *419 + security_and_analysis: *420 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -55557,7 +55568,7 @@ paths: - network_count - subscribers_count examples: - default: &463 + default: &464 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -56083,9 +56094,9 @@ paths: application/json: schema: type: array - items: *420 + items: *421 examples: - default: *421 + default: *422 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -56110,7 +56121,7 @@ paths: - *87 - *17 - *19 - - &717 + - &718 name: targets description: | A comma-separated list of rule targets to filter by. @@ -56201,11 +56212,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *169 - conditions: *422 + conditions: *423 rules: type: array description: An array of rules within the ruleset. - items: &424 + items: &425 title: Repository Rule type: object description: A repository rule. @@ -56270,7 +56281,7 @@ paths: application/json: schema: *191 examples: - default: &423 + default: &424 value: id: 21 name: super cool ruleset @@ -56325,7 +56336,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *87 - - &719 + - &720 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -56335,16 +56346,16 @@ paths: schema: type: string x-multi-segment: true - - *309 + - *310 - *105 - - &720 + - &721 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 - - &721 + - &722 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -56364,7 +56375,7 @@ paths: description: Response content: application/json: - schema: &722 + schema: &723 title: Rule Suites description: Response type: array @@ -56419,7 +56430,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &723 + default: &724 value: - id: 21 actor_id: 12 @@ -56463,7 +56474,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *87 - - &724 + - &725 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -56479,7 +56490,7 @@ paths: description: Response content: application/json: - schema: &725 + schema: &726 title: Rule Suite description: Response type: object @@ -56578,7 +56589,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &726 + default: &727 value: id: 21 actor_id: 12 @@ -56653,7 +56664,7 @@ paths: application/json: schema: *191 examples: - default: *423 + default: *424 '404': *6 '500': *40 put: @@ -56702,11 +56713,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *169 - conditions: *422 + conditions: *423 rules: description: An array of rules within the ruleset. type: array - items: *424 + items: *425 examples: default: value: @@ -56743,7 +56754,7 @@ paths: application/json: schema: *191 examples: - default: *423 + default: *424 '404': *6 '500': *40 delete: @@ -56802,7 +56813,7 @@ paths: type: array items: *195 examples: - default: *425 + default: *426 '404': *6 '500': *40 x-github: @@ -56839,7 +56850,7 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: default: value: @@ -56902,15 +56913,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *87 - - *427 - *428 - *429 - *430 - *431 + - *432 - *110 - *19 - *17 - - &728 + - &729 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 @@ -56920,7 +56931,7 @@ paths: required: false schema: type: string - - &729 + - &730 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 @@ -56930,10 +56941,10 @@ paths: required: false schema: type: string - - *432 - *433 - *434 - *435 + - *436 responses: '200': description: Response @@ -56941,9 +56952,9 @@ paths: application/json: schema: type: array - items: *436 + items: *437 examples: - default: *437 + default: *438 headers: Link: *47 '404': *6 @@ -56978,9 +56989,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: - default: *439 + default: *440 '403': *29 '404': *6 patch: @@ -57133,7 +57144,7 @@ paths: application/json: schema: type: array - items: &750 + items: &751 description: A repository security advisory. type: object properties: @@ -57353,7 +57364,7 @@ paths: login: type: string description: The username of the user credited. - type: *440 + type: *441 credits_detailed: type: array nullable: true @@ -57363,7 +57374,7 @@ paths: type: object properties: user: *4 - type: *440 + type: *441 state: type: string description: The state of the user's acceptance of the @@ -57387,7 +57398,7 @@ paths: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *312 + items: *313 private_fork: readOnly: true nullable: true @@ -57424,7 +57435,7 @@ paths: - private_fork additionalProperties: false examples: - default: &751 + default: &752 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -57811,9 +57822,9 @@ paths: application/json: schema: type: array - items: *441 + items: *442 examples: - default: *385 + default: *386 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57837,7 +57848,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - *87 - - *215 + - *216 responses: '204': description: Response @@ -57863,7 +57874,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - *87 - - *215 + - *216 responses: '204': description: Response @@ -57895,7 +57906,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *87 - - *442 + - *443 - *17 - *19 responses: @@ -57903,9 +57914,9 @@ paths: description: Success content: application/json: - schema: *443 + schema: *444 examples: - default: *444 + default: *445 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -58049,9 +58060,9 @@ paths: type: integer repositories: type: array - items: *283 + items: *284 examples: - default: *297 + default: *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58120,7 +58131,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#enable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - *87 - - *277 + - *278 responses: '204': description: Response @@ -58143,7 +58154,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#disable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - *87 - - *277 + - *278 responses: '204': description: Response @@ -58186,7 +58197,7 @@ paths: type: array items: *148 examples: - default: *445 + default: *446 headers: Link: *47 x-github: @@ -58389,15 +58400,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - *87 - - *446 + - *447 responses: '200': description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: *448 + default: *449 headers: Link: *47 x-github: @@ -58435,7 +58446,7 @@ paths: description: Response content: application/json: - schema: &458 + schema: &459 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -58481,7 +58492,7 @@ paths: type: string nullable: true examples: - default: &459 + default: &460 value: groups: - group_id: '123' @@ -58527,7 +58538,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *87 - - *215 + - *216 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -58593,9 +58604,9 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: - default: *385 + default: *386 headers: Link: *47 '403': *29 @@ -58689,7 +58700,7 @@ paths: description: Response content: application/json: - schema: &449 + schema: &450 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -58752,8 +58763,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *383 - required: *384 + properties: *384 + required: *385 nullable: true members_count: type: integer @@ -59016,7 +59027,7 @@ paths: - repos_count - organization examples: - default: &450 + default: &451 value: id: 1 node_id: MDQ6VGVhbTE= @@ -59087,15 +59098,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - *87 - - *215 + - *216 responses: '200': description: Response content: application/json: - schema: *449 + schema: *450 examples: - default: *450 + default: *451 '404': *6 x-github: githubCloudOnly: false @@ -59117,7 +59128,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - *87 - - *215 + - *216 requestBody: required: false content: @@ -59179,16 +59190,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *449 + schema: *450 examples: - default: *450 + default: *451 '201': description: Response content: application/json: - schema: *449 + schema: *450 examples: - default: *450 + default: *451 '404': *6 '422': *15 '403': *29 @@ -59214,7 +59225,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - *87 - - *215 + - *216 responses: '204': description: Response @@ -59238,15 +59249,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: - *87 - - *215 + - *216 responses: '200': description: Response content: application/json: - schema: *451 + schema: *452 examples: - default: *452 + default: *453 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -59266,7 +59277,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: - *87 - - *215 + - *216 requestBody: required: true content: @@ -59289,9 +59300,9 @@ paths: description: Response content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -59311,7 +59322,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: - *87 - - *215 + - *216 responses: '204': description: Response @@ -59336,7 +59347,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - *87 - - *215 + - *216 - *17 - *19 responses: @@ -59346,9 +59357,9 @@ paths: application/json: schema: type: array - items: *367 + items: *368 examples: - default: *368 + default: *369 headers: Link: *47 x-github: @@ -59371,7 +59382,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - *87 - - *215 + - *216 - name: role description: Filters members returned by their role in the team. in: query @@ -59425,14 +59436,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - *87 - - *215 + - *216 - *143 responses: '200': description: Response content: application/json: - schema: &455 + schema: &456 title: Team Membership description: Team Membership type: object @@ -59459,7 +59470,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &794 + response-if-user-is-a-team-maintainer: &795 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -59496,7 +59507,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *87 - - *215 + - *216 - *143 requestBody: required: false @@ -59522,9 +59533,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: - response-if-users-membership-with-team-is-now-pending: &795 + response-if-users-membership-with-team-is-now-pending: &796 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -59560,7 +59571,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - *87 - - *215 + - *216 - *143 responses: '204': @@ -59588,7 +59599,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - *87 - - *215 + - *216 - *17 - *19 responses: @@ -59598,9 +59609,9 @@ paths: application/json: schema: type: array - items: *283 + items: *284 examples: - default: *392 + default: *393 headers: Link: *47 x-github: @@ -59630,15 +59641,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - *87 - - *215 - - *456 + - *216 - *457 + - *458 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &796 + schema: &797 title: Team Repository description: A team's access to a repository. type: object @@ -59661,8 +59672,8 @@ paths: title: License Simple description: License Simple type: object - properties: *223 - required: *224 + properties: *224 + required: *225 nullable: true forks: type: integer @@ -60208,9 +60219,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - *87 - - *215 - - *456 + - *216 - *457 + - *458 requestBody: required: false content: @@ -60256,9 +60267,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - *87 - - *215 - - *456 + - *216 - *457 + - *458 responses: '204': description: Response @@ -60285,15 +60296,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - *87 - - *215 + - *216 responses: '200': description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *459 + default: *460 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -60316,7 +60327,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - *87 - - *215 + - *216 requestBody: required: true content: @@ -60359,7 +60370,7 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: default: value: @@ -60392,7 +60403,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - *87 - - *215 + - *216 - *17 - *19 responses: @@ -60402,9 +60413,9 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: - response-if-child-teams-exist: &797 + response-if-child-teams-exist: &798 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -60558,7 +60569,7 @@ paths: resources: type: object properties: - core: &460 + core: &461 title: Rate Limit type: object properties: @@ -60575,21 +60586,21 @@ paths: - remaining - reset - used - graphql: *460 - search: *460 - code_search: *460 - source_import: *460 - integration_manifest: *460 - code_scanning_upload: *460 - actions_runner_registration: *460 - scim: *460 - dependency_snapshots: *460 - dependency_sbom: *460 - code_scanning_autofix: *460 + graphql: *461 + search: *461 + code_search: *461 + source_import: *461 + integration_manifest: *461 + code_scanning_upload: *461 + actions_runner_registration: *461 + scim: *461 + dependency_snapshots: *461 + dependency_sbom: *461 + code_scanning_autofix: *461 required: - core - search - rate: *460 + rate: *461 required: - rate - resources @@ -60694,14 +60705,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *456 - *457 + - *458 responses: '200': description: Response content: application/json: - schema: *461 + schema: *462 examples: default-response: summary: Default response @@ -61206,7 +61217,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *462 + '301': *463 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61224,8 +61235,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *456 - *457 + - *458 requestBody: required: false content: @@ -61482,10 +61493,10 @@ paths: description: Response content: application/json: - schema: *461 + schema: *462 examples: - default: *463 - '307': &464 + default: *464 + '307': &465 description: Temporary Redirect content: application/json: @@ -61514,8 +61525,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *456 - *457 + - *458 responses: '204': description: Response @@ -61537,7 +61548,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': *464 + '307': *465 '404': *6 '409': *119 x-github: @@ -61561,11 +61572,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *456 - *457 + - *458 - *17 - *19 - - &481 + - &482 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -61588,7 +61599,7 @@ paths: type: integer artifacts: type: array - items: &465 + items: &466 title: Artifact description: An artifact type: object @@ -61666,7 +61677,7 @@ paths: - expires_at - updated_at examples: - default: &482 + default: &483 value: total_count: 2 artifacts: @@ -61727,9 +61738,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *456 - *457 - - &466 + - *458 + - &467 name: artifact_id description: The unique identifier of the artifact. in: path @@ -61741,7 +61752,7 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: default: value: @@ -61779,9 +61790,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *456 - *457 - - *466 + - *458 + - *467 responses: '204': description: Response @@ -61805,9 +61816,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *456 - *457 - - *466 + - *458 + - *467 - name: archive_format in: path required: true @@ -61821,7 +61832,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': &649 + '410': &650 description: Gone content: application/json: @@ -61846,14 +61857,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-retention-limit-for-a-repository parameters: - - *456 - *457 + - *458 responses: '200': description: Response content: application/json: - schema: &467 + schema: &468 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -61886,13 +61897,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#set-github-actions-cache-retention-limit-for-a-repository parameters: - - *456 - *457 + - *458 requestBody: required: true content: application/json: - schema: *467 + schema: *468 examples: selected_actions: *44 responses: @@ -61921,14 +61932,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-storage-limit-for-a-repository parameters: - - *456 - *457 + - *458 responses: '200': description: Response content: application/json: - schema: &468 + schema: &469 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -61961,13 +61972,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#set-github-actions-cache-storage-limit-for-a-repository parameters: - - *456 - *457 + - *458 requestBody: required: true content: application/json: - schema: *468 + schema: *469 examples: selected_actions: *46 responses: @@ -61998,14 +62009,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: - - *456 - *457 + - *458 responses: '200': description: Response content: application/json: - schema: *469 + schema: *470 examples: default: value: @@ -62031,11 +62042,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: - - *456 - *457 + - *458 - *17 - *19 - - &470 + - &471 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 @@ -62069,7 +62080,7 @@ paths: description: Response content: application/json: - schema: &471 + schema: &472 title: Repository actions caches description: Repository actions caches type: object @@ -62111,7 +62122,7 @@ paths: - total_count - actions_caches examples: - default: &472 + default: &473 value: total_count: 1 actions_caches: @@ -62143,23 +62154,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: - - *456 - *457 + - *458 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *470 + - *471 responses: '200': description: Response content: application/json: - schema: *471 + schema: *472 examples: - default: *472 + default: *473 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62179,8 +62190,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: - - *456 - *457 + - *458 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -62211,9 +62222,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: - - *456 - *457 - - &473 + - *458 + - &474 name: job_id description: The unique identifier of the job. in: path @@ -62225,7 +62236,7 @@ paths: description: Response content: application/json: - schema: &485 + schema: &486 title: Job description: Information of a job execution in a workflow run type: object @@ -62532,9 +62543,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: - - *456 - *457 - - *473 + - *458 + - *474 responses: '302': description: Response @@ -62562,9 +62573,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: - - *456 - *457 - - *473 + - *458 + - *474 requestBody: required: false content: @@ -62585,7 +62596,7 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -62609,8 +62620,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: - - *456 - *457 + - *458 responses: '200': description: Status response @@ -62660,8 +62671,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: - - *456 - *457 + - *458 requestBody: required: true content: @@ -62695,7 +62706,7 @@ paths: description: Empty response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -62724,8 +62735,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -62743,7 +62754,7 @@ paths: type: integer secrets: type: array - items: &487 + items: &488 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -62763,7 +62774,7 @@ paths: - created_at - updated_at examples: - default: &488 + default: &489 value: total_count: 2 secrets: @@ -62796,9 +62807,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *456 - *457 - - *474 + - *458 + - *475 - *19 responses: '200': @@ -62815,7 +62826,7 @@ paths: type: integer variables: type: array - items: &491 + items: &492 title: Actions Variable type: object properties: @@ -62845,7 +62856,7 @@ paths: - created_at - updated_at examples: - default: &492 + default: &493 value: total_count: 2 variables: @@ -62878,8 +62889,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: - - *456 - *457 + - *458 responses: '200': description: Response @@ -62888,11 +62899,11 @@ paths: schema: type: object properties: - enabled: &475 + enabled: &476 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *60 - selected_actions_url: *270 + selected_actions_url: *271 sha_pinning_required: *61 required: - enabled @@ -62923,8 +62934,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: - - *456 - *457 + - *458 responses: '204': description: Response @@ -62935,7 +62946,7 @@ paths: schema: type: object properties: - enabled: *475 + enabled: *476 allowed_actions: *60 sha_pinning_required: *61 required: @@ -62968,14 +62979,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: - - *456 - *457 + - *458 responses: '200': description: Response content: application/json: - schema: &476 + schema: &477 type: object properties: access_level: @@ -62993,7 +63004,7 @@ paths: required: - access_level examples: - default: &477 + default: &478 value: access_level: organization x-github: @@ -63018,15 +63029,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: - - *456 - *457 + - *458 requestBody: required: true content: application/json: - schema: *476 + schema: *477 examples: - default: *477 + default: *478 responses: '204': description: Response @@ -63050,14 +63061,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *456 - *457 + - *458 responses: '200': description: Response content: application/json: - schema: *272 + schema: *273 examples: default: value: @@ -63081,8 +63092,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *456 - *457 + - *458 responses: '204': description: Empty response for successful settings update @@ -63092,7 +63103,7 @@ paths: required: true content: application/json: - schema: *273 + schema: *274 examples: default: summary: Set retention days @@ -63116,8 +63127,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *456 - *457 + - *458 responses: '200': description: Response @@ -63125,7 +63136,7 @@ paths: application/json: schema: *62 examples: - default: *274 + default: *275 '404': *6 x-github: enabledForGitHubApps: true @@ -63144,8 +63155,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *456 - *457 + - *458 responses: '204': description: Response @@ -63179,14 +63190,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *456 - *457 + - *458 responses: '200': description: Response content: application/json: - schema: *275 + schema: *276 examples: default: *63 '403': *29 @@ -63208,13 +63219,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *456 - *457 + - *458 requestBody: required: true content: application/json: - schema: *276 + schema: *277 examples: default: *63 responses: @@ -63240,8 +63251,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: - - *456 - *457 + - *458 responses: '200': description: Response @@ -63272,8 +63283,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: - - *456 - *457 + - *458 responses: '204': description: Response @@ -63305,14 +63316,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *456 - *457 + - *458 responses: '200': description: Response content: application/json: - schema: *279 + schema: *280 examples: default: *69 x-github: @@ -63335,8 +63346,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: - - *456 - *457 + - *458 responses: '204': description: Success response @@ -63347,7 +63358,7 @@ paths: required: true content: application/json: - schema: *280 + schema: *281 examples: default: *69 x-github: @@ -63376,8 +63387,8 @@ paths: in: query schema: type: string - - *456 - *457 + - *458 - *17 - *19 responses: @@ -63421,8 +63432,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: - - *456 - *457 + - *458 responses: '200': description: Response @@ -63430,9 +63441,9 @@ paths: application/json: schema: type: array - items: *284 + items: *285 examples: - default: *285 + default: *286 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63454,8 +63465,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: - - *456 - *457 + - *458 requestBody: required: true content: @@ -63498,7 +63509,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *286 + '201': *287 '404': *6 '422': *7 '409': *119 @@ -63529,8 +63540,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: - - *456 - *457 + - *458 responses: '201': description: Response @@ -63538,7 +63549,7 @@ paths: application/json: schema: *79 examples: - default: *287 + default: *288 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63566,8 +63577,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: - - *456 - *457 + - *458 responses: '201': description: Response @@ -63575,7 +63586,7 @@ paths: application/json: schema: *79 examples: - default: *288 + default: *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63597,8 +63608,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: - - *456 - *457 + - *458 - *75 responses: '200': @@ -63607,7 +63618,7 @@ paths: application/json: schema: *76 examples: - default: *289 + default: *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63628,8 +63639,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: - - *456 - *457 + - *458 - *75 responses: '204': @@ -63656,8 +63667,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: - - *456 - *457 + - *458 - *75 responses: '200': *81 @@ -63682,8 +63693,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: - - *456 - *457 + - *458 - *75 requestBody: required: true @@ -63732,8 +63743,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: - - *456 - *457 + - *458 - *75 requestBody: required: true @@ -63783,11 +63794,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *456 - *457 + - *458 - *75 responses: - '200': *290 + '200': *291 '404': *6 x-github: githubCloudOnly: false @@ -63814,10 +63825,10 @@ 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: - - *456 - *457 + - *458 - *75 - - *291 + - *292 responses: '200': *81 '404': *6 @@ -63845,9 +63856,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: - - *456 - *457 - - &495 + - *458 + - &496 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. @@ -63855,7 +63866,7 @@ paths: required: false schema: type: string - - &496 + - &497 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -63863,7 +63874,7 @@ paths: required: false schema: type: string - - &497 + - &498 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -63872,7 +63883,7 @@ paths: required: false schema: type: string - - &498 + - &499 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 @@ -63899,7 +63910,7 @@ paths: - pending - *17 - *19 - - &499 + - &500 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)." @@ -63908,7 +63919,7 @@ paths: schema: type: string format: date-time - - &478 + - &479 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -63917,13 +63928,13 @@ paths: schema: type: boolean default: false - - &500 + - &501 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &501 + - &502 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -63946,7 +63957,7 @@ paths: type: integer workflow_runs: type: array - items: &479 + items: &480 title: Workflow Run description: An invocation of a workflow type: object @@ -64041,7 +64052,7 @@ paths: that triggered the run. type: array nullable: true - items: *225 + items: *226 created_at: type: string format: date-time @@ -64094,7 +64105,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &523 + properties: &524 id: type: string description: SHA for the commit @@ -64145,7 +64156,7 @@ paths: - name - email nullable: true - required: &524 + required: &525 - id - tree_id - message @@ -64153,8 +64164,8 @@ paths: - author - committer nullable: true - repository: *283 - head_repository: *283 + repository: *284 + head_repository: *284 head_repository_id: type: integer example: 5 @@ -64192,7 +64203,7 @@ paths: - workflow_url - pull_requests examples: - default: &502 + default: &503 value: total_count: 1 workflow_runs: @@ -64428,24 +64439,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *456 - *457 - - &480 + - *458 + - &481 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *478 + - *479 responses: '200': description: Response content: application/json: - schema: *479 + schema: *480 examples: - default: &483 + default: &484 value: id: 30433642 name: Build @@ -64686,9 +64697,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *456 - *457 - - *480 + - *458 + - *481 responses: '204': description: Response @@ -64711,9 +64722,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: - - *456 - *457 - - *480 + - *458 + - *481 responses: '200': description: Response @@ -64832,15 +64843,15 @@ 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: - - *456 - *457 - - *480 + - *458 + - *481 responses: '201': description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -64867,12 +64878,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *456 - *457 - - *480 + - *458 + - *481 - *17 - *19 - - *481 + - *482 responses: '200': description: Response @@ -64888,9 +64899,9 @@ paths: type: integer artifacts: type: array - items: *465 + items: *466 examples: - default: *482 + default: *483 headers: Link: *47 x-github: @@ -64914,25 +64925,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *456 - *457 - - *480 - - &484 + - *458 + - *481 + - &485 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *478 + - *479 responses: '200': description: Response content: application/json: - schema: *479 + schema: *480 examples: - default: *483 + default: *484 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64955,10 +64966,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: - - *456 - *457 - - *480 - - *484 + - *458 + - *481 + - *485 - *17 - *19 responses: @@ -64976,9 +64987,9 @@ paths: type: integer jobs: type: array - items: *485 + items: *486 examples: - default: &486 + default: &487 value: total_count: 1 jobs: @@ -65091,10 +65102,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *456 - *457 - - *480 - - *484 + - *458 + - *481 + - *485 responses: '302': description: Response @@ -65122,15 +65133,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *456 - *457 - - *480 + - *458 + - *481 responses: '202': description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -65157,9 +65168,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: - - *456 - *457 - - *480 + - *458 + - *481 requestBody: required: true content: @@ -65226,15 +65237,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *456 - *457 - - *480 + - *458 + - *481 responses: '202': description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -65261,9 +65272,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: - - *456 - *457 - - *480 + - *458 + - *481 - 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 @@ -65293,9 +65304,9 @@ paths: type: integer jobs: type: array - items: *485 + items: *486 examples: - default: *486 + default: *487 headers: Link: *47 x-github: @@ -65320,9 +65331,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *456 - *457 - - *480 + - *458 + - *481 responses: '302': description: Response @@ -65349,9 +65360,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *456 - *457 - - *480 + - *458 + - *481 responses: '204': description: Response @@ -65378,9 +65389,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: - - *456 - *457 - - *480 + - *458 + - *481 responses: '200': description: Response @@ -65440,7 +65451,7 @@ paths: items: type: object properties: - type: &615 + type: &616 type: string description: The type of reviewer. enum: @@ -65450,7 +65461,7 @@ paths: reviewer: anyOf: - *4 - - *312 + - *313 required: - environment - wait_timer @@ -65525,9 +65536,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: - - *456 - *457 - - *480 + - *458 + - *481 requestBody: required: true content: @@ -65574,7 +65585,7 @@ paths: application/json: schema: type: array - items: &600 + items: &601 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -65662,8 +65673,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 required: - id - node_id @@ -65680,7 +65691,7 @@ paths: - created_at - updated_at examples: - default: &601 + default: &602 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -65736,9 +65747,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *456 - *457 - - *480 + - *458 + - *481 requestBody: required: false content: @@ -65759,7 +65770,7 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -65782,9 +65793,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: - - *456 - *457 - - *480 + - *458 + - *481 requestBody: required: false content: @@ -65805,7 +65816,7 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -65838,9 +65849,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *456 - *457 - - *480 + - *458 + - *481 responses: '200': description: Response @@ -65977,8 +65988,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -65996,9 +66007,9 @@ paths: type: integer secrets: type: array - items: *487 + items: *488 examples: - default: *488 + default: *489 headers: Link: *47 x-github: @@ -66023,16 +66034,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *456 - *457 + - *458 responses: '200': description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66054,17 +66065,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *456 - *457 - - *293 + - *458 + - *294 responses: '200': description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: &628 + default: &629 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -66090,9 +66101,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *456 - *457 - - *293 + - *458 + - *294 requestBody: required: true content: @@ -66123,7 +66134,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -66149,9 +66160,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *456 - *457 - - *293 + - *458 + - *294 responses: '204': description: Response @@ -66176,9 +66187,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *456 - *457 - - *474 + - *458 + - *475 - *19 responses: '200': @@ -66195,9 +66206,9 @@ paths: type: integer variables: type: array - items: *491 + items: *492 examples: - default: *492 + default: *493 headers: Link: *47 x-github: @@ -66220,8 +66231,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -66248,7 +66259,7 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -66273,17 +66284,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *456 - *457 - - *296 + - *458 + - *297 responses: '200': description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: &629 + default: &630 value: name: USERNAME value: octocat @@ -66309,9 +66320,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *456 - *457 - - *296 + - *458 + - *297 requestBody: required: true content: @@ -66353,9 +66364,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *456 - *457 - - *296 + - *458 + - *297 responses: '204': description: Response @@ -66380,8 +66391,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -66399,7 +66410,7 @@ paths: type: integer workflows: type: array - items: &493 + items: &494 title: Workflow description: A GitHub Actions workflow type: object @@ -66506,9 +66517,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *456 - *457 - - &494 + - *458 + - &495 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -66523,7 +66534,7 @@ paths: description: Response content: application/json: - schema: *493 + schema: *494 examples: default: value: @@ -66556,9 +66567,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *456 - *457 - - *494 + - *458 + - *495 responses: '204': description: Response @@ -66583,9 +66594,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *456 - *457 - - *494 + - *458 + - *495 responses: '204': description: Response @@ -66636,9 +66647,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *456 - *457 - - *494 + - *458 + - *495 responses: '204': description: Response @@ -66665,19 +66676,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: - - *456 - *457 - - *494 + - *458 - *495 - *496 - *497 - *498 + - *499 - *17 - *19 - - *499 - - *478 - *500 + - *479 - *501 + - *502 responses: '200': description: Response @@ -66693,9 +66704,9 @@ paths: type: integer workflow_runs: type: array - items: *479 + items: *480 examples: - default: *502 + default: *503 headers: Link: *47 x-github: @@ -66728,9 +66739,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *456 - *457 - - *494 + - *458 + - *495 responses: '200': description: Response @@ -66791,8 +66802,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *456 - *457 + - *458 - *110 - *17 - *108 @@ -66956,8 +66967,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -66994,8 +67005,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: - - *456 - *457 + - *458 - name: assignee in: path required: true @@ -67031,8 +67042,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#create-an-attestation parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -67144,8 +67155,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#list-attestations parameters: - - *456 - *457 + - *458 - *17 - *108 - *109 @@ -67202,7 +67213,7 @@ paths: initiator: type: string examples: - default: *503 + default: *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67222,8 +67233,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *456 - *457 + - *458 responses: '200': description: Response @@ -67231,7 +67242,7 @@ paths: application/json: schema: type: array - items: &504 + items: &505 title: Autolink reference description: An autolink reference. type: object @@ -67285,8 +67296,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: - - *456 - *457 + - *458 requestBody: required: true content: @@ -67325,9 +67336,9 @@ paths: description: response content: application/json: - schema: *504 + schema: *505 examples: - default: &505 + default: &506 value: id: 1 key_prefix: TICKET- @@ -67358,9 +67369,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: - - *456 - *457 - - &506 + - *458 + - &507 name: autolink_id description: The unique identifier of the autolink. in: path @@ -67372,9 +67383,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *505 examples: - default: *505 + default: *506 '404': *6 x-github: githubCloudOnly: false @@ -67394,9 +67405,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: - - *456 - *457 - - *506 + - *458 + - *507 responses: '204': description: Response @@ -67420,8 +67431,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *456 - *457 + - *458 responses: '200': description: Response if Dependabot is enabled @@ -67469,8 +67480,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *456 - *457 + - *458 responses: '204': description: Response @@ -67491,8 +67502,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *456 - *457 + - *458 responses: '204': description: Response @@ -67512,8 +67523,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *456 - *457 + - *458 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -67551,7 +67562,7 @@ paths: - url protected: type: boolean - protection: &508 + protection: &509 title: Branch Protection description: Branch Protection type: object @@ -67593,7 +67604,7 @@ paths: required: - contexts - checks - enforce_admins: &511 + enforce_admins: &512 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -67608,7 +67619,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &513 + required_pull_request_reviews: &514 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -67629,7 +67640,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *312 + items: *313 apps: description: The list of apps with review dismissal access. @@ -67658,7 +67669,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *312 + items: *313 apps: description: The list of apps allowed to bypass pull request requirements. @@ -67684,7 +67695,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &510 + restrictions: &511 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -67747,7 +67758,7 @@ paths: type: string teams: type: array - items: *312 + items: *313 apps: type: array items: @@ -67961,9 +67972,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *456 - *457 - - &509 + - *458 + - &510 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). @@ -67977,14 +67988,14 @@ paths: description: Response content: application/json: - schema: &519 + schema: &520 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &573 + commit: &574 title: Commit description: Commit type: object @@ -68018,7 +68029,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &507 + properties: &508 name: type: string example: '"Chris Wanstrath"' @@ -68034,7 +68045,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *507 + properties: *508 nullable: true message: type: string @@ -68055,7 +68066,7 @@ paths: required: - sha - url - verification: &635 + verification: &636 title: Verification type: object properties: @@ -68089,12 +68100,12 @@ paths: nullable: true oneOf: - *4 - - *294 + - *295 committer: nullable: true oneOf: - *4 - - *294 + - *295 parents: type: array items: @@ -68125,7 +68136,7 @@ paths: type: integer files: type: array - items: &586 + items: &587 title: Diff Entry description: Diff Entry type: object @@ -68209,7 +68220,7 @@ paths: - self protected: type: boolean - protection: *508 + protection: *509 protection_url: type: string format: uri @@ -68316,7 +68327,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *462 + '301': *463 '404': *6 x-github: githubCloudOnly: false @@ -68338,15 +68349,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *456 - *457 - - *509 + - *458 + - *510 responses: '200': description: Response content: application/json: - schema: *508 + schema: *509 examples: default: value: @@ -68540,9 +68551,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: required: true content: @@ -68797,7 +68808,7 @@ paths: url: type: string format: uri - required_status_checks: &516 + required_status_checks: &517 title: Status Check Policy description: Status Check Policy type: object @@ -68873,7 +68884,7 @@ paths: items: *4 teams: type: array - items: *312 + items: *313 apps: type: array items: *5 @@ -68891,7 +68902,7 @@ paths: items: *4 teams: type: array - items: *312 + items: *313 apps: type: array items: *5 @@ -68949,7 +68960,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *510 + restrictions: *511 required_conversation_resolution: type: object properties: @@ -69061,9 +69072,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *456 - *457 - - *509 + - *458 + - *510 responses: '204': description: Response @@ -69088,17 +69099,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *456 - *457 - - *509 + - *458 + - *510 responses: '200': description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: &512 + default: &513 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -69120,17 +69131,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *456 - *457 - - *509 + - *458 + - *510 responses: '200': description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *512 + default: *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69149,9 +69160,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *456 - *457 - - *509 + - *458 + - *510 responses: '204': description: Response @@ -69176,17 +69187,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *456 - *457 - - *509 + - *458 + - *510 responses: '200': description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: &514 + default: &515 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -69282,9 +69293,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: required: false content: @@ -69382,9 +69393,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: *514 + default: *515 '422': *15 x-github: githubCloudOnly: false @@ -69405,9 +69416,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *456 - *457 - - *509 + - *458 + - *510 responses: '204': description: Response @@ -69434,17 +69445,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *456 - *457 - - *509 + - *458 + - *510 responses: '200': description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: &515 + default: &516 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -69467,17 +69478,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *456 - *457 - - *509 + - *458 + - *510 responses: '200': description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *515 + default: *516 '404': *6 x-github: githubCloudOnly: false @@ -69497,9 +69508,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *456 - *457 - - *509 + - *458 + - *510 responses: '204': description: Response @@ -69524,17 +69535,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *456 - *457 - - *509 + - *458 + - *510 responses: '200': description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: &517 + default: &518 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -69560,9 +69571,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: required: false content: @@ -69614,9 +69625,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: *517 + default: *518 '404': *6 '422': *15 x-github: @@ -69638,9 +69649,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *456 - *457 - - *509 + - *458 + - *510 responses: '204': description: Response @@ -69664,9 +69675,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *456 - *457 - - *509 + - *458 + - *510 responses: '200': description: Response @@ -69700,9 +69711,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: required: false content: @@ -69769,9 +69780,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: required: false content: @@ -69835,9 +69846,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: content: application/json: @@ -69903,15 +69914,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *456 - *457 - - *509 + - *458 + - *510 responses: '200': description: Response content: application/json: - schema: *510 + schema: *511 examples: default: value: @@ -70002,9 +70013,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *456 - *457 - - *509 + - *458 + - *510 responses: '204': description: Response @@ -70027,9 +70038,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: - - *456 - *457 - - *509 + - *458 + - *510 responses: '200': description: Response @@ -70039,7 +70050,7 @@ paths: type: array items: *5 examples: - default: &518 + default: &519 value: - id: 1 slug: octoapp @@ -70096,9 +70107,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: required: true content: @@ -70132,7 +70143,7 @@ paths: type: array items: *5 examples: - default: *518 + default: *519 '422': *15 x-github: githubCloudOnly: false @@ -70153,9 +70164,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: required: true content: @@ -70189,7 +70200,7 @@ paths: type: array items: *5 examples: - default: *518 + default: *519 '422': *15 x-github: githubCloudOnly: false @@ -70210,9 +70221,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: required: true content: @@ -70246,7 +70257,7 @@ paths: type: array items: *5 examples: - default: *518 + default: *519 '422': *15 x-github: githubCloudOnly: false @@ -70268,9 +70279,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: - - *456 - *457 - - *509 + - *458 + - *510 responses: '200': description: Response @@ -70278,9 +70289,9 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: - default: *385 + default: *386 '404': *6 x-github: githubCloudOnly: false @@ -70300,9 +70311,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: required: false content: @@ -70338,9 +70349,9 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: - default: *385 + default: *386 '422': *15 x-github: githubCloudOnly: false @@ -70361,9 +70372,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: required: false content: @@ -70399,9 +70410,9 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: - default: *385 + default: *386 '422': *15 x-github: githubCloudOnly: false @@ -70422,9 +70433,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: content: application/json: @@ -70459,9 +70470,9 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: - default: *385 + default: *386 '422': *15 x-github: githubCloudOnly: false @@ -70483,9 +70494,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: - - *456 - *457 - - *509 + - *458 + - *510 responses: '200': description: Response @@ -70519,9 +70530,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: required: true content: @@ -70579,9 +70590,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: required: true content: @@ -70639,9 +70650,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: required: true content: @@ -70701,9 +70712,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: required: true content: @@ -70725,7 +70736,7 @@ paths: description: Response content: application/json: - schema: *519 + schema: *520 examples: default: value: @@ -70839,8 +70850,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *456 - *457 + - *458 - *103 - *104 - *105 @@ -70854,9 +70865,9 @@ paths: application/json: schema: type: array - items: *307 + items: *308 examples: - default: *308 + default: *309 '404': *6 '500': *40 "/repos/{owner}/{repo}/bypass-requests/push-rules/{bypass_request_number}": @@ -70876,8 +70887,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *456 - *457 + - *458 - name: bypass_request_number in: path required: true @@ -70891,7 +70902,7 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: default: value: @@ -70950,8 +70961,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *456 - *457 + - *458 - *103 - *104 - *105 @@ -70965,9 +70976,9 @@ paths: application/json: schema: type: array - items: *310 + items: *311 examples: - default: *311 + default: *312 '404': *6 '403': *29 '500': *40 @@ -70991,8 +71002,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *456 - *457 + - *458 - name: bypass_request_number in: path required: true @@ -71004,7 +71015,7 @@ paths: description: A single bypass request. content: application/json: - schema: *310 + schema: *311 examples: default: value: @@ -71062,8 +71073,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *456 - *457 + - *458 - name: bypass_request_number in: path required: true @@ -71134,8 +71145,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *456 - *457 + - *458 - name: bypass_response_id in: path required: true @@ -71168,8 +71179,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -71448,7 +71459,7 @@ paths: description: Response content: application/json: - schema: &520 + schema: &521 title: CheckRun description: A check performed on the code of a given code change type: object @@ -71559,16 +71570,16 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 pull_requests: description: Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check. type: array - items: *225 - deployment: &859 + items: *226 + deployment: &860 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -71635,8 +71646,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 required: - id - node_id @@ -71848,9 +71859,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *456 - *457 - - &521 + - *458 + - &522 name: check_run_id description: The unique identifier of the check run. in: path @@ -71862,9 +71873,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: &522 + default: &523 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -71964,9 +71975,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *456 - *457 - - *521 + - *458 + - *522 requestBody: required: true content: @@ -72206,9 +72217,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: *522 + default: *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72228,9 +72239,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *456 - *457 - - *521 + - *458 + - *522 - *17 - *19 responses: @@ -72325,15 +72336,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *456 - *457 - - *521 + - *458 + - *522 responses: '201': description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -72371,8 +72382,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -72394,7 +72405,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &525 + schema: &526 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -72458,7 +72469,7 @@ paths: nullable: true pull_requests: type: array - items: *225 + items: *226 nullable: true app: title: GitHub app @@ -72469,9 +72480,9 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 - repository: *283 + properties: *218 + required: *219 + repository: *284 created_at: type: string format: date-time @@ -72480,12 +72491,12 @@ paths: type: string format: date-time nullable: true - head_commit: &890 + head_commit: &891 title: Simple Commit description: A commit. type: object - properties: *523 - required: *524 + properties: *524 + required: *525 latest_check_runs_count: type: integer check_runs_url: @@ -72513,7 +72524,7 @@ paths: - check_runs_url - pull_requests examples: - default: &526 + default: &527 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -72804,9 +72815,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *525 + schema: *526 examples: - default: *526 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72825,8 +72836,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -72887,7 +72898,7 @@ paths: required: - app_id - setting - repository: *283 + repository: *284 examples: default: value: @@ -73135,9 +73146,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *456 - *457 - - &527 + - *458 + - &528 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -73149,9 +73160,9 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: *526 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73174,17 +73185,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: - - *456 - *457 - - *527 - - &579 + - *458 + - *528 + - &580 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &580 + - &581 name: status description: Returns check runs with the specified `status`. in: query @@ -73223,9 +73234,9 @@ paths: type: integer check_runs: type: array - items: *520 + items: *521 examples: - default: &581 + default: &582 value: total_count: 1 check_runs: @@ -73327,15 +73338,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *456 - *457 - - *527 + - *458 + - *528 responses: '201': description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -73362,21 +73373,21 @@ 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: - - *456 - *457 - - *316 + - *458 - *317 + - *318 - *19 - *17 - - &543 + - &544 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: *528 - - &544 + schema: *529 + - &545 name: pr description: The number of the pull request for the results you want to list. in: query @@ -73401,13 +73412,13 @@ paths: be returned. in: query required: false - schema: *318 + schema: *319 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *529 + schema: *530 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -73431,7 +73442,7 @@ paths: updated_at: *136 url: *133 html_url: *134 - instances_url: *530 + instances_url: *531 state: *113 fixed_at: *138 dismissed_by: @@ -73442,11 +73453,11 @@ paths: required: *21 nullable: true dismissed_at: *137 - dismissed_reason: *531 - dismissed_comment: *532 - rule: *533 - tool: *534 - most_recent_instance: *535 + dismissed_reason: *532 + dismissed_comment: *533 + rule: *534 + tool: *535 + most_recent_instance: *536 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -73572,7 +73583,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &536 + '403': &537 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -73599,9 +73610,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: - - *456 - *457 - - &537 + - *458 + - &538 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -73615,7 +73626,7 @@ paths: description: Response content: application/json: - schema: &538 + schema: &539 type: object properties: number: *128 @@ -73623,7 +73634,7 @@ paths: updated_at: *136 url: *133 html_url: *134 - instances_url: *530 + instances_url: *531 state: *113 fixed_at: *138 dismissed_by: @@ -73634,8 +73645,8 @@ paths: required: *21 nullable: true dismissed_at: *137 - dismissed_reason: *531 - dismissed_comment: *532 + dismissed_reason: *532 + dismissed_comment: *533 rule: type: object properties: @@ -73689,8 +73700,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *534 - most_recent_instance: *535 + tool: *535 + most_recent_instance: *536 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -73789,7 +73800,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *536 + '403': *537 '404': *6 '503': *196 x-github: @@ -73809,9 +73820,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: - - *456 - *457 - - *537 + - *458 + - *538 requestBody: required: true content: @@ -73826,8 +73837,8 @@ paths: enum: - open - dismissed - dismissed_reason: *531 - dismissed_comment: *532 + dismissed_reason: *532 + dismissed_comment: *533 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -73855,7 +73866,7 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: default: value: @@ -73931,7 +73942,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &542 + '403': &543 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -73958,15 +73969,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: - - *456 - *457 - - *537 + - *458 + - *538 responses: '200': description: Response content: application/json: - schema: &539 + schema: &540 type: object properties: status: @@ -73992,13 +74003,13 @@ paths: - description - started_at examples: - default: &540 + default: &541 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &541 + '400': &542 description: Bad Request content: application/json: @@ -74009,7 +74020,7 @@ paths: message: The alert_number is not valid documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert status: '400' - '403': *536 + '403': *537 '404': *6 '503': *196 x-github: @@ -74034,29 +74045,29 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: - - *456 - *457 - - *537 + - *458 + - *538 responses: '200': description: OK content: application/json: - schema: *539 + schema: *540 examples: - default: *540 + default: *541 '202': description: Accepted content: application/json: - schema: *539 + schema: *540 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *541 + '400': *542 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -74088,9 +74099,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: - - *456 - *457 - - *537 + - *458 + - *538 requestBody: required: false content: @@ -74135,8 +74146,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *541 - '403': *542 + '400': *542 + '403': *543 '404': *6 '422': description: Unprocessable Entity @@ -74160,13 +74171,13 @@ 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: - - *456 - *457 - - *537 + - *458 + - *538 - *19 - *17 - - *543 - *544 + - *545 responses: '200': description: Response @@ -74177,10 +74188,10 @@ paths: items: type: object properties: - ref: *528 - analysis_key: *545 - environment: *546 - category: *547 + ref: *529 + analysis_key: *546 + environment: *547 + category: *548 state: type: string description: State of a code scanning alert instance. @@ -74195,7 +74206,7 @@ paths: properties: text: type: string - location: *548 + location: *549 html_url: type: string classifications: @@ -74203,7 +74214,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: *549 + items: *550 examples: default: value: @@ -74242,7 +74253,7 @@ paths: end_column: 50 classifications: - source - '403': *536 + '403': *537 '404': *6 '503': *196 x-github: @@ -74276,25 +74287,25 @@ 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: - - *456 - *457 - - *316 + - *458 - *317 + - *318 - *19 - *17 - - *544 + - *545 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *528 + schema: *529 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &550 + schema: &551 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -74315,23 +74326,23 @@ paths: application/json: schema: type: array - items: &551 + items: &552 type: object properties: - ref: *528 - commit_sha: &559 + ref: *529 + commit_sha: &560 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: *545 + analysis_key: *546 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *547 + category: *548 error: type: string example: error reading field xyz @@ -74355,8 +74366,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *550 - tool: *534 + sarif_id: *551 + tool: *535 deletable: type: boolean warning: @@ -74417,7 +74428,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *536 + '403': *537 '404': *6 '503': *196 x-github: @@ -74453,8 +74464,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: - - *456 - *457 + - *458 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -74467,7 +74478,7 @@ paths: description: Response content: application/json: - schema: *551 + schema: *552 examples: response: summary: application/json response @@ -74521,7 +74532,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *536 + '403': *537 '404': *6 '422': description: Response if analysis could not be processed @@ -74608,8 +74619,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: - - *456 - *457 + - *458 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -74662,7 +74673,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': *542 + '403': *543 '404': *6 '503': *196 x-github: @@ -74684,8 +74695,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: - - *456 - *457 + - *458 responses: '200': description: Response @@ -74693,7 +74704,7 @@ paths: application/json: schema: type: array - items: &552 + items: &553 title: CodeQL Database description: A CodeQL database. type: object @@ -74804,7 +74815,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': *536 + '403': *537 '404': *6 '503': *196 x-github: @@ -74833,8 +74844,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: - - *456 - *457 + - *458 - name: language in: path description: The language of the CodeQL database. @@ -74846,7 +74857,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: default: value: @@ -74878,9 +74889,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': &588 + '302': &589 description: Found - '403': *536 + '403': *537 '404': *6 '503': *196 x-github: @@ -74902,8 +74913,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *456 - *457 + - *458 - name: language in: path description: The language of the CodeQL database. @@ -74913,7 +74924,7 @@ paths: responses: '204': description: Response - '403': *542 + '403': *543 '404': *6 '503': *196 x-github: @@ -74941,8 +74952,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -74951,7 +74962,7 @@ paths: type: object additionalProperties: false properties: - language: &553 + language: &554 type: string description: The language targeted by the CodeQL query enum: @@ -75031,7 +75042,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &557 + schema: &558 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -75041,7 +75052,7 @@ paths: description: The ID of the variant analysis. controller_repo: *120 actor: *4 - query_language: *553 + query_language: *554 query_pack_url: type: string description: The download url for the query pack. @@ -75088,7 +75099,7 @@ paths: items: type: object properties: - repository: &554 + repository: &555 title: Repository Identifier description: Repository Identifier type: object @@ -75124,7 +75135,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &558 + analysis_status: &559 type: string description: The new status of the CodeQL variant analysis repository task. @@ -75156,7 +75167,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &555 + access_mismatch_repos: &556 type: object properties: repository_count: @@ -75170,7 +75181,7 @@ paths: This list may not include all repositories that were skipped. This is only available when the repository was found and the user has access to it. - items: *554 + items: *555 required: - repository_count - repositories @@ -75192,8 +75203,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *555 - over_limit_repos: *555 + no_codeql_db_repos: *556 + over_limit_repos: *556 required: - access_mismatch_repos - not_found_repos @@ -75209,7 +75220,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &556 + value: &557 summary: Default response value: id: 1 @@ -75355,10 +75366,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *556 + value: *557 repository_lists: summary: Response for a successful variant analysis submission - value: *556 + value: *557 '404': *6 '422': description: Unable to process variant analysis submission @@ -75386,8 +75397,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: - - *456 - *457 + - *458 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -75399,9 +75410,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: *556 + default: *557 '404': *6 '503': *196 x-github: @@ -75424,7 +75435,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *456 + - *457 - name: repo in: path description: The name of the controller repository. @@ -75459,7 +75470,7 @@ paths: type: object properties: repository: *120 - analysis_status: *558 + analysis_status: *559 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -75584,8 +75595,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: - - *456 - *457 + - *458 responses: '200': description: Response @@ -75670,7 +75681,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *536 + '403': *537 '404': *6 '503': *196 x-github: @@ -75691,8 +75702,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: - - *456 - *457 + - *458 requestBody: required: true content: @@ -75759,7 +75770,7 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -75784,7 +75795,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *542 + '403': *543 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -75855,8 +75866,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: - - *456 - *457 + - *458 requestBody: required: true content: @@ -75864,7 +75875,7 @@ paths: schema: type: object properties: - commit_sha: *559 + commit_sha: *560 ref: type: string description: |- @@ -75922,7 +75933,7 @@ paths: schema: type: object properties: - id: *550 + id: *551 url: type: string description: The REST API URL for checking the status of the upload. @@ -75936,7 +75947,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': *542 + '403': *543 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -75959,8 +75970,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: - - *456 - *457 + - *458 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -76006,7 +76017,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': *536 + '403': *537 '404': description: Not Found if the sarif id does not match any upload '503': *196 @@ -76031,8 +76042,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *456 - *457 + - *458 responses: '200': description: Response @@ -76113,8 +76124,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *456 - *457 + - *458 - 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 @@ -76234,8 +76245,8 @@ paths: parameters: - *17 - *19 - - *456 - *457 + - *458 responses: '200': description: Response @@ -76251,7 +76262,7 @@ paths: type: integer codespaces: type: array - items: *375 + items: *376 examples: default: value: @@ -76549,8 +76560,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -76613,17 +76624,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *375 + schema: *376 examples: - default: *560 + default: *561 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *375 + schema: *376 examples: - default: *560 + default: *561 '400': *14 '401': *25 '403': *29 @@ -76652,8 +76663,8 @@ paths: parameters: - *17 - *19 - - *456 - *457 + - *458 responses: '200': description: Response @@ -76717,8 +76728,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: - - *456 - *457 + - *458 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -76753,14 +76764,14 @@ paths: type: integer machines: type: array - items: &804 + items: &805 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *561 - required: *562 + properties: *562 + required: *563 examples: - default: &805 + default: &806 value: total_count: 2 machines: @@ -76800,8 +76811,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *456 - *457 + - *458 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -76885,8 +76896,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: - - *456 - *457 + - *458 - 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 @@ -76952,8 +76963,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -76971,7 +76982,7 @@ paths: type: integer secrets: type: array - items: &566 + items: &567 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -76991,7 +77002,7 @@ paths: - created_at - updated_at examples: - default: *563 + default: *564 headers: Link: *47 x-github: @@ -77014,16 +77025,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *456 - *457 + - *458 responses: '200': description: Response content: application/json: - schema: *564 + schema: *565 examples: - default: *565 + default: *566 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -77043,17 +77054,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *456 - *457 - - *293 + - *458 + - *294 responses: '200': description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77073,9 +77084,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *456 - *457 - - *293 + - *458 + - *294 requestBody: required: true content: @@ -77103,7 +77114,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -77127,9 +77138,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *456 - *457 - - *293 + - *458 + - *294 responses: '204': description: Response @@ -77157,8 +77168,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *456 - *457 + - *458 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -77200,7 +77211,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &568 + properties: &569 login: type: string example: octocat @@ -77293,7 +77304,7 @@ paths: user_view_type: type: string example: public - required: &569 + required: &570 - avatar_url - events_url - followers_url @@ -77367,8 +77378,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: - - *456 - *457 + - *458 - *143 responses: '204': @@ -77415,8 +77426,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *456 - *457 + - *458 - *143 requestBody: required: false @@ -77443,7 +77454,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &648 + schema: &649 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -77454,7 +77465,7 @@ paths: example: 42 type: integer format: int64 - repository: *283 + repository: *284 invitee: title: Simple User description: A GitHub user. @@ -77632,7 +77643,7 @@ paths: - an Enterprise Managed User (EMU) account was invited to a repository in an enterprise with personal user accounts content: application/json: - schema: *258 + schema: *259 '403': *29 x-github: triggersNotification: true @@ -77672,8 +77683,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *456 - *457 + - *458 - *143 responses: '204': @@ -77705,8 +77716,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *456 - *457 + - *458 - *143 responses: '200': @@ -77727,8 +77738,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *568 - required: *569 + properties: *569 + required: *570 nullable: true required: - permission @@ -77783,8 +77794,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -77794,7 +77805,7 @@ paths: application/json: schema: type: array - items: &570 + items: &571 title: Commit Comment description: Commit Comment type: object @@ -77835,8 +77846,8 @@ paths: updated_at: type: string format: date-time - author_association: *221 - reactions: *222 + author_association: *222 + reactions: *223 required: - url - html_url @@ -77852,7 +77863,7 @@ paths: - created_at - updated_at examples: - default: &575 + default: &576 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -77911,17 +77922,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *456 - *457 - - *236 + - *458 + - *237 responses: '200': description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: &576 + default: &577 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -77978,9 +77989,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *456 - *457 - - *236 + - *458 + - *237 requestBody: required: true content: @@ -78002,7 +78013,7 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: default: value: @@ -78053,9 +78064,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *456 - *457 - - *236 + - *458 + - *237 responses: '204': description: Response @@ -78076,9 +78087,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *456 - *457 - - *236 + - *458 + - *237 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a commit comment. @@ -78104,7 +78115,7 @@ paths: application/json: schema: type: array - items: &571 + items: &572 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -78147,7 +78158,7 @@ paths: - content - created_at examples: - default: &652 + default: &653 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -78192,9 +78203,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *456 - *457 - - *236 + - *458 + - *237 requestBody: required: true content: @@ -78226,9 +78237,9 @@ paths: description: Reaction exists content: application/json: - schema: *571 + schema: *572 examples: - default: &572 + default: &573 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -78257,9 +78268,9 @@ paths: description: Reaction created content: application/json: - schema: *571 + schema: *572 examples: - default: *572 + default: *573 '422': *15 x-github: githubCloudOnly: false @@ -78281,10 +78292,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *456 - *457 - - *236 - - &653 + - *458 + - *237 + - &654 name: reaction_id description: The unique identifier of the reaction. in: path @@ -78339,8 +78350,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *456 - *457 + - *458 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -78396,9 +78407,9 @@ paths: application/json: schema: type: array - items: *573 + items: *574 examples: - default: &702 + default: &703 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -78492,9 +78503,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *456 - *457 - - &574 + - *458 + - &575 name: commit_sha description: The SHA of the commit. in: path @@ -78566,9 +78577,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *456 - *457 - - *574 + - *458 + - *575 - *17 - *19 responses: @@ -78578,9 +78589,9 @@ paths: application/json: schema: type: array - items: *570 + items: *571 examples: - default: *575 + default: *576 headers: Link: *47 x-github: @@ -78608,9 +78619,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *456 - *457 - - *574 + - *458 + - *575 requestBody: required: true content: @@ -78645,9 +78656,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: *576 + default: *577 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -78675,9 +78686,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: - - *456 - *457 - - *574 + - *458 + - *575 - *17 - *19 responses: @@ -78687,9 +78698,9 @@ paths: application/json: schema: type: array - items: *577 + items: *578 examples: - default: &694 + default: &695 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -79226,11 +79237,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *456 - *457 + - *458 - *19 - *17 - - &578 + - &579 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)" @@ -79245,9 +79256,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: &679 + default: &680 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -79360,11 +79371,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: - - *456 - *457 - - *578 + - *458 - *579 - *580 + - *581 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -79398,9 +79409,9 @@ paths: type: integer check_runs: type: array - items: *520 + items: *521 examples: - default: *581 + default: *582 headers: Link: *47 x-github: @@ -79425,9 +79436,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: - - *456 - *457 - - *578 + - *458 + - *579 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -79435,7 +79446,7 @@ paths: schema: type: integer example: 1 - - *579 + - *580 - *17 - *19 responses: @@ -79453,7 +79464,7 @@ paths: type: integer check_suites: type: array - items: *525 + items: *526 examples: default: value: @@ -79653,9 +79664,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: - - *456 - *457 - - *578 + - *458 + - *579 - *17 - *19 responses: @@ -79722,7 +79733,7 @@ paths: type: string total_count: type: integer - repository: *283 + repository: *284 commit_url: type: string format: uri @@ -79853,9 +79864,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *456 - *457 - - *578 + - *458 + - *579 - *17 - *19 responses: @@ -79865,7 +79876,7 @@ paths: application/json: schema: type: array - items: &755 + items: &756 title: Status description: The status of a commit. type: object @@ -79946,7 +79957,7 @@ paths: site_admin: false headers: Link: *47 - '301': *462 + '301': *463 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79974,8 +79985,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *456 - *457 + - *458 responses: '200': description: Response @@ -80004,20 +80015,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *582 - required: *583 + properties: *583 + required: *584 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &584 + properties: &585 url: type: string format: uri html_url: type: string format: uri - required: &585 + required: &586 - url - html_url nullable: true @@ -80025,32 +80036,32 @@ paths: title: License Simple description: License Simple type: object - properties: *223 - required: *224 + properties: *224 + required: *225 nullable: true contributing: title: Community Health File type: object - properties: *584 - required: *585 + properties: *585 + required: *586 nullable: true readme: title: Community Health File type: object - properties: *584 - required: *585 + properties: *585 + required: *586 nullable: true issue_template: title: Community Health File type: object - properties: *584 - required: *585 + properties: *585 + required: *586 nullable: true pull_request_template: title: Community Health File type: object - properties: *584 - required: *585 + properties: *585 + required: *586 nullable: true required: - code_of_conduct @@ -80177,8 +80188,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *456 - *457 + - *458 - *19 - *17 - name: basehead @@ -80221,8 +80232,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *573 - merge_base_commit: *573 + base_commit: *574 + merge_base_commit: *574 status: type: string enum: @@ -80242,10 +80253,10 @@ paths: example: 6 commits: type: array - items: *573 + items: *574 files: type: array - items: *586 + items: *587 required: - url - html_url @@ -80531,8 +80542,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *456 - *457 + - *458 - name: path description: path parameter in: path @@ -80675,7 +80686,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &587 + response-if-content-is-a-file: &588 summary: Response if content is a file value: type: file @@ -80807,7 +80818,7 @@ paths: - size - type - url - - &707 + - &708 title: Content File description: Content File type: object @@ -81008,7 +81019,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *587 + response-if-content-is-a-file: *588 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -81077,7 +81088,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *588 + '302': *589 '304': *37 x-github: githubCloudOnly: false @@ -81100,8 +81111,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *456 - *457 + - *458 - name: path description: path parameter in: path @@ -81194,7 +81205,7 @@ paths: description: Response content: application/json: - schema: &589 + schema: &590 title: File Commit description: File Commit type: object @@ -81346,7 +81357,7 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: example-for-creating-a-file: value: @@ -81400,7 +81411,7 @@ paths: schema: oneOf: - *3 - - &630 + - &631 description: Repository rule violation was detected type: object properties: @@ -81421,7 +81432,7 @@ paths: items: type: object properties: - placeholder_id: &747 + placeholder_id: &748 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -81453,8 +81464,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *456 - *457 + - *458 - name: path description: path parameter in: path @@ -81515,7 +81526,7 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: default: value: @@ -81570,8 +81581,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *456 - *457 + - *458 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -81694,22 +81705,22 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *456 - *457 - - *331 + - *458 - *332 - *333 - *334 + - *335 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string - - *335 - - *590 - *336 + - *591 - *337 + - *338 - *110 - name: per_page description: The number of results per page (max 100). For more information, @@ -81728,7 +81739,7 @@ paths: application/json: schema: type: array - items: &594 + items: &595 type: object description: A Dependabot alert. properties: @@ -81774,7 +81785,7 @@ paths: - unknown - direct - transitive - security_advisory: *591 + security_advisory: *592 security_vulnerability: *132 url: *133 html_url: *134 @@ -81805,8 +81816,8 @@ paths: nullable: true maxLength: 280 fixed_at: *138 - auto_dismissed_at: *592 - dismissal_request: *593 + auto_dismissed_at: *593 + dismissal_request: *594 required: - number - state @@ -82036,9 +82047,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *456 - *457 - - &595 + - *458 + - &596 name: alert_number in: path description: |- @@ -82053,7 +82064,7 @@ paths: description: Response content: application/json: - schema: *594 + schema: *595 examples: default: value: @@ -82166,9 +82177,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *456 - *457 - - *595 + - *458 + - *596 requestBody: required: true content: @@ -82213,7 +82224,7 @@ paths: description: Response content: application/json: - schema: *594 + schema: *595 examples: default: value: @@ -82342,8 +82353,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -82361,7 +82372,7 @@ paths: type: integer secrets: type: array - items: &598 + items: &599 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -82414,16 +82425,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *456 - *457 + - *458 responses: '200': description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *597 + default: *598 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82443,15 +82454,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *456 - *457 - - *293 + - *458 + - *294 responses: '200': description: Response content: application/json: - schema: *598 + schema: *599 examples: default: value: @@ -82477,9 +82488,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *456 - *457 - - *293 + - *458 + - *294 requestBody: required: true content: @@ -82507,7 +82518,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -82531,9 +82542,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *456 - *457 - - *293 + - *458 + - *294 responses: '204': description: Response @@ -82555,8 +82566,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: - - *456 - *457 + - *458 - 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 @@ -82716,8 +82727,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: - - *456 - *457 + - *458 responses: '200': description: Response @@ -82956,8 +82967,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: - - *456 - *457 + - *458 requestBody: required: true content: @@ -83032,7 +83043,7 @@ paths: - version - url additionalProperties: false - metadata: &599 + metadata: &600 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -83065,7 +83076,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *599 + metadata: *600 resolved: type: object description: A collection of resolved package dependencies. @@ -83078,7 +83089,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *599 + metadata: *600 relationship: type: string description: A notation of whether a dependency is requested @@ -83207,8 +83218,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *456 - *457 + - *458 - name: sha description: The SHA recorded at creation time. in: query @@ -83248,9 +83259,9 @@ paths: application/json: schema: type: array - items: *600 + items: *601 examples: - default: *601 + default: *602 headers: Link: *47 x-github: @@ -83316,8 +83327,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -83398,7 +83409,7 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: simple-example: summary: Simple example @@ -83471,9 +83482,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *456 - *457 - - &602 + - *458 + - &603 name: deployment_id description: deployment_id parameter in: path @@ -83485,7 +83496,7 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: default: value: @@ -83550,9 +83561,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *456 - *457 - - *602 + - *458 + - *603 responses: '204': description: Response @@ -83574,9 +83585,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *456 - *457 - - *602 + - *458 + - *603 - *17 - *19 responses: @@ -83586,7 +83597,7 @@ paths: application/json: schema: type: array - items: &603 + items: &604 title: Deployment Status description: The status of a deployment. type: object @@ -83677,8 +83688,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 required: - id - node_id @@ -83747,9 +83758,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *456 - *457 - - *602 + - *458 + - *603 requestBody: required: true content: @@ -83824,9 +83835,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: &604 + default: &605 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -83882,9 +83893,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *456 - *457 - - *602 + - *458 + - *603 - name: status_id in: path required: true @@ -83895,9 +83906,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: *604 + default: *605 '404': *6 x-github: githubCloudOnly: false @@ -83924,12 +83935,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *456 - *457 - - *605 + - *458 - *606 - *607 - *608 + - *609 - *17 - *19 responses: @@ -83939,9 +83950,9 @@ paths: application/json: schema: type: array - items: *609 + items: *610 examples: - default: *610 + default: *611 '404': *6 '403': *29 '500': *40 @@ -83965,8 +83976,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *456 - *457 + - *458 - name: alert_number in: path required: true @@ -83978,7 +83989,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *609 + schema: *610 examples: default: value: @@ -84034,8 +84045,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *456 - *457 + - *458 - name: alert_number in: path required: true @@ -84094,12 +84105,12 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *456 - *457 - - *605 + - *458 - *606 - *607 - *608 + - *609 - *17 - *19 responses: @@ -84109,9 +84120,9 @@ paths: application/json: schema: type: array - items: *611 + items: *612 examples: - default: *612 + default: *613 '404': *6 '403': *29 '500': *40 @@ -84135,8 +84146,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *456 - *457 + - *458 - name: alert_number in: path required: true @@ -84148,7 +84159,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *611 + schema: *612 examples: default: value: @@ -84199,8 +84210,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *456 - *457 + - *458 - name: alert_number in: path required: true @@ -84238,7 +84249,7 @@ paths: description: The created dismissal request. content: application/json: - schema: *611 + schema: *612 examples: default: value: @@ -84289,8 +84300,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *456 - *457 + - *458 - name: alert_number in: path required: true @@ -84361,8 +84372,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *456 - *457 + - *458 - name: alert_number in: path required: true @@ -84395,12 +84406,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *456 - *457 + - *458 - *103 - *104 - *105 - - *342 + - *343 - *17 - *19 responses: @@ -84410,9 +84421,9 @@ paths: application/json: schema: type: array - items: *613 + items: *614 examples: - default: *614 + default: *615 '404': *6 '403': *29 '500': *40 @@ -84437,8 +84448,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *456 - *457 + - *458 - name: alert_number in: path required: true @@ -84450,7 +84461,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *613 + schema: *614 examples: default: value: @@ -84508,8 +84519,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *456 - *457 + - *458 - name: alert_number in: path required: true @@ -84578,8 +84589,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -84636,8 +84647,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -84654,7 +84665,7 @@ paths: type: integer environments: type: array - items: &616 + items: &617 title: Environment description: Details of a deployment environment type: object @@ -84706,7 +84717,7 @@ paths: type: type: string example: wait_timer - wait_timer: &618 + wait_timer: &619 type: integer example: 30 description: The amount of time to delay a job after @@ -84743,11 +84754,11 @@ paths: items: type: object properties: - type: *615 + type: *616 reviewer: anyOf: - *4 - - *312 + - *313 required: - id - node_id @@ -84767,7 +84778,7 @@ paths: - id - node_id - type - deployment_branch_policy: &619 + deployment_branch_policy: &620 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -84883,9 +84894,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *456 - *457 - - &617 + - *458 + - &618 name: environment_name in: path required: true @@ -84898,9 +84909,9 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: - default: &620 + default: &621 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -84984,9 +84995,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *456 - *457 - - *617 + - *458 + - *618 requestBody: required: false content: @@ -84995,7 +85006,7 @@ paths: type: object nullable: true properties: - wait_timer: *618 + wait_timer: *619 prevent_self_review: type: boolean example: false @@ -85012,13 +85023,13 @@ paths: items: type: object properties: - type: *615 + type: *616 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *619 + deployment_branch_policy: *620 additionalProperties: false examples: default: @@ -85038,9 +85049,9 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: - default: *620 + default: *621 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -85064,9 +85075,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *456 - *457 - - *617 + - *458 + - *618 responses: '204': description: Default response @@ -85091,9 +85102,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *456 - *457 - - *617 + - *458 + - *618 - *17 - *19 responses: @@ -85111,7 +85122,7 @@ paths: example: 2 branch_policies: type: array - items: &621 + items: &622 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -85168,9 +85179,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *456 - *457 - - *617 + - *458 + - *618 requestBody: required: true content: @@ -85216,9 +85227,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *622 examples: - example-wildcard: &622 + example-wildcard: &623 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -85260,10 +85271,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *456 - *457 - - *617 - - &623 + - *458 + - *618 + - &624 name: branch_policy_id in: path required: true @@ -85275,9 +85286,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *622 examples: - default: *622 + default: *623 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85296,10 +85307,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *456 - *457 - - *617 - - *623 + - *458 + - *618 + - *624 requestBody: required: true content: @@ -85327,9 +85338,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *622 examples: - default: *622 + default: *623 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85348,10 +85359,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *456 - *457 - - *617 - - *623 + - *458 + - *618 + - *624 responses: '204': description: Response @@ -85376,9 +85387,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: - - *617 + - *618 + - *458 - *457 - - *456 responses: '200': description: List of deployment protection rules @@ -85394,7 +85405,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &624 + items: &625 title: Deployment protection rule description: Deployment protection rule type: object @@ -85413,7 +85424,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &625 + app: &626 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -85512,9 +85523,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: - - *617 + - *618 + - *458 - *457 - - *456 requestBody: content: application/json: @@ -85535,9 +85546,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *624 + schema: *625 examples: - default: &626 + default: &627 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -85572,9 +85583,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: - - *617 + - *618 + - *458 - *457 - - *456 - *19 - *17 responses: @@ -85593,7 +85604,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *625 + items: *626 examples: default: value: @@ -85628,10 +85639,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: - - *456 - *457 - - *617 - - &627 + - *458 + - *618 + - &628 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -85643,9 +85654,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: *626 + default: *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85666,10 +85677,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: - - *617 + - *618 + - *458 - *457 - - *456 - - *627 + - *628 responses: '204': description: Response @@ -85695,9 +85706,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *456 - *457 - - *617 + - *458 + - *618 - *17 - *19 responses: @@ -85715,9 +85726,9 @@ paths: type: integer secrets: type: array - items: *487 + items: *488 examples: - default: *488 + default: *489 headers: Link: *47 x-github: @@ -85742,17 +85753,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *456 - *457 - - *617 + - *458 + - *618 responses: '200': description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85774,18 +85785,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *456 - *457 - - *617 - - *293 + - *458 + - *618 + - *294 responses: '200': description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: *628 + default: *629 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85807,10 +85818,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *456 - *457 - - *617 - - *293 + - *458 + - *618 + - *294 requestBody: required: true content: @@ -85841,7 +85852,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -85867,10 +85878,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *456 - *457 - - *617 - - *293 + - *458 + - *618 + - *294 responses: '204': description: Default response @@ -85895,10 +85906,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *456 - *457 - - *617 - - *474 + - *458 + - *618 + - *475 - *19 responses: '200': @@ -85915,9 +85926,9 @@ paths: type: integer variables: type: array - items: *491 + items: *492 examples: - default: *492 + default: *493 headers: Link: *47 x-github: @@ -85940,9 +85951,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *456 - *457 - - *617 + - *458 + - *618 requestBody: required: true content: @@ -85969,7 +85980,7 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -85994,18 +86005,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *456 - *457 - - *617 - - *296 + - *458 + - *618 + - *297 responses: '200': description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *629 + default: *630 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86026,10 +86037,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *456 - *457 - - *296 - - *617 + - *458 + - *297 + - *618 requestBody: required: true content: @@ -86071,10 +86082,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *456 - *457 - - *296 - - *617 + - *458 + - *297 + - *618 responses: '204': description: Response @@ -86096,8 +86107,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -86107,7 +86118,7 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: 200-response: value: @@ -86165,8 +86176,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *456 - *457 + - *458 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -86188,7 +86199,7 @@ paths: application/json: schema: type: array - items: *283 + items: *284 examples: default: value: @@ -86325,8 +86336,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *456 - *457 + - *458 requestBody: required: false content: @@ -86358,9 +86369,9 @@ paths: description: Response content: application/json: - schema: *461 + schema: *462 examples: - default: *463 + default: *464 '400': *14 '422': *15 '403': *29 @@ -86381,8 +86392,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -86441,8 +86452,8 @@ paths: application/json: schema: oneOf: - - *258 - - *630 + - *259 + - *631 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86467,8 +86478,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *456 - *457 + - *458 - name: file_sha in: path required: true @@ -86567,8 +86578,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -86677,7 +86688,7 @@ paths: description: Response content: application/json: - schema: &631 + schema: &632 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -86891,15 +86902,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *456 - *457 - - *574 + - *458 + - *575 responses: '200': description: Response content: application/json: - schema: *631 + schema: *632 examples: default: value: @@ -86955,9 +86966,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *456 - *457 - - &632 + - *458 + - &633 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -86974,7 +86985,7 @@ paths: application/json: schema: type: array - items: &633 + items: &634 title: Git Reference description: Git references within a repository type: object @@ -87049,17 +87060,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *456 - *457 - - *632 + - *458 + - *633 responses: '200': description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: &634 + default: &635 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -87088,8 +87099,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -87118,9 +87129,9 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: *634 + default: *635 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -87146,9 +87157,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *456 - *457 - - *632 + - *458 + - *633 requestBody: required: true content: @@ -87177,9 +87188,9 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: *634 + default: *635 '422': *15 '409': *119 x-github: @@ -87197,9 +87208,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *456 - *457 - - *632 + - *458 + - *633 responses: '204': description: Response @@ -87254,8 +87265,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -87322,7 +87333,7 @@ paths: description: Response content: application/json: - schema: &636 + schema: &637 title: Git Tag description: Metadata for a Git tag type: object @@ -87373,7 +87384,7 @@ paths: - sha - type - url - verification: *635 + verification: *636 required: - sha - url @@ -87383,7 +87394,7 @@ paths: - tag - message examples: - default: &637 + default: &638 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -87456,8 +87467,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *456 - *457 + - *458 - name: tag_sha in: path required: true @@ -87468,9 +87479,9 @@ paths: description: Response content: application/json: - schema: *636 + schema: *637 examples: - default: *637 + default: *638 '404': *6 '409': *119 x-github: @@ -87494,8 +87505,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -87568,7 +87579,7 @@ paths: description: Response content: application/json: - schema: &638 + schema: &639 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -87664,8 +87675,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *456 - *457 + - *458 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -87688,7 +87699,7 @@ paths: description: Response content: application/json: - schema: *638 + schema: *639 examples: default-response: summary: Default response @@ -87747,8 +87758,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -87758,7 +87769,7 @@ paths: application/json: schema: type: array - items: &639 + items: &640 title: Webhook description: Webhooks for repositories. type: object @@ -87812,7 +87823,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &898 + last_response: &899 title: Hook Response type: object properties: @@ -87886,8 +87897,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *456 - *457 + - *458 requestBody: required: false content: @@ -87939,9 +87950,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: &640 + default: &641 value: type: Repository id: 12345678 @@ -87989,17 +88000,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *456 - *457 - - *347 + - *458 + - *348 responses: '200': description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: *640 + default: *641 '404': *6 x-github: githubCloudOnly: false @@ -88019,9 +88030,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *456 - *457 - - *347 + - *458 + - *348 requestBody: required: true content: @@ -88066,9 +88077,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: *640 + default: *641 '422': *15 '404': *6 x-github: @@ -88089,9 +88100,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *456 - *457 - - *347 + - *458 + - *348 responses: '204': description: Response @@ -88115,9 +88126,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *456 - *457 - - *347 + - *458 + - *348 responses: '200': description: Response @@ -88144,9 +88155,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *456 - *457 - - *347 + - *458 + - *348 requestBody: required: false content: @@ -88190,11 +88201,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *456 - *457 - - *347 - - *17 + - *458 - *348 + - *17 + - *349 responses: '200': description: Response @@ -88202,9 +88213,9 @@ paths: application/json: schema: type: array - items: *349 + items: *350 examples: - default: *350 + default: *351 '400': *14 '422': *15 x-github: @@ -88223,18 +88234,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *456 - *457 - - *347 + - *458 + - *348 - *16 responses: '200': description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 '400': *14 '422': *15 x-github: @@ -88253,9 +88264,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *456 - *457 - - *347 + - *458 + - *348 - *16 responses: '202': *39 @@ -88278,9 +88289,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *456 - *457 - - *347 + - *458 + - *348 responses: '204': description: Response @@ -88305,9 +88316,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *456 - *457 - - *347 + - *458 + - *348 responses: '204': description: Response @@ -88330,8 +88341,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: - - *456 - *457 + - *458 responses: '200': description: Response if immutable releases are enabled @@ -88377,8 +88388,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-immutable-releases parameters: - - *456 - *457 + - *458 responses: '204': *155 '409': *119 @@ -88398,8 +88409,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-immutable-releases parameters: - - *456 - *457 + - *458 responses: '204': *155 '409': *119 @@ -88456,14 +88467,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *456 - *457 + - *458 responses: '200': description: Response content: application/json: - schema: &641 + schema: &642 title: Import description: A repository import from an external source. type: object @@ -88562,7 +88573,7 @@ paths: - html_url - authors_url examples: - default: &644 + default: &645 value: vcs: subversion use_lfs: true @@ -88578,7 +88589,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': &642 + '503': &643 description: Unavailable due to service under maintenance. content: application/json: @@ -88607,8 +88618,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -88656,7 +88667,7 @@ paths: description: Response content: application/json: - schema: *641 + schema: *642 examples: default: value: @@ -88681,7 +88692,7 @@ paths: type: string '422': *15 '404': *6 - '503': *642 + '503': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88709,8 +88720,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *456 - *457 + - *458 requestBody: required: false content: @@ -88759,7 +88770,7 @@ paths: description: Response content: application/json: - schema: *641 + schema: *642 examples: example-1: summary: Example 1 @@ -88807,7 +88818,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': *642 + '503': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88830,12 +88841,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *456 - *457 + - *458 responses: '204': description: Response - '503': *642 + '503': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88861,9 +88872,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *456 - *457 - - &826 + - *458 + - &827 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -88877,7 +88888,7 @@ paths: application/json: schema: type: array - items: &643 + items: &644 title: Porter Author description: Porter Author type: object @@ -88931,7 +88942,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': *642 + '503': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88956,8 +88967,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *456 - *457 + - *458 - name: author_id in: path required: true @@ -88987,7 +88998,7 @@ paths: description: Response content: application/json: - schema: *643 + schema: *644 examples: default: value: @@ -89000,7 +89011,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *642 + '503': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89024,8 +89035,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *456 - *457 + - *458 responses: '200': description: Response @@ -89066,7 +89077,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *642 + '503': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89094,8 +89105,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -89122,11 +89133,11 @@ paths: description: Response content: application/json: - schema: *641 + schema: *642 examples: - default: *644 + default: *645 '422': *15 - '503': *642 + '503': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89149,8 +89160,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: - - *456 - *457 + - *458 responses: '200': description: Response @@ -89158,8 +89169,8 @@ paths: application/json: schema: *22 examples: - default: *645 - '301': *462 + default: *646 + '301': *463 '404': *6 x-github: githubCloudOnly: false @@ -89179,8 +89190,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *456 - *457 + - *458 responses: '200': description: Response @@ -89188,12 +89199,12 @@ paths: application/json: schema: anyOf: - - *365 + - *366 - type: object properties: {} additionalProperties: false examples: - default: &647 + default: &648 value: limit: collaborators_only origin: repository @@ -89218,13 +89229,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *456 - *457 + - *458 requestBody: required: true content: application/json: - schema: *646 + schema: *647 examples: default: summary: Example request body @@ -89236,9 +89247,9 @@ paths: description: Response content: application/json: - schema: *365 + schema: *366 examples: - default: *647 + default: *648 '409': description: Response x-github: @@ -89260,8 +89271,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *456 - *457 + - *458 responses: '204': description: Response @@ -89284,8 +89295,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -89295,9 +89306,9 @@ paths: application/json: schema: type: array - items: *648 + items: *649 examples: - default: &819 + default: &820 value: - id: 1 repository: @@ -89428,9 +89439,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *456 - *457 - - *369 + - *458 + - *370 requestBody: required: false content: @@ -89459,7 +89470,7 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: default: value: @@ -89590,9 +89601,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *456 - *457 - - *369 + - *458 + - *370 responses: '204': description: Response @@ -89623,8 +89634,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *456 - *457 + - *458 - 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 @@ -89672,7 +89683,7 @@ paths: required: false schema: type: string - - *373 + - *374 - name: sort description: What to sort results by. in: query @@ -89685,7 +89696,7 @@ paths: - comments default: created - *110 - - *227 + - *228 - *17 - *19 responses: @@ -89695,9 +89706,9 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: - default: &660 + default: &661 value: - id: 1 node_id: MDU6SXNzdWUx @@ -89845,7 +89856,7 @@ paths: state_reason: completed headers: Link: *47 - '301': *462 + '301': *463 '422': *15 '404': *6 x-github: @@ -89874,8 +89885,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -89957,9 +89968,9 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: &657 + default: &658 value: id: 1 node_id: MDU6SXNzdWUx @@ -90115,7 +90126,7 @@ paths: '422': *15 '503': *196 '404': *6 - '410': *649 + '410': *650 x-github: triggersNotification: true githubCloudOnly: false @@ -90143,9 +90154,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *456 - *457 - - *244 + - *458 + - *245 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -90155,7 +90166,7 @@ paths: enum: - asc - desc - - *227 + - *228 - *17 - *19 responses: @@ -90165,9 +90176,9 @@ paths: application/json: schema: type: array - items: *650 + items: *651 examples: - default: &659 + default: &660 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -90225,17 +90236,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *456 - *457 - - *236 + - *458 + - *237 responses: '200': description: Response content: application/json: - schema: *650 + schema: *651 examples: - default: &651 + default: &652 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -90289,9 +90300,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *456 - *457 - - *236 + - *458 + - *237 requestBody: required: true content: @@ -90313,9 +90324,9 @@ paths: description: Response content: application/json: - schema: *650 + schema: *651 examples: - default: *651 + default: *652 '422': *15 x-github: githubCloudOnly: false @@ -90333,9 +90344,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *456 - *457 - - *236 + - *458 + - *237 responses: '204': description: Response @@ -90355,9 +90366,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *456 - *457 - - *236 + - *458 + - *237 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue comment. @@ -90383,9 +90394,9 @@ paths: application/json: schema: type: array - items: *571 + items: *572 examples: - default: *652 + default: *653 headers: Link: *47 '404': *6 @@ -90406,9 +90417,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *456 - *457 - - *236 + - *458 + - *237 requestBody: required: true content: @@ -90440,16 +90451,16 @@ paths: description: Reaction exists content: application/json: - schema: *571 + schema: *572 examples: - default: *572 + default: *573 '201': description: Reaction created content: application/json: - schema: *571 + schema: *572 examples: - default: *572 + default: *573 '422': *15 x-github: githubCloudOnly: false @@ -90471,10 +90482,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *456 - *457 - - *236 - - *653 + - *458 + - *237 + - *654 responses: '204': description: Response @@ -90494,8 +90505,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -90505,7 +90516,7 @@ paths: application/json: schema: type: array - items: &656 + items: &657 title: Issue Event description: Issue Event type: object @@ -90548,8 +90559,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *654 - required: *655 + properties: *655 + required: *656 nullable: true label: title: Issue Event Label @@ -90593,7 +90604,7 @@ paths: properties: *20 required: *21 nullable: true - requested_team: *312 + requested_team: *313 dismissed_review: title: Issue Event Dismissed Review type: object @@ -90658,7 +90669,7 @@ paths: required: - from - to - author_association: *221 + author_association: *222 lock_reason: type: string nullable: true @@ -90671,8 +90682,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 required: - id - node_id @@ -90856,8 +90867,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *456 - *457 + - *458 - name: event_id in: path required: true @@ -90868,7 +90879,7 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: default: value: @@ -91060,7 +91071,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *649 + '410': *650 '403': *29 x-github: githubCloudOnly: false @@ -91094,9 +91105,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *456 - *457 - - &658 + - *458 + - &659 name: issue_number description: The number that identifies the issue. in: path @@ -91108,12 +91119,12 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *657 - '301': *462 + default: *658 + '301': *463 '404': *6 - '410': *649 + '410': *650 '304': *37 x-github: githubCloudOnly: false @@ -91138,9 +91149,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 requestBody: required: false content: @@ -91244,15 +91255,15 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *657 + default: *658 '422': *15 '503': *196 '403': *29 - '301': *462 + '301': *463 '404': *6 - '410': *649 + '410': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91270,9 +91281,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 requestBody: required: false content: @@ -91298,9 +91309,9 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *657 + default: *658 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91316,9 +91327,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 requestBody: content: application/json: @@ -91343,9 +91354,9 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *657 + default: *658 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91367,9 +91378,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: - - *456 - *457 - - *658 + - *458 + - *659 - name: assignee in: path required: true @@ -91409,10 +91420,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *456 - *457 - - *658 - - *227 + - *458 + - *659 + - *228 - *17 - *19 responses: @@ -91422,13 +91433,13 @@ paths: application/json: schema: type: array - items: *650 + items: *651 examples: - default: *659 + default: *660 headers: Link: *47 '404': *6 - '410': *649 + '410': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91457,9 +91468,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *456 - *457 - - *658 + - *458 + - *659 requestBody: required: true content: @@ -91481,16 +91492,16 @@ paths: description: Response content: application/json: - schema: *650 + schema: *651 examples: - default: *651 + default: *652 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *649 + '410': *650 '422': *15 '404': *6 x-github: @@ -91518,9 +91529,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *456 - *457 - - *658 + - *458 + - *659 - *17 - *19 responses: @@ -91530,14 +91541,14 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: - default: *660 + default: *661 headers: Link: *47 - '301': *462 + '301': *463 '404': *6 - '410': *649 + '410': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91565,9 +91576,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *456 - *457 - - *658 + - *458 + - *659 requestBody: required: true content: @@ -91589,17 +91600,17 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *657 + default: *658 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *462 + '301': *463 '403': *29 - '410': *649 + '410': *650 '422': *15 '404': *6 x-github: @@ -91630,9 +91641,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *456 - *457 - - *658 + - *458 + - *659 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -91644,15 +91655,15 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *657 - '301': *462 + default: *658 + '301': *463 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *649 + '410': *650 x-github: triggersNotification: true githubCloudOnly: false @@ -91678,9 +91689,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *456 - *457 - - *658 + - *458 + - *659 - *17 - *19 responses: @@ -91690,14 +91701,14 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: - default: *660 + default: *661 headers: Link: *47 - '301': *462 + '301': *463 '404': *6 - '410': *649 + '410': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91714,9 +91725,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *456 - *457 - - *658 + - *458 + - *659 - *17 - *19 responses: @@ -91730,7 +91741,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &662 + - &663 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -91761,8 +91772,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 label: type: object properties: @@ -91784,7 +91795,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &663 + - &664 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -91815,8 +91826,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 label: type: object properties: @@ -91904,8 +91915,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 assignee: *4 assigner: *4 required: @@ -91920,7 +91931,7 @@ paths: - performed_via_github_app - assignee - assigner - - &664 + - &665 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -91951,8 +91962,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 milestone: type: object properties: @@ -91971,7 +91982,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &665 + - &666 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -92002,8 +92013,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 milestone: type: object properties: @@ -92022,7 +92033,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &666 + - &667 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -92053,8 +92064,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 rename: type: object properties: @@ -92076,7 +92087,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &667 + - &668 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -92107,10 +92118,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 review_requester: *4 - requested_team: *312 + requested_team: *313 requested_reviewer: *4 required: - review_requester @@ -92123,7 +92134,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &668 + - &669 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -92154,10 +92165,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 review_requester: *4 - requested_team: *312 + requested_team: *313 requested_reviewer: *4 required: - review_requester @@ -92170,7 +92181,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &669 + - &670 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -92201,8 +92212,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 dismissed_review: type: object properties: @@ -92230,7 +92241,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &670 + - &671 title: Locked Issue Event description: Locked Issue Event type: object @@ -92261,8 +92272,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 lock_reason: type: string example: '"off-topic"' @@ -92278,7 +92289,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &671 + - &672 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -92309,8 +92320,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 project_card: type: object properties: @@ -92344,7 +92355,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &672 + - &673 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -92375,8 +92386,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 project_card: type: object properties: @@ -92410,7 +92421,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &673 + - &674 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -92441,8 +92452,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 project_card: type: object properties: @@ -92476,7 +92487,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &674 + - &675 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -92567,7 +92578,7 @@ paths: color: red headers: Link: *47 - '410': *649 + '410': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92584,9 +92595,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 - *17 - *19 responses: @@ -92596,9 +92607,9 @@ paths: application/json: schema: type: array - items: *219 + items: *220 examples: - default: &661 + default: &662 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -92616,9 +92627,9 @@ paths: default: false headers: Link: *47 - '301': *462 + '301': *463 '404': *6 - '410': *649 + '410': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92635,9 +92646,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 requestBody: required: false content: @@ -92696,12 +92707,12 @@ paths: application/json: schema: type: array - items: *219 + items: *220 examples: - default: *661 - '301': *462 + default: *662 + '301': *463 '404': *6 - '410': *649 + '410': *650 '422': *15 x-github: githubCloudOnly: false @@ -92718,9 +92729,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 requestBody: required: false content: @@ -92780,12 +92791,12 @@ paths: application/json: schema: type: array - items: *219 + items: *220 examples: - default: *661 - '301': *462 + default: *662 + '301': *463 '404': *6 - '410': *649 + '410': *650 '422': *15 x-github: githubCloudOnly: false @@ -92802,15 +92813,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 responses: '204': description: Response - '301': *462 + '301': *463 '404': *6 - '410': *649 + '410': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92829,9 +92840,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 - name: name in: path required: true @@ -92844,7 +92855,7 @@ paths: application/json: schema: type: array - items: *219 + items: *220 examples: default: value: @@ -92855,9 +92866,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *462 + '301': *463 '404': *6 - '410': *649 + '410': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92877,9 +92888,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 requestBody: required: false content: @@ -92907,7 +92918,7 @@ paths: '204': description: Response '403': *29 - '410': *649 + '410': *650 '404': *6 '422': *15 x-github: @@ -92925,9 +92936,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 responses: '204': description: Response @@ -92957,20 +92968,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#get-parent-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 responses: '200': description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *657 - '301': *462 + default: *658 + '301': *463 '404': *6 - '410': *649 + '410': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92987,9 +92998,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 - 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. @@ -93015,13 +93026,13 @@ paths: application/json: schema: type: array - items: *571 + items: *572 examples: - default: *652 + default: *653 headers: Link: *47 '404': *6 - '410': *649 + '410': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93039,9 +93050,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 requestBody: required: true content: @@ -93073,16 +93084,16 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: - default: *572 + default: *573 '201': description: Response content: application/json: - schema: *571 + schema: *572 examples: - default: *572 + default: *573 '422': *15 x-github: githubCloudOnly: false @@ -93104,10 +93115,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *456 - *457 - - *658 - - *653 + - *458 + - *659 + - *654 responses: '204': description: Response @@ -93136,9 +93147,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 requestBody: required: true content: @@ -93160,9 +93171,9 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *657 + default: *658 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -93195,9 +93206,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *456 - *457 - - *658 + - *458 + - *659 - *17 - *19 responses: @@ -93207,13 +93218,13 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: - default: *660 + default: *661 headers: Link: *47 '404': *6 - '410': *649 + '410': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93241,9 +93252,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 requestBody: required: true content: @@ -93270,16 +93281,16 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *657 + default: *658 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *649 + '410': *650 '422': *15 '404': *6 x-github: @@ -93299,9 +93310,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 requestBody: required: true content: @@ -93332,9 +93343,9 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *657 + default: *658 '403': *29 '404': *6 '422': *7 @@ -93356,9 +93367,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 - *17 - *19 responses: @@ -93373,7 +93384,6 @@ paths: description: Timeline Event type: object anyOf: - - *662 - *663 - *664 - *665 @@ -93386,6 +93396,7 @@ paths: - *672 - *673 - *674 + - *675 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -93428,7 +93439,7 @@ paths: issue_url: type: string format: uri - author_association: *221 + author_association: *222 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. They @@ -93438,9 +93449,9 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 - reactions: *222 + properties: *218 + required: *219 + reactions: *223 required: - event - actor @@ -93471,7 +93482,7 @@ paths: properties: type: type: string - issue: *220 + issue: *221 required: - event - created_at @@ -93671,7 +93682,7 @@ paths: type: string body_text: type: string - author_association: *221 + author_association: *222 required: - event - id @@ -93694,7 +93705,7 @@ paths: type: string comments: type: array - items: &696 + items: &697 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -93789,7 +93800,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *221 + author_association: *222 _links: type: object properties: @@ -93873,7 +93884,7 @@ paths: enum: - line - file - reactions: *222 + reactions: *223 body_html: type: string example: '"

comment body

"' @@ -93909,7 +93920,7 @@ paths: type: string comments: type: array - items: *570 + items: *571 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -93940,8 +93951,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 assignee: *4 required: - id @@ -93984,8 +93995,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 assignee: *4 required: - id @@ -94028,8 +94039,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 state_reason: type: string nullable: true @@ -94198,7 +94209,7 @@ paths: headers: Link: *47 '404': *6 - '410': *649 + '410': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94215,8 +94226,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -94226,7 +94237,7 @@ paths: application/json: schema: type: array - items: &675 + items: &676 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -94292,8 +94303,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -94329,9 +94340,9 @@ paths: description: Response content: application/json: - schema: *675 + schema: *676 examples: - default: &676 + default: &677 value: id: 1 key: ssh-rsa AAA... @@ -94365,9 +94376,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *456 - *457 - - &677 + - *458 + - &678 name: key_id description: The unique identifier of the key. in: path @@ -94379,9 +94390,9 @@ paths: description: Response content: application/json: - schema: *675 + schema: *676 examples: - default: *676 + default: *677 '404': *6 x-github: githubCloudOnly: false @@ -94399,9 +94410,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *456 - *457 - - *677 + - *458 + - *678 responses: '204': description: Response @@ -94421,8 +94432,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -94432,9 +94443,9 @@ paths: application/json: schema: type: array - items: *219 + items: *220 examples: - default: *661 + default: *662 headers: Link: *47 '404': *6 @@ -94455,8 +94466,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -94492,9 +94503,9 @@ paths: description: Response content: application/json: - schema: *219 + schema: *220 examples: - default: &678 + default: &679 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -94526,8 +94537,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *456 - *457 + - *458 - name: name in: path required: true @@ -94538,9 +94549,9 @@ paths: description: Response content: application/json: - schema: *219 + schema: *220 examples: - default: *678 + default: *679 '404': *6 x-github: githubCloudOnly: false @@ -94557,8 +94568,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *456 - *457 + - *458 - name: name in: path required: true @@ -94597,7 +94608,7 @@ paths: description: Response content: application/json: - schema: *219 + schema: *220 examples: default: value: @@ -94623,8 +94634,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *456 - *457 + - *458 - name: name in: path required: true @@ -94650,8 +94661,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *456 - *457 + - *458 responses: '200': description: Response @@ -94679,7 +94690,7 @@ paths: description: |- Enables Git LFS for a repository. - OAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. operationId: repos/enable-lfs-for-repo tags: - repos @@ -94687,8 +94698,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *456 - *457 + - *458 responses: '202': *39 '403': @@ -94708,7 +94719,7 @@ paths: description: |- Disables Git LFS for a repository. - OAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. operationId: repos/disable-lfs-for-repo tags: - repos @@ -94716,8 +94727,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *456 - *457 + - *458 responses: '204': description: Response @@ -94743,9 +94754,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *456 - *457 - - *543 + - *458 + - *544 responses: '200': description: Response @@ -94807,8 +94818,8 @@ paths: title: License Simple description: License Simple type: object - properties: *223 - required: *224 + properties: *224 + required: *225 nullable: true required: - _links @@ -94890,8 +94901,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: - - *456 - *457 + - *458 requestBody: required: true content: @@ -94956,8 +94967,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -94991,9 +95002,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *573 + schema: *574 examples: - default: *679 + default: *680 '204': description: Response when already merged '404': @@ -95018,8 +95029,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *456 - *457 + - *458 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -95060,12 +95071,12 @@ paths: application/json: schema: type: array - items: &680 + items: &681 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *405 - required: *406 + properties: *406 + required: *407 examples: default: value: @@ -95121,8 +95132,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -95162,9 +95173,9 @@ paths: description: Response content: application/json: - schema: *680 + schema: *681 examples: - default: &681 + default: &682 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -95223,9 +95234,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *456 - *457 - - &682 + - *458 + - &683 name: milestone_number description: The number that identifies the milestone. in: path @@ -95237,9 +95248,9 @@ paths: description: Response content: application/json: - schema: *680 + schema: *681 examples: - default: *681 + default: *682 '404': *6 x-github: githubCloudOnly: false @@ -95256,9 +95267,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *456 - *457 - - *682 + - *458 + - *683 requestBody: required: false content: @@ -95296,9 +95307,9 @@ paths: description: Response content: application/json: - schema: *680 + schema: *681 examples: - default: *681 + default: *682 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95314,9 +95325,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *456 - *457 - - *682 + - *458 + - *683 responses: '204': description: Response @@ -95337,9 +95348,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: - - *456 - *457 - - *682 + - *458 + - *683 - *17 - *19 responses: @@ -95349,9 +95360,9 @@ paths: application/json: schema: type: array - items: *219 + items: *220 examples: - default: *661 + default: *662 headers: Link: *47 x-github: @@ -95370,12 +95381,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: - - *456 - *457 - - *683 + - *458 - *684 - - *227 - *685 + - *228 + - *686 - *17 - *19 responses: @@ -95385,9 +95396,9 @@ paths: application/json: schema: type: array - items: *247 + items: *248 examples: - default: *686 + default: *687 headers: Link: *47 x-github: @@ -95411,8 +95422,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *456 - *457 + - *458 requestBody: required: false content: @@ -95470,14 +95481,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *456 - *457 + - *458 responses: '200': description: Response content: application/json: - schema: &687 + schema: &688 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -95602,7 +95613,7 @@ paths: - custom_404 - public examples: - default: &688 + default: &689 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -95643,8 +95654,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -95698,9 +95709,9 @@ paths: description: Response content: application/json: - schema: *687 + schema: *688 examples: - default: *688 + default: *689 '422': *15 '409': *119 x-github: @@ -95723,8 +95734,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: - - *456 - *457 + - *458 requestBody: required: true content: @@ -95831,8 +95842,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *456 - *457 + - *458 responses: '204': description: Response @@ -95858,8 +95869,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -95869,7 +95880,7 @@ paths: application/json: schema: type: array - items: &689 + items: &690 title: Page Build description: Page Build type: object @@ -95963,8 +95974,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *456 - *457 + - *458 responses: '201': description: Response @@ -96009,16 +96020,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *456 - *457 + - *458 responses: '200': description: Response content: application/json: - schema: *689 + schema: *690 examples: - default: &690 + default: &691 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -96066,8 +96077,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *456 - *457 + - *458 - name: build_id in: path required: true @@ -96078,9 +96089,9 @@ paths: description: Response content: application/json: - schema: *689 + schema: *690 examples: - default: *690 + default: *691 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96100,8 +96111,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -96206,9 +96217,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *456 - *457 - - &691 + - *458 + - &692 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -96266,9 +96277,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *456 - *457 - - *691 + - *458 + - *692 responses: '204': *155 '404': *6 @@ -96295,8 +96306,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: - - *456 - *457 + - *458 responses: '200': description: Response @@ -96527,7 +96538,7 @@ paths: description: Empty response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -96554,8 +96565,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: - - *456 - *457 + - *458 responses: '200': description: Private vulnerability reporting status @@ -96592,8 +96603,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: - - *456 - *457 + - *458 responses: '204': *155 '422': *14 @@ -96614,8 +96625,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: - - *456 - *457 + - *458 responses: '204': *155 '422': *14 @@ -96637,8 +96648,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *456 - *457 + - *458 responses: '200': description: Response @@ -96648,7 +96659,7 @@ paths: type: array items: *156 examples: - default: *692 + default: *693 '403': *29 '404': *6 x-github: @@ -96670,8 +96681,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -96687,7 +96698,7 @@ paths: required: - properties examples: - default: *693 + default: *694 responses: '204': description: No Content when custom property values are successfully created @@ -96725,8 +96736,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *456 - *457 + - *458 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -96786,9 +96797,9 @@ paths: application/json: schema: type: array - items: *577 + items: *578 examples: - default: *694 + default: *695 headers: Link: *47 '304': *37 @@ -96820,8 +96831,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -96886,7 +96897,7 @@ paths: description: Response content: application/json: - schema: &698 + schema: &699 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -96997,8 +97008,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *405 - required: *406 + properties: *406 + required: *407 nullable: true active_lock_reason: type: string @@ -97043,7 +97054,7 @@ paths: nullable: true requested_teams: type: array - items: *441 + items: *442 nullable: true head: type: object @@ -97082,14 +97093,14 @@ paths: _links: type: object properties: - comments: *407 - commits: *407 - statuses: *407 - html: *407 - issue: *407 - review_comments: *407 - review_comment: *407 - self: *407 + comments: *408 + commits: *408 + statuses: *408 + html: *408 + issue: *408 + review_comments: *408 + review_comment: *408 + self: *408 required: - comments - commits @@ -97099,8 +97110,8 @@ paths: - review_comments - review_comment - self - author_association: *221 - auto_merge: *695 + author_association: *222 + auto_merge: *696 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -97192,7 +97203,7 @@ paths: - merged_by - review_comments examples: - default: &699 + default: &700 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -97719,8 +97730,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *456 - *457 + - *458 - name: sort in: query required: false @@ -97739,7 +97750,7 @@ paths: enum: - asc - desc - - *227 + - *228 - *17 - *19 responses: @@ -97749,9 +97760,9 @@ paths: application/json: schema: type: array - items: *696 + items: *697 examples: - default: &701 + default: &702 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -97828,17 +97839,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: - - *456 - *457 - - *236 + - *458 + - *237 responses: '200': description: Response content: application/json: - schema: *696 + schema: *697 examples: - default: &697 + default: &698 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -97913,9 +97924,9 @@ 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: - - *456 - *457 - - *236 + - *458 + - *237 requestBody: required: true content: @@ -97937,9 +97948,9 @@ paths: description: Response content: application/json: - schema: *696 + schema: *697 examples: - default: *697 + default: *698 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97955,9 +97966,9 @@ 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: - - *456 - *457 - - *236 + - *458 + - *237 responses: '204': description: Response @@ -97978,9 +97989,9 @@ 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: - - *456 - *457 - - *236 + - *458 + - *237 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a pull request review comment. @@ -98006,9 +98017,9 @@ paths: application/json: schema: type: array - items: *571 + items: *572 examples: - default: *652 + default: *653 headers: Link: *47 '404': *6 @@ -98029,9 +98040,9 @@ 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: - - *456 - *457 - - *236 + - *458 + - *237 requestBody: required: true content: @@ -98063,16 +98074,16 @@ paths: description: Reaction exists content: application/json: - schema: *571 + schema: *572 examples: - default: *572 + default: *573 '201': description: Reaction created content: application/json: - schema: *571 + schema: *572 examples: - default: *572 + default: *573 '422': *15 x-github: githubCloudOnly: false @@ -98094,10 +98105,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *456 - *457 - - *236 - - *653 + - *458 + - *237 + - *654 responses: '204': description: Response @@ -98140,9 +98151,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *456 - *457 - - &700 + - *458 + - &701 name: pull_number description: The number that identifies the pull request. in: path @@ -98155,9 +98166,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *698 + schema: *699 examples: - default: *699 + default: *700 '304': *37 '404': *6 '406': @@ -98192,9 +98203,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *456 - *457 - - *700 + - *458 + - *701 requestBody: required: false content: @@ -98236,9 +98247,9 @@ paths: description: Response content: application/json: - schema: *698 + schema: *699 examples: - default: *699 + default: *700 '422': *15 '403': *29 x-github: @@ -98260,9 +98271,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: - - *456 - *457 - - *700 + - *458 + - *701 requestBody: required: true content: @@ -98322,17 +98333,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *375 + schema: *376 examples: - default: *560 + default: *561 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *375 + schema: *376 examples: - default: *560 + default: *561 '401': *25 '403': *29 '404': *6 @@ -98362,10 +98373,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *456 - *457 - - *700 - - *244 + - *458 + - *701 + - *245 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -98375,7 +98386,7 @@ paths: enum: - asc - desc - - *227 + - *228 - *17 - *19 responses: @@ -98385,9 +98396,9 @@ paths: application/json: schema: type: array - items: *696 + items: *697 examples: - default: *701 + default: *702 headers: Link: *47 x-github: @@ -98420,9 +98431,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: - - *456 - *457 - - *700 + - *458 + - *701 requestBody: required: true content: @@ -98527,7 +98538,7 @@ paths: description: Response content: application/json: - schema: *696 + schema: *697 examples: example-for-a-multi-line-comment: value: @@ -98615,10 +98626,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *456 - *457 - - *700 - - *236 + - *458 + - *701 + - *237 requestBody: required: true content: @@ -98640,7 +98651,7 @@ paths: description: Response content: application/json: - schema: *696 + schema: *697 examples: default: value: @@ -98726,9 +98737,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *456 - *457 - - *700 + - *458 + - *701 - *17 - *19 responses: @@ -98738,9 +98749,9 @@ paths: application/json: schema: type: array - items: *573 + items: *574 examples: - default: *702 + default: *703 headers: Link: *47 x-github: @@ -98770,9 +98781,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *456 - *457 - - *700 + - *458 + - *701 - *17 - *19 responses: @@ -98782,7 +98793,7 @@ paths: application/json: schema: type: array - items: *586 + items: *587 examples: default: value: @@ -98820,9 +98831,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: - - *456 - *457 - - *700 + - *458 + - *701 responses: '204': description: Response if pull request has been merged @@ -98845,9 +98856,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *456 - *457 - - *700 + - *458 + - *701 requestBody: required: false content: @@ -98958,9 +98969,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: - - *456 - *457 - - *700 + - *458 + - *701 responses: '200': description: Response @@ -98976,7 +98987,7 @@ paths: items: *4 teams: type: array - items: *312 + items: *313 required: - users - teams @@ -99035,9 +99046,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: - - *456 - *457 - - *700 + - *458 + - *701 requestBody: required: false content: @@ -99074,7 +99085,7 @@ paths: description: Response content: application/json: - schema: *577 + schema: *578 examples: default: value: @@ -99610,9 +99621,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: - - *456 - *457 - - *700 + - *458 + - *701 requestBody: required: true content: @@ -99646,7 +99657,7 @@ paths: description: Response content: application/json: - schema: *577 + schema: *578 examples: default: value: @@ -100151,9 +100162,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *456 - *457 - - *700 + - *458 + - *701 - *17 - *19 responses: @@ -100163,7 +100174,7 @@ paths: application/json: schema: type: array - items: &703 + items: &704 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -100232,7 +100243,7 @@ paths: type: string body_text: type: string - author_association: *221 + author_association: *222 required: - id - node_id @@ -100314,9 +100325,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: - - *456 - *457 - - *700 + - *458 + - *701 requestBody: required: false content: @@ -100402,9 +100413,9 @@ paths: description: Response content: application/json: - schema: *703 + schema: *704 examples: - default: &705 + default: &706 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -100467,10 +100478,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: - - *456 - *457 - - *700 - - &704 + - *458 + - *701 + - &705 name: review_id description: The unique identifier of the review. in: path @@ -100482,9 +100493,9 @@ paths: description: Response content: application/json: - schema: *703 + schema: *704 examples: - default: &706 + default: &707 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -100543,10 +100554,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: - - *456 - *457 - - *700 - - *704 + - *458 + - *701 + - *705 requestBody: required: true content: @@ -100569,7 +100580,7 @@ paths: description: Response content: application/json: - schema: *703 + schema: *704 examples: default: value: @@ -100631,18 +100642,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: - - *456 - *457 - - *700 - - *704 + - *458 + - *701 + - *705 responses: '200': description: Response content: application/json: - schema: *703 + schema: *704 examples: - default: *705 + default: *706 '422': *7 '404': *6 x-github: @@ -100669,10 +100680,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: - - *456 - *457 - - *700 - - *704 + - *458 + - *701 + - *705 - *17 - *19 responses: @@ -100751,13 +100762,13 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *221 + author_association: *222 _links: type: object properties: - self: *407 - html: *407 - pull_request: *407 + self: *408 + html: *408 + pull_request: *408 required: - self - html @@ -100766,7 +100777,7 @@ paths: type: string body_html: type: string - reactions: *222 + reactions: *223 side: description: The side of the first line of the range for a multi-line comment. @@ -100907,10 +100918,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: - - *456 - *457 - - *700 - - *704 + - *458 + - *701 + - *705 requestBody: required: true content: @@ -100938,7 +100949,7 @@ paths: description: Response content: application/json: - schema: *703 + schema: *704 examples: default: value: @@ -101001,10 +101012,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: - - *456 - *457 - - *700 - - *704 + - *458 + - *701 + - *705 requestBody: required: true content: @@ -101039,9 +101050,9 @@ paths: description: Response content: application/json: - schema: *703 + schema: *704 examples: - default: *706 + default: *707 '404': *6 '422': *7 '403': *29 @@ -101063,9 +101074,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *456 - *457 - - *700 + - *458 + - *701 requestBody: required: false content: @@ -101128,8 +101139,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *456 - *457 + - *458 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -101142,9 +101153,9 @@ paths: description: Response content: application/json: - schema: *707 + schema: *708 examples: - default: &708 + default: &709 value: type: file encoding: base64 @@ -101186,8 +101197,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: - - *456 - *457 + - *458 - name: dir description: The alternate path to look for a README file in: path @@ -101207,9 +101218,9 @@ paths: description: Response content: application/json: - schema: *707 + schema: *708 examples: - default: *708 + default: *709 '404': *6 '422': *15 x-github: @@ -101231,8 +101242,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -101242,7 +101253,7 @@ paths: application/json: schema: type: array - items: *709 + items: *710 examples: default: value: @@ -101336,8 +101347,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -101413,9 +101424,9 @@ paths: description: Response content: application/json: - schema: *709 + schema: *710 examples: - default: &713 + default: &714 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -101520,9 +101531,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *456 - *457 - - &711 + - *458 + - &712 name: asset_id description: The unique identifier of the asset. in: path @@ -101534,9 +101545,9 @@ paths: description: Response content: application/json: - schema: *710 + schema: *711 examples: - default: &712 + default: &713 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 @@ -101571,7 +101582,7 @@ paths: type: User site_admin: false '404': *6 - '302': *588 + '302': *589 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101587,9 +101598,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *456 - *457 - - *711 + - *458 + - *712 requestBody: required: false content: @@ -101617,9 +101628,9 @@ paths: description: Response content: application/json: - schema: *710 + schema: *711 examples: - default: *712 + default: *713 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101635,9 +101646,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *456 - *457 - - *711 + - *458 + - *712 responses: '204': description: Response @@ -101661,8 +101672,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: - - *456 - *457 + - *458 requestBody: required: true content: @@ -101747,16 +101758,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *456 - *457 + - *458 responses: '200': description: Response content: application/json: - schema: *709 + schema: *710 examples: - default: *713 + default: *714 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101773,8 +101784,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *456 - *457 + - *458 - name: tag description: tag parameter in: path @@ -101787,9 +101798,9 @@ paths: description: Response content: application/json: - schema: *709 + schema: *710 examples: - default: *713 + default: *714 '404': *6 x-github: githubCloudOnly: false @@ -101811,9 +101822,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *456 - *457 - - &714 + - *458 + - &715 name: release_id description: The unique identifier of the release. in: path @@ -101827,9 +101838,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *709 + schema: *710 examples: - default: *713 + default: *714 '401': description: Unauthorized x-github: @@ -101847,9 +101858,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *456 - *457 - - *714 + - *458 + - *715 requestBody: required: false content: @@ -101913,9 +101924,9 @@ paths: description: Response content: application/json: - schema: *709 + schema: *710 examples: - default: *713 + default: *714 '404': description: Not Found if the discussion category name is invalid content: @@ -101936,9 +101947,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *456 - *457 - - *714 + - *458 + - *715 responses: '204': description: Response @@ -101958,9 +101969,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *456 - *457 - - *714 + - *458 + - *715 - *17 - *19 responses: @@ -101970,7 +101981,7 @@ paths: application/json: schema: type: array - items: *710 + items: *711 examples: default: value: @@ -102052,9 +102063,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: - - *456 - *457 - - *714 + - *458 + - *715 - name: name in: query required: true @@ -102080,7 +102091,7 @@ paths: description: Response for successful upload content: application/json: - schema: *710 + schema: *711 examples: response-for-successful-upload: value: @@ -102135,9 +102146,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *456 - *457 - - *714 + - *458 + - *715 - 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. @@ -102161,9 +102172,9 @@ paths: application/json: schema: type: array - items: *571 + items: *572 examples: - default: *652 + default: *653 headers: Link: *47 '404': *6 @@ -102184,9 +102195,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *456 - *457 - - *714 + - *458 + - *715 requestBody: required: true content: @@ -102216,16 +102227,16 @@ paths: description: Reaction exists content: application/json: - schema: *571 + schema: *572 examples: - default: *572 + default: *573 '201': description: Reaction created content: application/json: - schema: *571 + schema: *572 examples: - default: *572 + default: *573 '422': *15 x-github: githubCloudOnly: false @@ -102247,10 +102258,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *456 - *457 - - *714 - - *653 + - *458 + - *715 + - *654 responses: '204': description: Response @@ -102274,9 +102285,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *456 - *457 - - *509 + - *458 + - *510 - *17 - *19 responses: @@ -102293,7 +102304,7 @@ paths: oneOf: - allOf: - *170 - - &715 + - &716 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -102314,67 +102325,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *171 - - *715 + - *716 - allOf: - *172 - - *715 + - *716 - allOf: - *173 - - *715 + - *716 - allOf: + - *717 - *716 - - *715 - allOf: - *174 - - *715 + - *716 - allOf: - *175 - - *715 + - *716 - allOf: - *176 - - *715 + - *716 - allOf: - *177 - - *715 + - *716 - allOf: - *178 - - *715 + - *716 - allOf: - *179 - - *715 + - *716 - allOf: - *180 - - *715 + - *716 - allOf: - *181 - - *715 + - *716 - allOf: - *182 - - *715 + - *716 - allOf: - *183 - - *715 + - *716 - allOf: - *184 - - *715 + - *716 - allOf: - *185 - - *715 + - *716 - allOf: - *186 - - *715 + - *716 - allOf: - *187 - - *715 + - *716 - allOf: - *188 - - *715 + - *716 - allOf: - *189 - - *715 + - *716 - allOf: - *190 - - *715 + - *716 examples: default: value: @@ -102413,8 +102424,8 @@ paths: category: repos subcategory: rules parameters: - - *456 - *457 + - *458 - *17 - *19 - name: includes_parents @@ -102425,7 +102436,7 @@ paths: schema: type: boolean default: true - - *717 + - *718 responses: '200': description: Response @@ -102480,8 +102491,8 @@ paths: category: repos subcategory: rules parameters: - - *456 - *457 + - *458 requestBody: description: Request body required: true @@ -102510,7 +102521,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *718 + items: *719 required: - name - enforcement @@ -102543,7 +102554,7 @@ paths: application/json: schema: *191 examples: - default: &727 + default: &728 value: id: 42 name: super cool ruleset @@ -102590,12 +102601,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *456 - *457 - - *719 - - *105 + - *458 - *720 + - *105 - *721 + - *722 - *17 - *19 responses: @@ -102603,9 +102614,9 @@ paths: description: Response content: application/json: - schema: *722 + schema: *723 examples: - default: *723 + default: *724 '404': *6 '500': *40 x-github: @@ -102626,17 +102637,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *456 - *457 - - *724 + - *458 + - *725 responses: '200': description: Response content: application/json: - schema: *725 + schema: *726 examples: - default: *726 + default: *727 '404': *6 '500': *40 x-github: @@ -102664,8 +102675,8 @@ paths: category: repos subcategory: rules parameters: - - *456 - *457 + - *458 - name: ruleset_id description: The ID of the ruleset. in: path @@ -102687,7 +102698,7 @@ paths: application/json: schema: *191 examples: - default: *727 + default: *728 '404': *6 '500': *40 put: @@ -102705,8 +102716,8 @@ paths: category: repos subcategory: rules parameters: - - *456 - *457 + - *458 - name: ruleset_id description: The ID of the ruleset. in: path @@ -102740,7 +102751,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *718 + items: *719 examples: default: value: @@ -102770,7 +102781,7 @@ paths: application/json: schema: *191 examples: - default: *727 + default: *728 '404': *6 '500': *40 delete: @@ -102788,8 +102799,8 @@ paths: category: repos subcategory: rules parameters: - - *456 - *457 + - *458 - name: ruleset_id description: The ID of the ruleset. in: path @@ -102812,8 +102823,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *456 - *457 + - *458 - *17 - *19 - name: ruleset_id @@ -102831,7 +102842,7 @@ paths: type: array items: *195 examples: - default: *425 + default: *426 '404': *6 '500': *40 x-github: @@ -102850,8 +102861,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *456 - *457 + - *458 - name: ruleset_id description: The ID of the ruleset. in: path @@ -102869,7 +102880,7 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: default: value: @@ -102924,22 +102935,22 @@ 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: - - *456 - *457 - - *427 + - *458 - *428 - *429 - *430 - *431 + - *432 - *110 - *19 - *17 - - *728 - *729 - - *432 + - *730 - *433 - *434 - *435 + - *436 responses: '200': description: Response @@ -102947,7 +102958,7 @@ paths: application/json: schema: type: array - items: &733 + items: &734 type: object properties: number: *128 @@ -102966,8 +102977,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *730 - resolution: *731 + state: *731 + resolution: *732 resolved_at: type: string format: date-time @@ -103063,7 +103074,7 @@ paths: pull request. ' - oneOf: *732 + oneOf: *733 nullable: true has_more_locations: type: boolean @@ -103212,16 +103223,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *456 - *457 - - *537 - - *435 + - *458 + - *538 + - *436 responses: '200': description: Response content: application/json: - schema: *733 + schema: *734 examples: default: value: @@ -103275,9 +103286,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: - - *456 - *457 - - *537 + - *458 + - *538 requestBody: required: true content: @@ -103285,8 +103296,8 @@ paths: schema: type: object properties: - state: *730 - resolution: *731 + state: *731 + resolution: *732 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -103320,7 +103331,7 @@ paths: description: Response content: application/json: - schema: *733 + schema: *734 examples: default: value: @@ -103415,9 +103426,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: - - *456 - *457 - - *537 + - *458 + - *538 - *19 - *17 responses: @@ -103428,7 +103439,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &920 + items: &921 type: object properties: type: @@ -103454,7 +103465,6 @@ paths: example: commit details: oneOf: - - *734 - *735 - *736 - *737 @@ -103467,6 +103477,7 @@ paths: - *744 - *745 - *746 + - *747 examples: default: value: @@ -103552,8 +103563,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -103561,14 +103572,14 @@ paths: schema: type: object properties: - reason: &748 + reason: &749 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *747 + placeholder_id: *748 required: - reason - placeholder_id @@ -103585,7 +103596,7 @@ paths: schema: type: object properties: - reason: *748 + reason: *749 expire_at: type: string format: date-time @@ -103631,8 +103642,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *456 - *457 + - *458 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -103647,7 +103658,7 @@ paths: properties: incremental_scans: type: array - items: &749 + items: &750 description: Information on a single scan performed by secret scanning on the repository type: object @@ -103673,15 +103684,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *749 + items: *750 backfill_scans: type: array - items: *749 + items: *750 custom_pattern_backfill_scans: type: array items: allOf: - - *749 + - *750 - type: object properties: pattern_name: @@ -103751,8 +103762,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *456 - *457 + - *458 - *110 - name: sort description: The property to sort the results by. @@ -103796,9 +103807,9 @@ paths: application/json: schema: type: array - items: *750 + items: *751 examples: - default: *751 + default: *752 '400': *14 '404': *6 x-github: @@ -103821,8 +103832,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: - - *456 - *457 + - *458 requestBody: required: true content: @@ -103895,7 +103906,7 @@ paths: login: type: string description: The username of the user credited. - type: *440 + type: *441 required: - login - type @@ -103982,9 +103993,9 @@ paths: description: Response content: application/json: - schema: *750 + schema: *751 examples: - default: &753 + default: &754 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -104217,8 +104228,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: - - *456 - *457 + - *458 requestBody: required: true content: @@ -104322,7 +104333,7 @@ paths: description: Response content: application/json: - schema: *750 + schema: *751 examples: default: value: @@ -104469,17 +104480,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: - - *456 - *457 - - *752 + - *458 + - *753 responses: '200': description: Response content: application/json: - schema: *750 + schema: *751 examples: - default: *753 + default: *754 '403': *29 '404': *6 x-github: @@ -104503,9 +104514,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: - - *456 - *457 - - *752 + - *458 + - *753 requestBody: required: true content: @@ -104578,7 +104589,7 @@ paths: login: type: string description: The username of the user credited. - type: *440 + type: *441 required: - login - type @@ -104664,17 +104675,17 @@ paths: description: Response content: application/json: - schema: *750 + schema: *751 examples: - default: *753 - add_credit: *753 + default: *754 + add_credit: *754 '403': *29 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *258 + schema: *259 examples: invalid_state_transition: value: @@ -104705,9 +104716,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: - - *456 - *457 - - *752 + - *458 + - *753 responses: '202': *39 '400': *14 @@ -104734,17 +104745,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *456 - *457 - - *752 + - *458 + - *753 responses: '202': description: Response content: application/json: - schema: *461 + schema: *462 examples: - default: *463 + default: *464 '400': *14 '422': *15 '403': *29 @@ -104770,8 +104781,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -104870,8 +104881,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *456 - *457 + - *458 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -104880,7 +104891,7 @@ paths: application/json: schema: type: array - items: &754 + items: &755 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -104913,8 +104924,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: - - *456 - *457 + - *458 responses: '200': description: Response @@ -104990,8 +105001,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *456 - *457 + - *458 responses: '200': description: Response @@ -105087,8 +105098,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *456 - *457 + - *458 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -105242,8 +105253,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: - - *456 - *457 + - *458 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -105253,7 +105264,7 @@ paths: application/json: schema: type: array - items: *754 + items: *755 examples: default: value: @@ -105286,8 +105297,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *456 - *457 + - *458 - name: sha in: path required: true @@ -105341,7 +105352,7 @@ paths: description: Response content: application/json: - schema: *755 + schema: *756 examples: default: value: @@ -105395,8 +105406,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -105428,14 +105439,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *456 - *457 + - *458 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &756 + schema: &757 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -105503,8 +105514,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *456 - *457 + - *458 requestBody: required: false content: @@ -105530,7 +105541,7 @@ paths: description: Response content: application/json: - schema: *756 + schema: *757 examples: default: value: @@ -105557,8 +105568,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *456 - *457 + - *458 responses: '204': description: Response @@ -105578,8 +105589,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -105658,8 +105669,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *456 - *457 + - *458 responses: '200': description: Response @@ -105667,7 +105678,7 @@ paths: application/json: schema: type: array - items: &757 + items: &758 title: Tag protection description: Tag protection type: object @@ -105719,8 +105730,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -105743,7 +105754,7 @@ paths: description: Response content: application/json: - schema: *757 + schema: *758 examples: default: value: @@ -105774,8 +105785,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *456 - *457 + - *458 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -105812,8 +105823,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *456 - *457 + - *458 - name: ref in: path required: true @@ -105849,8 +105860,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -105860,9 +105871,9 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: - default: *385 + default: *386 headers: Link: *47 '404': *6 @@ -105882,8 +105893,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *456 - *457 + - *458 - *19 - *17 responses: @@ -105891,7 +105902,7 @@ paths: description: Response content: application/json: - schema: &758 + schema: &759 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -105903,7 +105914,7 @@ paths: required: - names examples: - default: &759 + default: &760 value: names: - octocat @@ -105926,8 +105937,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -105958,9 +105969,9 @@ paths: description: Response content: application/json: - schema: *758 + schema: *759 examples: - default: *759 + default: *760 '404': *6 '422': *7 x-github: @@ -105981,9 +105992,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *456 - *457 - - &760 + - *458 + - &761 name: per description: The time frame to display results for. in: query @@ -106012,7 +106023,7 @@ paths: example: 128 clones: type: array - items: &761 + items: &762 title: Traffic type: object properties: @@ -106099,8 +106110,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *456 - *457 + - *458 responses: '200': description: Response @@ -106190,8 +106201,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *456 - *457 + - *458 responses: '200': description: Response @@ -106251,9 +106262,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *456 - *457 - - *760 + - *458 + - *761 responses: '200': description: Response @@ -106272,7 +106283,7 @@ paths: example: 3782 views: type: array - items: *761 + items: *762 required: - uniques - count @@ -106349,8 +106360,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -106386,7 +106397,7 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: default: value: @@ -106624,8 +106635,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: - - *456 - *457 + - *458 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -106648,8 +106659,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *456 - *457 + - *458 responses: '204': description: Response @@ -106671,8 +106682,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *456 - *457 + - *458 responses: '204': description: Response @@ -106698,8 +106709,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *456 - *457 + - *458 - name: ref in: path required: true @@ -106791,9 +106802,9 @@ paths: description: Response content: application/json: - schema: *461 + schema: *462 examples: - default: *463 + default: *464 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -106834,7 +106845,7 @@ paths: application/json: schema: type: array - items: *283 + items: *284 examples: default: value: @@ -106944,7 +106955,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &769 + - &770 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -106953,7 +106964,7 @@ paths: schema: type: string example: members - - &774 + - &775 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -106964,7 +106975,7 @@ paths: default: 1 format: int32 example: 1 - - &775 + - &776 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -107006,7 +107017,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &764 + items: &765 allOf: - type: object required: @@ -107081,7 +107092,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: &776 + meta: &777 type: object description: The metadata associated with the creation/updates to the user. @@ -107141,30 +107152,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &765 + '400': &766 description: Bad request content: application/json: - schema: *762 + schema: *763 application/scim+json: - schema: *762 - '401': *763 - '403': &766 + schema: *763 + '401': *764 + '403': &767 description: Permission denied - '429': &767 + '429': &768 description: Too many requests content: application/json: - schema: *762 + schema: *763 application/scim+json: - schema: *762 - '500': &768 + schema: *763 + '500': &769 description: Internal server error content: application/json: - schema: *762 + schema: *763 application/scim+json: - schema: *762 + schema: *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107188,7 +107199,7 @@ paths: required: true content: application/json: - schema: &772 + schema: &773 type: object required: - schemas @@ -107248,9 +107259,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *764 + schema: *765 examples: - group: &770 + group: &771 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -107269,13 +107280,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *765 - '401': *763 - '403': *766 - '409': &773 + '400': *766 + '401': *764 + '403': *767 + '409': &774 description: Duplicate record detected - '429': *767 - '500': *768 + '429': *768 + '500': *769 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107292,7 +107303,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: - - &771 + - &772 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -107300,22 +107311,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *769 + - *770 - *41 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *764 + schema: *765 examples: - default: *770 - '400': *765 - '401': *763 - '403': *766 + default: *771 + '400': *766 + '401': *764 + '403': *767 '404': *6 - '429': *767 - '500': *768 + '429': *768 + '500': *769 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107334,13 +107345,13 @@ 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: - - *771 + - *772 - *41 requestBody: required: true content: application/json: - schema: *772 + schema: *773 examples: group: summary: Group @@ -107366,17 +107377,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *764 + schema: *765 examples: - group: *770 - groupWithMembers: *770 - '400': *765 - '401': *763 - '403': *766 + group: *771 + groupWithMembers: *771 + '400': *766 + '401': *764 + '403': *767 '404': *6 - '409': *773 - '429': *767 - '500': *768 + '409': *774 + '429': *768 + '500': *769 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107400,13 +107411,13 @@ 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: - - *771 + - *772 - *41 requestBody: required: true content: application/json: - schema: &783 + schema: &784 type: object required: - Operations @@ -107466,17 +107477,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *764 + schema: *765 examples: - updateGroup: *770 - addMembers: *770 - '400': *765 - '401': *763 - '403': *766 + updateGroup: *771 + addMembers: *771 + '400': *766 + '401': *764 + '403': *767 '404': *6 - '409': *773 - '429': *767 - '500': *768 + '409': *774 + '429': *768 + '500': *769 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107492,17 +107503,17 @@ 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: - - *771 + - *772 - *41 responses: '204': description: Group was deleted, no content - '400': *765 - '401': *763 - '403': *766 + '400': *766 + '401': *764 + '403': *767 '404': *6 - '429': *767 - '500': *768 + '429': *768 + '500': *769 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107536,8 +107547,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *774 - *775 + - *776 - *41 responses: '200': @@ -107570,7 +107581,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &778 + items: &779 allOf: - type: object required: @@ -107649,7 +107660,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &777 + roles: &778 type: array description: The roles assigned to the user. items: @@ -107705,7 +107716,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *776 + meta: *777 startIndex: type: integer description: A starting index for the returned page @@ -107742,11 +107753,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *765 - '401': *763 - '403': *766 - '429': *767 - '500': *768 + '400': *766 + '401': *764 + '403': *767 + '429': *768 + '500': *769 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107770,7 +107781,7 @@ paths: required: true content: application/json: - schema: &781 + schema: &782 type: object required: - schemas @@ -107852,9 +107863,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *777 + roles: *778 examples: - user: &782 + user: &783 summary: User value: schemas: @@ -107901,9 +107912,9 @@ paths: description: User has been created content: application/scim+json: - schema: *778 + schema: *779 examples: - user: &779 + user: &780 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -107929,13 +107940,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: *779 - '400': *765 - '401': *763 - '403': *766 - '409': *773 - '429': *767 - '500': *768 + enterpriseOwner: *780 + '400': *766 + '401': *764 + '403': *767 + '409': *774 + '429': *768 + '500': *769 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107952,7 +107963,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: - - &780 + - &781 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -107965,15 +107976,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *778 + schema: *779 examples: - default: *779 - '400': *765 - '401': *763 - '403': *766 + default: *780 + '400': *766 + '401': *764 + '403': *767 '404': *6 - '429': *767 - '500': *768 + '429': *768 + '500': *769 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107995,30 +108006,30 @@ 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: - - *780 + - *781 - *41 requestBody: required: true content: application/json: - schema: *781 + schema: *782 examples: - user: *782 + user: *783 responses: '200': description: User was updated content: application/scim+json: - schema: *778 + schema: *779 examples: - user: *779 - '400': *765 - '401': *763 - '403': *766 + user: *780 + '400': *766 + '401': *764 + '403': *767 '404': *6 - '409': *773 - '429': *767 - '500': *768 + '409': *774 + '429': *768 + '500': *769 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108053,13 +108064,13 @@ 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: - - *780 + - *781 - *41 requestBody: required: true content: application/json: - schema: *783 + schema: *784 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -108099,18 +108110,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *778 + schema: *779 examples: - userMultiValuedProperties: *779 - userSingleValuedProperties: *779 - disableUser: *779 - '400': *765 - '401': *763 - '403': *766 + userMultiValuedProperties: *780 + userSingleValuedProperties: *780 + disableUser: *780 + '400': *766 + '401': *764 + '403': *767 '404': *6 - '409': *773 - '429': *767 - '500': *768 + '409': *774 + '429': *768 + '500': *769 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108130,17 +108141,17 @@ 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: - - *780 + - *781 - *41 responses: '204': description: User was deleted, no content - '400': *765 - '401': *763 - '403': *766 + '400': *766 + '401': *764 + '403': *767 '404': *6 - '429': *767 - '500': *768 + '429': *768 + '500': *769 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108227,7 +108238,7 @@ paths: example: 1 Resources: type: array - items: &784 + items: &785 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -108458,22 +108469,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': *37 - '404': &785 + '404': &786 description: Resource not found content: application/json: - schema: *762 + schema: *763 application/scim+json: - schema: *762 - '403': &786 + schema: *763 + '403': &787 description: Forbidden content: application/json: - schema: *762 + schema: *763 application/scim+json: - schema: *762 - '400': *765 - '429': *767 + schema: *763 + '400': *766 + '429': *768 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -108499,9 +108510,9 @@ paths: description: Response content: application/scim+json: - schema: *784 + schema: *785 examples: - default: &787 + default: &788 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -108524,17 +108535,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': *37 - '404': *785 - '403': *786 - '500': *768 + '404': *786 + '403': *787 + '500': *769 '409': description: Conflict content: application/json: - schema: *762 + schema: *763 application/scim+json: - schema: *762 - '400': *765 + schema: *763 + '400': *766 requestBody: required: true content: @@ -108632,17 +108643,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *87 - - *780 + - *781 responses: '200': description: Response content: application/scim+json: - schema: *784 + schema: *785 examples: - default: *787 - '404': *785 - '403': *786 + default: *788 + '404': *786 + '403': *787 '304': *37 x-github: githubCloudOnly: true @@ -108666,18 +108677,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *87 - - *780 + - *781 responses: '200': description: Response content: application/scim+json: - schema: *784 + schema: *785 examples: - default: *787 + default: *788 '304': *37 - '404': *785 - '403': *786 + '404': *786 + '403': *787 requestBody: required: true content: @@ -108790,19 +108801,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *87 - - *780 + - *781 responses: '200': description: Response content: application/scim+json: - schema: *784 + schema: *785 examples: - default: *787 + default: *788 '304': *37 - '404': *785 - '403': *786 - '400': *765 + '404': *786 + '403': *787 + '400': *766 '429': description: Response content: @@ -108893,12 +108904,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *87 - - *780 + - *781 responses: '204': description: Response - '404': *785 - '403': *786 + '404': *786 + '403': *787 '304': *37 x-github: githubCloudOnly: true @@ -109013,7 +109024,7 @@ paths: html_url: type: string format: uri - repository: *283 + repository: *284 score: type: number file_size: @@ -109031,7 +109042,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &788 + text_matches: &789 title: Search Result Text Matches type: array items: @@ -109194,7 +109205,7 @@ paths: enum: - author-date - committer-date - - &789 + - &790 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 @@ -109265,7 +109276,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *507 + properties: *508 nullable: true comment_count: type: integer @@ -109285,7 +109296,7 @@ paths: url: type: string format: uri - verification: *635 + verification: *636 required: - author - committer @@ -109304,7 +109315,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *507 + properties: *508 nullable: true parents: type: array @@ -109317,12 +109328,12 @@ paths: type: string sha: type: string - repository: *283 + repository: *284 score: type: number node_id: type: string - text_matches: *788 + text_matches: *789 required: - sha - node_id @@ -109515,7 +109526,7 @@ paths: - interactions - created - updated - - *789 + - *790 - *17 - *19 - name: advanced_search @@ -109612,11 +109623,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 issue_field_values: type: array - items: *792 + items: *793 state: type: string state_reason: @@ -109633,8 +109644,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *405 - required: *406 + properties: *406 + required: *407 nullable: true comments: type: integer @@ -109648,7 +109659,7 @@ paths: type: string format: date-time nullable: true - text_matches: *788 + text_matches: *789 pull_request: type: object properties: @@ -109681,7 +109692,7 @@ paths: type: string score: type: number - author_association: *221 + author_association: *222 draft: type: boolean repository: *78 @@ -109692,7 +109703,7 @@ paths: timeline_url: type: string format: uri - type: *370 + type: *371 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -109702,9 +109713,9 @@ paths: GitHub apps are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 - reactions: *222 + properties: *218 + required: *219 + reactions: *223 required: - assignee - closed_at @@ -109873,7 +109884,7 @@ paths: enum: - created - updated - - *789 + - *790 - *17 - *19 responses: @@ -109917,7 +109928,7 @@ paths: nullable: true score: type: number - text_matches: *788 + text_matches: *789 required: - id - node_id @@ -110003,7 +110014,7 @@ paths: - forks - help-wanted-issues - updated - - *789 + - *790 - *17 - *19 responses: @@ -110222,8 +110233,8 @@ paths: title: License Simple description: License Simple type: object - properties: *223 - required: *224 + properties: *224 + required: *225 nullable: true permissions: type: object @@ -110242,7 +110253,7 @@ paths: - admin - pull - push - text_matches: *788 + text_matches: *789 temp_clone_token: type: string allow_merge_commit: @@ -110543,7 +110554,7 @@ paths: type: string format: uri nullable: true - text_matches: *788 + text_matches: *789 related: type: array nullable: true @@ -110736,7 +110747,7 @@ paths: - followers - repositories - joined - - *789 + - *790 - *17 - *19 responses: @@ -110840,7 +110851,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *788 + text_matches: *789 blog: type: string nullable: true @@ -110919,7 +110930,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &793 + - &794 name: team_id description: The unique identifier of the team. in: path @@ -110931,9 +110942,9 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: - default: *450 + default: *451 '404': *6 x-github: githubCloudOnly: false @@ -110960,7 +110971,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *793 + - *794 requestBody: required: true content: @@ -111023,16 +111034,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *449 + schema: *450 examples: - default: *450 + default: *451 '201': description: Response content: application/json: - schema: *449 + schema: *450 examples: - default: *450 + default: *451 '404': *6 '422': *15 '403': *29 @@ -111060,7 +111071,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *793 + - *794 responses: '204': description: Response @@ -111089,7 +111100,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *793 + - *794 - *17 - *19 responses: @@ -111099,9 +111110,9 @@ paths: application/json: schema: type: array - items: *367 + items: *368 examples: - default: *368 + default: *369 headers: Link: *47 x-github: @@ -111127,7 +111138,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *793 + - *794 - name: role description: Filters members returned by their role in the team. in: query @@ -111178,7 +111189,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *793 + - *794 - *143 responses: '204': @@ -111215,7 +111226,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *793 + - *794 - *143 responses: '204': @@ -111255,7 +111266,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *793 + - *794 - *143 responses: '204': @@ -111292,16 +111303,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: - - *793 + - *794 - *143 responses: '200': description: Response content: application/json: - schema: *455 + schema: *456 examples: - response-if-user-is-a-team-maintainer: *794 + response-if-user-is-a-team-maintainer: *795 '404': *6 x-github: githubCloudOnly: false @@ -111334,7 +111345,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: - - *793 + - *794 - *143 requestBody: required: false @@ -111360,9 +111371,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: - response-if-users-membership-with-team-is-now-pending: *795 + response-if-users-membership-with-team-is-now-pending: *796 '403': description: Forbidden if team synchronization is set up '422': @@ -111396,7 +111407,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: - - *793 + - *794 - *143 responses: '204': @@ -111424,7 +111435,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *793 + - *794 - *17 - *19 responses: @@ -111434,9 +111445,9 @@ paths: application/json: schema: type: array - items: *283 + items: *284 examples: - default: *392 + default: *393 headers: Link: *47 '404': *6 @@ -111466,15 +111477,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: - - *793 - - *456 + - *794 - *457 + - *458 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *796 + schema: *797 examples: alternative-response-with-extra-repository-information: value: @@ -111625,9 +111636,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: - - *793 - - *456 + - *794 - *457 + - *458 requestBody: required: false content: @@ -111677,9 +111688,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: - - *793 - - *456 + - *794 - *457 + - *458 responses: '204': description: Response @@ -111708,15 +111719,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: - - *793 + - *794 responses: '200': description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *459 + default: *460 '403': *29 '404': *6 x-github: @@ -111743,7 +111754,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: - - *793 + - *794 requestBody: required: true content: @@ -111800,7 +111811,7 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: default: value: @@ -111831,7 +111842,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *793 + - *794 - *17 - *19 responses: @@ -111841,9 +111852,9 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: - response-if-child-teams-exist: *797 + response-if-child-teams-exist: *798 headers: Link: *47 '404': *6 @@ -111876,7 +111887,7 @@ paths: application/json: schema: oneOf: - - &799 + - &800 title: Private User description: Private User type: object @@ -112079,7 +112090,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *798 + - *799 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -112232,7 +112243,7 @@ paths: description: Response content: application/json: - schema: *799 + schema: *800 examples: default: value: @@ -112435,9 +112446,9 @@ paths: type: integer codespaces: type: array - items: *375 + items: *376 examples: - default: *376 + default: *377 '304': *37 '500': *40 '401': *25 @@ -112576,17 +112587,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *375 + schema: *376 examples: - default: *560 + default: *561 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *375 + schema: *376 examples: - default: *560 + default: *561 '401': *25 '403': *29 '404': *6 @@ -112630,7 +112641,7 @@ paths: type: integer secrets: type: array - items: &800 + items: &801 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -112670,7 +112681,7 @@ paths: - visibility - selected_repositories_url examples: - default: *563 + default: *564 headers: Link: *47 x-github: @@ -112740,13 +112751,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *293 + - *294 responses: '200': description: Response content: application/json: - schema: *800 + schema: *801 examples: default: value: @@ -112776,7 +112787,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *293 + - *294 requestBody: required: true content: @@ -112821,7 +112832,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -112849,7 +112860,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *293 + - *294 responses: '204': description: Response @@ -112874,7 +112885,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *293 + - *294 responses: '200': description: Response @@ -112890,9 +112901,9 @@ paths: type: integer repositories: type: array - items: *283 + items: *284 examples: - default: *801 + default: *802 '401': *25 '403': *29 '404': *6 @@ -112917,7 +112928,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *293 + - *294 requestBody: required: true content: @@ -112971,7 +112982,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *293 + - *294 - name: repository_id in: path required: true @@ -113004,7 +113015,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *293 + - *294 - name: repository_id in: path required: true @@ -113036,15 +113047,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *377 + - *378 responses: '200': description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: *560 + default: *561 '304': *37 '500': *40 '401': *25 @@ -113070,7 +113081,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *377 + - *378 requestBody: required: false content: @@ -113100,9 +113111,9 @@ paths: description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: *560 + default: *561 '401': *25 '403': *29 '404': *6 @@ -113124,7 +113135,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *377 + - *378 responses: '202': *39 '304': *37 @@ -113153,13 +113164,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *377 + - *378 responses: '202': description: Response content: application/json: - schema: &802 + schema: &803 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -113200,7 +113211,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &803 + default: &804 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -113232,7 +113243,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *377 + - *378 - name: export_id in: path required: true @@ -113245,9 +113256,9 @@ paths: description: Response content: application/json: - schema: *802 + schema: *803 examples: - default: *803 + default: *804 '404': *6 x-github: githubCloudOnly: false @@ -113268,7 +113279,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *377 + - *378 responses: '200': description: Response @@ -113284,9 +113295,9 @@ paths: type: integer machines: type: array - items: *804 + items: *805 examples: - default: *805 + default: *806 '304': *37 '500': *40 '401': *25 @@ -113315,7 +113326,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *377 + - *378 requestBody: required: true content: @@ -113365,13 +113376,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *461 + repository: *462 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *561 - required: *562 + properties: *562 + required: *563 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -114145,15 +114156,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *377 + - *378 responses: '200': description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: *560 + default: *561 '304': *37 '500': *40 '400': *14 @@ -114185,15 +114196,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *377 + - *378 responses: '200': description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: *560 + default: *561 '500': *40 '401': *25 '403': *29 @@ -114223,9 +114234,9 @@ paths: application/json: schema: type: array - items: *386 + items: *387 examples: - default: &816 + default: &817 value: - id: 197 name: hello_docker @@ -114326,7 +114337,7 @@ paths: application/json: schema: type: array - items: &806 + items: &807 title: Email description: Email type: object @@ -114391,9 +114402,9 @@ paths: application/json: schema: type: array - items: *806 + items: *807 examples: - default: &818 + default: &819 value: - email: octocat@github.com verified: true @@ -114468,7 +114479,7 @@ paths: application/json: schema: type: array - items: *806 + items: *807 examples: default: value: @@ -114724,7 +114735,7 @@ paths: application/json: schema: type: array - items: &807 + items: &808 title: GPG Key description: A unique encryption key type: object @@ -114855,7 +114866,7 @@ paths: - subkeys - revoked examples: - default: &834 + default: &835 value: - id: 3 name: Octocat's GPG Key @@ -114940,9 +114951,9 @@ paths: description: Response content: application/json: - schema: *807 + schema: *808 examples: - default: &808 + default: &809 value: id: 3 name: Octocat's GPG Key @@ -114999,7 +115010,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: - - &809 + - &810 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -115011,9 +115022,9 @@ paths: description: Response content: application/json: - schema: *807 + schema: *808 examples: - default: *808 + default: *809 '404': *6 '304': *37 '403': *29 @@ -115036,7 +115047,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: - - *809 + - *810 responses: '204': description: Response @@ -115229,7 +115240,7 @@ paths: allOf: - *78 examples: - default: *278 + default: *279 headers: Link: *47 '404': *6 @@ -115254,7 +115265,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *23 - - *277 + - *278 responses: '204': description: Response @@ -115280,7 +115291,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *23 - - *277 + - *278 responses: '204': description: Response @@ -115314,12 +115325,12 @@ paths: application/json: schema: anyOf: - - *365 + - *366 - type: object properties: {} additionalProperties: false examples: - default: *366 + default: *367 '204': description: Response when there are no restrictions x-github: @@ -115343,7 +115354,7 @@ paths: required: true content: application/json: - schema: *646 + schema: *647 examples: default: value: @@ -115354,7 +115365,7 @@ paths: description: Response content: application/json: - schema: *365 + schema: *366 examples: default: value: @@ -115435,7 +115446,7 @@ paths: - closed - all default: open - - *373 + - *374 - name: sort description: What to sort results by. in: query @@ -115448,7 +115459,7 @@ paths: - comments default: created - *110 - - *227 + - *228 - *17 - *19 responses: @@ -115458,9 +115469,9 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: - default: *374 + default: *375 headers: Link: *47 '404': *6 @@ -115493,7 +115504,7 @@ paths: application/json: schema: type: array - items: &810 + items: &811 title: Key description: Key type: object @@ -115594,9 +115605,9 @@ paths: description: Response content: application/json: - schema: *810 + schema: *811 examples: - default: &811 + default: &812 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -115629,15 +115640,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: - - *677 + - *678 responses: '200': description: Response content: application/json: - schema: *810 + schema: *811 examples: - default: *811 + default: *812 '404': *6 '304': *37 '403': *29 @@ -115660,7 +115671,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: - - *677 + - *678 responses: '204': description: Response @@ -115693,7 +115704,7 @@ paths: application/json: schema: type: array - items: &812 + items: &813 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -115750,7 +115761,7 @@ paths: - id - type - login - plan: *238 + plan: *239 required: - billing_cycle - next_billing_date @@ -115761,7 +115772,7 @@ paths: - account - plan examples: - default: &813 + default: &814 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -115823,9 +115834,9 @@ paths: application/json: schema: type: array - items: *812 + items: *813 examples: - default: *813 + default: *814 headers: Link: *47 '304': *37 @@ -115865,7 +115876,7 @@ paths: application/json: schema: type: array - items: *378 + items: *379 examples: default: value: @@ -115979,7 +115990,7 @@ paths: description: Response content: application/json: - schema: *378 + schema: *379 examples: default: value: @@ -116066,7 +116077,7 @@ paths: description: Response content: application/json: - schema: *378 + schema: *379 examples: default: value: @@ -116138,7 +116149,7 @@ paths: application/json: schema: type: array - items: *380 + items: *381 examples: default: value: @@ -116391,7 +116402,7 @@ paths: description: Response content: application/json: - schema: *380 + schema: *381 examples: default: value: @@ -116571,7 +116582,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *381 + - *382 - name: exclude in: query required: false @@ -116584,7 +116595,7 @@ paths: description: Response content: application/json: - schema: *380 + schema: *381 examples: default: value: @@ -116778,7 +116789,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *381 + - *382 responses: '302': description: Response @@ -116804,7 +116815,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *381 + - *382 responses: '204': description: Response @@ -116833,8 +116844,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *381 - - *814 + - *382 + - *815 responses: '204': description: Response @@ -116858,7 +116869,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *381 + - *382 - *17 - *19 responses: @@ -116868,9 +116879,9 @@ paths: application/json: schema: type: array - items: *283 + items: *284 examples: - default: *392 + default: *393 headers: Link: *47 '404': *6 @@ -116907,7 +116918,7 @@ paths: type: array items: *73 examples: - default: *251 + default: *252 headers: Link: *47 '304': *37 @@ -116949,7 +116960,7 @@ paths: - docker - nuget - container - - *815 + - *816 - *19 - *17 responses: @@ -116959,10 +116970,10 @@ paths: application/json: schema: type: array - items: *386 + items: *387 examples: - default: *816 - '400': *817 + default: *817 + '400': *818 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -116982,16 +116993,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *388 - *389 + - *390 responses: '200': description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: &835 + default: &836 value: id: 40201 name: octo-name @@ -117104,8 +117115,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *388 - *389 + - *390 responses: '204': description: Response @@ -117135,8 +117146,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *388 - *389 + - *390 - name: token description: package token schema: @@ -117168,8 +117179,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *388 - *389 + - *390 - *19 - *17 - name: state @@ -117189,7 +117200,7 @@ paths: application/json: schema: type: array - items: *390 + items: *391 examples: default: value: @@ -117238,15 +117249,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *388 - *389 - - *391 + - *390 + - *392 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: default: value: @@ -117282,9 +117293,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *388 - *389 - - *391 + - *390 + - *392 responses: '204': description: Response @@ -117314,9 +117325,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *388 - *389 - - *391 + - *390 + - *392 responses: '204': description: Response @@ -117353,9 +117364,9 @@ paths: application/json: schema: type: array - items: *806 + items: *807 examples: - default: *818 + default: *819 headers: Link: *47 '304': *37 @@ -117468,7 +117479,7 @@ paths: type: array items: *78 examples: - default: &825 + default: &826 summary: Default response value: - id: 1296269 @@ -117772,9 +117783,9 @@ paths: description: Response content: application/json: - schema: *461 + schema: *462 examples: - default: *463 + default: *464 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -117812,9 +117823,9 @@ paths: application/json: schema: type: array - items: *648 + items: *649 examples: - default: *819 + default: *820 headers: Link: *47 '304': *37 @@ -117837,7 +117848,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *369 + - *370 responses: '204': description: Response @@ -117860,7 +117871,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *369 + - *370 responses: '204': description: Response @@ -117893,7 +117904,7 @@ paths: application/json: schema: type: array - items: &820 + items: &821 title: Social account description: Social media account type: object @@ -117908,7 +117919,7 @@ paths: - provider - url examples: - default: &821 + default: &822 value: - provider: twitter url: https://twitter.com/github @@ -117970,9 +117981,9 @@ paths: application/json: schema: type: array - items: *820 + items: *821 examples: - default: *821 + default: *822 '422': *15 '304': *37 '404': *6 @@ -118059,7 +118070,7 @@ paths: application/json: schema: type: array - items: &822 + items: &823 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -118079,7 +118090,7 @@ paths: - title - created_at examples: - default: &849 + default: &850 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -118143,9 +118154,9 @@ paths: description: Response content: application/json: - schema: *822 + schema: *823 examples: - default: &823 + default: &824 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -118175,7 +118186,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: - - &824 + - &825 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -118187,9 +118198,9 @@ paths: description: Response content: application/json: - schema: *822 + schema: *823 examples: - default: *823 + default: *824 '404': *6 '304': *37 '403': *29 @@ -118212,7 +118223,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: - - *824 + - *825 responses: '204': description: Response @@ -118241,7 +118252,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: - - &850 + - &851 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 @@ -118266,11 +118277,11 @@ paths: type: array items: *78 examples: - default-response: *825 + default-response: *826 application/vnd.github.v3.star+json: schema: type: array - items: &851 + items: &852 title: Starred Repository description: Starred Repository type: object @@ -118426,8 +118437,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: - - *456 - *457 + - *458 responses: '204': description: Response if this repository is starred by you @@ -118455,8 +118466,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: - - *456 - *457 + - *458 responses: '204': description: Response @@ -118480,8 +118491,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: - - *456 - *457 + - *458 responses: '204': description: Response @@ -118514,9 +118525,9 @@ paths: application/json: schema: type: array - items: *283 + items: *284 examples: - default: *392 + default: *393 headers: Link: *47 '304': *37 @@ -118553,7 +118564,7 @@ paths: application/json: schema: type: array - items: *449 + items: *450 examples: default: value: @@ -118631,7 +118642,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user-using-their-id parameters: - - *240 + - *241 responses: '200': description: Response @@ -118639,10 +118650,10 @@ paths: application/json: schema: oneOf: + - *800 - *799 - - *798 examples: - default-response: &829 + default-response: &830 summary: Default response value: login: octocat @@ -118677,7 +118688,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &830 + response-with-git-hub-plan-information: &831 summary: Response with GitHub plan information value: login: octocat @@ -118734,14 +118745,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &827 + - &828 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *404 + - *405 requestBody: required: true description: Details of the draft item to create in the project. @@ -118775,9 +118786,9 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: - draft_issue: *411 + draft_issue: *412 '304': *37 '403': *29 '401': *25 @@ -118800,7 +118811,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *826 + - *827 - *17 responses: '200': @@ -118835,8 +118846,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *827 - - *404 + - *828 + - *405 requestBody: required: true content: @@ -118907,17 +118918,17 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *828 + schema: *829 examples: table_view: summary: Response for creating a table view - value: *415 + value: *416 board_view: summary: Response for creating a board view with filter - value: *415 + value: *416 roadmap_view: summary: Response for creating a roadmap view - value: *415 + value: *416 '304': *37 '403': *29 '401': *25 @@ -118959,11 +118970,11 @@ paths: application/json: schema: oneOf: + - *800 - *799 - - *798 examples: - default-response: *829 - response-with-git-hub-plan-information: *830 + default-response: *830 + response-with-git-hub-plan-information: *831 '404': *6 x-github: githubCloudOnly: false @@ -119013,8 +119024,8 @@ paths: required: - subject_digests examples: - default: *831 - withPredicateType: *832 + default: *832 + withPredicateType: *833 responses: '200': description: Response @@ -119067,7 +119078,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *833 + default: *834 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119272,12 +119283,12 @@ paths: initiator: type: string examples: - default: *503 + default: *504 '201': description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -119311,9 +119322,9 @@ paths: application/json: schema: type: array - items: *386 + items: *387 examples: - default: *816 + default: *817 '403': *29 '401': *25 x-github: @@ -119346,7 +119357,7 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: default: value: @@ -119419,7 +119430,7 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: default: value: @@ -119506,7 +119517,7 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: default: value: @@ -119654,7 +119665,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-a-user parameters: - *143 - - *227 + - *228 - *17 - *19 responses: @@ -119664,9 +119675,9 @@ paths: application/json: schema: type: array - items: *228 + items: *229 examples: - default: *229 + default: *230 headers: Link: *47 '422': *15 @@ -119697,9 +119708,9 @@ paths: application/json: schema: type: array - items: *807 + items: *808 examples: - default: *834 + default: *835 headers: Link: *47 x-github: @@ -119803,7 +119814,7 @@ paths: application/json: schema: *22 examples: - default: *645 + default: *646 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119888,7 +119899,7 @@ paths: type: array items: *73 examples: - default: *251 + default: *252 headers: Link: *47 x-github: @@ -119927,7 +119938,7 @@ paths: - docker - nuget - container - - *815 + - *816 - *143 - *19 - *17 @@ -119938,12 +119949,12 @@ paths: application/json: schema: type: array - items: *386 + items: *387 examples: - default: *816 + default: *817 '403': *29 '401': *25 - '400': *817 + '400': *818 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119963,17 +119974,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *388 - *389 + - *390 - *143 responses: '200': description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: *835 + default: *836 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119994,8 +120005,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *388 - *389 + - *390 - *143 responses: '204': @@ -120028,8 +120039,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *388 - *389 + - *390 - *143 - name: token description: package token @@ -120062,8 +120073,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *388 - *389 + - *390 - *143 responses: '200': @@ -120072,7 +120083,7 @@ paths: application/json: schema: type: array - items: *390 + items: *391 examples: default: value: @@ -120130,16 +120141,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-a-user parameters: - - *388 - *389 - - *391 + - *390 + - *392 - *143 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: default: value: @@ -120174,10 +120185,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *388 - *389 + - *390 - *143 - - *391 + - *392 responses: '204': description: Response @@ -120209,10 +120220,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *388 - *389 + - *390 - *143 - - *391 + - *392 responses: '204': description: Response @@ -120253,9 +120264,9 @@ paths: application/json: schema: type: array - items: *402 + items: *403 examples: - default: *403 + default: *404 headers: Link: *47 '304': *37 @@ -120277,16 +120288,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-user parameters: - - *404 + - *405 - *143 responses: '200': description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *403 + default: *404 headers: Link: *47 '304': *37 @@ -120308,7 +120319,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-user parameters: - - *404 + - *405 - *143 - *17 - *108 @@ -120320,9 +120331,9 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *836 + default: *837 headers: Link: *47 '304': *37 @@ -120344,7 +120355,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#add-field-to-user-owned-project parameters: - *143 - - *404 + - *405 requestBody: required: true content: @@ -120382,7 +120393,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *837 + items: *838 required: - name - data_type @@ -120398,7 +120409,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *838 + iteration_configuration: *839 required: - name - data_type @@ -120420,20 +120431,20 @@ paths: value: name: Due date data_type: date - single_select_field: *839 - iteration_field: *840 + single_select_field: *840 + iteration_field: *841 responses: '201': description: Response content: application/json: - schema: *408 + schema: *409 examples: - text_field: *841 - number_field: *842 - date_field: *843 - single_select_field: *844 - iteration_field: *845 + text_field: *842 + number_field: *843 + date_field: *844 + single_select_field: *845 + iteration_field: *846 '304': *37 '403': *29 '401': *25 @@ -120454,17 +120465,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - - *404 - - *846 + - *405 + - *847 - *143 responses: '200': description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *847 + default: *848 headers: Link: *47 '304': *37 @@ -120487,7 +120498,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-a-user-owned-project parameters: - - *404 + - *405 - *143 - *108 - *109 @@ -120520,9 +120531,9 @@ paths: application/json: schema: type: array - items: *412 + items: *413 examples: - default: *413 + default: *414 headers: Link: *47 '304': *37 @@ -120544,7 +120555,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-user-owned-project parameters: - *143 - - *404 + - *405 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -120614,22 +120625,22 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *411 + value: *412 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *411 + value: *412 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *411 + value: *412 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *411 + value: *412 '304': *37 '403': *29 '401': *25 @@ -120649,9 +120660,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *404 + - *405 - *143 - - *414 + - *415 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -120671,9 +120682,9 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: *413 + default: *414 headers: Link: *47 '304': *37 @@ -120694,9 +120705,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-user parameters: - - *404 + - *405 - *143 - - *414 + - *415 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -120766,13 +120777,13 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: - text_field: *413 - number_field: *413 - date_field: *413 - single_select_field: *413 - iteration_field: *413 + text_field: *414 + number_field: *414 + date_field: *414 + single_select_field: *414 + iteration_field: *414 '401': *25 '403': *29 '404': *6 @@ -120792,9 +120803,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-user parameters: - - *404 + - *405 - *143 - - *414 + - *415 responses: '204': description: Response @@ -120816,9 +120827,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-a-user-project-view parameters: - - *404 + - *405 - *143 - - *848 + - *849 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -120844,9 +120855,9 @@ paths: application/json: schema: type: array - items: *412 + items: *413 examples: - default: *413 + default: *414 headers: Link: *47 '304': *37 @@ -120884,7 +120895,7 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: default: value: @@ -120959,7 +120970,7 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: default: value: @@ -121065,9 +121076,9 @@ paths: application/json: schema: type: array - items: *283 + items: *284 examples: - default: *392 + default: *393 headers: Link: *47 x-github: @@ -121097,9 +121108,9 @@ paths: application/json: schema: type: array - items: *820 + items: *821 examples: - default: *821 + default: *822 headers: Link: *47 x-github: @@ -121129,9 +121140,9 @@ paths: application/json: schema: type: array - items: *822 + items: *823 examples: - default: *849 + default: *850 headers: Link: *47 x-github: @@ -121156,7 +121167,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *143 - - *850 + - *851 - *110 - *17 - *19 @@ -121168,11 +121179,11 @@ paths: schema: anyOf: - type: array - items: *851 + items: *852 - type: array items: *78 examples: - default-response: *825 + default-response: *826 headers: Link: *47 x-github: @@ -121201,9 +121212,9 @@ paths: application/json: schema: type: array - items: *283 + items: *284 examples: - default: *392 + default: *393 headers: Link: *47 x-github: @@ -121331,7 +121342,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &852 + enterprise: &853 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -121389,7 +121400,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &853 + installation: &854 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -121408,7 +121419,7 @@ x-webhooks: required: - id - node_id - organization: &854 + organization: &855 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -121468,13 +121479,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &855 + repository: &856 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: &892 + properties: &893 id: description: Unique identifier of the repository example: 42 @@ -121494,8 +121505,8 @@ x-webhooks: title: License Simple description: License Simple type: object - properties: *223 - required: *224 + properties: *224 + required: *225 nullable: true organization: title: Simple User @@ -122157,7 +122168,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &893 + required: &894 - archive_url - assignees_url - blobs_url @@ -122308,10 +122319,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -122387,11 +122398,11 @@ x-webhooks: type: string enum: - created - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 - rule: &856 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 + rule: &857 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -122614,11 +122625,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 - rule: *856 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 + rule: *857 sender: *4 required: - action @@ -122801,11 +122812,11 @@ x-webhooks: - everyone required: - from - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 - rule: *856 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 + rule: *857 sender: *4 required: - action @@ -122878,7 +122889,7 @@ x-webhooks: required: true content: application/json: - schema: &876 + schema: &877 title: Exemption request cancellation event type: object properties: @@ -122886,11 +122897,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 - exemption_request: &857 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 + exemption_request: &858 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -123159,7 +123170,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &858 + items: &859 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -123269,7 +123280,7 @@ x-webhooks: required: true content: application/json: - schema: &877 + schema: &878 title: Exemption request completed event type: object properties: @@ -123277,11 +123288,11 @@ x-webhooks: type: string enum: - completed - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 - exemption_request: *857 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 + exemption_request: *858 sender: *4 required: - action @@ -123353,7 +123364,7 @@ x-webhooks: required: true content: application/json: - schema: &874 + schema: &875 title: Exemption request created event type: object properties: @@ -123361,11 +123372,11 @@ x-webhooks: type: string enum: - created - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 - exemption_request: *857 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 + exemption_request: *858 sender: *4 required: - action @@ -123437,7 +123448,7 @@ x-webhooks: required: true content: application/json: - schema: &878 + schema: &879 title: Exemption response dismissed event type: object properties: @@ -123445,12 +123456,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 - exemption_request: *857 - exemption_response: *858 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 + exemption_request: *858 + exemption_response: *859 sender: *4 required: - action @@ -123524,7 +123535,7 @@ x-webhooks: required: true content: application/json: - schema: &875 + schema: &876 title: Exemption response submitted event type: object properties: @@ -123532,12 +123543,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 - exemption_request: *857 - exemption_response: *858 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 + exemption_request: *858 + exemption_response: *859 sender: *4 required: - action @@ -123621,7 +123632,7 @@ x-webhooks: type: string enum: - completed - check_run: &860 + check_run: &861 title: CheckRun description: A check performed on the code of a given code change type: object @@ -123674,8 +123685,8 @@ x-webhooks: type: string pull_requests: type: array - items: *225 - repository: *283 + items: *226 + repository: *284 status: example: completed type: string @@ -123712,7 +123723,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *859 + deployment: *860 details_url: example: https://example.com type: string @@ -123762,7 +123773,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *225 + items: *226 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -123797,10 +123808,10 @@ x-webhooks: - output - app - pull_requests - installation: *853 - enterprise: *852 - organization: *854 - repository: *855 + installation: *854 + enterprise: *853 + organization: *855 + repository: *856 sender: *4 required: - check_run @@ -124193,11 +124204,11 @@ x-webhooks: type: string enum: - created - check_run: *860 - installation: *853 - enterprise: *852 - organization: *854 - repository: *855 + check_run: *861 + installation: *854 + enterprise: *853 + organization: *855 + repository: *856 sender: *4 required: - check_run @@ -124593,11 +124604,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *860 - installation: *853 - enterprise: *852 - organization: *854 - repository: *855 + check_run: *861 + installation: *854 + enterprise: *853 + organization: *855 + repository: *856 requested_action: description: The action requested by the user. type: object @@ -125002,11 +125013,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *860 - installation: *853 - enterprise: *852 - organization: *854 - repository: *855 + check_run: *861 + installation: *854 + enterprise: *853 + organization: *855 + repository: *856 sender: *4 required: - check_run @@ -125983,10 +125994,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -126680,10 +126691,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -127371,10 +127382,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -127540,7 +127551,7 @@ x-webhooks: required: - login - id - dismissed_comment: *532 + dismissed_comment: *533 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -127685,20 +127696,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &861 + commit_oid: &862 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *852 - installation: *853 - organization: *854 - ref: &862 + enterprise: *853 + installation: *854 + organization: *855 + ref: &863 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: *855 + repository: *856 sender: *4 required: - action @@ -127863,7 +127874,7 @@ x-webhooks: required: - login - id - dismissed_comment: *532 + dismissed_comment: *533 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -128093,12 +128104,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *861 - enterprise: *852 - installation: *853 - organization: *854 - ref: *862 - repository: *855 + commit_oid: *862 + enterprise: *853 + installation: *854 + organization: *855 + ref: *863 + repository: *856 sender: *4 required: - action @@ -128193,7 +128204,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *532 + dismissed_comment: *533 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -128364,12 +128375,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *861 - enterprise: *852 - installation: *853 - organization: *854 - ref: *862 - repository: *855 + commit_oid: *862 + enterprise: *853 + installation: *854 + organization: *855 + ref: *863 + repository: *856 sender: *4 required: - action @@ -128535,7 +128546,7 @@ x-webhooks: required: - login - id - dismissed_comment: *532 + dismissed_comment: *533 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -128701,12 +128712,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *861 - enterprise: *852 - installation: *853 - organization: *854 - ref: *862 - repository: *855 + commit_oid: *862 + enterprise: *853 + installation: *854 + organization: *855 + ref: *863 + repository: *856 sender: *4 required: - action @@ -128805,7 +128816,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *532 + dismissed_comment: *533 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -128980,16 +128991,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 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: *855 + repository: *856 sender: *4 required: - action @@ -129086,7 +129097,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *532 + dismissed_comment: *533 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -129226,12 +129237,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *861 - enterprise: *852 - installation: *853 - organization: *854 - ref: *862 - repository: *855 + commit_oid: *862 + enterprise: *853 + installation: *854 + organization: *855 + ref: *863 + repository: *856 sender: *4 required: - action @@ -129397,7 +129408,7 @@ x-webhooks: required: - login - id - dismissed_comment: *532 + dismissed_comment: *533 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -129542,10 +129553,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -129800,10 +129811,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -129883,18 +129894,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *854 - pusher_type: &863 + organization: *855 + pusher_type: &864 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &864 + ref: &865 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -129904,7 +129915,7 @@ x-webhooks: enum: - tag - branch - repository: *855 + repository: *856 sender: *4 required: - ref @@ -129987,9 +129998,9 @@ x-webhooks: enum: - created definition: *157 - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 sender: *4 required: - action @@ -130074,9 +130085,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 sender: *4 required: - action @@ -130154,9 +130165,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *157 - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 sender: *4 required: - action @@ -130234,9 +130245,9 @@ x-webhooks: enum: - updated definition: *157 - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 sender: *4 required: - action @@ -130313,10 +130324,10 @@ x-webhooks: type: string enum: - updated - enterprise: *852 - installation: *853 - repository: *855 - organization: *854 + enterprise: *853 + installation: *854 + repository: *856 + organization: *855 sender: *4 new_property_values: type: array @@ -130401,18 +130412,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *852 - installation: *853 - organization: *854 - pusher_type: *863 - ref: *864 + enterprise: *853 + installation: *854 + organization: *855 + pusher_type: *864 + ref: *865 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *855 + repository: *856 sender: *4 required: - ref @@ -130496,11 +130507,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *594 - installation: *853 - organization: *854 - enterprise: *852 - repository: *855 + alert: *595 + installation: *854 + organization: *855 + enterprise: *853 + repository: *856 sender: *4 required: - action @@ -130584,11 +130595,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *594 - installation: *853 - organization: *854 - enterprise: *852 - repository: *855 + alert: *595 + installation: *854 + organization: *855 + enterprise: *853 + repository: *856 sender: *4 required: - action @@ -130672,11 +130683,11 @@ x-webhooks: type: string enum: - created - alert: *594 - installation: *853 - organization: *854 - enterprise: *852 - repository: *855 + alert: *595 + installation: *854 + organization: *855 + enterprise: *853 + repository: *856 sender: *4 required: - action @@ -130758,11 +130769,11 @@ x-webhooks: type: string enum: - dismissed - alert: *594 - installation: *853 - organization: *854 - enterprise: *852 - repository: *855 + alert: *595 + installation: *854 + organization: *855 + enterprise: *853 + repository: *856 sender: *4 required: - action @@ -130844,11 +130855,11 @@ x-webhooks: type: string enum: - fixed - alert: *594 - installation: *853 - organization: *854 - enterprise: *852 - repository: *855 + alert: *595 + installation: *854 + organization: *855 + enterprise: *853 + repository: *856 sender: *4 required: - action @@ -130931,11 +130942,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *594 - installation: *853 - organization: *854 - enterprise: *852 - repository: *855 + alert: *595 + installation: *854 + organization: *855 + enterprise: *853 + repository: *856 sender: *4 required: - action @@ -131017,11 +131028,11 @@ x-webhooks: type: string enum: - reopened - alert: *594 - installation: *853 - organization: *854 - enterprise: *852 - repository: *855 + alert: *595 + installation: *854 + organization: *855 + enterprise: *853 + repository: *856 sender: *4 required: - action @@ -131098,9 +131109,9 @@ x-webhooks: type: string enum: - created - enterprise: *852 - installation: *853 - key: &865 + enterprise: *853 + installation: *854 + key: &866 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -131136,8 +131147,8 @@ x-webhooks: - verified - created_at - read_only - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -131214,11 +131225,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 - installation: *853 - key: *865 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + key: *866 + organization: *855 + repository: *856 sender: *4 required: - action @@ -131779,12 +131790,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 - workflow: &869 + workflow: &870 title: Workflow type: object nullable: true @@ -132510,13 +132521,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *600 + deployment: *601 pull_requests: type: array - items: *698 - repository: *855 - organization: *854 - installation: *853 + items: *699 + repository: *856 + organization: *855 + installation: *854 sender: *4 responses: '200': @@ -132587,7 +132598,7 @@ x-webhooks: type: string enum: - approved - approver: &866 + approver: &867 type: object properties: avatar_url: @@ -132630,11 +132641,11 @@ x-webhooks: type: string comment: type: string - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 - reviewers: &867 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 + reviewers: &868 type: array items: type: object @@ -132713,7 +132724,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &868 + workflow_job_run: &869 type: object properties: conclusion: @@ -133444,18 +133455,18 @@ x-webhooks: type: string enum: - rejected - approver: *866 + approver: *867 comment: type: string - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 - reviewers: *867 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 + reviewers: *868 sender: *4 since: type: string - workflow_job_run: *868 + workflow_job_run: *869 workflow_job_runs: type: array items: @@ -134159,13 +134170,13 @@ x-webhooks: type: string enum: - requested - enterprise: *852 + enterprise: *853 environment: type: string - installation: *853 - organization: *854 - repository: *855 - requestor: &879 + installation: *854 + organization: *855 + repository: *856 + requestor: &880 title: User type: object nullable: true @@ -136064,12 +136075,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 - workflow: *869 + workflow: *870 workflow_run: title: Deployment Workflow Run type: object @@ -136749,7 +136760,7 @@ x-webhooks: type: string enum: - answered - answer: &872 + answer: &873 type: object properties: author_association: @@ -136906,11 +136917,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *870 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + discussion: *871 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -137037,11 +137048,11 @@ x-webhooks: - from required: - category - discussion: *870 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + discussion: *871 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -137124,11 +137135,11 @@ x-webhooks: type: string enum: - closed - discussion: *870 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + discussion: *871 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -137210,7 +137221,7 @@ x-webhooks: type: string enum: - created - comment: &871 + comment: &872 type: object properties: author_association: @@ -137367,11 +137378,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *870 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + discussion: *871 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -137454,12 +137465,12 @@ x-webhooks: type: string enum: - deleted - comment: *871 - discussion: *870 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + comment: *872 + discussion: *871 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -137554,12 +137565,12 @@ x-webhooks: - from required: - body - comment: *871 - discussion: *870 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + comment: *872 + discussion: *871 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -137643,11 +137654,11 @@ x-webhooks: type: string enum: - created - discussion: *870 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + discussion: *871 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -137729,11 +137740,11 @@ x-webhooks: type: string enum: - deleted - discussion: *870 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + discussion: *871 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -137833,11 +137844,11 @@ x-webhooks: type: string required: - from - discussion: *870 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + discussion: *871 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -137919,10 +137930,10 @@ x-webhooks: type: string enum: - labeled - discussion: *870 - enterprise: *852 - installation: *853 - label: &873 + discussion: *871 + enterprise: *853 + installation: *854 + label: &874 title: Label type: object properties: @@ -137954,8 +137965,8 @@ x-webhooks: - color - default - description - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -138038,11 +138049,11 @@ x-webhooks: type: string enum: - locked - discussion: *870 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + discussion: *871 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -138124,11 +138135,11 @@ x-webhooks: type: string enum: - pinned - discussion: *870 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + discussion: *871 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -138210,11 +138221,11 @@ x-webhooks: type: string enum: - reopened - discussion: *870 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + discussion: *871 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -138299,16 +138310,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *870 - new_repository: *855 + new_discussion: *871 + new_repository: *856 required: - new_discussion - new_repository - discussion: *870 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + discussion: *871 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -138391,10 +138402,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *870 - old_answer: *872 - organization: *854 - repository: *855 + discussion: *871 + old_answer: *873 + organization: *855 + repository: *856 sender: *4 required: - action @@ -138476,12 +138487,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *870 - enterprise: *852 - installation: *853 - label: *873 - organization: *854 - repository: *855 + discussion: *871 + enterprise: *853 + installation: *854 + label: *874 + organization: *855 + repository: *856 sender: *4 required: - action @@ -138564,11 +138575,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *870 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + discussion: *871 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -138650,11 +138661,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *870 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + discussion: *871 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -138723,7 +138734,7 @@ x-webhooks: required: true content: application/json: - schema: *874 + schema: *875 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138786,7 +138797,7 @@ x-webhooks: required: true content: application/json: - schema: *875 + schema: *876 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138849,7 +138860,7 @@ x-webhooks: required: true content: application/json: - schema: *876 + schema: *877 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138912,7 +138923,7 @@ x-webhooks: required: true content: application/json: - schema: *874 + schema: *875 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138975,7 +138986,7 @@ x-webhooks: required: true content: application/json: - schema: *875 + schema: *876 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139041,7 +139052,7 @@ x-webhooks: required: true content: application/json: - schema: *876 + schema: *877 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139107,7 +139118,7 @@ x-webhooks: required: true content: application/json: - schema: *877 + schema: *878 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139173,7 +139184,7 @@ x-webhooks: required: true content: application/json: - schema: *874 + schema: *875 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139239,7 +139250,7 @@ x-webhooks: required: true content: application/json: - schema: *878 + schema: *879 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139305,7 +139316,7 @@ x-webhooks: required: true content: application/json: - schema: *875 + schema: *876 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139370,7 +139381,7 @@ x-webhooks: required: true content: application/json: - schema: *876 + schema: *877 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139435,7 +139446,7 @@ x-webhooks: required: true content: application/json: - schema: *877 + schema: *878 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139500,7 +139511,7 @@ x-webhooks: required: true content: application/json: - schema: *874 + schema: *875 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139565,7 +139576,7 @@ x-webhooks: required: true content: application/json: - schema: *878 + schema: *879 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139631,7 +139642,7 @@ x-webhooks: required: true content: application/json: - schema: *875 + schema: *876 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139698,7 +139709,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *852 + enterprise: *853 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -140358,9 +140369,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *853 - organization: *854 - repository: *855 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - forkee @@ -140506,9 +140517,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 pages: description: The pages that were updated. type: array @@ -140545,7 +140556,7 @@ x-webhooks: - action - sha - html_url - repository: *855 + repository: *856 sender: *4 required: - pages @@ -140621,10 +140632,10 @@ x-webhooks: type: string enum: - created - enterprise: *852 + enterprise: *853 installation: *22 - organization: *854 - repositories: &880 + organization: *855 + repositories: &881 description: An array of repository objects that the installation can access. type: array @@ -140650,8 +140661,8 @@ x-webhooks: - name - full_name - private - repository: *855 - requester: *879 + repository: *856 + requester: *880 sender: *4 required: - action @@ -140726,11 +140737,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 + enterprise: *853 installation: *22 - organization: *854 - repositories: *880 - repository: *855 + organization: *855 + repositories: *881 + repository: *856 requester: nullable: true sender: *4 @@ -140806,11 +140817,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *852 + enterprise: *853 installation: *22 - organization: *854 - repositories: *880 - repository: *855 + organization: *855 + repositories: *881 + repository: *856 requester: nullable: true sender: *4 @@ -140886,10 +140897,10 @@ x-webhooks: type: string enum: - added - enterprise: *852 + enterprise: *853 installation: *22 - organization: *854 - repositories_added: &881 + organization: *855 + repositories_added: &882 description: An array of repository objects, which were added to the installation. type: array @@ -140935,15 +140946,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *855 - repository_selection: &882 + repository: *856 + repository_selection: &883 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *879 + requester: *880 sender: *4 required: - action @@ -141022,10 +141033,10 @@ x-webhooks: type: string enum: - removed - enterprise: *852 + enterprise: *853 installation: *22 - organization: *854 - repositories_added: *881 + organization: *855 + repositories_added: *882 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -141052,9 +141063,9 @@ x-webhooks: - name - full_name - private - repository: *855 - repository_selection: *882 - requester: *879 + repository: *856 + repository_selection: *883 + requester: *880 sender: *4 required: - action @@ -141133,11 +141144,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *852 + enterprise: *853 installation: *22 - organization: *854 - repositories: *880 - repository: *855 + organization: *855 + repositories: *881 + repository: *856 requester: nullable: true sender: *4 @@ -141316,10 +141327,10 @@ x-webhooks: type: string required: - from - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 target_type: type: string @@ -141398,11 +141409,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *852 + enterprise: *853 installation: *22 - organization: *854 - repositories: *880 - repository: *855 + organization: *855 + repositories: *881 + repository: *856 requester: nullable: true sender: *4 @@ -141526,8 +141537,8 @@ x-webhooks: first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 reactions: title: Reactions type: object @@ -141654,8 +141665,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -142449,8 +142460,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142466,7 +142477,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *370 + type: *371 updated_at: type: string format: date-time @@ -142799,8 +142810,8 @@ x-webhooks: - state - locked - assignee - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -142880,7 +142891,7 @@ x-webhooks: type: string enum: - deleted - comment: &883 + comment: &884 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -143045,8 +143056,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -143836,8 +143847,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143853,7 +143864,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *370 + type: *371 updated_at: type: string format: date-time @@ -144188,8 +144199,8 @@ x-webhooks: - state - locked - assignee - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -144269,7 +144280,7 @@ x-webhooks: type: string enum: - edited - changes: &912 + changes: &913 description: The changes to the comment. type: object properties: @@ -144281,9 +144292,9 @@ x-webhooks: type: string required: - from - comment: *883 - enterprise: *852 - installation: *853 + comment: *884 + enterprise: *853 + installation: *854 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -145076,8 +145087,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145093,7 +145104,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *370 + type: *371 updated_at: type: string format: date-time @@ -145426,8 +145437,8 @@ x-webhooks: - state - locked - assignee - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -145511,15 +145522,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *220 + blocked_issue: *221 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *220 + blocking_issue: *221 blocking_issue_repo: *78 - installation: *853 - organization: *854 - repository: *855 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -145602,15 +145613,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *220 + blocked_issue: *221 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *220 + blocking_issue: *221 blocking_issue_repo: *78 - installation: *853 - organization: *854 - repository: *855 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -145692,15 +145703,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *220 + blocked_issue: *221 blocked_issue_repo: *78 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *220 - installation: *853 - organization: *854 - repository: *855 + blocking_issue: *221 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -145783,15 +145794,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *220 + blocked_issue: *221 blocked_issue_repo: *78 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *220 - installation: *853 - organization: *854 - repository: *855 + blocking_issue: *221 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -145871,10 +145882,10 @@ x-webhooks: type: string enum: - assigned - assignee: *879 - enterprise: *852 - installation: *853 - issue: &886 + assignee: *880 + enterprise: *853 + installation: *854 + issue: &887 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -146663,11 +146674,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 issue_field_values: type: array - items: *792 + items: *793 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146683,7 +146694,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *370 + type: *371 updated_at: type: string format: date-time @@ -146784,8 +146795,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -146865,8 +146876,8 @@ x-webhooks: type: string enum: - closed - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -147660,11 +147671,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 issue_field_values: type: array - items: *792 + items: *793 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147680,7 +147691,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *370 + type: *371 updated_at: type: string format: date-time @@ -147916,8 +147927,8 @@ x-webhooks: required: - state - closed_at - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -147996,8 +148007,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -148782,11 +148793,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 issue_field_values: type: array - items: *792 + items: *793 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148802,7 +148813,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *370 + type: *371 updated_at: type: string format: date-time @@ -148902,8 +148913,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -148982,8 +148993,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -149790,11 +149801,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 issue_field_values: type: array - items: *792 + items: *793 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149810,7 +149821,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *370 + type: *371 updated_at: type: string format: date-time @@ -149889,7 +149900,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &884 + milestone: &885 title: Milestone description: A collection of related issues and pull requests. type: object @@ -150027,8 +150038,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -150127,8 +150138,8 @@ x-webhooks: type: string required: - from - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -150917,11 +150928,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 issue_field_values: type: array - items: *792 + items: *793 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150934,7 +150945,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *370 + type: *371 title: description: Title of the issue type: string @@ -151038,9 +151049,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *873 - organization: *854 - repository: *855 + label: *874 + organization: *855 + repository: *856 sender: *4 required: - action @@ -151120,8 +151131,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -151909,11 +151920,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 issue_field_values: type: array - items: *792 + items: *793 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151926,7 +151937,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *370 + type: *371 title: description: Title of the issue type: string @@ -152030,9 +152041,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *873 - organization: *854 - repository: *855 + label: *874 + organization: *855 + repository: *856 sender: *4 required: - action @@ -152112,8 +152123,8 @@ x-webhooks: type: string enum: - locked - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152925,11 +152936,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 issue_field_values: type: array - items: *792 + items: *793 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152942,7 +152953,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *370 + type: *371 title: description: Title of the issue type: string @@ -153023,8 +153034,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -153103,8 +153114,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -153910,11 +153921,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 issue_field_values: type: array - items: *792 + items: *793 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153930,7 +153941,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *370 + type: *371 updated_at: type: string format: date-time @@ -154008,9 +154019,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *884 - organization: *854 - repository: *855 + milestone: *885 + organization: *855 + repository: *856 sender: *4 required: - action @@ -154878,11 +154889,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 issue_field_values: type: array - items: *792 + items: *793 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154975,7 +154986,7 @@ x-webhooks: required: - login - id - type: *370 + type: *371 required: - id - number @@ -155444,8 +155455,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -156234,11 +156245,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 issue_field_values: type: array - items: *792 + items: *793 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156254,7 +156265,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *370 + type: *371 updated_at: type: string format: date-time @@ -156354,8 +156365,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -156435,9 +156446,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *852 - installation: *853 - issue: &885 + enterprise: *853 + installation: *854 + issue: &886 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -157220,11 +157231,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 issue_field_values: type: array - items: *792 + items: *793 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157240,7 +157251,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *370 + type: *371 updated_at: type: string format: date-time @@ -157340,8 +157351,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -157420,8 +157431,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -158231,11 +158242,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 issue_field_values: type: array - items: *792 + items: *793 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158329,9 +158340,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *370 - organization: *854 - repository: *855 + type: *371 + organization: *855 + repository: *856 sender: *4 required: - action @@ -159197,11 +159208,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 issue_field_values: type: array - items: *792 + items: *793 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159217,7 +159228,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *370 + type: *371 updated_at: type: string format: date-time @@ -159785,11 +159796,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *852 - installation: *853 - issue: *885 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + issue: *886 + organization: *855 + repository: *856 sender: *4 required: - action @@ -159869,12 +159880,12 @@ x-webhooks: type: string enum: - typed - enterprise: *852 - installation: *853 - issue: *886 - type: *370 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + issue: *887 + type: *371 + organization: *855 + repository: *856 sender: *4 required: - action @@ -159955,7 +159966,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &915 + assignee: &916 title: User type: object nullable: true @@ -160025,11 +160036,11 @@ x-webhooks: required: - login - id - enterprise: *852 - installation: *853 - issue: *886 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + issue: *887 + organization: *855 + repository: *856 sender: *4 required: - action @@ -160108,12 +160119,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *852 - installation: *853 - issue: *886 - label: *873 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + issue: *887 + label: *874 + organization: *855 + repository: *856 sender: *4 required: - action @@ -160193,8 +160204,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -161004,11 +161015,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 issue_field_values: type: array - items: *792 + items: *793 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161024,7 +161035,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *370 + type: *371 updated_at: type: string format: date-time @@ -161102,8 +161113,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -161183,11 +161194,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *852 - installation: *853 - issue: *885 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + issue: *886 + organization: *855 + repository: *856 sender: *4 required: - action @@ -161266,12 +161277,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *852 - installation: *853 - issue: *886 - type: *370 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + issue: *887 + type: *371 + organization: *855 + repository: *856 sender: *4 required: - action @@ -161351,11 +161362,11 @@ x-webhooks: type: string enum: - created - enterprise: *852 - installation: *853 - label: *873 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + label: *874 + organization: *855 + repository: *856 sender: *4 required: - action @@ -161433,11 +161444,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 - installation: *853 - label: *873 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + label: *874 + organization: *855 + repository: *856 sender: *4 required: - action @@ -161547,11 +161558,11 @@ x-webhooks: type: string required: - from - enterprise: *852 - installation: *853 - label: *873 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + label: *874 + organization: *855 + repository: *856 sender: *4 required: - action @@ -161633,9 +161644,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *852 - installation: *853 - marketplace_purchase: &887 + enterprise: *853 + installation: *854 + marketplace_purchase: &888 title: Marketplace Purchase type: object required: @@ -161718,8 +161729,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *854 - previous_marketplace_purchase: &888 + organization: *855 + previous_marketplace_purchase: &889 title: Marketplace Purchase type: object properties: @@ -161799,7 +161810,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *855 + repository: *856 sender: *4 required: - action @@ -161879,10 +161890,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *852 - installation: *853 - marketplace_purchase: *887 - organization: *854 + enterprise: *853 + installation: *854 + marketplace_purchase: *888 + organization: *855 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -161965,7 +161976,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *855 + repository: *856 sender: *4 required: - action @@ -162047,10 +162058,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *852 - installation: *853 - marketplace_purchase: *887 - organization: *854 + enterprise: *853 + installation: *854 + marketplace_purchase: *888 + organization: *855 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -162132,7 +162143,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *855 + repository: *856 sender: *4 required: - action @@ -162213,8 +162224,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 marketplace_purchase: title: Marketplace Purchase type: object @@ -162296,9 +162307,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *854 - previous_marketplace_purchase: *888 - repository: *855 + organization: *855 + previous_marketplace_purchase: *889 + repository: *856 sender: *4 required: - action @@ -162378,12 +162389,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *852 - installation: *853 - marketplace_purchase: *887 - organization: *854 - previous_marketplace_purchase: *888 - repository: *855 + enterprise: *853 + installation: *854 + marketplace_purchase: *888 + organization: *855 + previous_marketplace_purchase: *889 + repository: *856 sender: *4 required: - action @@ -162485,11 +162496,11 @@ x-webhooks: type: string required: - to - enterprise: *852 - installation: *853 - member: *879 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + member: *880 + organization: *855 + repository: *856 sender: *4 required: - action @@ -162589,11 +162600,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *852 - installation: *853 - member: *879 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + member: *880 + organization: *855 + repository: *856 sender: *4 required: - action @@ -162672,11 +162683,11 @@ x-webhooks: type: string enum: - removed - enterprise: *852 - installation: *853 - member: *879 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + member: *880 + organization: *855 + repository: *856 sender: *4 required: - action @@ -162754,11 +162765,11 @@ x-webhooks: type: string enum: - added - enterprise: *852 - installation: *853 - member: *879 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + member: *880 + organization: *855 + repository: *856 scope: description: The scope of the membership. Currently, can only be `team`. @@ -162834,7 +162845,7 @@ x-webhooks: required: - login - id - team: &889 + team: &890 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -163057,11 +163068,11 @@ x-webhooks: type: string enum: - removed - enterprise: *852 - installation: *853 - member: *879 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + member: *880 + organization: *855 + repository: *856 scope: description: The scope of the membership. Currently, can only be `team`. @@ -163138,7 +163149,7 @@ x-webhooks: required: - login - id - team: *889 + team: *890 required: - action - scope @@ -163220,8 +163231,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *853 - merge_group: &891 + installation: *854 + merge_group: &892 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -163240,15 +163251,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *890 + head_commit: *891 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -163334,10 +163345,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *853 - merge_group: *891 - organization: *854 - repository: *855 + installation: *854 + merge_group: *892 + organization: *855 + repository: *856 sender: *4 required: - action @@ -163410,7 +163421,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 + enterprise: *853 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -163519,16 +163530,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *853 - organization: *854 + installation: *854 + organization: *855 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: *892 - required: *893 + properties: *893 + required: *894 nullable: true sender: *4 required: @@ -163609,11 +163620,11 @@ x-webhooks: type: string enum: - closed - enterprise: *852 - installation: *853 - milestone: *884 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + milestone: *885 + organization: *855 + repository: *856 sender: *4 required: - action @@ -163692,9 +163703,9 @@ x-webhooks: type: string enum: - created - enterprise: *852 - installation: *853 - milestone: &894 + enterprise: *853 + installation: *854 + milestone: &895 title: Milestone description: A collection of related issues and pull requests. type: object @@ -163831,8 +163842,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -163911,11 +163922,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 - installation: *853 - milestone: *884 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + milestone: *885 + organization: *855 + repository: *856 sender: *4 required: - action @@ -164025,11 +164036,11 @@ x-webhooks: type: string required: - from - enterprise: *852 - installation: *853 - milestone: *884 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + milestone: *885 + organization: *855 + repository: *856 sender: *4 required: - action @@ -164109,11 +164120,11 @@ x-webhooks: type: string enum: - opened - enterprise: *852 - installation: *853 - milestone: *894 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + milestone: *895 + organization: *855 + repository: *856 sender: *4 required: - action @@ -164192,11 +164203,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *879 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + blocked_user: *880 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -164275,11 +164286,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *879 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + blocked_user: *880 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -164355,7 +164366,7 @@ x-webhooks: enum: - created definition: *151 - enterprise: *852 + enterprise: *853 sender: *4 required: - action @@ -164435,8 +164446,8 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 sender: *4 required: - action @@ -164509,8 +164520,8 @@ x-webhooks: enum: - updated definition: *151 - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 sender: *4 required: - action @@ -164582,9 +164593,9 @@ x-webhooks: type: string enum: - updated - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 sender: *4 new_property_values: type: array @@ -164672,9 +164683,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 - installation: *853 - membership: &895 + enterprise: *853 + installation: *854 + membership: &896 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -164781,8 +164792,8 @@ x-webhooks: - role - organization_url - user - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -164860,11 +164871,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *852 - installation: *853 - membership: *895 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + membership: *896 + organization: *855 + repository: *856 sender: *4 required: - action @@ -164943,8 +164954,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -165060,10 +165071,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 - user: *879 + user: *880 required: - action - invitation @@ -165141,11 +165152,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *852 - installation: *853 - membership: *895 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + membership: *896 + organization: *855 + repository: *856 sender: *4 required: - action @@ -165232,11 +165243,11 @@ x-webhooks: properties: from: type: string - enterprise: *852 - installation: *853 - membership: *895 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + membership: *896 + organization: *855 + repository: *856 sender: *4 required: - action @@ -165314,9 +165325,9 @@ x-webhooks: type: string enum: - published - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 package: description: Information about the package. type: object @@ -165815,7 +165826,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &896 + items: &897 title: Ruby Gems metadata type: object properties: @@ -165910,7 +165921,7 @@ x-webhooks: - owner - package_version - registry - repository: *855 + repository: *856 sender: *4 required: - action @@ -165987,9 +165998,9 @@ x-webhooks: type: string enum: - updated - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 package: description: Information about the package. type: object @@ -166342,7 +166353,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *896 + items: *897 source_url: type: string format: uri @@ -166412,7 +166423,7 @@ x-webhooks: - owner - package_version - registry - repository: *855 + repository: *856 sender: *4 required: - action @@ -166588,12 +166599,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *852 + enterprise: *853 id: type: integer - installation: *853 - organization: *854 - repository: *855 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - id @@ -166670,7 +166681,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &897 + personal_access_token_request: &898 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -166816,10 +166827,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *852 - organization: *854 + enterprise: *853 + organization: *855 sender: *4 - installation: *853 + installation: *854 required: - action - personal_access_token_request @@ -166896,11 +166907,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *897 - enterprise: *852 - organization: *854 + personal_access_token_request: *898 + enterprise: *853 + organization: *855 sender: *4 - installation: *853 + installation: *854 required: - action - personal_access_token_request @@ -166976,11 +166987,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *897 - enterprise: *852 - organization: *854 + personal_access_token_request: *898 + enterprise: *853 + organization: *855 sender: *4 - installation: *853 + installation: *854 required: - action - personal_access_token_request @@ -167055,11 +167066,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *897 - organization: *854 - enterprise: *852 + personal_access_token_request: *898 + organization: *855 + enterprise: *853 sender: *4 - installation: *853 + installation: *854 required: - action - personal_access_token_request @@ -167164,7 +167175,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *898 + last_response: *899 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -167196,8 +167207,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 zen: description: Random string of GitHub zen. @@ -167442,10 +167453,10 @@ x-webhooks: - from required: - note - enterprise: *852 - installation: *853 - organization: *854 - project_card: &899 + enterprise: *853 + installation: *854 + organization: *855 + project_card: &900 title: Project Card type: object properties: @@ -167564,7 +167575,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *855 + repository: *856 sender: *4 required: - action @@ -167645,11 +167656,11 @@ x-webhooks: type: string enum: - created - enterprise: *852 - installation: *853 - organization: *854 - project_card: *899 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + project_card: *900 + repository: *856 sender: *4 required: - action @@ -167729,9 +167740,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 project_card: title: Project Card type: object @@ -167859,8 +167870,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *892 - required: *893 + properties: *893 + required: *894 nullable: true sender: *4 required: @@ -167954,11 +167965,11 @@ x-webhooks: - from required: - note - enterprise: *852 - installation: *853 - organization: *854 - project_card: *899 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + project_card: *900 + repository: *856 sender: *4 required: - action @@ -168052,9 +168063,9 @@ x-webhooks: - from required: - column_id - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 project_card: allOf: - title: Project Card @@ -168244,7 +168255,7 @@ x-webhooks: type: string required: - after_id - repository: *855 + repository: *856 sender: *4 required: - action @@ -168324,10 +168335,10 @@ x-webhooks: type: string enum: - closed - enterprise: *852 - installation: *853 - organization: *854 - project: &901 + enterprise: *853 + installation: *854 + organization: *855 + project: &902 title: Project type: object properties: @@ -168451,7 +168462,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *855 + repository: *856 sender: *4 required: - action @@ -168531,10 +168542,10 @@ x-webhooks: type: string enum: - created - enterprise: *852 - installation: *853 - organization: *854 - project_column: &900 + enterprise: *853 + installation: *854 + organization: *855 + project_column: &901 title: Project Column type: object properties: @@ -168573,7 +168584,7 @@ x-webhooks: - name - created_at - updated_at - repository: *855 + repository: *856 sender: *4 required: - action @@ -168652,18 +168663,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 - installation: *853 - organization: *854 - project_column: *900 + enterprise: *853 + installation: *854 + organization: *855 + project_column: *901 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: *892 - required: *893 + properties: *893 + required: *894 nullable: true sender: *4 required: @@ -168753,11 +168764,11 @@ x-webhooks: type: string required: - from - enterprise: *852 - installation: *853 - organization: *854 - project_column: *900 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + project_column: *901 + repository: *856 sender: *4 required: - action @@ -168837,11 +168848,11 @@ x-webhooks: type: string enum: - moved - enterprise: *852 - installation: *853 - organization: *854 - project_column: *900 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + project_column: *901 + repository: *856 sender: *4 required: - action @@ -168921,11 +168932,11 @@ x-webhooks: type: string enum: - created - enterprise: *852 - installation: *853 - organization: *854 - project: *901 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + project: *902 + repository: *856 sender: *4 required: - action @@ -169005,18 +169016,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 - installation: *853 - organization: *854 - project: *901 + enterprise: *853 + installation: *854 + organization: *855 + project: *902 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: *892 - required: *893 + properties: *893 + required: *894 nullable: true sender: *4 required: @@ -169118,11 +169129,11 @@ x-webhooks: type: string required: - from - enterprise: *852 - installation: *853 - organization: *854 - project: *901 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + project: *902 + repository: *856 sender: *4 required: - action @@ -169201,11 +169212,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *852 - installation: *853 - organization: *854 - project: *901 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + project: *902 + repository: *856 sender: *4 required: - action @@ -169286,9 +169297,9 @@ x-webhooks: type: string enum: - closed - installation: *853 - organization: *854 - projects_v2: *402 + installation: *854 + organization: *855 + projects_v2: *403 sender: *4 required: - action @@ -169369,9 +169380,9 @@ x-webhooks: type: string enum: - created - installation: *853 - organization: *854 - projects_v2: *402 + installation: *854 + organization: *855 + projects_v2: *403 sender: *4 required: - action @@ -169452,9 +169463,9 @@ x-webhooks: type: string enum: - deleted - installation: *853 - organization: *854 - projects_v2: *402 + installation: *854 + organization: *855 + projects_v2: *403 sender: *4 required: - action @@ -169571,9 +169582,9 @@ x-webhooks: type: string to: type: string - installation: *853 - organization: *854 - projects_v2: *402 + installation: *854 + organization: *855 + projects_v2: *403 sender: *4 required: - action @@ -169656,7 +169667,7 @@ x-webhooks: type: string enum: - archived - changes: &905 + changes: &906 type: object properties: archived_at: @@ -169670,9 +169681,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *853 - organization: *854 - projects_v2_item: &902 + installation: *854 + organization: *855 + projects_v2_item: &903 title: Projects v2 Item description: An item belonging to a project type: object @@ -169690,7 +169701,7 @@ x-webhooks: type: string description: The node ID of the content represented by this item. - content_type: *409 + content_type: *410 creator: *4 created_at: type: string @@ -169807,9 +169818,9 @@ x-webhooks: nullable: true to: type: string - installation: *853 - organization: *854 - projects_v2_item: *902 + installation: *854 + organization: *855 + projects_v2_item: *903 sender: *4 required: - action @@ -169891,9 +169902,9 @@ x-webhooks: type: string enum: - created - installation: *853 - organization: *854 - projects_v2_item: *902 + installation: *854 + organization: *855 + projects_v2_item: *903 sender: *4 required: - action @@ -169974,9 +169985,9 @@ x-webhooks: type: string enum: - deleted - installation: *853 - organization: *854 - projects_v2_item: *902 + installation: *854 + organization: *855 + projects_v2_item: *903 sender: *4 required: - action @@ -170082,7 +170093,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &903 + - &904 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -170104,7 +170115,7 @@ x-webhooks: required: - id - name - - &904 + - &905 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -170138,8 +170149,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *903 - *904 + - *905 required: - field_value - type: object @@ -170155,9 +170166,9 @@ x-webhooks: nullable: true required: - body - installation: *853 - organization: *854 - projects_v2_item: *902 + installation: *854 + organization: *855 + projects_v2_item: *903 sender: *4 required: - action @@ -170252,9 +170263,9 @@ x-webhooks: to: type: string nullable: true - installation: *853 - organization: *854 - projects_v2_item: *902 + installation: *854 + organization: *855 + projects_v2_item: *903 sender: *4 required: - action @@ -170337,10 +170348,10 @@ x-webhooks: type: string enum: - restored - changes: *905 - installation: *853 - organization: *854 - projects_v2_item: *902 + changes: *906 + installation: *854 + organization: *855 + projects_v2_item: *903 sender: *4 required: - action @@ -170422,9 +170433,9 @@ x-webhooks: type: string enum: - reopened - installation: *853 - organization: *854 - projects_v2: *402 + installation: *854 + organization: *855 + projects_v2: *403 sender: *4 required: - action @@ -170505,14 +170516,14 @@ x-webhooks: type: string enum: - created - installation: *853 - organization: *854 - projects_v2_status_update: &908 + installation: *854 + organization: *855 + projects_v2_status_update: &909 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *906 - required: *907 + properties: *907 + required: *908 sender: *4 required: - action @@ -170593,9 +170604,9 @@ x-webhooks: type: string enum: - deleted - installation: *853 - organization: *854 - projects_v2_status_update: *908 + installation: *854 + organization: *855 + projects_v2_status_update: *909 sender: *4 required: - action @@ -170731,9 +170742,9 @@ x-webhooks: type: string format: date nullable: true - installation: *853 - organization: *854 - projects_v2_status_update: *908 + installation: *854 + organization: *855 + projects_v2_status_update: *909 sender: *4 required: - action @@ -170804,10 +170815,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - repository @@ -170884,13 +170895,13 @@ x-webhooks: type: string enum: - assigned - assignee: *879 - enterprise: *852 - installation: *853 - number: &909 + assignee: *880 + enterprise: *853 + installation: *854 + number: &910 description: The pull request number. type: integer - organization: *854 + organization: *855 pull_request: title: Pull Request type: object @@ -173173,7 +173184,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *855 + repository: *856 sender: *4 required: - action @@ -173255,11 +173266,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 number: type: integer - organization: *854 + organization: *855 pull_request: title: Pull Request type: object @@ -175537,7 +175548,7 @@ x-webhooks: - draft reason: type: string - repository: *855 + repository: *856 sender: *4 required: - action @@ -175619,11 +175630,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 number: type: integer - organization: *854 + organization: *855 pull_request: title: Pull Request type: object @@ -177901,7 +177912,7 @@ x-webhooks: - draft reason: type: string - repository: *855 + repository: *856 sender: *4 required: - action @@ -177983,13 +177994,13 @@ x-webhooks: type: string enum: - closed - enterprise: *852 - installation: *853 - number: *909 - organization: *854 - pull_request: &910 + enterprise: *853 + installation: *854 + number: *910 + organization: *855 + pull_request: &911 allOf: - - *698 + - *699 - type: object properties: allow_auto_merge: @@ -178051,7 +178062,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *855 + repository: *856 sender: *4 required: - action @@ -178132,12 +178143,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *852 - installation: *853 - number: *909 - organization: *854 - pull_request: *910 - repository: *855 + enterprise: *853 + installation: *854 + number: *910 + organization: *855 + pull_request: *911 + repository: *856 sender: *4 required: - action @@ -178217,11 +178228,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *852 - milestone: *680 - number: *909 - organization: *854 - pull_request: &911 + enterprise: *853 + milestone: *681 + number: *910 + organization: *855 + pull_request: &912 title: Pull Request type: object properties: @@ -180484,7 +180495,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *855 + repository: *856 sender: *4 required: - action @@ -180563,11 +180574,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 number: type: integer - organization: *854 + organization: *855 pull_request: title: Pull Request type: object @@ -182849,7 +182860,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *855 + repository: *856 sender: *4 required: - action @@ -182973,12 +182984,12 @@ x-webhooks: type: string required: - from - enterprise: *852 - installation: *853 - number: *909 - organization: *854 - pull_request: *910 - repository: *855 + enterprise: *853 + installation: *854 + number: *910 + organization: *855 + pull_request: *911 + repository: *856 sender: *4 required: - action @@ -183058,11 +183069,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 number: type: integer - organization: *854 + organization: *855 pull_request: title: Pull Request type: object @@ -185329,7 +185340,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *855 + repository: *856 sender: *4 required: - action @@ -185409,11 +185420,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *852 - installation: *853 - label: *873 - number: *909 - organization: *854 + enterprise: *853 + installation: *854 + label: *874 + number: *910 + organization: *855 pull_request: title: Pull Request type: object @@ -187695,7 +187706,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *855 + repository: *856 sender: *4 required: - action @@ -187776,10 +187787,10 @@ x-webhooks: type: string enum: - locked - enterprise: *852 - installation: *853 - number: *909 - organization: *854 + enterprise: *853 + installation: *854 + number: *910 + organization: *855 pull_request: title: Pull Request type: object @@ -190059,7 +190070,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *855 + repository: *856 sender: *4 required: - action @@ -190139,12 +190150,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *852 - milestone: *680 - number: *909 - organization: *854 - pull_request: *911 - repository: *855 + enterprise: *853 + milestone: *681 + number: *910 + organization: *855 + pull_request: *912 + repository: *856 sender: *4 required: - action @@ -190223,12 +190234,12 @@ x-webhooks: type: string enum: - opened - enterprise: *852 - installation: *853 - number: *909 - organization: *854 - pull_request: *910 - repository: *855 + enterprise: *853 + installation: *854 + number: *910 + organization: *855 + pull_request: *911 + repository: *856 sender: *4 required: - action @@ -190309,12 +190320,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *852 - installation: *853 - number: *909 - organization: *854 - pull_request: *910 - repository: *855 + enterprise: *853 + installation: *854 + number: *910 + organization: *855 + pull_request: *911 + repository: *856 sender: *4 required: - action @@ -190394,12 +190405,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *852 - installation: *853 - number: *909 - organization: *854 - pull_request: *910 - repository: *855 + enterprise: *853 + installation: *854 + number: *910 + organization: *855 + pull_request: *911 + repository: *856 sender: *4 required: - action @@ -190765,9 +190776,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 pull_request: type: object properties: @@ -192937,7 +192948,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *855 + repository: *856 sender: *4 required: - action @@ -193017,7 +193028,7 @@ x-webhooks: type: string enum: - deleted - comment: &913 + comment: &914 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -193302,9 +193313,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 pull_request: type: object properties: @@ -195462,7 +195473,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *855 + repository: *856 sender: *4 required: - action @@ -195542,11 +195553,11 @@ x-webhooks: type: string enum: - edited - changes: *912 - comment: *913 - enterprise: *852 - installation: *853 - organization: *854 + changes: *913 + comment: *914 + enterprise: *853 + installation: *854 + organization: *855 pull_request: type: object properties: @@ -197707,7 +197718,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *855 + repository: *856 sender: *4 required: - action @@ -197788,9 +197799,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 pull_request: title: Simple Pull Request type: object @@ -199963,7 +199974,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *855 + repository: *856 review: description: The review that was affected. type: object @@ -200210,9 +200221,9 @@ x-webhooks: type: string required: - from - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 pull_request: title: Simple Pull Request type: object @@ -202266,8 +202277,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *855 - review: &914 + repository: *856 + review: &915 description: The review that was affected. type: object properties: @@ -202500,12 +202511,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 number: description: The pull request number. type: integer - organization: *854 + organization: *855 pull_request: title: Pull Request type: object @@ -204788,7 +204799,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *855 + repository: *856 requested_reviewer: title: User type: object @@ -204872,12 +204883,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 number: description: The pull request number. type: integer - organization: *854 + organization: *855 pull_request: title: Pull Request type: object @@ -207167,7 +207178,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *855 + repository: *856 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207359,12 +207370,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 number: description: The pull request number. type: integer - organization: *854 + organization: *855 pull_request: title: Pull Request type: object @@ -209649,7 +209660,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *855 + repository: *856 requested_reviewer: title: User type: object @@ -209734,12 +209745,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 number: description: The pull request number. type: integer - organization: *854 + organization: *855 pull_request: title: Pull Request type: object @@ -212015,7 +212026,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *855 + repository: *856 requested_team: title: Team description: Groups of organization members that gives permissions @@ -212196,9 +212207,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 pull_request: title: Simple Pull Request type: object @@ -214373,8 +214384,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *855 - review: *914 + repository: *856 + review: *915 sender: *4 required: - action @@ -214454,9 +214465,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 pull_request: title: Simple Pull Request type: object @@ -216526,7 +216537,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *855 + repository: *856 sender: *4 thread: type: object @@ -216913,9 +216924,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 pull_request: title: Simple Pull Request type: object @@ -218971,7 +218982,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *855 + repository: *856 sender: *4 thread: type: object @@ -219361,10 +219372,10 @@ x-webhooks: type: string before: type: string - enterprise: *852 - installation: *853 - number: *909 - organization: *854 + enterprise: *853 + installation: *854 + number: *910 + organization: *855 pull_request: title: Pull Request type: object @@ -221635,7 +221646,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *855 + repository: *856 sender: *4 required: - action @@ -221717,11 +221728,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *915 - enterprise: *852 - installation: *853 - number: *909 - organization: *854 + assignee: *916 + enterprise: *853 + installation: *854 + number: *910 + organization: *855 pull_request: title: Pull Request type: object @@ -224004,7 +224015,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *855 + repository: *856 sender: *4 required: - action @@ -224083,11 +224094,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *852 - installation: *853 - label: *873 - number: *909 - organization: *854 + enterprise: *853 + installation: *854 + label: *874 + number: *910 + organization: *855 pull_request: title: Pull Request type: object @@ -226360,7 +226371,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *855 + repository: *856 sender: *4 required: - action @@ -226441,10 +226452,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *852 - installation: *853 - number: *909 - organization: *854 + enterprise: *853 + installation: *854 + number: *910 + organization: *855 pull_request: title: Pull Request type: object @@ -228709,7 +228720,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *855 + repository: *856 sender: *4 required: - action @@ -228909,7 +228920,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *852 + enterprise: *853 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -229001,8 +229012,8 @@ x-webhooks: - url - author - committer - installation: *853 - organization: *854 + installation: *854 + organization: *855 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -229577,9 +229588,9 @@ x-webhooks: type: string enum: - published - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 registry_package: type: object properties: @@ -230025,7 +230036,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *896 + items: *897 summary: type: string tag_name: @@ -230079,7 +230090,7 @@ x-webhooks: - owner - package_version - registry - repository: *855 + repository: *856 sender: *4 required: - action @@ -230157,9 +230168,9 @@ x-webhooks: type: string enum: - updated - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 registry_package: type: object properties: @@ -230467,7 +230478,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *896 + items: *897 summary: type: string tag_name: @@ -230516,7 +230527,7 @@ x-webhooks: - owner - package_version - registry - repository: *855 + repository: *856 sender: *4 required: - action @@ -230593,10 +230604,10 @@ x-webhooks: type: string enum: - created - enterprise: *852 - installation: *853 - organization: *854 - release: &916 + enterprise: *853 + installation: *854 + organization: *855 + release: &917 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -230914,7 +230925,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *855 + repository: *856 sender: *4 required: - action @@ -230991,11 +231002,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 - installation: *853 - organization: *854 - release: *916 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + release: *917 + repository: *856 sender: *4 required: - action @@ -231112,11 +231123,11 @@ x-webhooks: type: boolean required: - to - enterprise: *852 - installation: *853 - organization: *854 - release: *916 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + release: *917 + repository: *856 sender: *4 required: - action @@ -231194,9 +231205,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -231518,7 +231529,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *855 + repository: *856 sender: *4 required: - action @@ -231594,10 +231605,10 @@ x-webhooks: type: string enum: - published - enterprise: *852 - installation: *853 - organization: *854 - release: &917 + enterprise: *853 + installation: *854 + organization: *855 + release: &918 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -231916,7 +231927,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *855 + repository: *856 sender: *4 required: - action @@ -231992,11 +232003,11 @@ x-webhooks: type: string enum: - released - enterprise: *852 - installation: *853 - organization: *854 - release: *916 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + release: *917 + repository: *856 sender: *4 required: - action @@ -232072,11 +232083,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *852 - installation: *853 - organization: *854 - release: *917 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + release: *918 + repository: *856 sender: *4 required: - action @@ -232152,11 +232163,11 @@ x-webhooks: type: string enum: - published - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 - repository_advisory: *750 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 + repository_advisory: *751 sender: *4 required: - action @@ -232232,11 +232243,11 @@ x-webhooks: type: string enum: - reported - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 - repository_advisory: *750 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 + repository_advisory: *751 sender: *4 required: - action @@ -232312,10 +232323,10 @@ x-webhooks: type: string enum: - archived - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -232392,10 +232403,10 @@ x-webhooks: type: string enum: - created - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -232473,10 +232484,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -232560,10 +232571,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -232675,10 +232686,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -232750,10 +232761,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 status: type: string @@ -232834,10 +232845,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -232914,10 +232925,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -233011,10 +233022,10 @@ x-webhooks: - name required: - repository - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -233094,10 +233105,10 @@ x-webhooks: type: string enum: - created - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 repository_ruleset: *191 sender: *4 required: @@ -233176,10 +233187,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 repository_ruleset: *191 sender: *4 required: @@ -233258,10 +233269,10 @@ x-webhooks: type: string enum: - edited - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 repository_ruleset: *191 changes: type: object @@ -233323,16 +233334,16 @@ x-webhooks: properties: added: type: array - items: *718 + items: *719 deleted: type: array - items: *718 + items: *719 updated: type: array items: type: object properties: - rule: *718 + rule: *719 changes: type: object properties: @@ -233566,10 +233577,10 @@ x-webhooks: - from required: - owner - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -233647,10 +233658,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -233728,7 +233739,7 @@ x-webhooks: type: string enum: - create - alert: &918 + alert: &919 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -233849,10 +233860,10 @@ x-webhooks: type: string enum: - open - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -234058,10 +234069,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -234139,11 +234150,11 @@ x-webhooks: type: string enum: - reopen - alert: *918 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + alert: *919 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -234342,10 +234353,10 @@ x-webhooks: enum: - fixed - open - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -234423,7 +234434,7 @@ x-webhooks: type: string enum: - assigned - alert: &919 + alert: &920 type: object properties: number: *128 @@ -234542,10 +234553,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -234623,11 +234634,11 @@ x-webhooks: type: string enum: - created - alert: *919 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + alert: *920 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -234708,11 +234719,11 @@ x-webhooks: type: string enum: - created - alert: *919 - installation: *853 - location: *920 - organization: *854 - repository: *855 + alert: *920 + installation: *854 + location: *921 + organization: *855 + repository: *856 sender: *4 required: - location @@ -234950,11 +234961,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *919 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + alert: *920 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -235032,11 +235043,11 @@ x-webhooks: type: string enum: - reopened - alert: *919 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + alert: *920 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -235114,11 +235125,11 @@ x-webhooks: type: string enum: - resolved - alert: *919 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + alert: *920 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -235196,12 +235207,12 @@ x-webhooks: type: string enum: - unassigned - alert: *919 + alert: *920 assignee: *4 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -235279,11 +235290,11 @@ x-webhooks: type: string enum: - validated - alert: *919 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + alert: *920 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -235409,10 +235420,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *855 - enterprise: *852 - installation: *853 - organization: *854 + repository: *856 + enterprise: *853 + installation: *854 + organization: *855 sender: *4 required: - action @@ -235490,11 +235501,11 @@ x-webhooks: type: string enum: - published - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 - security_advisory: &921 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 + security_advisory: &922 description: The details of the security advisory, including summary, description, and severity. type: object @@ -235677,11 +235688,11 @@ x-webhooks: type: string enum: - updated - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 - security_advisory: *921 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 + security_advisory: *922 sender: *4 required: - action @@ -235754,10 +235765,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -235941,11 +235952,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *419 - enterprise: *852 - installation: *853 - organization: *854 - repository: *461 + security_and_analysis: *420 + enterprise: *853 + installation: *854 + organization: *855 + repository: *462 sender: *4 required: - changes @@ -236023,12 +236034,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 - sponsorship: &922 + sponsorship: &923 type: object properties: created_at: @@ -236329,12 +236340,12 @@ x-webhooks: type: string enum: - created - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 - sponsorship: *922 + sponsorship: *923 required: - action - sponsorship @@ -236422,12 +236433,12 @@ x-webhooks: type: string required: - from - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 - sponsorship: *922 + sponsorship: *923 required: - action - changes @@ -236504,17 +236515,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &923 + effective_date: &924 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 - sponsorship: *922 + sponsorship: *923 required: - action - sponsorship @@ -236588,7 +236599,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &924 + changes: &925 type: object properties: tier: @@ -236632,13 +236643,13 @@ x-webhooks: - from required: - tier - effective_date: *923 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + effective_date: *924 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 - sponsorship: *922 + sponsorship: *923 required: - action - changes @@ -236715,13 +236726,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *924 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + changes: *925 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 - sponsorship: *922 + sponsorship: *923 required: - action - changes @@ -236795,10 +236806,10 @@ x-webhooks: type: string enum: - created - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -236881,10 +236892,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -237304,15 +237315,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *852 + enterprise: *853 id: description: The unique identifier of the status. type: integer - installation: *853 + installation: *854 name: type: string - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 sha: description: The Commit SHA. @@ -237421,15 +237432,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *220 + parent_issue: *221 parent_issue_repo: *78 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *220 - installation: *853 - organization: *854 - repository: *855 + sub_issue: *221 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -237513,15 +237524,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *220 + parent_issue: *221 parent_issue_repo: *78 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *220 - installation: *853 - organization: *854 - repository: *855 + sub_issue: *221 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -237605,15 +237616,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *220 + sub_issue: *221 sub_issue_repo: *78 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *220 - installation: *853 - organization: *854 - repository: *855 + parent_issue: *221 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -237697,15 +237708,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *220 + sub_issue: *221 sub_issue_repo: *78 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *220 - installation: *853 - organization: *854 - repository: *855 + parent_issue: *221 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -237782,12 +237793,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 - team: &925 + team: &926 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -238010,9 +238021,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 repository: title: Repository description: A git repository @@ -238470,7 +238481,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *925 + team: *926 required: - action - team @@ -238546,9 +238557,9 @@ x-webhooks: type: string enum: - created - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 repository: title: Repository description: A git repository @@ -239006,7 +239017,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *925 + team: *926 required: - action - team @@ -239083,9 +239094,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 repository: title: Repository description: A git repository @@ -239543,7 +239554,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *925 + team: *926 required: - action - team @@ -239687,9 +239698,9 @@ x-webhooks: - from required: - permissions - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 repository: title: Repository description: A git repository @@ -240147,7 +240158,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *925 + team: *926 required: - action - changes @@ -240225,9 +240236,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 repository: title: Repository description: A git repository @@ -240685,7 +240696,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *925 + team: *926 required: - action - team @@ -240761,10 +240772,10 @@ x-webhooks: type: string enum: - started - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -240837,16 +240848,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *852 + enterprise: *853 inputs: type: object nullable: true additionalProperties: true - installation: *853 - organization: *854 + installation: *854 + organization: *855 ref: type: string - repository: *855 + repository: *856 sender: *4 workflow: type: string @@ -240928,10 +240939,10 @@ x-webhooks: type: string enum: - completed - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 workflow_job: allOf: @@ -241168,7 +241179,7 @@ x-webhooks: type: string required: - conclusion - deployment: *600 + deployment: *601 required: - action - repository @@ -241247,10 +241258,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 workflow_job: allOf: @@ -241510,7 +241521,7 @@ x-webhooks: required: - status - steps - deployment: *600 + deployment: *601 required: - action - repository @@ -241589,10 +241600,10 @@ x-webhooks: type: string enum: - queued - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 workflow_job: type: object @@ -241727,7 +241738,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *600 + deployment: *601 required: - action - repository @@ -241806,10 +241817,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 workflow_job: type: object @@ -241945,7 +241956,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *600 + deployment: *601 required: - action - repository @@ -242025,12 +242036,12 @@ x-webhooks: type: string enum: - completed - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 - workflow: *869 + workflow: *870 workflow_run: title: Workflow Run type: object @@ -243029,12 +243040,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 - workflow: *869 + workflow: *870 workflow_run: title: Workflow Run type: object @@ -244018,12 +244029,12 @@ x-webhooks: type: string enum: - requested - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 - workflow: *869 + workflow: *870 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index b675600d08..ea6e21b3b9 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -17160,89 +17160,91 @@ }, "examples": { "default": { - "value": { - "server_id": "ea6088f3-f095-4bf2-8d7f-c573819e8768", - "collection_date": "2021-12-14T23:59:59Z", - "schema_version": "20230306", - "ghes_version": "3.9.0", - "host_name": "github.example.com", - "github_connect": { - "features_enabled": [ - "license_usage_sync", - "content_analysis", - "content_analysis_notifications" - ] - }, - "ghe_stats": { - "comments": { - "total_commit_comments": 1000, - "total_gist_comments": 1000, - "total_issue_comments": 0, - "total_pull_request_comments": 0 - }, - "gists": { - "total_gists": 100, - "private_gists": 59, - "public_gists": 41 - }, - "hooks": { - "total_hooks": 2, - "active_hooks": 1, - "inactive_hooks": 1 - }, - "issues": { - "total_issues": 3421, - "open_issues": 1234, - "closed_issues": 1222 + "value": [ + { + "server_id": "ea6088f3-f095-4bf2-8d7f-c573819e8768", + "collection_date": "2021-12-14T23:59:59Z", + "schema_version": "20230306", + "ghes_version": "3.9.0", + "host_name": "github.example.com", + "github_connect": { + "features_enabled": [ + "license_usage_sync", + "content_analysis", + "content_analysis_notifications" + ] + }, + "ghe_stats": { + "comments": { + "total_commit_comments": 1000, + "total_gist_comments": 1000, + "total_issue_comments": 0, + "total_pull_request_comments": 0 + }, + "gists": { + "total_gists": 100, + "private_gists": 59, + "public_gists": 41 + }, + "hooks": { + "total_hooks": 2, + "active_hooks": 1, + "inactive_hooks": 1 + }, + "issues": { + "total_issues": 3421, + "open_issues": 1234, + "closed_issues": 1222 + }, + "milestones": { + "total_milestones": 50, + "open_milestones": 20, + "closed_milestones": 30 + }, + "orgs": { + "total_orgs": 100, + "disabled_orgs": 22, + "total_teams": 299, + "total_team_members": 400 + }, + "pages": { + "total_pages": 10 + }, + "pulls": { + "total_pulls": 1232, + "merged_pulls": 223, + "mergeable_pulls": 435, + "unmergeable_pulls": 0 + }, + "repos": { + "total_repos": 12, + "root_repos": 1, + "fork_repos": 2, + "org_repos": 1, + "total_pushes": 42, + "total_wikis": 1 + }, + "users": { + "total_users": 2000, + "admin_users": 299, + "suspended_users": 423 + } }, - "milestones": { - "total_milestones": 50, - "open_milestones": 20, - "closed_milestones": 30 + "dormant_users": { + "total_dormant_users": 5, + "dormancy_threshold": "90 days" }, - "orgs": { - "total_orgs": 100, - "disabled_orgs": 22, - "total_teams": 299, - "total_team_members": 400 + "actions_stats": { + "$ref": "server-statistics-actions.yaml" }, - "pages": { - "total_pages": 10 - }, - "pulls": { - "total_pulls": 1232, - "merged_pulls": 223, - "mergeable_pulls": 435, - "unmergeable_pulls": 0 - }, - "repos": { - "total_repos": 12, - "root_repos": 1, - "fork_repos": 2, - "org_repos": 1, - "total_pushes": 42, - "total_wikis": 1 + "packages_stats": { + "$ref": "server-statistics-packages.yaml" }, - "users": { - "total_users": 2000, - "admin_users": 299, - "suspended_users": 423 + "advisory_db_stats": { + "$ref": "server-statistics-advisory-db.yaml" } - }, - "dormant_users": { - "total_dormant_users": 5, - "dormancy_threshold": "90 days" - }, - "actions_stats": { - "$ref": "server-statistics-actions.yaml" - }, - "packages_stats": { - "$ref": "server-statistics-packages.yaml" - }, - "advisory_db_stats": { - "$ref": "server-statistics-advisory-db.yaml" } - } + ] } } } @@ -45559,7 +45561,7 @@ "write_enterprise_security_configuration" ], "enterprise": { - "id": "1,", + "id": 1, "slug": "github-inc", "name": "GitHub, Inc", "node_id": "E_kgAB", @@ -45583,7 +45585,7 @@ "read_enterprise_security_configuration" ], "enterprise": { - "id": "1,", + "id": 1, "slug": "github-inc", "name": "GitHub, Inc", "node_id": "E_kgAB", @@ -46470,7 +46472,7 @@ "write_enterprise_security_configuration" ], "enterprise": { - "id": "1,", + "id": 1, "slug": "github-inc", "name": "GitHub, Inc", "node_id": "E_kgAB", @@ -51972,7 +51974,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -53724,7 +53726,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -55181,7 +55183,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -56611,7 +56613,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -58359,7 +58361,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -68499,20 +68501,18 @@ }, "examples": { "default": { - "value": [ - { - "id": 1, - "name": "Justice League", - "description": "A great team.", - "slug": "justice-league", - "url": "https://api.github.com/enterprises/dc/teams/justice-league", - "group_id": "62ab9291-fae2-468e-974b-7e45096d5021", - "html_url": "https://github.com/enterprises/dc/teams/justice-league", - "members_url": "https://api.github.com/enterprises/dc/teams/justice-league/members{/member}", - "created_at": "2019-01-26T19:01:12Z", - "updated_at": "2019-01-26T19:14:43Z" - } - ] + "value": { + "id": 1, + "name": "Justice League", + "description": "A great team.", + "slug": "justice-league", + "url": "https://api.github.com/enterprises/dc/teams/justice-league", + "group_id": "62ab9291-fae2-468e-974b-7e45096d5021", + "html_url": "https://github.com/enterprises/dc/teams/justice-league", + "members_url": "https://api.github.com/enterprises/dc/teams/justice-league/members{/member}", + "created_at": "2019-01-26T19:01:12Z", + "updated_at": "2019-01-26T19:14:43Z" + } } } } @@ -70589,20 +70589,18 @@ }, "examples": { "default": { - "value": [ - { - "id": 1, - "name": "Justice League", - "description": "A great team.", - "slug": "justice-league", - "url": "https://api.github.com/enterprises/dc/teams/justice-league", - "group_id": "62ab9291-fae2-468e-974b-7e45096d5021", - "html_url": "https://github.com/enterprises/dc/teams/justice-league", - "members_url": "https://api.github.com/enterprises/dc/teams/justice-league/members{/member}", - "created_at": "2019-01-26T19:01:12Z", - "updated_at": "2019-01-26T19:14:43Z" - } - ] + "value": { + "id": 1, + "name": "Justice League", + "description": "A great team.", + "slug": "justice-league", + "url": "https://api.github.com/enterprises/dc/teams/justice-league", + "group_id": "62ab9291-fae2-468e-974b-7e45096d5021", + "html_url": "https://github.com/enterprises/dc/teams/justice-league", + "members_url": "https://api.github.com/enterprises/dc/teams/justice-league/members{/member}", + "created_at": "2019-01-26T19:01:12Z", + "updated_at": "2019-01-26T19:14:43Z" + } } } } @@ -70814,20 +70812,18 @@ }, "examples": { "default": { - "value": [ - { - "id": 1, - "name": "Justice League", - "description": "A great team.", - "slug": "justice-league", - "url": "https://api.github.com/enterprises/dc/teams/justice-league", - "group_id": "62ab9291-fae2-468e-974b-7e45096d5021", - "html_url": "https://github.com/enterprises/dc/teams/justice-league", - "members_url": "https://api.github.com/enterprises/dc/teams/justice-league/members{/member}", - "created_at": "2019-01-26T19:01:12Z", - "updated_at": "2019-01-26T19:14:43Z" - } - ] + "value": { + "id": 1, + "name": "Justice League", + "description": "A great team.", + "slug": "justice-league", + "url": "https://api.github.com/enterprises/dc/teams/justice-league", + "group_id": "62ab9291-fae2-468e-974b-7e45096d5021", + "html_url": "https://github.com/enterprises/dc/teams/justice-league", + "members_url": "https://api.github.com/enterprises/dc/teams/justice-league/members{/member}", + "created_at": "2019-01-26T19:01:12Z", + "updated_at": "2019-01-26T19:14:43Z" + } } } } @@ -231624,7 +231620,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -233049,7 +233045,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -234271,7 +234267,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -236278,7 +236274,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -237728,7 +237724,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -238946,7 +238942,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -484823,7 +484819,7 @@ "/repos/{owner}/{repo}/lfs": { "put": { "summary": "Enable Git LFS for a repository", - "description": "Enables Git LFS for a repository.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "description": "Enables Git LFS for a repository.\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", "operationId": "repos/enable-lfs-for-repo", "tags": [ "repos" @@ -484881,7 +484877,7 @@ }, "delete": { "summary": "Disable Git LFS for a repository", - "description": "Disables Git LFS for a repository.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "description": "Disables Git LFS for a repository.\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", "operationId": "repos/disable-lfs-for-repo", "tags": [ "repos" @@ -538364,7 +538360,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -539797,7 +539793,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -540868,7 +540864,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -542894,7 +542890,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -544342,7 +544338,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -545409,7 +545405,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1318205,7 +1318201,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1321131,7 +1321127,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1324057,7 +1324053,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", diff --git a/descriptions/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index a210dbc8ae..239367d8bf 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -863,7 +863,7 @@ paths: - subscriptions_url - type - url - type: &440 + type: &441 type: string description: The type of credit the user is receiving. enum: @@ -996,7 +996,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &259 + schema: &260 title: Validation Error Simple description: Validation Error Simple type: object @@ -1029,7 +1029,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: - - &752 + - &753 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1147,7 +1147,7 @@ paths: GitHub. type: object nullable: true - properties: &217 + properties: &218 id: description: Unique identifier of the GitHub app example: 37 @@ -1280,7 +1280,7 @@ paths: about itself. example: 5 type: integer - required: &218 + required: &219 - id - node_id - owner @@ -1585,7 +1585,7 @@ paths: schema: type: integer default: 30 - - &348 + - &349 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -1601,7 +1601,7 @@ paths: application/json: schema: type: array - items: &349 + items: &350 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1681,7 +1681,7 @@ paths: - installation_id - repository_id examples: - default: &350 + default: &351 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1713,7 +1713,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &762 + schema: &763 title: Scim Error description: Scim Error type: object @@ -1740,7 +1740,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &258 + schema: &259 title: Validation Error description: Validation Error type: object @@ -1809,7 +1809,7 @@ paths: description: Response content: application/json: - schema: &351 + schema: &352 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1923,7 +1923,7 @@ paths: - request - response examples: - default: &352 + default: &353 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2124,7 +2124,7 @@ paths: parameters: - *17 - *19 - - &227 + - &228 name: since description: 'Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -2918,7 +2918,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &417 + properties: &418 id: description: Unique identifier of the repository example: 42 @@ -2938,7 +2938,7 @@ paths: title: License Simple description: License Simple type: object - properties: &223 + properties: &224 key: type: string example: mit @@ -2960,7 +2960,7 @@ paths: html_url: type: string format: uri - required: &224 + required: &225 - key - name - url @@ -3356,7 +3356,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &418 + required: &419 - archive_url - assignees_url - blobs_url @@ -7332,7 +7332,7 @@ paths: examples: default: value: - server_id: ea6088f3-f095-4bf2-8d7f-c573819e8768 + - server_id: ea6088f3-f095-4bf2-8d7f-c573819e8768 collection_date: '2021-12-14T23:59:59Z' schema_version: '20230306' ghes_version: 3.9.0 @@ -7665,7 +7665,7 @@ paths: description: Response content: application/json: - schema: &260 + schema: &261 type: object properties: total_active_caches_count: @@ -7680,7 +7680,7 @@ paths: - total_active_caches_count - total_active_caches_size_in_bytes examples: - default: &261 + default: &262 value: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 @@ -7873,7 +7873,7 @@ paths: - public_ip_enabled - platform examples: - default: &262 + default: &263 value: total_count: 2 runners: @@ -8168,7 +8168,7 @@ paths: application/json: schema: *49 examples: - default: &263 + default: &264 value: id: 1 platform: linux-x64 @@ -8308,7 +8308,7 @@ paths: application/json: schema: *52 examples: - default: &264 + default: &265 value: version: 1.0.0 size_gb: 75 @@ -8472,7 +8472,7 @@ paths: description: Response content: application/json: - schema: &265 + schema: &266 type: object properties: public_ips: @@ -8497,7 +8497,7 @@ paths: required: - public_ips examples: - default: &266 + default: &267 value: public_ips: current_usage: 17 @@ -8537,7 +8537,7 @@ paths: type: array items: *56 examples: - default: &267 + default: &268 value: id: 4-core cpu_cores: 4 @@ -8808,7 +8808,7 @@ paths: - all - local_only - selected - selected_actions_url: &270 + selected_actions_url: &271 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` @@ -8888,7 +8888,7 @@ paths: description: Successfully retrieved the artifact and log retention settings content: application/json: - schema: &272 + schema: &273 type: object properties: days: @@ -8906,7 +8906,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &763 + '401': &764 description: Authorization failure '404': *6 x-github: @@ -8934,7 +8934,7 @@ paths: required: true content: application/json: - schema: &273 + schema: &274 type: object properties: days: @@ -8983,7 +8983,7 @@ paths: required: - approval_policy examples: - default: &274 + default: &275 value: approval_policy: first_time_contributors '404': *6 @@ -9041,7 +9041,7 @@ paths: description: Response content: application/json: - schema: &275 + schema: &276 type: object required: - run_workflows_from_fork_pull_requests @@ -9095,7 +9095,7 @@ paths: required: true content: application/json: - schema: &276 + schema: &277 type: object required: - run_workflows_from_fork_pull_requests @@ -9518,7 +9518,7 @@ paths: description: Success response content: application/json: - schema: &279 + schema: &280 type: object properties: default_workflow_permissions: &67 @@ -9566,7 +9566,7 @@ paths: required: true content: application/json: - schema: &280 + schema: &281 type: object properties: default_workflow_permissions: *67 @@ -10402,7 +10402,7 @@ paths: application/json: schema: type: array - items: &284 + items: &285 title: Runner Application description: Runner Application type: object @@ -10427,7 +10427,7 @@ paths: - download_url - filename examples: - default: &285 + default: &286 value: - os: osx architecture: x64 @@ -10511,7 +10511,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &286 + '201': &287 description: Response content: application/json: @@ -10626,7 +10626,7 @@ paths: - token - expires_at examples: - default: &287 + default: &288 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -10666,7 +10666,7 @@ paths: application/json: schema: *79 examples: - default: &288 + default: &289 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -10698,7 +10698,7 @@ paths: application/json: schema: *76 examples: - default: &289 + default: &290 value: id: 23 name: MBP @@ -10914,7 +10914,7 @@ paths: - *41 - *75 responses: - '200': &290 + '200': &291 description: Response content: application/json: @@ -10970,7 +10970,7 @@ paths: parameters: - *41 - *75 - - &291 + - &292 name: name description: The name of a self-hosted runner's custom label. in: path @@ -11061,7 +11061,7 @@ paths: required: true content: application/json: - schema: &298 + schema: &299 title: Enterprise Announcement description: Enterprise global announcement type: object @@ -11702,7 +11702,7 @@ paths: required: false schema: type: string - - &301 + - &302 name: include description: |- The event types to include: @@ -11720,7 +11720,7 @@ paths: - web - git - all - - &302 + - &303 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. @@ -11728,7 +11728,7 @@ paths: required: false schema: type: string - - &303 + - &304 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. @@ -11736,7 +11736,7 @@ paths: required: false schema: type: string - - &304 + - &305 name: order description: |- The order of audit log events. To list newest events first, specify `desc`. To list oldest events first, specify `asc`. @@ -11758,7 +11758,7 @@ paths: application/json: schema: type: array - items: &305 + items: &306 type: object properties: "@timestamp": @@ -11880,7 +11880,7 @@ paths: description: The repository visibility, for example `public` or `private`. examples: - default: &306 + default: &307 value: - "@timestamp": 1606929874512 action: team.add_member @@ -12546,7 +12546,7 @@ paths: application/json: schema: type: array - items: &307 + items: &308 title: Push rule bypass request description: A bypass request made by a user asking to be exempted from a push rule in this repository. @@ -12707,7 +12707,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &308 + default: &309 value: - id: 21 number: 42 @@ -12812,7 +12812,7 @@ paths: application/json: schema: type: array - items: &310 + items: &311 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -12937,7 +12937,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &311 + default: &312 value: - id: 21 number: 42 @@ -13022,7 +13022,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-enterprise parameters: - *41 - - &316 + - &317 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`, @@ -13032,7 +13032,7 @@ paths: schema: &111 type: string description: The name of the tool used to generate the code scanning analysis. - - &317 + - &318 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 @@ -13055,7 +13055,7 @@ paths: be returned. in: query required: false - schema: &318 + schema: &319 type: string description: State of a code scanning alert. enum: @@ -13088,7 +13088,7 @@ paths: application/json: schema: type: array - items: &319 + items: &320 type: object properties: number: &128 @@ -13117,7 +13117,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &530 + instances_url: &531 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -13152,7 +13152,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &531 + dismissed_reason: &532 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -13161,13 +13161,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &532 + dismissed_comment: &533 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &533 + rule: &534 type: object properties: id: @@ -13220,7 +13220,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &534 + tool: &535 type: object properties: name: *111 @@ -13230,26 +13230,26 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *112 - most_recent_instance: &535 + most_recent_instance: &536 type: object properties: - ref: &528 + ref: &529 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &545 + analysis_key: &546 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name. - environment: &546 + environment: &547 type: string description: Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &547 + category: &548 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13263,7 +13263,7 @@ paths: properties: text: type: string - location: &548 + location: &549 type: object description: Describe a region within a file for the alert. properties: @@ -13284,7 +13284,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: &549 + items: &550 type: string description: A classification of the file. For example to identify it as generated. @@ -13298,7 +13298,7 @@ paths: title: Simple Repository description: A GitHub repository. type: object - properties: &254 + properties: &255 id: type: integer format: int64 @@ -13525,7 +13525,7 @@ paths: format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks description: The API URL to list the hooks on the repository. - required: &255 + required: &256 - archive_url - assignees_url - blobs_url @@ -13597,7 +13597,7 @@ paths: - most_recent_instance - repository examples: - default: &320 + default: &321 value: - number: 4 created_at: '2020-02-13T12:29:18Z' @@ -14453,7 +14453,7 @@ paths: description: Response content: application/json: - schema: &322 + schema: &323 type: array description: A list of default code security configurations items: @@ -14469,7 +14469,7 @@ paths: default configuration: *114 examples: - default: &323 + default: &324 value: - default_for_new_repos: public configuration: @@ -14924,7 +14924,7 @@ paths: default: value: default_for_new_repos: all - configuration: &321 + configuration: &322 value: id: 1325 target_type: organization @@ -15009,7 +15009,7 @@ paths: application/json: schema: type: array - items: &324 + items: &325 type: object description: Repositories associated with a code security configuration and attachment status @@ -15033,7 +15033,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &325 + repository: &326 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -15522,7 +15522,7 @@ paths: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &312 + - &313 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -15597,7 +15597,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &383 + properties: &384 id: description: Unique identifier of the team type: integer @@ -15669,7 +15669,7 @@ paths: description: Unique identifier of the enterprise to which this team belongs example: 42 - required: &384 + required: &385 - id - node_id - url @@ -16902,7 +16902,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *41 - - &331 + - &332 name: state in: query description: |- @@ -16911,7 +16911,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &332 + - &333 name: severity in: query description: |- @@ -16920,7 +16920,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &333 + - &334 name: ecosystem in: query description: |- @@ -16929,14 +16929,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &334 + - &335 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &335 + - &336 name: epss_percentage in: query description: |- @@ -16948,7 +16948,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &590 + - &591 name: has in: query description: |- @@ -16962,7 +16962,7 @@ paths: type: string enum: - patch - - &336 + - &337 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -16972,7 +16972,7 @@ paths: enum: - development - runtime - - &337 + - &338 name: sort in: query description: |- @@ -16998,7 +16998,7 @@ paths: application/json: schema: type: array - items: &338 + items: &339 type: object description: A Dependabot alert. properties: @@ -17061,7 +17061,7 @@ paths: - unknown - direct - transitive - security_advisory: &591 + security_advisory: &592 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -17293,14 +17293,14 @@ paths: nullable: true maxLength: 280 fixed_at: *138 - auto_dismissed_at: &592 + auto_dismissed_at: &593 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &593 + dismissal_request: &594 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -17357,7 +17357,7 @@ paths: - repository additionalProperties: false examples: - default: &339 + default: &340 value: - number: 2 state: dismissed @@ -17784,7 +17784,7 @@ paths: - read_enterprise_custom_enterprise_role - write_enterprise_security_configuration enterprise: - id: 1, + id: 1 slug: github-inc name: GitHub, Inc node_id: E_kgAB @@ -17805,7 +17805,7 @@ paths: - read_enterprise_audit_logs - read_enterprise_security_configuration enterprise: - id: 1, + id: 1 slug: github-inc name: GitHub, Inc node_id: E_kgAB @@ -18095,7 +18095,7 @@ paths: - read_enterprise_custom_enterprise_role - write_enterprise_security_configuration enterprise: - id: 1, + id: 1 slug: github-inc name: GitHub, Inc node_id: E_kgAB @@ -18493,7 +18493,7 @@ paths: - name - created_on examples: - default: &445 + default: &446 value: total_count: 2 network_configurations: @@ -18718,7 +18718,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *41 - - &446 + - &447 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -18730,7 +18730,7 @@ paths: description: Response content: application/json: - schema: &447 + schema: &448 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -18764,7 +18764,7 @@ paths: - subnet_id - region examples: - default: &448 + default: &449 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -19579,7 +19579,7 @@ paths: required: true content: application/json: - schema: &416 + schema: &417 title: Custom Property Set Payload description: Custom property set payload type: object @@ -19733,8 +19733,8 @@ paths: nullable: true description: The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` - actor types. If `actor_type` is `OrganizationAdmin`, this - should be `1`. If `actor_type` is `DeployKey`, this should + actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` + is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories. @@ -20763,7 +20763,7 @@ paths: nullable: true anyOf: - *162 - - &422 + - &423 title: Organization ruleset conditions type: object description: |- @@ -20810,7 +20810,7 @@ paths: - *165 rules: type: array - items: &718 + items: &719 title: Repository Rule type: object description: A repository rule. @@ -20819,7 +20819,7 @@ paths: - *171 - *172 - *173 - - &716 + - &717 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -21147,7 +21147,7 @@ paths: type: string format: date-time examples: - default: &425 + default: &426 value: - version_id: 3 actor: @@ -21200,7 +21200,7 @@ paths: description: Response content: application/json: - schema: &426 + schema: &427 allOf: - *195 - type: object @@ -21255,7 +21255,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *41 - - &427 + - &428 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -21266,7 +21266,7 @@ paths: enum: - open - resolved - - &428 + - &429 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -21276,7 +21276,7 @@ paths: required: false schema: type: string - - &429 + - &430 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -21285,7 +21285,7 @@ paths: required: false schema: type: string - - &430 + - &431 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -21304,7 +21304,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &431 + - &432 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. @@ -21320,7 +21320,7 @@ paths: - *17 - *108 - *109 - - &432 + - &433 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -21329,7 +21329,7 @@ paths: required: false schema: type: string - - &433 + - &434 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -21338,7 +21338,7 @@ paths: schema: type: boolean default: false - - &434 + - &435 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -21347,7 +21347,7 @@ paths: schema: type: boolean default: false - - &435 + - &436 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -21363,7 +21363,7 @@ paths: application/json: schema: type: array - items: &436 + items: &437 type: object properties: number: *128 @@ -21382,14 +21382,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &730 + state: &731 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: &731 + resolution: &732 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -21496,8 +21496,8 @@ paths: pull request. ' - oneOf: &732 - - &734 + oneOf: &733 + - &735 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -21549,7 +21549,7 @@ paths: - blob_url - commit_sha - commit_url - - &735 + - &736 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -21604,7 +21604,7 @@ paths: - page_url - commit_sha - commit_url - - &736 + - &737 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -21618,7 +21618,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &737 + - &738 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -21632,7 +21632,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &738 + - &739 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -21646,7 +21646,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &739 + - &740 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -21660,7 +21660,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &740 + - &741 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -21674,7 +21674,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &741 + - &742 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -21688,7 +21688,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &742 + - &743 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -21702,7 +21702,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &743 + - &744 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -21716,7 +21716,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &744 + - &745 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -21730,7 +21730,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &745 + - &746 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -21744,7 +21744,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &746 + - &747 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -21771,7 +21771,7 @@ paths: required: *21 nullable: true examples: - default: &437 + default: &438 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -21980,7 +21980,7 @@ paths: description: Response content: application/json: - schema: &438 + schema: &439 title: Secret scanning pattern configuration description: A collection of secret scanning patterns and their settings related to push protection. @@ -22063,7 +22063,7 @@ paths: description: Overrides for custom patterns defined by the organization. items: *197 examples: - default: &439 + default: &440 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -22199,7 +22199,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/licensing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *41 - - &442 + - &443 name: advanced_security_product in: query description: | @@ -22219,7 +22219,7 @@ paths: description: Success content: application/json: - schema: &443 + schema: &444 type: object properties: total_advanced_security_committers: @@ -22274,7 +22274,7 @@ paths: required: - repositories examples: - default: &444 + default: &445 value: total_advanced_security_committers: 2 total_count: 2 @@ -24279,7 +24279,18 @@ paths: application/json: schema: *145 examples: - default: *210 + default: &215 + value: + id: 1 + name: Justice League + description: A great team. + slug: justice-league + url: https://api.github.com/enterprises/dc/teams/justice-league + group_id: 62ab9291-fae2-468e-974b-7e45096d5021 + html_url: https://github.com/enterprises/dc/teams/justice-league + members_url: https://api.github.com/enterprises/dc/teams/justice-league/members{/member} + created_at: '2019-01-26T19:01:12Z' + updated_at: '2019-01-26T19:14:43Z' x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24621,7 +24632,7 @@ paths: type: array items: *73 examples: - default: &251 + default: &252 value: - login: github id: 1 @@ -24772,7 +24783,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-teams#get-an-enterprise-team parameters: - *41 - - &215 + - &216 name: team_slug description: The slug of the team name. in: path @@ -24786,7 +24797,7 @@ paths: application/json: schema: *145 examples: - default: *210 + default: *215 headers: Link: *47 '403': *29 @@ -24806,7 +24817,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-teams#update-an-enterprise-team parameters: - *41 - - *215 + - *216 requestBody: required: true content: @@ -24863,7 +24874,7 @@ paths: application/json: schema: *145 examples: - default: *210 + default: *215 headers: Link: *47 '403': *29 @@ -24886,7 +24897,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-teams#delete-an-enterprise-team parameters: - *41 - - *215 + - *216 responses: '204': description: Response @@ -24985,7 +24996,7 @@ paths: application/json: schema: type: array - items: &246 + items: &247 title: Event description: Event type: object @@ -24995,7 +25006,7 @@ paths: type: type: string nullable: true - actor: &216 + actor: &217 title: Actor description: Actor type: object @@ -25035,7 +25046,7 @@ paths: - id - name - url - org: *216 + org: *217 payload: oneOf: - title: CreateEvent @@ -25081,7 +25092,7 @@ paths: properties: action: type: string - discussion: &870 + discussion: &871 title: Discussion description: A Discussion in a repository. type: object @@ -25368,7 +25379,7 @@ paths: - id labels: type: array - items: &219 + items: &220 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -25443,12 +25454,12 @@ paths: properties: action: type: string - issue: &220 + issue: &221 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &654 + properties: &655 id: type: integer format: int64 @@ -25562,7 +25573,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &405 + properties: &406 url: type: string format: uri @@ -25632,7 +25643,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &406 + required: &407 - closed_issues - creator - description @@ -25711,7 +25722,7 @@ paths: timeline_url: type: string format: uri - type: &370 + type: &371 title: Issue Type description: The type of issue. type: object @@ -25772,9 +25783,9 @@ paths: actors within GitHub. type: object nullable: true - properties: *217 - required: *218 - author_association: &221 + properties: *218 + required: *219 + author_association: &222 title: author_association type: string example: OWNER @@ -25789,7 +25800,7 @@ paths: - MEMBER - NONE - OWNER - reactions: &222 + reactions: &223 title: Reaction Rollup type: object properties: @@ -25825,7 +25836,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &790 + sub_issues_summary: &791 title: Sub-issues Summary type: object properties: @@ -25845,7 +25856,7 @@ paths: type: string format: uri nullable: true - issue_dependencies_summary: &791 + issue_dependencies_summary: &792 title: Issue Dependencies Summary type: object properties: @@ -25864,7 +25875,7 @@ paths: - total_blocking issue_field_values: type: array - items: &792 + items: &793 title: Issue Field Value description: A value assigned to an issue field type: object @@ -25925,7 +25936,7 @@ paths: - node_id - data_type - value - required: &655 + required: &656 - assignee - closed_at - comments @@ -25950,10 +25961,10 @@ paths: assignees: type: array items: *4 - label: *219 + label: *220 labels: type: array - items: *219 + items: *220 required: - action - issue @@ -25962,8 +25973,8 @@ paths: properties: action: type: string - issue: *220 - comment: &650 + issue: *221 + comment: &651 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -26011,7 +26022,7 @@ paths: issue_url: type: string format: uri - author_association: *221 + author_association: *222 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -26022,9 +26033,9 @@ paths: actors within GitHub. type: object nullable: true - properties: *217 - required: *218 - reactions: *222 + properties: *218 + required: *219 + reactions: *223 required: - id - node_id @@ -26197,8 +26208,8 @@ paths: title: License Simple description: License Simple type: object - properties: *223 - required: *224 + properties: *224 + required: *225 nullable: true allow_forking: type: boolean @@ -26287,7 +26298,7 @@ paths: type: string number: type: integer - pull_request: &225 + pull_request: &226 title: Pull Request Minimal type: object properties: @@ -26358,10 +26369,10 @@ paths: assignees: type: array items: *4 - label: *219 + label: *220 labels: type: array - items: *219 + items: *220 required: - action - number @@ -26371,7 +26382,7 @@ paths: properties: action: type: string - pull_request: *225 + pull_request: *226 comment: type: object properties: @@ -26622,7 +26633,7 @@ paths: - pull_request updated_at: type: string - pull_request: *225 + pull_request: *226 required: - action - review @@ -26671,7 +26682,7 @@ paths: updated_at: type: string format: date-time - reactions: *222 + reactions: *223 required: - action - comment @@ -26682,7 +26693,7 @@ paths: type: string release: allOf: - - &709 + - &710 title: Release description: A release. type: object @@ -26753,7 +26764,7 @@ paths: author: *4 assets: type: array - items: &710 + items: &711 title: Release Asset description: Data related to a release. type: object @@ -26828,7 +26839,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *222 + reactions: *223 required: - assets_url - upload_url @@ -27001,7 +27012,7 @@ paths: _links: type: object properties: - timeline: &226 + timeline: &227 title: Link With Type description: Hypermedia Link with Type type: object @@ -27013,17 +27024,17 @@ paths: required: - href - type - user: *226 - security_advisories: *226 - current_user: *226 - current_user_public: *226 - current_user_actor: *226 - current_user_organization: *226 + user: *227 + security_advisories: *227 + current_user: *227 + current_user_public: *227 + current_user_actor: *227 + current_user_organization: *227 current_user_organizations: type: array - items: *226 - repository_discussions: *226 - repository_discussions_category: *226 + items: *227 + repository_discussions: *227 + repository_discussions_category: *227 required: - timeline - user @@ -27085,7 +27096,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *227 + - *228 - *17 - *19 responses: @@ -27095,7 +27106,7 @@ paths: application/json: schema: type: array - items: &228 + items: &229 title: Base Gist description: Base Gist type: object @@ -27194,7 +27205,7 @@ paths: - created_at - updated_at examples: - default: &229 + default: &230 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -27315,7 +27326,7 @@ paths: description: Response content: application/json: - schema: &230 + schema: &231 title: Gist Simple description: Gist Simple type: object @@ -27332,7 +27343,7 @@ paths: url: type: string format: uri - user: &798 + user: &799 title: Public User description: Public User type: object @@ -27694,7 +27705,7 @@ paths: truncated: type: boolean examples: - default: &231 + default: &232 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -27798,7 +27809,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-public-gists parameters: - - *227 + - *228 - *17 - *19 responses: @@ -27808,9 +27819,9 @@ paths: application/json: schema: type: array - items: *228 + items: *229 examples: - default: *229 + default: *230 headers: Link: *47 '422': *15 @@ -27832,7 +27843,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-starred-gists parameters: - - *227 + - *228 - *17 - *19 responses: @@ -27842,9 +27853,9 @@ paths: application/json: schema: type: array - items: *228 + items: *229 examples: - default: *229 + default: *230 headers: Link: *47 '401': *25 @@ -27872,7 +27883,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist parameters: - - &232 + - &233 name: gist_id description: The unique identifier of the gist. in: path @@ -27884,10 +27895,10 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: *231 - '403': &235 + default: *232 + '403': &236 description: Forbidden Gist content: application/json: @@ -27935,7 +27946,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#update-a-gist parameters: - - *232 + - *233 requestBody: required: true content: @@ -27995,9 +28006,9 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: - updateGist: *231 + updateGist: *232 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -28155,7 +28166,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#delete-a-gist parameters: - - *232 + - *233 responses: '204': description: Response @@ -28184,7 +28195,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#list-gist-comments parameters: - - *232 + - *233 - *17 - *19 responses: @@ -28194,7 +28205,7 @@ paths: application/json: schema: type: array - items: &233 + items: &234 title: Gist Comment description: A comment made to a gist. type: object @@ -28229,7 +28240,7 @@ paths: type: string format: date-time example: '2011-04-18T23:23:56Z' - author_association: *221 + author_association: *222 required: - url - id @@ -28294,7 +28305,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#create-a-gist-comment parameters: - - *232 + - *233 requestBody: required: true content: @@ -28319,9 +28330,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *234 examples: - default: &234 + default: &235 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -28379,8 +28390,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#get-a-gist-comment parameters: - - *232 - - &236 + - *233 + - &237 name: comment_id description: The unique identifier of the comment. in: path @@ -28393,12 +28404,12 @@ paths: description: Response content: application/json: - schema: *233 + schema: *234 examples: - default: *234 + default: *235 '304': *37 '404': *6 - '403': *235 + '403': *236 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28420,8 +28431,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#update-a-gist-comment parameters: - - *232 - - *236 + - *233 + - *237 requestBody: required: true content: @@ -28446,9 +28457,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *234 examples: - default: *234 + default: *235 '404': *6 x-github: githubCloudOnly: false @@ -28465,8 +28476,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#delete-a-gist-comment parameters: - - *232 - - *236 + - *233 + - *237 responses: '204': description: Response @@ -28489,7 +28500,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-commits parameters: - - *232 + - *233 - *17 - *19 responses: @@ -28590,7 +28601,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-forks parameters: - - *232 + - *233 - *17 - *19 responses: @@ -28600,7 +28611,7 @@ paths: application/json: schema: type: array - items: *230 + items: *231 examples: default: value: @@ -28665,13 +28676,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#fork-a-gist parameters: - - *232 + - *233 responses: '201': description: Response content: application/json: - schema: *228 + schema: *229 examples: default: value: @@ -28742,7 +28753,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#check-if-a-gist-is-starred parameters: - - *232 + - *233 responses: '204': description: Response if gist is starred @@ -28772,7 +28783,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#star-a-gist parameters: - - *232 + - *233 responses: '204': description: Response @@ -28794,7 +28805,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#unstar-a-gist parameters: - - *232 + - *233 responses: '204': description: Response @@ -28823,7 +28834,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist-revision parameters: - - *232 + - *233 - name: sha in: path required: true @@ -28834,9 +28845,9 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: *231 + default: *232 '422': *15 '404': *6 '403': *29 @@ -29204,7 +29215,7 @@ paths: - closed - all default: open - - &373 + - &374 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -29223,7 +29234,7 @@ paths: - comments default: created - *110 - - *227 + - *228 - name: collab in: query required: false @@ -29253,9 +29264,9 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: - default: &374 + default: &375 value: - id: 1 node_id: MDU6SXNzdWUx @@ -29538,8 +29549,8 @@ paths: title: License Simple description: License Simple type: object - properties: *223 - required: *224 + properties: *224 + required: *225 examples: default: value: @@ -29824,7 +29835,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &237 + X-CommonMarker-Version: &238 example: 0.17.4 schema: type: string @@ -29879,7 +29890,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *237 + X-CommonMarker-Version: *238 content: text/html: schema: @@ -29908,7 +29919,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &240 + - &241 name: account_id description: account_id parameter in: path @@ -29920,7 +29931,7 @@ paths: description: Response content: application/json: - schema: &239 + schema: &240 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -29950,7 +29961,7 @@ paths: nullable: true id: type: integer - plan: &238 + plan: &239 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -30039,7 +30050,7 @@ paths: nullable: true updated_at: type: string - plan: *238 + plan: *239 required: - url - id @@ -30047,7 +30058,7 @@ paths: - login - marketplace_purchase examples: - default: &241 + default: &242 value: url: https://api.github.com/orgs/github type: Organization @@ -30132,9 +30143,9 @@ paths: application/json: schema: type: array - items: *238 + items: *239 examples: - default: &242 + default: &243 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -30174,14 +30185,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &243 + - &244 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &244 + - &245 name: sort description: The property to sort the results by. in: query @@ -30211,9 +30222,9 @@ paths: application/json: schema: type: array - items: *239 + items: *240 examples: - default: &245 + default: &246 value: - url: https://api.github.com/orgs/github type: Organization @@ -30287,15 +30298,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *240 + - *241 responses: '200': description: Response content: application/json: - schema: *239 + schema: *240 examples: - default: *241 + default: *242 '404': description: Not Found when the account has not purchased the listing '401': *25 @@ -30327,9 +30338,9 @@ paths: application/json: schema: type: array - items: *238 + items: *239 examples: - default: *242 + default: *243 headers: Link: *47 '401': *25 @@ -30352,8 +30363,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *243 - *244 + - *245 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -30373,9 +30384,9 @@ paths: application/json: schema: type: array - items: *239 + items: *240 examples: - default: *245 + default: *246 headers: Link: *47 '401': *25 @@ -30639,14 +30650,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: - - &456 + - &457 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &457 + - &458 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -30663,7 +30674,7 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: default: value: @@ -30708,7 +30719,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &462 + '301': &463 description: Moved permanently content: application/json: @@ -30730,7 +30741,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &683 + - &684 name: all description: If `true`, show notifications marked as read. in: query @@ -30738,7 +30749,7 @@ paths: schema: type: boolean default: false - - &684 + - &685 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -30747,8 +30758,8 @@ paths: schema: type: boolean default: false - - *227 - - &685 + - *228 + - &686 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: @@ -30773,18 +30784,18 @@ paths: application/json: schema: type: array - items: &247 + items: &248 title: Thread description: Thread type: object properties: id: type: string - repository: &283 + repository: &284 title: Minimal Repository description: Minimal Repository type: object - properties: &343 + properties: &344 id: type: integer format: int64 @@ -31061,7 +31072,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &419 + security_and_analysis: &420 nullable: true type: object properties: @@ -31143,7 +31154,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &344 + required: &345 - archive_url - assignees_url - blobs_url @@ -31231,7 +31242,7 @@ paths: - url - subscription_url examples: - default: &686 + default: &687 value: - id: '1' repository: @@ -31397,7 +31408,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread parameters: - - &248 + - &249 name: thread_id description: The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications @@ -31411,7 +31422,7 @@ paths: description: Response content: application/json: - schema: *247 + schema: *248 examples: default: value: @@ -31514,7 +31525,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-read parameters: - - *248 + - *249 responses: '205': description: Reset Content @@ -31537,7 +31548,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-done parameters: - - *248 + - *249 responses: '204': description: No content @@ -31560,13 +31571,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *248 + - *249 responses: '200': description: Response content: application/json: - schema: &249 + schema: &250 title: Thread Subscription description: Thread Subscription type: object @@ -31603,7 +31614,7 @@ paths: - url - subscribed examples: - default: &250 + default: &251 value: subscribed: true ignored: false @@ -31634,7 +31645,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#set-a-thread-subscription parameters: - - *248 + - *249 requestBody: required: false content: @@ -31655,9 +31666,9 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: - default: *250 + default: *251 '304': *37 '403': *29 '401': *25 @@ -31680,7 +31691,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#delete-a-thread-subscription parameters: - - *248 + - *249 responses: '204': description: Response @@ -31777,7 +31788,7 @@ paths: type: array items: *73 examples: - default: *251 + default: *252 headers: Link: example: ; rel="next" @@ -31828,7 +31839,7 @@ paths: type: integer custom_roles: type: array - items: &327 + items: &328 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -31876,7 +31887,7 @@ paths: - created_at - updated_at examples: - default: &328 + default: &329 value: id: 8030 name: Security Engineer @@ -31929,7 +31940,7 @@ paths: description: Response content: application/json: - schema: &252 + schema: &253 title: Actions cache retention limit for an organization description: GitHub Actions cache retention policy for an organization. type: object @@ -31967,7 +31978,7 @@ paths: required: true content: application/json: - schema: *252 + schema: *253 examples: selected_actions: *44 responses: @@ -32002,7 +32013,7 @@ paths: description: Response content: application/json: - schema: &253 + schema: &254 title: Actions cache storage limit for an organization description: GitHub Actions cache storage policy for an organization. type: object @@ -32040,7 +32051,7 @@ paths: required: true content: application/json: - schema: *253 + schema: *254 examples: selected_actions: *46 responses: @@ -32113,8 +32124,8 @@ paths: title: Simple Repository description: A GitHub repository. type: object - properties: *254 - required: *255 + properties: *255 + required: *256 nullable: true additionalProperties: false examples: @@ -32348,7 +32359,7 @@ paths: type: array items: *156 examples: - default: &692 + default: &693 value: - property_name: environment value: production @@ -32398,7 +32409,7 @@ paths: required: - properties examples: - default: &693 + default: &694 value: properties: - property_name: environment @@ -32445,7 +32456,7 @@ paths: description: Response content: application/json: - schema: &256 + schema: &257 title: Organization Full description: |- Prevents users in the organization from using insecure methods of two-factor authentication to fulfill a two-factor requirement. @@ -32778,7 +32789,7 @@ paths: - updated_at - archived_at examples: - default-response: &257 + default-response: &258 value: login: github id: 1 @@ -33103,17 +33114,17 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *257 + default: *258 '422': description: Validation failed content: application/json: schema: oneOf: - - *258 - *259 + - *260 '409': *119 x-github: githubCloudOnly: false @@ -33168,9 +33179,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 headers: Link: *47 x-github: @@ -33211,7 +33222,7 @@ paths: type: integer repository_cache_usages: type: array - items: &469 + items: &470 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -33286,7 +33297,7 @@ paths: type: array items: *48 examples: - default: *262 + default: *263 headers: Link: *47 x-github: @@ -33452,7 +33463,7 @@ paths: application/json: schema: *49 examples: - default: *263 + default: *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33544,7 +33555,7 @@ paths: application/json: schema: *52 examples: - default: *264 + default: *265 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33663,9 +33674,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33701,7 +33712,7 @@ paths: type: array items: *56 examples: - default: *267 + default: *268 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33898,7 +33909,7 @@ paths: description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &268 + schema: &269 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -33912,7 +33923,7 @@ paths: required: - include_claim_keys examples: - default: &269 + default: &270 value: include_claim_keys: - repo @@ -33939,15 +33950,15 @@ paths: required: true content: application/json: - schema: *268 + schema: *269 examples: - default: *269 + default: *270 responses: '201': description: Empty response content: application/json: - schema: &294 + schema: &295 title: Empty Object description: An object without any properties. type: object @@ -33986,7 +33997,7 @@ paths: schema: type: object properties: - enabled_repositories: &271 + enabled_repositories: &272 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -34000,7 +34011,7 @@ paths: that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. allowed_actions: *60 - selected_actions_url: *270 + selected_actions_url: *271 sha_pinning_required: *61 required: - enabled_repositories @@ -34042,7 +34053,7 @@ paths: schema: type: object properties: - enabled_repositories: *271 + enabled_repositories: *272 allowed_actions: *60 sha_pinning_required: *61 required: @@ -34078,7 +34089,7 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: response: summary: Example response @@ -34109,7 +34120,7 @@ paths: required: true content: application/json: - schema: *273 + schema: *274 examples: application/json: value: @@ -34147,7 +34158,7 @@ paths: application/json: schema: *62 examples: - default: *274 + default: *275 '404': *6 x-github: enabledForGitHubApps: true @@ -34204,7 +34215,7 @@ paths: description: Response content: application/json: - schema: *275 + schema: *276 examples: default: *63 '403': *29 @@ -34229,7 +34240,7 @@ paths: required: true content: application/json: - schema: *276 + schema: *277 examples: default: *63 responses: @@ -34281,7 +34292,7 @@ paths: type: array items: *78 examples: - default: &278 + default: &279 value: total_count: 1 repositories: @@ -34466,7 +34477,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - *87 - - &277 + - &278 name: repository_id description: The unique identifier of the repository. in: path @@ -34495,7 +34506,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - *87 - - *277 + - *278 responses: '204': description: Response @@ -34691,7 +34702,7 @@ paths: type: array items: *78 examples: - default: *278 + default: *279 '403': *29 '404': *6 x-github: @@ -34760,7 +34771,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#add-a-repository-to-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - *87 - - *277 + - *278 responses: '204': description: No content @@ -34787,7 +34798,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#remove-a-repository-from-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - *87 - - *277 + - *278 responses: '204': description: No content @@ -34821,7 +34832,7 @@ paths: description: Response content: application/json: - schema: *279 + schema: *280 examples: default: *69 x-github: @@ -34855,7 +34866,7 @@ paths: required: false content: application/json: - schema: *280 + schema: *281 examples: default: *69 x-github: @@ -34902,7 +34913,7 @@ paths: type: number runner_groups: type: array - items: &281 + items: &282 type: object properties: id: @@ -35090,9 +35101,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: &282 + default: &283 value: id: 2 name: octo-runner-group @@ -35134,7 +35145,7 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: default: value: @@ -35225,9 +35236,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - default: *282 + default: *283 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -35291,7 +35302,7 @@ paths: type: array items: *48 examples: - default: *262 + default: *263 headers: Link: *47 x-github: @@ -35332,9 +35343,9 @@ paths: type: number repositories: type: array - items: *283 + items: *284 examples: - default: &801 + default: &802 value: total_count: 1 repositories: @@ -35633,7 +35644,7 @@ paths: parameters: - *87 - *72 - - *277 + - *278 responses: '204': description: Response @@ -35657,7 +35668,7 @@ paths: parameters: - *87 - *72 - - *277 + - *278 responses: '204': description: Response @@ -35875,9 +35886,9 @@ paths: application/json: schema: type: array - items: *284 + items: *285 examples: - default: *285 + default: *286 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35942,7 +35953,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *286 + '201': *287 '404': *6 '422': *7 '409': *119 @@ -35981,7 +35992,7 @@ paths: application/json: schema: *79 examples: - default: *287 + default: *288 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36017,7 +36028,7 @@ paths: application/json: schema: *79 examples: - default: *288 + default: *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36048,7 +36059,7 @@ paths: application/json: schema: *76 examples: - default: *289 + default: *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36223,7 +36234,7 @@ paths: - *87 - *75 responses: - '200': *290 + '200': *291 '404': *6 x-github: githubCloudOnly: false @@ -36252,7 +36263,7 @@ paths: parameters: - *87 - *75 - - *291 + - *292 responses: '200': *81 '404': *6 @@ -36297,7 +36308,7 @@ paths: type: integer secrets: type: array - items: &292 + items: &293 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -36376,7 +36387,7 @@ paths: description: Response content: application/json: - schema: &489 + schema: &490 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -36405,7 +36416,7 @@ paths: - key_id - key examples: - default: &490 + default: &491 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -36431,7 +36442,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-secret parameters: - *87 - - &293 + - &294 name: secret_name description: The name of the secret. in: path @@ -36443,7 +36454,7 @@ paths: description: Response content: application/json: - schema: *292 + schema: *293 examples: default: value: @@ -36474,7 +36485,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-organization-secret parameters: - *87 - - *293 + - *294 requestBody: required: true content: @@ -36531,7 +36542,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -36558,7 +36569,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-organization-secret parameters: - *87 - - *293 + - *294 responses: '204': description: Response @@ -36585,7 +36596,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - *87 - - *293 + - *294 - *19 - *17 responses: @@ -36603,9 +36614,9 @@ paths: type: integer repositories: type: array - items: *283 + items: *284 examples: - default: &297 + default: &298 value: total_count: 1 repositories: @@ -36698,7 +36709,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - *87 - - *293 + - *294 requestBody: required: true content: @@ -36751,7 +36762,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - *87 - - *293 + - *294 - name: repository_id in: path required: true @@ -36785,7 +36796,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - *87 - - *293 + - *294 - name: repository_id in: path required: true @@ -36818,7 +36829,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *87 - - &474 + - &475 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -36842,7 +36853,7 @@ paths: type: integer variables: type: array - items: &295 + items: &296 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -36975,7 +36986,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -37001,7 +37012,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-organization-variable parameters: - *87 - - &296 + - &297 name: name description: The name of the variable. in: path @@ -37013,7 +37024,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *296 examples: default: value: @@ -37044,7 +37055,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-organization-variable parameters: - *87 - - *296 + - *297 requestBody: required: true content: @@ -37107,7 +37118,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-organization-variable parameters: - *87 - - *296 + - *297 responses: '204': description: Response @@ -37134,7 +37145,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - *87 - - *296 + - *297 - *19 - *17 responses: @@ -37152,9 +37163,9 @@ paths: type: integer repositories: type: array - items: *283 + items: *284 examples: - default: *297 + default: *298 '409': description: Response when the visibility of the variable is not set to `selected` @@ -37181,7 +37192,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - *87 - - *296 + - *297 requestBody: required: true content: @@ -37231,7 +37242,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - *87 - - *296 + - *297 - name: repository_id in: path required: true @@ -37266,7 +37277,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - *87 - - *296 + - *297 - name: repository_id in: path required: true @@ -37324,7 +37335,7 @@ paths: required: true content: application/json: - schema: *298 + schema: *299 examples: default: *85 parameters: @@ -37486,7 +37497,7 @@ paths: type: integer deployment_records: type: array - items: &299 + items: &300 title: Artifact Deployment Record description: Artifact Metadata Deployment Record type: object @@ -37530,7 +37541,7 @@ paths: with the deployment record. nullable: true examples: - default: &300 + default: &301 value: total_count: 1 deployment_records: @@ -37703,9 +37714,9 @@ paths: type: integer deployment_records: type: array - items: *299 + items: *300 examples: - default: *300 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37902,9 +37913,9 @@ paths: type: integer deployment_records: type: array - items: *299 + items: *300 examples: - default: *300 + default: *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38033,12 +38044,12 @@ paths: required: - subject_digests examples: - default: &831 + default: &832 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &832 + withPredicateType: &833 value: subject_digests: - sha256:abc123 @@ -38096,7 +38107,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &833 + default: &834 value: attestations_subject_digests: - sha256:abc: @@ -38445,7 +38456,7 @@ paths: initiator: type: string examples: - default: &503 + default: &504 value: attestations: - bundle: @@ -38571,10 +38582,10 @@ paths: required: false schema: type: string - - *301 - *302 - *303 - *304 + - *305 - *17 responses: '200': @@ -38583,9 +38594,9 @@ paths: application/json: schema: type: array - items: *305 + items: *306 examples: - default: *306 + default: *307 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -38708,7 +38719,7 @@ paths: subcategory: bypass-requests parameters: - *87 - - &309 + - &310 name: repository_name description: The name of the repository to filter on. in: query @@ -38727,9 +38738,9 @@ paths: application/json: schema: type: array - items: *307 + items: *308 examples: - default: *308 + default: *309 '404': *6 '500': *40 "/orgs/{org}/bypass-requests/secret-scanning": @@ -38753,7 +38764,7 @@ paths: subcategory: delegated-bypass parameters: - *87 - - *309 + - *310 - *103 - *104 - *105 @@ -38767,9 +38778,9 @@ paths: application/json: schema: type: array - items: *310 + items: *311 examples: - default: *311 + default: *312 '404': *6 '500': *40 "/orgs/{org}/campaigns": @@ -38796,7 +38807,7 @@ paths: description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &313 + schema: &314 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -38822,7 +38833,7 @@ paths: application/json: schema: type: array - items: &314 + items: &315 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -38853,7 +38864,7 @@ paths: team_managers: description: The campaign team managers type: array - items: *312 + items: *313 published_at: description: The date and time the campaign was published, in ISO 8601 format':' YYYY-MM-DDTHH:MM:SSZ. @@ -38871,7 +38882,7 @@ paths: type: string format: date-time nullable: true - state: *313 + state: *314 contact_link: description: The contact link of the campaign. type: string @@ -39091,9 +39102,9 @@ paths: description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: &315 + default: &316 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -39176,9 +39187,9 @@ paths: description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: *315 + default: *316 '404': *6 '422': description: Unprocessable Entity @@ -39255,7 +39266,7 @@ paths: type: string format: uri nullable: true - state: *313 + state: *314 examples: default: value: @@ -39265,9 +39276,9 @@ paths: description: Response content: application/json: - schema: *314 + schema: *315 examples: - default: *315 + default: *316 '400': description: Bad Request content: @@ -39334,8 +39345,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *87 - - *316 - *317 + - *318 - *108 - *109 - *19 @@ -39346,7 +39357,7 @@ paths: be returned. in: query required: false - schema: *318 + schema: *319 - name: sort description: The property by which to sort the results. in: query @@ -39362,7 +39373,7 @@ paths: be returned. in: query required: false - schema: &529 + schema: &530 type: string description: Severity of a code scanning alert. enum: @@ -39388,9 +39399,9 @@ paths: application/json: schema: type: array - items: *319 + items: *320 examples: - default: *320 + default: *321 headers: Link: *47 '404': *6 @@ -39748,7 +39759,7 @@ paths: application/json: schema: *114 examples: - default: *321 + default: *322 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39776,9 +39787,9 @@ paths: description: Response content: application/json: - schema: *322 + schema: *323 examples: - default: *323 + default: *324 '304': *37 '403': *29 '404': *6 @@ -39865,7 +39876,7 @@ paths: application/json: schema: *114 examples: - default: *321 + default: *322 '304': *37 '403': *29 '404': *6 @@ -40288,7 +40299,7 @@ paths: default: value: default_for_new_repos: all - configuration: *321 + configuration: *322 '403': *29 '404': *6 x-github: @@ -40341,13 +40352,13 @@ paths: application/json: schema: type: array - items: *324 + items: *325 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *325 + repository: *326 '403': *29 '404': *6 x-github: @@ -40387,7 +40398,7 @@ paths: type: integer codespaces: type: array - items: &375 + items: &376 type: object title: Codespace description: A codespace. @@ -40412,12 +40423,12 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *283 + repository: *284 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &561 + properties: &562 name: type: string description: The name of the machine. @@ -40459,7 +40470,7 @@ paths: - ready - in_progress nullable: true - required: &562 + required: &563 - name - display_name - operating_system @@ -40664,7 +40675,7 @@ paths: - pulls_url - recent_folders examples: - default: &376 + default: &377 value: total_count: 3 codespaces: @@ -41288,7 +41299,7 @@ paths: type: integer secrets: type: array - items: &326 + items: &327 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -41327,7 +41338,7 @@ paths: - updated_at - visibility examples: - default: &563 + default: &564 value: total_count: 2 secrets: @@ -41365,7 +41376,7 @@ paths: description: Response content: application/json: - schema: &564 + schema: &565 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -41394,7 +41405,7 @@ paths: - key_id - key examples: - default: &565 + default: &566 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -41418,15 +41429,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-secret parameters: - *87 - - *293 + - *294 responses: '200': description: Response content: application/json: - schema: *326 + schema: *327 examples: - default: &567 + default: &568 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -41454,7 +41465,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - *87 - - *293 + - *294 requestBody: required: true content: @@ -41509,7 +41520,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -41536,7 +41547,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - *87 - - *293 + - *294 responses: '204': description: Response @@ -41562,7 +41573,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - *87 - - *293 + - *294 - *19 - *17 responses: @@ -41580,9 +41591,9 @@ paths: type: integer repositories: type: array - items: *283 + items: *284 examples: - default: *297 + default: *298 '404': *6 x-github: githubCloudOnly: false @@ -41605,7 +41616,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - *87 - - *293 + - *294 requestBody: required: true content: @@ -41656,7 +41667,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - *87 - - *293 + - *294 - name: repository_id in: path required: true @@ -41690,7 +41701,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - *87 - - *293 + - *294 - name: repository_id in: path required: true @@ -42647,7 +42658,7 @@ paths: type: integer custom_roles: type: array - items: *327 + items: *328 examples: default: value: @@ -42739,7 +42750,7 @@ paths: required: true content: application/json: - schema: &329 + schema: &330 type: object properties: name: @@ -42780,9 +42791,9 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '422': *15 '404': *6 x-github: @@ -42813,9 +42824,9 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '404': *6 x-github: githubCloudOnly: true @@ -42843,7 +42854,7 @@ paths: required: true content: application/json: - schema: &330 + schema: &331 type: object properties: name: @@ -42881,9 +42892,9 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '422': *15 '404': *6 x-github: @@ -42941,7 +42952,7 @@ paths: required: true content: application/json: - schema: *329 + schema: *330 examples: default: value: @@ -42955,9 +42966,9 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '422': *15 '404': *6 x-github: @@ -42994,9 +43005,9 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '404': *6 x-github: githubCloudOnly: true @@ -43030,7 +43041,7 @@ paths: required: true content: application/json: - schema: *330 + schema: *331 examples: default: value: @@ -43045,9 +43056,9 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '422': *15 '404': *6 x-github: @@ -43107,11 +43118,11 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - *87 - - *331 - *332 - *333 - *334 - *335 + - *336 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -43149,8 +43160,8 @@ paths: Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` schema: type: string - - *336 - *337 + - *338 - *110 - *108 - *109 @@ -43162,9 +43173,9 @@ paths: application/json: schema: type: array - items: *338 + items: *339 examples: - default: *339 + default: *340 '304': *37 '400': *14 '403': *29 @@ -43208,7 +43219,7 @@ paths: type: integer secrets: type: array - items: &340 + items: &341 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -43285,7 +43296,7 @@ paths: description: Response content: application/json: - schema: &596 + schema: &597 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -43302,7 +43313,7 @@ paths: - key_id - key examples: - default: &597 + default: &598 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -43326,13 +43337,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-secret parameters: - *87 - - *293 + - *294 responses: '200': description: Response content: application/json: - schema: *340 + schema: *341 examples: default: value: @@ -43361,7 +43372,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - *87 - - *293 + - *294 requestBody: required: true content: @@ -43420,7 +43431,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -43445,7 +43456,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-an-organization-secret parameters: - *87 - - *293 + - *294 responses: '204': description: Response @@ -43470,7 +43481,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - *87 - - *293 + - *294 - *19 - *17 responses: @@ -43488,9 +43499,9 @@ paths: type: integer repositories: type: array - items: *283 + items: *284 examples: - default: *297 + default: *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43512,7 +43523,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - *87 - - *293 + - *294 requestBody: required: true content: @@ -43563,7 +43574,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - *87 - - *293 + - *294 - name: repository_id in: path required: true @@ -43595,7 +43606,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - *87 - - *293 + - *294 - name: repository_id in: path required: true @@ -43632,7 +43643,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *87 - - &605 + - &606 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -43640,7 +43651,7 @@ paths: required: false schema: type: string - - &606 + - &607 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -43648,7 +43659,7 @@ paths: required: false schema: type: string - - &607 + - &608 name: time_period description: |- The time period to filter by. @@ -43664,7 +43675,7 @@ paths: - week - month default: month - - &608 + - &609 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -43679,7 +43690,7 @@ paths: - denied - all default: all - - *309 + - *310 - *17 - *19 responses: @@ -43689,7 +43700,7 @@ paths: application/json: schema: type: array - items: &609 + items: &610 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -43795,7 +43806,7 @@ paths: type: array description: The responses to the dismissal request. nullable: true - items: &341 + items: &342 title: Dismissal request response description: A response made by a requester to dismiss the request. @@ -43845,7 +43856,7 @@ paths: format: uri example: https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &610 + default: &611 value: - id: 21 number: 42 @@ -43933,11 +43944,11 @@ paths: subcategory: alert-dismissal-requests parameters: - *87 - - *309 + - *310 - *103 - *104 - *105 - - &342 + - &343 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -43963,7 +43974,7 @@ paths: application/json: schema: type: array - items: &611 + items: &612 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -44069,7 +44080,7 @@ paths: type: array description: The responses to the dismissal request. nullable: true - items: *341 + items: *342 url: type: string format: uri @@ -44080,7 +44091,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &612 + default: &613 value: - id: 21 number: 42 @@ -44168,11 +44179,11 @@ paths: subcategory: alert-dismissal-requests parameters: - *87 - - *309 + - *310 - *103 - *104 - *105 - - *342 + - *343 - *17 - *19 responses: @@ -44182,7 +44193,7 @@ paths: application/json: schema: type: array - items: &613 + items: &614 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -44303,7 +44314,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &614 + default: &615 value: - id: 21 number: 42 @@ -44391,7 +44402,7 @@ paths: application/json: schema: type: array - items: &386 + items: &387 title: Package description: A software package type: object @@ -44441,8 +44452,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *343 - required: *344 + properties: *344 + required: *345 nullable: true created_at: type: string @@ -44461,7 +44472,7 @@ paths: - created_at - updated_at examples: - default: &387 + default: &388 value: - id: 197 name: hello_docker @@ -44549,7 +44560,7 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: 200-response: value: @@ -44648,7 +44659,7 @@ paths: description: Response content: application/json: - schema: &453 + schema: &454 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -44729,7 +44740,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &454 + default: &455 value: group_id: '123' group_name: Octocat admins @@ -44784,7 +44795,7 @@ paths: description: Response content: application/json: - schema: &451 + schema: &452 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -44821,7 +44832,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &452 + default: &453 value: groups: - group_id: '123' @@ -44865,7 +44876,7 @@ paths: application/json: schema: type: array - items: &367 + items: &368 title: Organization Invitation description: Organization Invitation type: object @@ -44912,7 +44923,7 @@ paths: - invitation_teams_url - node_id examples: - default: &368 + default: &369 value: - id: 1 login: monalisa @@ -44979,7 +44990,7 @@ paths: application/json: schema: type: array - items: &420 + items: &421 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -44993,7 +45004,7 @@ paths: - name - description examples: - default: &421 + default: &422 value: - name: add_assignee description: Assign or remove a user @@ -45034,7 +45045,7 @@ paths: application/json: schema: type: array - items: &345 + items: &346 title: Org Hook description: Org Hook type: object @@ -45203,9 +45214,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: &346 + default: &347 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -45250,7 +45261,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *87 - - &347 + - &348 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -45263,9 +45274,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 '404': *6 x-github: githubCloudOnly: false @@ -45287,7 +45298,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *87 - - *347 + - *348 requestBody: required: false content: @@ -45332,7 +45343,7 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: default: value: @@ -45372,7 +45383,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *87 - - *347 + - *348 responses: '204': description: Response @@ -45398,7 +45409,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *87 - - *347 + - *348 responses: '200': description: Response @@ -45427,7 +45438,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *87 - - *347 + - *348 requestBody: required: false content: @@ -45476,9 +45487,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *87 - - *347 - - *17 - *348 + - *17 + - *349 responses: '200': description: Response @@ -45486,9 +45497,9 @@ paths: application/json: schema: type: array - items: *349 + items: *350 examples: - default: *350 + default: *351 '400': *14 '422': *15 x-github: @@ -45512,16 +45523,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *87 - - *347 + - *348 - *16 responses: '200': description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 '400': *14 '422': *15 x-github: @@ -45545,7 +45556,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *87 - - *347 + - *348 - *16 responses: '202': *39 @@ -45572,7 +45583,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *87 - - *347 + - *348 responses: '204': description: Response @@ -45595,7 +45606,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *87 - - &357 + - &358 name: actor_type in: path description: The type of the actor @@ -45608,14 +45619,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &358 + - &359 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &353 + - &354 name: min_timestamp description: 'The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -45623,7 +45634,7 @@ paths: required: true schema: type: string - - &354 + - &355 name: max_timestamp description: 'The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -45717,12 +45728,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *87 - - *353 - *354 + - *355 - *19 - *17 - *110 - - &363 + - &364 name: sort description: The property to sort the results by. in: query @@ -45801,14 +45812,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *87 - - *353 - *354 + - *355 responses: '200': description: Response content: application/json: - schema: &355 + schema: &356 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -45824,7 +45835,7 @@ paths: type: integer format: int64 examples: - default: &356 + default: &357 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -45845,23 +45856,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *87 - - &359 + - &360 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *353 - *354 + - *355 responses: '200': description: Response content: application/json: - schema: *355 + schema: *356 examples: - default: *356 + default: *357 x-github: enabledForGitHubApps: true category: orgs @@ -45880,18 +45891,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *87 - - *353 - *354 - - *357 + - *355 - *358 + - *359 responses: '200': description: Response content: application/json: - schema: *355 + schema: *356 examples: - default: *356 + default: *357 x-github: enabledForGitHubApps: true category: orgs @@ -45909,9 +45920,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *87 - - *353 - *354 - - &360 + - *355 + - &361 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -45924,7 +45935,7 @@ paths: description: Response content: application/json: - schema: &361 + schema: &362 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -45940,7 +45951,7 @@ paths: type: integer format: int64 examples: - default: &362 + default: &363 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -45977,18 +45988,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *87 - - *359 - - *353 - - *354 - *360 + - *354 + - *355 + - *361 responses: '200': description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *362 + default: *363 x-github: enabledForGitHubApps: true category: orgs @@ -46006,19 +46017,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *87 - - *357 - *358 - - *353 + - *359 - *354 - - *360 + - *355 + - *361 responses: '200': description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *362 + default: *363 x-github: enabledForGitHubApps: true category: orgs @@ -46036,13 +46047,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *87 - - *359 - - *353 + - *360 - *354 + - *355 - *19 - *17 - *110 - - *363 + - *364 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -46123,7 +46134,7 @@ paths: application/json: schema: *22 examples: - default: &645 + default: &646 value: id: 1 account: @@ -46289,12 +46300,12 @@ paths: application/json: schema: anyOf: - - &365 + - &366 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &364 + limit: &365 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -46319,7 +46330,7 @@ paths: properties: {} additionalProperties: false examples: - default: &366 + default: &367 value: limit: collaborators_only origin: organization @@ -46348,13 +46359,13 @@ paths: required: true content: application/json: - schema: &646 + schema: &647 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *364 + limit: *365 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -46378,9 +46389,9 @@ paths: description: Response content: application/json: - schema: *365 + schema: *366 examples: - default: *366 + default: *367 '422': *15 x-github: githubCloudOnly: false @@ -46458,9 +46469,9 @@ paths: application/json: schema: type: array - items: *367 + items: *368 examples: - default: *368 + default: *369 headers: Link: *47 '404': *6 @@ -46538,7 +46549,7 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: default: value: @@ -46595,7 +46606,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *87 - - &369 + - &370 name: invitation_id description: The unique identifier of the invitation. in: path @@ -46629,7 +46640,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *87 - - *369 + - *370 - *17 - *19 responses: @@ -46639,9 +46650,9 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: - default: &385 + default: &386 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -46684,7 +46695,7 @@ paths: application/json: schema: type: array - items: *370 + items: *371 examples: default: value: @@ -46769,9 +46780,9 @@ paths: description: Response content: application/json: - schema: *370 + schema: *371 examples: - default: &371 + default: &372 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -46804,7 +46815,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *87 - - &372 + - &373 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -46857,9 +46868,9 @@ paths: description: Response content: application/json: - schema: *370 + schema: *371 examples: - default: *371 + default: *372 '404': *6 '422': *7 x-github: @@ -46884,7 +46895,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *87 - - *372 + - *373 responses: '204': description: Response @@ -46947,7 +46958,7 @@ paths: - closed - all default: open - - *373 + - *374 - name: type description: Can be the name of an issue type. in: query @@ -46966,7 +46977,7 @@ paths: - comments default: created - *110 - - *227 + - *228 - *17 - *19 responses: @@ -46976,9 +46987,9 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: - default: *374 + default: *375 headers: Link: *47 '404': *6 @@ -47137,9 +47148,9 @@ paths: type: integer codespaces: type: array - items: *375 + items: *376 examples: - default: *376 + default: *377 '304': *37 '500': *40 '401': *25 @@ -47166,7 +47177,7 @@ paths: parameters: - *87 - *143 - - &377 + - &378 name: codespace_name in: path required: true @@ -47201,15 +47212,15 @@ paths: parameters: - *87 - *143 - - *377 + - *378 responses: '200': description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: &560 + default: &561 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -47465,7 +47476,7 @@ paths: description: Response content: application/json: - schema: &378 + schema: &379 title: Org Membership description: Org Membership type: object @@ -47532,7 +47543,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &379 + response-if-user-has-an-active-admin-membership-with-organization: &380 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -47633,9 +47644,9 @@ paths: description: Response content: application/json: - schema: *378 + schema: *379 examples: - response-if-user-already-had-membership-with-organization: *379 + response-if-user-already-had-membership-with-organization: *380 '422': *15 '403': *29 x-github: @@ -47706,7 +47717,7 @@ paths: application/json: schema: type: array - items: &380 + items: &381 title: Migration description: A migration. type: object @@ -48035,7 +48046,7 @@ paths: description: Response content: application/json: - schema: *380 + schema: *381 examples: default: value: @@ -48214,7 +48225,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *87 - - &381 + - &382 name: migration_id description: The unique identifier of the migration. in: path @@ -48241,7 +48252,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *380 + schema: *381 examples: default: value: @@ -48411,7 +48422,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *87 - - *381 + - *382 responses: '302': description: Response @@ -48433,7 +48444,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *87 - - *381 + - *382 responses: '204': description: Response @@ -48457,8 +48468,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *87 - - *381 - - &814 + - *382 + - &815 name: repo_name description: repo_name parameter in: path @@ -48486,7 +48497,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *87 - - *381 + - *382 - *17 - *19 responses: @@ -48496,9 +48507,9 @@ paths: application/json: schema: type: array - items: *283 + items: *284 examples: - default: &392 + default: &393 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -48707,7 +48718,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &382 + items: &383 title: Organization Role description: Organization roles type: object @@ -48914,7 +48925,7 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: default: value: @@ -48966,7 +48977,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *87 - - *215 + - *216 responses: '204': description: Response @@ -48992,7 +49003,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *87 - - *215 + - *216 - *142 responses: '204': @@ -49023,7 +49034,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *87 - - *215 + - *216 - *142 responses: '204': @@ -49144,7 +49155,7 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: default: value: @@ -49241,7 +49252,7 @@ paths: description: Response content: application/json: - schema: *382 + schema: *383 examples: default: value: @@ -49399,8 +49410,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *383 - required: *384 + properties: *384 + required: *385 nullable: true type: description: The ownership type of the team @@ -49432,7 +49443,7 @@ paths: - type - parent examples: - default: *385 + default: *386 headers: Link: *47 '404': @@ -49490,13 +49501,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &441 + items: &442 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *383 - required: *384 + properties: *384 + required: *385 name: nullable: true type: string @@ -49784,7 +49795,7 @@ paths: - nuget - container - *87 - - &815 + - &816 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -49820,12 +49831,12 @@ paths: application/json: schema: type: array - items: *386 + items: *387 examples: - default: *387 + default: *388 '403': *29 '401': *25 - '400': &817 + '400': &818 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -49847,7 +49858,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &388 + - &389 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -49865,7 +49876,7 @@ paths: - docker - nuget - container - - &389 + - &390 name: package_name description: The name of the package. in: path @@ -49878,7 +49889,7 @@ paths: description: Response content: application/json: - schema: *386 + schema: *387 examples: default: value: @@ -49930,8 +49941,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *388 - *389 + - *390 - *87 responses: '204': @@ -49964,8 +49975,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *388 - *389 + - *390 - *87 - name: token description: package token @@ -49998,8 +50009,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *388 - *389 + - *390 - *87 - *19 - *17 @@ -50020,7 +50031,7 @@ paths: application/json: schema: type: array - items: &390 + items: &391 title: Package Version description: A version of a software package type: object @@ -50145,10 +50156,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *388 - *389 + - *390 - *87 - - &391 + - &392 name: package_version_id description: Unique identifier of the package version. in: path @@ -50160,7 +50171,7 @@ paths: description: Response content: application/json: - schema: *390 + schema: *391 examples: default: value: @@ -50196,10 +50207,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *388 - *389 + - *390 - *87 - - *391 + - *392 responses: '204': description: Response @@ -50231,10 +50242,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *388 - *389 + - *390 - *87 - - *391 + - *392 responses: '204': description: Response @@ -50264,7 +50275,7 @@ paths: - *87 - *17 - *19 - - &393 + - &394 name: sort description: The property by which to sort the results. in: query @@ -50275,7 +50286,7 @@ paths: - created_at default: created_at - *110 - - &394 + - &395 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -50286,7 +50297,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &395 + - &396 name: repository description: The name of the repository to use to filter the results. in: query @@ -50294,7 +50305,7 @@ paths: schema: type: string example: Hello-World - - &396 + - &397 name: permission description: The permission to use to filter the results. in: query @@ -50302,7 +50313,7 @@ paths: schema: type: string example: issues_read - - &397 + - &398 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -50312,7 +50323,7 @@ paths: schema: type: string format: date-time - - &398 + - &399 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -50322,7 +50333,7 @@ paths: schema: type: string format: date-time - - &399 + - &400 name: token_id description: The ID of the token in: query @@ -50633,9 +50644,9 @@ paths: application/json: schema: type: array - items: *283 + items: *284 examples: - default: *392 + default: *393 headers: Link: *47 x-github: @@ -50661,14 +50672,14 @@ paths: - *87 - *17 - *19 - - *393 - - *110 - *394 + - *110 - *395 - *396 - *397 - *398 - *399 + - *400 responses: '500': *40 '422': *15 @@ -50948,9 +50959,9 @@ paths: application/json: schema: type: array - items: *283 + items: *284 examples: - default: *392 + default: *393 headers: Link: *47 x-github: @@ -50992,7 +51003,7 @@ paths: type: integer configurations: type: array - items: &400 + items: &401 title: Organization private registry description: Private registry configuration for an organization type: object @@ -51282,7 +51293,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &401 + org-private-registry-with-selected-visibility: &402 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -51372,15 +51383,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - *87 - - *293 + - *294 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '404': *6 x-github: githubCloudOnly: false @@ -51402,7 +51413,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - *87 - - *293 + - *294 requestBody: required: true content: @@ -51507,7 +51518,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - *87 - - *293 + - *294 responses: '204': description: Response @@ -51547,7 +51558,7 @@ paths: application/json: schema: type: array - items: &402 + items: &403 title: Projects v2 Project description: A projects v2 project type: object @@ -51617,7 +51628,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &906 + properties: &907 id: type: number description: The unique identifier of the status update. @@ -51665,7 +51676,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &907 + required: &908 - id - node_id - created_at @@ -51690,7 +51701,7 @@ paths: - deleted_at - deleted_by examples: - default: &403 + default: &404 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -51793,7 +51804,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-organization parameters: - - &404 + - &405 name: project_number description: The project's number. in: path @@ -51806,9 +51817,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *403 + default: *404 headers: Link: *47 '304': *37 @@ -51831,7 +51842,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - *87 - - *404 + - *405 requestBody: required: true description: Details of the draft item to create in the project. @@ -51865,7 +51876,7 @@ paths: description: Response content: application/json: - schema: &410 + schema: &411 title: Projects v2 Item description: An item belonging to a project type: object @@ -51878,8 +51889,8 @@ paths: description: The node ID of the project item. content: oneOf: - - *220 - - &577 + - *221 + - &578 title: Pull Request Simple description: Pull Request Simple type: object @@ -51985,8 +51996,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *405 - required: *406 + properties: *406 + required: *407 nullable: true active_lock_reason: type: string @@ -52031,7 +52042,7 @@ paths: nullable: true requested_teams: type: array - items: *312 + items: *313 nullable: true head: type: object @@ -52082,7 +52093,7 @@ paths: _links: type: object properties: - comments: &407 + comments: &408 title: Link description: Hypermedia Link type: object @@ -52091,13 +52102,13 @@ paths: type: string required: - href - commits: *407 - statuses: *407 - html: *407 - issue: *407 - review_comments: *407 - review_comment: *407 - self: *407 + commits: *408 + statuses: *408 + html: *408 + issue: *408 + review_comments: *408 + review_comment: *408 + self: *408 required: - comments - commits @@ -52107,8 +52118,8 @@ paths: - review_comments - review_comment - self - author_association: *221 - auto_merge: &695 + author_association: *222 + auto_merge: &696 title: Auto merge description: The status of auto merging a pull request. type: object @@ -52210,7 +52221,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &409 + content_type: &410 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -52250,7 +52261,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &411 + draft_issue: &412 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -52324,7 +52335,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-organization parameters: - - *404 + - *405 - *87 - *17 - *108 @@ -52336,7 +52347,7 @@ paths: application/json: schema: type: array - items: &408 + items: &409 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -52483,7 +52494,7 @@ paths: - updated_at - project_url examples: - default: &836 + default: &837 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -52613,7 +52624,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#add-a-field-to-an-organization-owned-project parameters: - - *404 + - *405 - *87 requestBody: required: true @@ -52660,7 +52671,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &837 + items: &838 type: object properties: name: @@ -52696,7 +52707,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &838 + iteration_configuration: &839 type: object description: The configuration for iteration fields. properties: @@ -52745,7 +52756,7 @@ paths: value: name: Due date data_type: date - single_select_field: &839 + single_select_field: &840 summary: Create a single select field value: name: Priority @@ -52772,7 +52783,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &840 + iteration_field: &841 summary: Create an iteration field value: name: Sprint @@ -52796,9 +52807,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *408 + schema: *409 examples: - text_field: &841 + text_field: &842 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -52807,7 +52818,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &842 + number_field: &843 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -52816,7 +52827,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &843 + date_field: &844 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -52825,7 +52836,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &844 + single_select_field: &845 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -52859,7 +52870,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &845 + iteration_field: &846 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -52904,8 +52915,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - - *404 - - &846 + - *405 + - &847 name: field_id description: The unique identifier of the field. in: path @@ -52918,9 +52929,9 @@ paths: description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: &847 + default: &848 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -52976,7 +52987,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *404 + - *405 - *87 - name: q description: Search query to filter items, see [Filtering projects](https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects) @@ -53009,7 +53020,7 @@ paths: application/json: schema: type: array - items: &412 + items: &413 title: Projects v2 Item description: An item belonging to a project type: object @@ -53025,7 +53036,7 @@ paths: format: uri example: https://api.github.com/users/monalisa/2/projectsV2/3 description: The API URL of the project that contains this item. - content_type: *409 + content_type: *410 content: type: object additionalProperties: true @@ -53068,7 +53079,7 @@ paths: - updated_at - archived_at examples: - default: &413 + default: &414 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -53765,7 +53776,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-organization-owned-project parameters: - *87 - - *404 + - *405 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -53835,22 +53846,22 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *411 + value: *412 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *411 + value: *412 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *411 + value: *412 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *411 + value: *412 '304': *37 '403': *29 '401': *25 @@ -53870,9 +53881,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *404 + - *405 - *87 - - &414 + - &415 name: item_id description: The unique identifier of the project item. in: path @@ -53898,9 +53909,9 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: *413 + default: *414 headers: Link: *47 '304': *37 @@ -53921,9 +53932,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-organization parameters: - - *404 + - *405 - *87 - - *414 + - *415 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -53993,13 +54004,13 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: - text_field: *413 - number_field: *413 - date_field: *413 - single_select_field: *413 - iteration_field: *413 + text_field: *414 + number_field: *414 + date_field: *414 + single_select_field: *414 + iteration_field: *414 '401': *25 '403': *29 '404': *6 @@ -54019,9 +54030,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-organization parameters: - - *404 + - *405 - *87 - - *414 + - *415 responses: '204': description: Response @@ -54045,7 +54056,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - *87 - - *404 + - *405 requestBody: required: true content: @@ -54116,7 +54127,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &828 + schema: &829 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -54214,7 +54225,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &415 + value: &416 value: id: 1 number: 1 @@ -54260,10 +54271,10 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *415 + value: *416 roadmap_view: summary: Response for creating a roadmap view - value: *415 + value: *416 '304': *37 '403': *29 '401': *25 @@ -54291,9 +54302,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-an-organization-project-view parameters: - - *404 + - *405 - *87 - - &848 + - &849 name: view_number description: The number that identifies the project view. in: path @@ -54325,9 +54336,9 @@ paths: application/json: schema: type: array - items: *412 + items: *413 examples: - default: *413 + default: *414 headers: Link: *47 '304': *37 @@ -54491,7 +54502,7 @@ paths: required: true content: application/json: - schema: *416 + schema: *417 examples: default: value: @@ -54854,9 +54865,9 @@ paths: application/json: schema: type: array - items: *283 + items: *284 examples: - default: *392 + default: *393 headers: Link: *47 x-github: @@ -55059,7 +55070,7 @@ paths: description: Response content: application/json: - schema: &461 + schema: &462 title: Full Repository description: Full Repository type: object @@ -55336,8 +55347,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *417 - required: *418 + properties: *418 + required: *419 nullable: true temp_clone_token: type: string @@ -55424,8 +55435,8 @@ paths: title: License Simple description: License Simple type: object - properties: *223 - required: *224 + properties: *224 + required: *225 nullable: true organization: title: Simple User @@ -55452,7 +55463,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &582 + properties: &583 url: type: string format: uri @@ -55468,12 +55479,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &583 + required: &584 - url - key - name - html_url - security_and_analysis: *419 + security_and_analysis: *420 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -55557,7 +55568,7 @@ paths: - network_count - subscribers_count examples: - default: &463 + default: &464 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -56083,9 +56094,9 @@ paths: application/json: schema: type: array - items: *420 + items: *421 examples: - default: *421 + default: *422 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -56110,7 +56121,7 @@ paths: - *87 - *17 - *19 - - &717 + - &718 name: targets description: | A comma-separated list of rule targets to filter by. @@ -56201,11 +56212,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *169 - conditions: *422 + conditions: *423 rules: type: array description: An array of rules within the ruleset. - items: &424 + items: &425 title: Repository Rule type: object description: A repository rule. @@ -56270,7 +56281,7 @@ paths: application/json: schema: *191 examples: - default: &423 + default: &424 value: id: 21 name: super cool ruleset @@ -56325,7 +56336,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *87 - - &719 + - &720 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -56335,16 +56346,16 @@ paths: schema: type: string x-multi-segment: true - - *309 + - *310 - *105 - - &720 + - &721 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 - - &721 + - &722 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -56364,7 +56375,7 @@ paths: description: Response content: application/json: - schema: &722 + schema: &723 title: Rule Suites description: Response type: array @@ -56419,7 +56430,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &723 + default: &724 value: - id: 21 actor_id: 12 @@ -56463,7 +56474,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *87 - - &724 + - &725 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -56479,7 +56490,7 @@ paths: description: Response content: application/json: - schema: &725 + schema: &726 title: Rule Suite description: Response type: object @@ -56578,7 +56589,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &726 + default: &727 value: id: 21 actor_id: 12 @@ -56653,7 +56664,7 @@ paths: application/json: schema: *191 examples: - default: *423 + default: *424 '404': *6 '500': *40 put: @@ -56702,11 +56713,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *169 - conditions: *422 + conditions: *423 rules: description: An array of rules within the ruleset. type: array - items: *424 + items: *425 examples: default: value: @@ -56743,7 +56754,7 @@ paths: application/json: schema: *191 examples: - default: *423 + default: *424 '404': *6 '500': *40 delete: @@ -56802,7 +56813,7 @@ paths: type: array items: *195 examples: - default: *425 + default: *426 '404': *6 '500': *40 x-github: @@ -56839,7 +56850,7 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: default: value: @@ -56902,15 +56913,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *87 - - *427 - *428 - *429 - *430 - *431 + - *432 - *110 - *19 - *17 - - &728 + - &729 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 @@ -56920,7 +56931,7 @@ paths: required: false schema: type: string - - &729 + - &730 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 @@ -56930,10 +56941,10 @@ paths: required: false schema: type: string - - *432 - *433 - *434 - *435 + - *436 responses: '200': description: Response @@ -56941,9 +56952,9 @@ paths: application/json: schema: type: array - items: *436 + items: *437 examples: - default: *437 + default: *438 headers: Link: *47 '404': *6 @@ -56978,9 +56989,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *439 examples: - default: *439 + default: *440 '403': *29 '404': *6 patch: @@ -57133,7 +57144,7 @@ paths: application/json: schema: type: array - items: &750 + items: &751 description: A repository security advisory. type: object properties: @@ -57353,7 +57364,7 @@ paths: login: type: string description: The username of the user credited. - type: *440 + type: *441 credits_detailed: type: array nullable: true @@ -57363,7 +57374,7 @@ paths: type: object properties: user: *4 - type: *440 + type: *441 state: type: string description: The state of the user's acceptance of the @@ -57387,7 +57398,7 @@ paths: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *312 + items: *313 private_fork: readOnly: true nullable: true @@ -57424,7 +57435,7 @@ paths: - private_fork additionalProperties: false examples: - default: &751 + default: &752 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -57811,9 +57822,9 @@ paths: application/json: schema: type: array - items: *441 + items: *442 examples: - default: *385 + default: *386 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57837,7 +57848,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - *87 - - *215 + - *216 responses: '204': description: Response @@ -57863,7 +57874,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - *87 - - *215 + - *216 responses: '204': description: Response @@ -57895,7 +57906,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *87 - - *442 + - *443 - *17 - *19 responses: @@ -57903,9 +57914,9 @@ paths: description: Success content: application/json: - schema: *443 + schema: *444 examples: - default: *444 + default: *445 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -58049,9 +58060,9 @@ paths: type: integer repositories: type: array - items: *283 + items: *284 examples: - default: *297 + default: *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58120,7 +58131,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#enable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - *87 - - *277 + - *278 responses: '204': description: Response @@ -58143,7 +58154,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#disable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - *87 - - *277 + - *278 responses: '204': description: Response @@ -58186,7 +58197,7 @@ paths: type: array items: *148 examples: - default: *445 + default: *446 headers: Link: *47 x-github: @@ -58389,15 +58400,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - *87 - - *446 + - *447 responses: '200': description: Response content: application/json: - schema: *447 + schema: *448 examples: - default: *448 + default: *449 headers: Link: *47 x-github: @@ -58435,7 +58446,7 @@ paths: description: Response content: application/json: - schema: &458 + schema: &459 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -58481,7 +58492,7 @@ paths: type: string nullable: true examples: - default: &459 + default: &460 value: groups: - group_id: '123' @@ -58527,7 +58538,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *87 - - *215 + - *216 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -58593,9 +58604,9 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: - default: *385 + default: *386 headers: Link: *47 '403': *29 @@ -58689,7 +58700,7 @@ paths: description: Response content: application/json: - schema: &449 + schema: &450 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -58752,8 +58763,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *383 - required: *384 + properties: *384 + required: *385 nullable: true members_count: type: integer @@ -59016,7 +59027,7 @@ paths: - repos_count - organization examples: - default: &450 + default: &451 value: id: 1 node_id: MDQ6VGVhbTE= @@ -59087,15 +59098,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - *87 - - *215 + - *216 responses: '200': description: Response content: application/json: - schema: *449 + schema: *450 examples: - default: *450 + default: *451 '404': *6 x-github: githubCloudOnly: false @@ -59117,7 +59128,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - *87 - - *215 + - *216 requestBody: required: false content: @@ -59179,16 +59190,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *449 + schema: *450 examples: - default: *450 + default: *451 '201': description: Response content: application/json: - schema: *449 + schema: *450 examples: - default: *450 + default: *451 '404': *6 '422': *15 '403': *29 @@ -59214,7 +59225,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - *87 - - *215 + - *216 responses: '204': description: Response @@ -59238,15 +59249,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: - *87 - - *215 + - *216 responses: '200': description: Response content: application/json: - schema: *451 + schema: *452 examples: - default: *452 + default: *453 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -59266,7 +59277,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: - *87 - - *215 + - *216 requestBody: required: true content: @@ -59289,9 +59300,9 @@ paths: description: Response content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -59311,7 +59322,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: - *87 - - *215 + - *216 responses: '204': description: Response @@ -59336,7 +59347,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - *87 - - *215 + - *216 - *17 - *19 responses: @@ -59346,9 +59357,9 @@ paths: application/json: schema: type: array - items: *367 + items: *368 examples: - default: *368 + default: *369 headers: Link: *47 x-github: @@ -59371,7 +59382,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - *87 - - *215 + - *216 - name: role description: Filters members returned by their role in the team. in: query @@ -59425,14 +59436,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - *87 - - *215 + - *216 - *143 responses: '200': description: Response content: application/json: - schema: &455 + schema: &456 title: Team Membership description: Team Membership type: object @@ -59459,7 +59470,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &794 + response-if-user-is-a-team-maintainer: &795 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -59496,7 +59507,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *87 - - *215 + - *216 - *143 requestBody: required: false @@ -59522,9 +59533,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: - response-if-users-membership-with-team-is-now-pending: &795 + response-if-users-membership-with-team-is-now-pending: &796 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -59560,7 +59571,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - *87 - - *215 + - *216 - *143 responses: '204': @@ -59588,7 +59599,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - *87 - - *215 + - *216 - *17 - *19 responses: @@ -59598,9 +59609,9 @@ paths: application/json: schema: type: array - items: *283 + items: *284 examples: - default: *392 + default: *393 headers: Link: *47 x-github: @@ -59630,15 +59641,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - *87 - - *215 - - *456 + - *216 - *457 + - *458 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &796 + schema: &797 title: Team Repository description: A team's access to a repository. type: object @@ -59661,8 +59672,8 @@ paths: title: License Simple description: License Simple type: object - properties: *223 - required: *224 + properties: *224 + required: *225 nullable: true forks: type: integer @@ -60208,9 +60219,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - *87 - - *215 - - *456 + - *216 - *457 + - *458 requestBody: required: false content: @@ -60256,9 +60267,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - *87 - - *215 - - *456 + - *216 - *457 + - *458 responses: '204': description: Response @@ -60285,15 +60296,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - *87 - - *215 + - *216 responses: '200': description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *459 + default: *460 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -60316,7 +60327,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - *87 - - *215 + - *216 requestBody: required: true content: @@ -60359,7 +60370,7 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: default: value: @@ -60392,7 +60403,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - *87 - - *215 + - *216 - *17 - *19 responses: @@ -60402,9 +60413,9 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: - response-if-child-teams-exist: &797 + response-if-child-teams-exist: &798 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -60558,7 +60569,7 @@ paths: resources: type: object properties: - core: &460 + core: &461 title: Rate Limit type: object properties: @@ -60575,21 +60586,21 @@ paths: - remaining - reset - used - graphql: *460 - search: *460 - code_search: *460 - source_import: *460 - integration_manifest: *460 - code_scanning_upload: *460 - actions_runner_registration: *460 - scim: *460 - dependency_snapshots: *460 - dependency_sbom: *460 - code_scanning_autofix: *460 + graphql: *461 + search: *461 + code_search: *461 + source_import: *461 + integration_manifest: *461 + code_scanning_upload: *461 + actions_runner_registration: *461 + scim: *461 + dependency_snapshots: *461 + dependency_sbom: *461 + code_scanning_autofix: *461 required: - core - search - rate: *460 + rate: *461 required: - rate - resources @@ -60694,14 +60705,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *456 - *457 + - *458 responses: '200': description: Response content: application/json: - schema: *461 + schema: *462 examples: default-response: summary: Default response @@ -61206,7 +61217,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *462 + '301': *463 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61224,8 +61235,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *456 - *457 + - *458 requestBody: required: false content: @@ -61482,10 +61493,10 @@ paths: description: Response content: application/json: - schema: *461 + schema: *462 examples: - default: *463 - '307': &464 + default: *464 + '307': &465 description: Temporary Redirect content: application/json: @@ -61514,8 +61525,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *456 - *457 + - *458 responses: '204': description: Response @@ -61537,7 +61548,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': *464 + '307': *465 '404': *6 '409': *119 x-github: @@ -61561,11 +61572,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *456 - *457 + - *458 - *17 - *19 - - &481 + - &482 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -61588,7 +61599,7 @@ paths: type: integer artifacts: type: array - items: &465 + items: &466 title: Artifact description: An artifact type: object @@ -61666,7 +61677,7 @@ paths: - expires_at - updated_at examples: - default: &482 + default: &483 value: total_count: 2 artifacts: @@ -61727,9 +61738,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *456 - *457 - - &466 + - *458 + - &467 name: artifact_id description: The unique identifier of the artifact. in: path @@ -61741,7 +61752,7 @@ paths: description: Response content: application/json: - schema: *465 + schema: *466 examples: default: value: @@ -61779,9 +61790,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *456 - *457 - - *466 + - *458 + - *467 responses: '204': description: Response @@ -61805,9 +61816,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *456 - *457 - - *466 + - *458 + - *467 - name: archive_format in: path required: true @@ -61821,7 +61832,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': &649 + '410': &650 description: Gone content: application/json: @@ -61846,14 +61857,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-retention-limit-for-a-repository parameters: - - *456 - *457 + - *458 responses: '200': description: Response content: application/json: - schema: &467 + schema: &468 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -61886,13 +61897,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#set-github-actions-cache-retention-limit-for-a-repository parameters: - - *456 - *457 + - *458 requestBody: required: true content: application/json: - schema: *467 + schema: *468 examples: selected_actions: *44 responses: @@ -61921,14 +61932,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-storage-limit-for-a-repository parameters: - - *456 - *457 + - *458 responses: '200': description: Response content: application/json: - schema: &468 + schema: &469 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -61961,13 +61972,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#set-github-actions-cache-storage-limit-for-a-repository parameters: - - *456 - *457 + - *458 requestBody: required: true content: application/json: - schema: *468 + schema: *469 examples: selected_actions: *46 responses: @@ -61998,14 +62009,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: - - *456 - *457 + - *458 responses: '200': description: Response content: application/json: - schema: *469 + schema: *470 examples: default: value: @@ -62031,11 +62042,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: - - *456 - *457 + - *458 - *17 - *19 - - &470 + - &471 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 @@ -62069,7 +62080,7 @@ paths: description: Response content: application/json: - schema: &471 + schema: &472 title: Repository actions caches description: Repository actions caches type: object @@ -62111,7 +62122,7 @@ paths: - total_count - actions_caches examples: - default: &472 + default: &473 value: total_count: 1 actions_caches: @@ -62143,23 +62154,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: - - *456 - *457 + - *458 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *470 + - *471 responses: '200': description: Response content: application/json: - schema: *471 + schema: *472 examples: - default: *472 + default: *473 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62179,8 +62190,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: - - *456 - *457 + - *458 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -62211,9 +62222,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: - - *456 - *457 - - &473 + - *458 + - &474 name: job_id description: The unique identifier of the job. in: path @@ -62225,7 +62236,7 @@ paths: description: Response content: application/json: - schema: &485 + schema: &486 title: Job description: Information of a job execution in a workflow run type: object @@ -62532,9 +62543,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: - - *456 - *457 - - *473 + - *458 + - *474 responses: '302': description: Response @@ -62562,9 +62573,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: - - *456 - *457 - - *473 + - *458 + - *474 requestBody: required: false content: @@ -62585,7 +62596,7 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -62609,8 +62620,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: - - *456 - *457 + - *458 responses: '200': description: Status response @@ -62660,8 +62671,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: - - *456 - *457 + - *458 requestBody: required: true content: @@ -62695,7 +62706,7 @@ paths: description: Empty response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -62724,8 +62735,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -62743,7 +62754,7 @@ paths: type: integer secrets: type: array - items: &487 + items: &488 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -62763,7 +62774,7 @@ paths: - created_at - updated_at examples: - default: &488 + default: &489 value: total_count: 2 secrets: @@ -62796,9 +62807,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *456 - *457 - - *474 + - *458 + - *475 - *19 responses: '200': @@ -62815,7 +62826,7 @@ paths: type: integer variables: type: array - items: &491 + items: &492 title: Actions Variable type: object properties: @@ -62845,7 +62856,7 @@ paths: - created_at - updated_at examples: - default: &492 + default: &493 value: total_count: 2 variables: @@ -62878,8 +62889,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: - - *456 - *457 + - *458 responses: '200': description: Response @@ -62888,11 +62899,11 @@ paths: schema: type: object properties: - enabled: &475 + enabled: &476 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *60 - selected_actions_url: *270 + selected_actions_url: *271 sha_pinning_required: *61 required: - enabled @@ -62923,8 +62934,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: - - *456 - *457 + - *458 responses: '204': description: Response @@ -62935,7 +62946,7 @@ paths: schema: type: object properties: - enabled: *475 + enabled: *476 allowed_actions: *60 sha_pinning_required: *61 required: @@ -62968,14 +62979,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: - - *456 - *457 + - *458 responses: '200': description: Response content: application/json: - schema: &476 + schema: &477 type: object properties: access_level: @@ -62993,7 +63004,7 @@ paths: required: - access_level examples: - default: &477 + default: &478 value: access_level: organization x-github: @@ -63018,15 +63029,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: - - *456 - *457 + - *458 requestBody: required: true content: application/json: - schema: *476 + schema: *477 examples: - default: *477 + default: *478 responses: '204': description: Response @@ -63050,14 +63061,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *456 - *457 + - *458 responses: '200': description: Response content: application/json: - schema: *272 + schema: *273 examples: default: value: @@ -63081,8 +63092,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *456 - *457 + - *458 responses: '204': description: Empty response for successful settings update @@ -63092,7 +63103,7 @@ paths: required: true content: application/json: - schema: *273 + schema: *274 examples: default: summary: Set retention days @@ -63116,8 +63127,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *456 - *457 + - *458 responses: '200': description: Response @@ -63125,7 +63136,7 @@ paths: application/json: schema: *62 examples: - default: *274 + default: *275 '404': *6 x-github: enabledForGitHubApps: true @@ -63144,8 +63155,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *456 - *457 + - *458 responses: '204': description: Response @@ -63179,14 +63190,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *456 - *457 + - *458 responses: '200': description: Response content: application/json: - schema: *275 + schema: *276 examples: default: *63 '403': *29 @@ -63208,13 +63219,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *456 - *457 + - *458 requestBody: required: true content: application/json: - schema: *276 + schema: *277 examples: default: *63 responses: @@ -63240,8 +63251,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: - - *456 - *457 + - *458 responses: '200': description: Response @@ -63272,8 +63283,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: - - *456 - *457 + - *458 responses: '204': description: Response @@ -63305,14 +63316,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *456 - *457 + - *458 responses: '200': description: Response content: application/json: - schema: *279 + schema: *280 examples: default: *69 x-github: @@ -63335,8 +63346,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: - - *456 - *457 + - *458 responses: '204': description: Success response @@ -63347,7 +63358,7 @@ paths: required: true content: application/json: - schema: *280 + schema: *281 examples: default: *69 x-github: @@ -63376,8 +63387,8 @@ paths: in: query schema: type: string - - *456 - *457 + - *458 - *17 - *19 responses: @@ -63421,8 +63432,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: - - *456 - *457 + - *458 responses: '200': description: Response @@ -63430,9 +63441,9 @@ paths: application/json: schema: type: array - items: *284 + items: *285 examples: - default: *285 + default: *286 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63454,8 +63465,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: - - *456 - *457 + - *458 requestBody: required: true content: @@ -63498,7 +63509,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *286 + '201': *287 '404': *6 '422': *7 '409': *119 @@ -63529,8 +63540,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: - - *456 - *457 + - *458 responses: '201': description: Response @@ -63538,7 +63549,7 @@ paths: application/json: schema: *79 examples: - default: *287 + default: *288 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63566,8 +63577,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: - - *456 - *457 + - *458 responses: '201': description: Response @@ -63575,7 +63586,7 @@ paths: application/json: schema: *79 examples: - default: *288 + default: *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63597,8 +63608,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: - - *456 - *457 + - *458 - *75 responses: '200': @@ -63607,7 +63618,7 @@ paths: application/json: schema: *76 examples: - default: *289 + default: *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63628,8 +63639,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: - - *456 - *457 + - *458 - *75 responses: '204': @@ -63656,8 +63667,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: - - *456 - *457 + - *458 - *75 responses: '200': *81 @@ -63682,8 +63693,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: - - *456 - *457 + - *458 - *75 requestBody: required: true @@ -63732,8 +63743,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: - - *456 - *457 + - *458 - *75 requestBody: required: true @@ -63783,11 +63794,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *456 - *457 + - *458 - *75 responses: - '200': *290 + '200': *291 '404': *6 x-github: githubCloudOnly: false @@ -63814,10 +63825,10 @@ 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: - - *456 - *457 + - *458 - *75 - - *291 + - *292 responses: '200': *81 '404': *6 @@ -63845,9 +63856,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: - - *456 - *457 - - &495 + - *458 + - &496 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. @@ -63855,7 +63866,7 @@ paths: required: false schema: type: string - - &496 + - &497 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -63863,7 +63874,7 @@ paths: required: false schema: type: string - - &497 + - &498 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -63872,7 +63883,7 @@ paths: required: false schema: type: string - - &498 + - &499 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 @@ -63899,7 +63910,7 @@ paths: - pending - *17 - *19 - - &499 + - &500 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)." @@ -63908,7 +63919,7 @@ paths: schema: type: string format: date-time - - &478 + - &479 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -63917,13 +63928,13 @@ paths: schema: type: boolean default: false - - &500 + - &501 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &501 + - &502 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -63946,7 +63957,7 @@ paths: type: integer workflow_runs: type: array - items: &479 + items: &480 title: Workflow Run description: An invocation of a workflow type: object @@ -64041,7 +64052,7 @@ paths: that triggered the run. type: array nullable: true - items: *225 + items: *226 created_at: type: string format: date-time @@ -64094,7 +64105,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &523 + properties: &524 id: type: string description: SHA for the commit @@ -64145,7 +64156,7 @@ paths: - name - email nullable: true - required: &524 + required: &525 - id - tree_id - message @@ -64153,8 +64164,8 @@ paths: - author - committer nullable: true - repository: *283 - head_repository: *283 + repository: *284 + head_repository: *284 head_repository_id: type: integer example: 5 @@ -64192,7 +64203,7 @@ paths: - workflow_url - pull_requests examples: - default: &502 + default: &503 value: total_count: 1 workflow_runs: @@ -64428,24 +64439,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *456 - *457 - - &480 + - *458 + - &481 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *478 + - *479 responses: '200': description: Response content: application/json: - schema: *479 + schema: *480 examples: - default: &483 + default: &484 value: id: 30433642 name: Build @@ -64686,9 +64697,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *456 - *457 - - *480 + - *458 + - *481 responses: '204': description: Response @@ -64711,9 +64722,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: - - *456 - *457 - - *480 + - *458 + - *481 responses: '200': description: Response @@ -64832,15 +64843,15 @@ 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: - - *456 - *457 - - *480 + - *458 + - *481 responses: '201': description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -64867,12 +64878,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *456 - *457 - - *480 + - *458 + - *481 - *17 - *19 - - *481 + - *482 responses: '200': description: Response @@ -64888,9 +64899,9 @@ paths: type: integer artifacts: type: array - items: *465 + items: *466 examples: - default: *482 + default: *483 headers: Link: *47 x-github: @@ -64914,25 +64925,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *456 - *457 - - *480 - - &484 + - *458 + - *481 + - &485 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *478 + - *479 responses: '200': description: Response content: application/json: - schema: *479 + schema: *480 examples: - default: *483 + default: *484 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64955,10 +64966,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: - - *456 - *457 - - *480 - - *484 + - *458 + - *481 + - *485 - *17 - *19 responses: @@ -64976,9 +64987,9 @@ paths: type: integer jobs: type: array - items: *485 + items: *486 examples: - default: &486 + default: &487 value: total_count: 1 jobs: @@ -65091,10 +65102,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *456 - *457 - - *480 - - *484 + - *458 + - *481 + - *485 responses: '302': description: Response @@ -65122,15 +65133,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *456 - *457 - - *480 + - *458 + - *481 responses: '202': description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -65157,9 +65168,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: - - *456 - *457 - - *480 + - *458 + - *481 requestBody: required: true content: @@ -65226,15 +65237,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *456 - *457 - - *480 + - *458 + - *481 responses: '202': description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -65261,9 +65272,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: - - *456 - *457 - - *480 + - *458 + - *481 - 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 @@ -65293,9 +65304,9 @@ paths: type: integer jobs: type: array - items: *485 + items: *486 examples: - default: *486 + default: *487 headers: Link: *47 x-github: @@ -65320,9 +65331,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *456 - *457 - - *480 + - *458 + - *481 responses: '302': description: Response @@ -65349,9 +65360,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *456 - *457 - - *480 + - *458 + - *481 responses: '204': description: Response @@ -65378,9 +65389,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: - - *456 - *457 - - *480 + - *458 + - *481 responses: '200': description: Response @@ -65440,7 +65451,7 @@ paths: items: type: object properties: - type: &615 + type: &616 type: string description: The type of reviewer. enum: @@ -65450,7 +65461,7 @@ paths: reviewer: anyOf: - *4 - - *312 + - *313 required: - environment - wait_timer @@ -65525,9 +65536,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: - - *456 - *457 - - *480 + - *458 + - *481 requestBody: required: true content: @@ -65574,7 +65585,7 @@ paths: application/json: schema: type: array - items: &600 + items: &601 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -65662,8 +65673,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 required: - id - node_id @@ -65680,7 +65691,7 @@ paths: - created_at - updated_at examples: - default: &601 + default: &602 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -65736,9 +65747,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *456 - *457 - - *480 + - *458 + - *481 requestBody: required: false content: @@ -65759,7 +65770,7 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -65782,9 +65793,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: - - *456 - *457 - - *480 + - *458 + - *481 requestBody: required: false content: @@ -65805,7 +65816,7 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -65838,9 +65849,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *456 - *457 - - *480 + - *458 + - *481 responses: '200': description: Response @@ -65977,8 +65988,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -65996,9 +66007,9 @@ paths: type: integer secrets: type: array - items: *487 + items: *488 examples: - default: *488 + default: *489 headers: Link: *47 x-github: @@ -66023,16 +66034,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *456 - *457 + - *458 responses: '200': description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66054,17 +66065,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *456 - *457 - - *293 + - *458 + - *294 responses: '200': description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: &628 + default: &629 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -66090,9 +66101,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *456 - *457 - - *293 + - *458 + - *294 requestBody: required: true content: @@ -66123,7 +66134,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -66149,9 +66160,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *456 - *457 - - *293 + - *458 + - *294 responses: '204': description: Response @@ -66176,9 +66187,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *456 - *457 - - *474 + - *458 + - *475 - *19 responses: '200': @@ -66195,9 +66206,9 @@ paths: type: integer variables: type: array - items: *491 + items: *492 examples: - default: *492 + default: *493 headers: Link: *47 x-github: @@ -66220,8 +66231,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -66248,7 +66259,7 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -66273,17 +66284,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *456 - *457 - - *296 + - *458 + - *297 responses: '200': description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: &629 + default: &630 value: name: USERNAME value: octocat @@ -66309,9 +66320,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *456 - *457 - - *296 + - *458 + - *297 requestBody: required: true content: @@ -66353,9 +66364,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *456 - *457 - - *296 + - *458 + - *297 responses: '204': description: Response @@ -66380,8 +66391,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -66399,7 +66410,7 @@ paths: type: integer workflows: type: array - items: &493 + items: &494 title: Workflow description: A GitHub Actions workflow type: object @@ -66506,9 +66517,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *456 - *457 - - &494 + - *458 + - &495 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -66523,7 +66534,7 @@ paths: description: Response content: application/json: - schema: *493 + schema: *494 examples: default: value: @@ -66556,9 +66567,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *456 - *457 - - *494 + - *458 + - *495 responses: '204': description: Response @@ -66583,9 +66594,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *456 - *457 - - *494 + - *458 + - *495 responses: '204': description: Response @@ -66636,9 +66647,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *456 - *457 - - *494 + - *458 + - *495 responses: '204': description: Response @@ -66665,19 +66676,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: - - *456 - *457 - - *494 + - *458 - *495 - *496 - *497 - *498 + - *499 - *17 - *19 - - *499 - - *478 - *500 + - *479 - *501 + - *502 responses: '200': description: Response @@ -66693,9 +66704,9 @@ paths: type: integer workflow_runs: type: array - items: *479 + items: *480 examples: - default: *502 + default: *503 headers: Link: *47 x-github: @@ -66728,9 +66739,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *456 - *457 - - *494 + - *458 + - *495 responses: '200': description: Response @@ -66791,8 +66802,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *456 - *457 + - *458 - *110 - *17 - *108 @@ -66956,8 +66967,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -66994,8 +67005,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: - - *456 - *457 + - *458 - name: assignee in: path required: true @@ -67031,8 +67042,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#create-an-attestation parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -67144,8 +67155,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#list-attestations parameters: - - *456 - *457 + - *458 - *17 - *108 - *109 @@ -67202,7 +67213,7 @@ paths: initiator: type: string examples: - default: *503 + default: *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67222,8 +67233,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *456 - *457 + - *458 responses: '200': description: Response @@ -67231,7 +67242,7 @@ paths: application/json: schema: type: array - items: &504 + items: &505 title: Autolink reference description: An autolink reference. type: object @@ -67285,8 +67296,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: - - *456 - *457 + - *458 requestBody: required: true content: @@ -67325,9 +67336,9 @@ paths: description: response content: application/json: - schema: *504 + schema: *505 examples: - default: &505 + default: &506 value: id: 1 key_prefix: TICKET- @@ -67358,9 +67369,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: - - *456 - *457 - - &506 + - *458 + - &507 name: autolink_id description: The unique identifier of the autolink. in: path @@ -67372,9 +67383,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *505 examples: - default: *505 + default: *506 '404': *6 x-github: githubCloudOnly: false @@ -67394,9 +67405,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: - - *456 - *457 - - *506 + - *458 + - *507 responses: '204': description: Response @@ -67420,8 +67431,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *456 - *457 + - *458 responses: '200': description: Response if Dependabot is enabled @@ -67469,8 +67480,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *456 - *457 + - *458 responses: '204': description: Response @@ -67491,8 +67502,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *456 - *457 + - *458 responses: '204': description: Response @@ -67512,8 +67523,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *456 - *457 + - *458 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -67551,7 +67562,7 @@ paths: - url protected: type: boolean - protection: &508 + protection: &509 title: Branch Protection description: Branch Protection type: object @@ -67593,7 +67604,7 @@ paths: required: - contexts - checks - enforce_admins: &511 + enforce_admins: &512 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -67608,7 +67619,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &513 + required_pull_request_reviews: &514 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -67629,7 +67640,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *312 + items: *313 apps: description: The list of apps with review dismissal access. @@ -67658,7 +67669,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *312 + items: *313 apps: description: The list of apps allowed to bypass pull request requirements. @@ -67684,7 +67695,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &510 + restrictions: &511 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -67747,7 +67758,7 @@ paths: type: string teams: type: array - items: *312 + items: *313 apps: type: array items: @@ -67961,9 +67972,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *456 - *457 - - &509 + - *458 + - &510 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). @@ -67977,14 +67988,14 @@ paths: description: Response content: application/json: - schema: &519 + schema: &520 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &573 + commit: &574 title: Commit description: Commit type: object @@ -68018,7 +68029,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &507 + properties: &508 name: type: string example: '"Chris Wanstrath"' @@ -68034,7 +68045,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *507 + properties: *508 nullable: true message: type: string @@ -68055,7 +68066,7 @@ paths: required: - sha - url - verification: &635 + verification: &636 title: Verification type: object properties: @@ -68089,12 +68100,12 @@ paths: nullable: true oneOf: - *4 - - *294 + - *295 committer: nullable: true oneOf: - *4 - - *294 + - *295 parents: type: array items: @@ -68125,7 +68136,7 @@ paths: type: integer files: type: array - items: &586 + items: &587 title: Diff Entry description: Diff Entry type: object @@ -68209,7 +68220,7 @@ paths: - self protected: type: boolean - protection: *508 + protection: *509 protection_url: type: string format: uri @@ -68316,7 +68327,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *462 + '301': *463 '404': *6 x-github: githubCloudOnly: false @@ -68338,15 +68349,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *456 - *457 - - *509 + - *458 + - *510 responses: '200': description: Response content: application/json: - schema: *508 + schema: *509 examples: default: value: @@ -68540,9 +68551,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: required: true content: @@ -68797,7 +68808,7 @@ paths: url: type: string format: uri - required_status_checks: &516 + required_status_checks: &517 title: Status Check Policy description: Status Check Policy type: object @@ -68873,7 +68884,7 @@ paths: items: *4 teams: type: array - items: *312 + items: *313 apps: type: array items: *5 @@ -68891,7 +68902,7 @@ paths: items: *4 teams: type: array - items: *312 + items: *313 apps: type: array items: *5 @@ -68949,7 +68960,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *510 + restrictions: *511 required_conversation_resolution: type: object properties: @@ -69061,9 +69072,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *456 - *457 - - *509 + - *458 + - *510 responses: '204': description: Response @@ -69088,17 +69099,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *456 - *457 - - *509 + - *458 + - *510 responses: '200': description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: &512 + default: &513 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -69120,17 +69131,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *456 - *457 - - *509 + - *458 + - *510 responses: '200': description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *512 + default: *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69149,9 +69160,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *456 - *457 - - *509 + - *458 + - *510 responses: '204': description: Response @@ -69176,17 +69187,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *456 - *457 - - *509 + - *458 + - *510 responses: '200': description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: &514 + default: &515 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -69282,9 +69293,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: required: false content: @@ -69382,9 +69393,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: *514 + default: *515 '422': *15 x-github: githubCloudOnly: false @@ -69405,9 +69416,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *456 - *457 - - *509 + - *458 + - *510 responses: '204': description: Response @@ -69434,17 +69445,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *456 - *457 - - *509 + - *458 + - *510 responses: '200': description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: &515 + default: &516 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -69467,17 +69478,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *456 - *457 - - *509 + - *458 + - *510 responses: '200': description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *515 + default: *516 '404': *6 x-github: githubCloudOnly: false @@ -69497,9 +69508,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *456 - *457 - - *509 + - *458 + - *510 responses: '204': description: Response @@ -69524,17 +69535,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *456 - *457 - - *509 + - *458 + - *510 responses: '200': description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: &517 + default: &518 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -69560,9 +69571,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: required: false content: @@ -69614,9 +69625,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: *517 + default: *518 '404': *6 '422': *15 x-github: @@ -69638,9 +69649,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *456 - *457 - - *509 + - *458 + - *510 responses: '204': description: Response @@ -69664,9 +69675,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *456 - *457 - - *509 + - *458 + - *510 responses: '200': description: Response @@ -69700,9 +69711,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: required: false content: @@ -69769,9 +69780,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: required: false content: @@ -69835,9 +69846,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: content: application/json: @@ -69903,15 +69914,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *456 - *457 - - *509 + - *458 + - *510 responses: '200': description: Response content: application/json: - schema: *510 + schema: *511 examples: default: value: @@ -70002,9 +70013,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *456 - *457 - - *509 + - *458 + - *510 responses: '204': description: Response @@ -70027,9 +70038,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: - - *456 - *457 - - *509 + - *458 + - *510 responses: '200': description: Response @@ -70039,7 +70050,7 @@ paths: type: array items: *5 examples: - default: &518 + default: &519 value: - id: 1 slug: octoapp @@ -70096,9 +70107,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: required: true content: @@ -70132,7 +70143,7 @@ paths: type: array items: *5 examples: - default: *518 + default: *519 '422': *15 x-github: githubCloudOnly: false @@ -70153,9 +70164,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: required: true content: @@ -70189,7 +70200,7 @@ paths: type: array items: *5 examples: - default: *518 + default: *519 '422': *15 x-github: githubCloudOnly: false @@ -70210,9 +70221,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: required: true content: @@ -70246,7 +70257,7 @@ paths: type: array items: *5 examples: - default: *518 + default: *519 '422': *15 x-github: githubCloudOnly: false @@ -70268,9 +70279,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: - - *456 - *457 - - *509 + - *458 + - *510 responses: '200': description: Response @@ -70278,9 +70289,9 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: - default: *385 + default: *386 '404': *6 x-github: githubCloudOnly: false @@ -70300,9 +70311,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: required: false content: @@ -70338,9 +70349,9 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: - default: *385 + default: *386 '422': *15 x-github: githubCloudOnly: false @@ -70361,9 +70372,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: required: false content: @@ -70399,9 +70410,9 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: - default: *385 + default: *386 '422': *15 x-github: githubCloudOnly: false @@ -70422,9 +70433,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: content: application/json: @@ -70459,9 +70470,9 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: - default: *385 + default: *386 '422': *15 x-github: githubCloudOnly: false @@ -70483,9 +70494,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: - - *456 - *457 - - *509 + - *458 + - *510 responses: '200': description: Response @@ -70519,9 +70530,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: required: true content: @@ -70579,9 +70590,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: required: true content: @@ -70639,9 +70650,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: required: true content: @@ -70701,9 +70712,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *456 - *457 - - *509 + - *458 + - *510 requestBody: required: true content: @@ -70725,7 +70736,7 @@ paths: description: Response content: application/json: - schema: *519 + schema: *520 examples: default: value: @@ -70839,8 +70850,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *456 - *457 + - *458 - *103 - *104 - *105 @@ -70854,9 +70865,9 @@ paths: application/json: schema: type: array - items: *307 + items: *308 examples: - default: *308 + default: *309 '404': *6 '500': *40 "/repos/{owner}/{repo}/bypass-requests/push-rules/{bypass_request_number}": @@ -70876,8 +70887,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *456 - *457 + - *458 - name: bypass_request_number in: path required: true @@ -70891,7 +70902,7 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: default: value: @@ -70950,8 +70961,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *456 - *457 + - *458 - *103 - *104 - *105 @@ -70965,9 +70976,9 @@ paths: application/json: schema: type: array - items: *310 + items: *311 examples: - default: *311 + default: *312 '404': *6 '403': *29 '500': *40 @@ -70991,8 +71002,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *456 - *457 + - *458 - name: bypass_request_number in: path required: true @@ -71004,7 +71015,7 @@ paths: description: A single bypass request. content: application/json: - schema: *310 + schema: *311 examples: default: value: @@ -71062,8 +71073,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *456 - *457 + - *458 - name: bypass_request_number in: path required: true @@ -71134,8 +71145,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *456 - *457 + - *458 - name: bypass_response_id in: path required: true @@ -71168,8 +71179,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -71448,7 +71459,7 @@ paths: description: Response content: application/json: - schema: &520 + schema: &521 title: CheckRun description: A check performed on the code of a given code change type: object @@ -71559,16 +71570,16 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 pull_requests: description: Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check. type: array - items: *225 - deployment: &859 + items: *226 + deployment: &860 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -71635,8 +71646,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 required: - id - node_id @@ -71848,9 +71859,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *456 - *457 - - &521 + - *458 + - &522 name: check_run_id description: The unique identifier of the check run. in: path @@ -71862,9 +71873,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: &522 + default: &523 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -71964,9 +71975,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *456 - *457 - - *521 + - *458 + - *522 requestBody: required: true content: @@ -72206,9 +72217,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: *522 + default: *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72228,9 +72239,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *456 - *457 - - *521 + - *458 + - *522 - *17 - *19 responses: @@ -72325,15 +72336,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *456 - *457 - - *521 + - *458 + - *522 responses: '201': description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -72371,8 +72382,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -72394,7 +72405,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &525 + schema: &526 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -72458,7 +72469,7 @@ paths: nullable: true pull_requests: type: array - items: *225 + items: *226 nullable: true app: title: GitHub app @@ -72469,9 +72480,9 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 - repository: *283 + properties: *218 + required: *219 + repository: *284 created_at: type: string format: date-time @@ -72480,12 +72491,12 @@ paths: type: string format: date-time nullable: true - head_commit: &890 + head_commit: &891 title: Simple Commit description: A commit. type: object - properties: *523 - required: *524 + properties: *524 + required: *525 latest_check_runs_count: type: integer check_runs_url: @@ -72513,7 +72524,7 @@ paths: - check_runs_url - pull_requests examples: - default: &526 + default: &527 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -72804,9 +72815,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *525 + schema: *526 examples: - default: *526 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72825,8 +72836,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -72887,7 +72898,7 @@ paths: required: - app_id - setting - repository: *283 + repository: *284 examples: default: value: @@ -73135,9 +73146,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *456 - *457 - - &527 + - *458 + - &528 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -73149,9 +73160,9 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: *526 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73174,17 +73185,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: - - *456 - *457 - - *527 - - &579 + - *458 + - *528 + - &580 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &580 + - &581 name: status description: Returns check runs with the specified `status`. in: query @@ -73223,9 +73234,9 @@ paths: type: integer check_runs: type: array - items: *520 + items: *521 examples: - default: &581 + default: &582 value: total_count: 1 check_runs: @@ -73327,15 +73338,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *456 - *457 - - *527 + - *458 + - *528 responses: '201': description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -73362,21 +73373,21 @@ 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: - - *456 - *457 - - *316 + - *458 - *317 + - *318 - *19 - *17 - - &543 + - &544 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: *528 - - &544 + schema: *529 + - &545 name: pr description: The number of the pull request for the results you want to list. in: query @@ -73401,13 +73412,13 @@ paths: be returned. in: query required: false - schema: *318 + schema: *319 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *529 + schema: *530 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -73431,7 +73442,7 @@ paths: updated_at: *136 url: *133 html_url: *134 - instances_url: *530 + instances_url: *531 state: *113 fixed_at: *138 dismissed_by: @@ -73442,11 +73453,11 @@ paths: required: *21 nullable: true dismissed_at: *137 - dismissed_reason: *531 - dismissed_comment: *532 - rule: *533 - tool: *534 - most_recent_instance: *535 + dismissed_reason: *532 + dismissed_comment: *533 + rule: *534 + tool: *535 + most_recent_instance: *536 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -73572,7 +73583,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &536 + '403': &537 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -73599,9 +73610,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: - - *456 - *457 - - &537 + - *458 + - &538 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -73615,7 +73626,7 @@ paths: description: Response content: application/json: - schema: &538 + schema: &539 type: object properties: number: *128 @@ -73623,7 +73634,7 @@ paths: updated_at: *136 url: *133 html_url: *134 - instances_url: *530 + instances_url: *531 state: *113 fixed_at: *138 dismissed_by: @@ -73634,8 +73645,8 @@ paths: required: *21 nullable: true dismissed_at: *137 - dismissed_reason: *531 - dismissed_comment: *532 + dismissed_reason: *532 + dismissed_comment: *533 rule: type: object properties: @@ -73689,8 +73700,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *534 - most_recent_instance: *535 + tool: *535 + most_recent_instance: *536 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -73789,7 +73800,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *536 + '403': *537 '404': *6 '503': *196 x-github: @@ -73809,9 +73820,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: - - *456 - *457 - - *537 + - *458 + - *538 requestBody: required: true content: @@ -73826,8 +73837,8 @@ paths: enum: - open - dismissed - dismissed_reason: *531 - dismissed_comment: *532 + dismissed_reason: *532 + dismissed_comment: *533 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -73855,7 +73866,7 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: default: value: @@ -73931,7 +73942,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &542 + '403': &543 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -73958,15 +73969,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: - - *456 - *457 - - *537 + - *458 + - *538 responses: '200': description: Response content: application/json: - schema: &539 + schema: &540 type: object properties: status: @@ -73992,13 +74003,13 @@ paths: - description - started_at examples: - default: &540 + default: &541 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &541 + '400': &542 description: Bad Request content: application/json: @@ -74009,7 +74020,7 @@ paths: message: The alert_number is not valid documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert status: '400' - '403': *536 + '403': *537 '404': *6 '503': *196 x-github: @@ -74034,29 +74045,29 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: - - *456 - *457 - - *537 + - *458 + - *538 responses: '200': description: OK content: application/json: - schema: *539 + schema: *540 examples: - default: *540 + default: *541 '202': description: Accepted content: application/json: - schema: *539 + schema: *540 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *541 + '400': *542 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -74088,9 +74099,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: - - *456 - *457 - - *537 + - *458 + - *538 requestBody: required: false content: @@ -74135,8 +74146,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *541 - '403': *542 + '400': *542 + '403': *543 '404': *6 '422': description: Unprocessable Entity @@ -74160,13 +74171,13 @@ 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: - - *456 - *457 - - *537 + - *458 + - *538 - *19 - *17 - - *543 - *544 + - *545 responses: '200': description: Response @@ -74177,10 +74188,10 @@ paths: items: type: object properties: - ref: *528 - analysis_key: *545 - environment: *546 - category: *547 + ref: *529 + analysis_key: *546 + environment: *547 + category: *548 state: type: string description: State of a code scanning alert instance. @@ -74195,7 +74206,7 @@ paths: properties: text: type: string - location: *548 + location: *549 html_url: type: string classifications: @@ -74203,7 +74214,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: *549 + items: *550 examples: default: value: @@ -74242,7 +74253,7 @@ paths: end_column: 50 classifications: - source - '403': *536 + '403': *537 '404': *6 '503': *196 x-github: @@ -74276,25 +74287,25 @@ 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: - - *456 - *457 - - *316 + - *458 - *317 + - *318 - *19 - *17 - - *544 + - *545 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *528 + schema: *529 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &550 + schema: &551 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -74315,23 +74326,23 @@ paths: application/json: schema: type: array - items: &551 + items: &552 type: object properties: - ref: *528 - commit_sha: &559 + ref: *529 + commit_sha: &560 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: *545 + analysis_key: *546 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *547 + category: *548 error: type: string example: error reading field xyz @@ -74355,8 +74366,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *550 - tool: *534 + sarif_id: *551 + tool: *535 deletable: type: boolean warning: @@ -74417,7 +74428,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *536 + '403': *537 '404': *6 '503': *196 x-github: @@ -74453,8 +74464,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: - - *456 - *457 + - *458 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -74467,7 +74478,7 @@ paths: description: Response content: application/json: - schema: *551 + schema: *552 examples: response: summary: application/json response @@ -74521,7 +74532,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *536 + '403': *537 '404': *6 '422': description: Response if analysis could not be processed @@ -74608,8 +74619,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: - - *456 - *457 + - *458 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -74662,7 +74673,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': *542 + '403': *543 '404': *6 '503': *196 x-github: @@ -74684,8 +74695,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: - - *456 - *457 + - *458 responses: '200': description: Response @@ -74693,7 +74704,7 @@ paths: application/json: schema: type: array - items: &552 + items: &553 title: CodeQL Database description: A CodeQL database. type: object @@ -74804,7 +74815,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': *536 + '403': *537 '404': *6 '503': *196 x-github: @@ -74833,8 +74844,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: - - *456 - *457 + - *458 - name: language in: path description: The language of the CodeQL database. @@ -74846,7 +74857,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: default: value: @@ -74878,9 +74889,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': &588 + '302': &589 description: Found - '403': *536 + '403': *537 '404': *6 '503': *196 x-github: @@ -74902,8 +74913,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *456 - *457 + - *458 - name: language in: path description: The language of the CodeQL database. @@ -74913,7 +74924,7 @@ paths: responses: '204': description: Response - '403': *542 + '403': *543 '404': *6 '503': *196 x-github: @@ -74941,8 +74952,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -74951,7 +74962,7 @@ paths: type: object additionalProperties: false properties: - language: &553 + language: &554 type: string description: The language targeted by the CodeQL query enum: @@ -75031,7 +75042,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &557 + schema: &558 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -75041,7 +75052,7 @@ paths: description: The ID of the variant analysis. controller_repo: *120 actor: *4 - query_language: *553 + query_language: *554 query_pack_url: type: string description: The download url for the query pack. @@ -75088,7 +75099,7 @@ paths: items: type: object properties: - repository: &554 + repository: &555 title: Repository Identifier description: Repository Identifier type: object @@ -75124,7 +75135,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &558 + analysis_status: &559 type: string description: The new status of the CodeQL variant analysis repository task. @@ -75156,7 +75167,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &555 + access_mismatch_repos: &556 type: object properties: repository_count: @@ -75170,7 +75181,7 @@ paths: This list may not include all repositories that were skipped. This is only available when the repository was found and the user has access to it. - items: *554 + items: *555 required: - repository_count - repositories @@ -75192,8 +75203,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *555 - over_limit_repos: *555 + no_codeql_db_repos: *556 + over_limit_repos: *556 required: - access_mismatch_repos - not_found_repos @@ -75209,7 +75220,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &556 + value: &557 summary: Default response value: id: 1 @@ -75355,10 +75366,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *556 + value: *557 repository_lists: summary: Response for a successful variant analysis submission - value: *556 + value: *557 '404': *6 '422': description: Unable to process variant analysis submission @@ -75386,8 +75397,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: - - *456 - *457 + - *458 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -75399,9 +75410,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: *556 + default: *557 '404': *6 '503': *196 x-github: @@ -75424,7 +75435,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *456 + - *457 - name: repo in: path description: The name of the controller repository. @@ -75459,7 +75470,7 @@ paths: type: object properties: repository: *120 - analysis_status: *558 + analysis_status: *559 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -75584,8 +75595,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: - - *456 - *457 + - *458 responses: '200': description: Response @@ -75670,7 +75681,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *536 + '403': *537 '404': *6 '503': *196 x-github: @@ -75691,8 +75702,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: - - *456 - *457 + - *458 requestBody: required: true content: @@ -75759,7 +75770,7 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -75784,7 +75795,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *542 + '403': *543 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -75855,8 +75866,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: - - *456 - *457 + - *458 requestBody: required: true content: @@ -75864,7 +75875,7 @@ paths: schema: type: object properties: - commit_sha: *559 + commit_sha: *560 ref: type: string description: |- @@ -75922,7 +75933,7 @@ paths: schema: type: object properties: - id: *550 + id: *551 url: type: string description: The REST API URL for checking the status of the upload. @@ -75936,7 +75947,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': *542 + '403': *543 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -75959,8 +75970,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: - - *456 - *457 + - *458 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -76006,7 +76017,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': *536 + '403': *537 '404': description: Not Found if the sarif id does not match any upload '503': *196 @@ -76031,8 +76042,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *456 - *457 + - *458 responses: '200': description: Response @@ -76113,8 +76124,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *456 - *457 + - *458 - 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 @@ -76234,8 +76245,8 @@ paths: parameters: - *17 - *19 - - *456 - *457 + - *458 responses: '200': description: Response @@ -76251,7 +76262,7 @@ paths: type: integer codespaces: type: array - items: *375 + items: *376 examples: default: value: @@ -76549,8 +76560,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -76613,17 +76624,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *375 + schema: *376 examples: - default: *560 + default: *561 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *375 + schema: *376 examples: - default: *560 + default: *561 '400': *14 '401': *25 '403': *29 @@ -76652,8 +76663,8 @@ paths: parameters: - *17 - *19 - - *456 - *457 + - *458 responses: '200': description: Response @@ -76717,8 +76728,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: - - *456 - *457 + - *458 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -76753,14 +76764,14 @@ paths: type: integer machines: type: array - items: &804 + items: &805 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *561 - required: *562 + properties: *562 + required: *563 examples: - default: &805 + default: &806 value: total_count: 2 machines: @@ -76800,8 +76811,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *456 - *457 + - *458 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -76885,8 +76896,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: - - *456 - *457 + - *458 - 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 @@ -76952,8 +76963,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -76971,7 +76982,7 @@ paths: type: integer secrets: type: array - items: &566 + items: &567 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -76991,7 +77002,7 @@ paths: - created_at - updated_at examples: - default: *563 + default: *564 headers: Link: *47 x-github: @@ -77014,16 +77025,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *456 - *457 + - *458 responses: '200': description: Response content: application/json: - schema: *564 + schema: *565 examples: - default: *565 + default: *566 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -77043,17 +77054,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *456 - *457 - - *293 + - *458 + - *294 responses: '200': description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77073,9 +77084,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *456 - *457 - - *293 + - *458 + - *294 requestBody: required: true content: @@ -77103,7 +77114,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -77127,9 +77138,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *456 - *457 - - *293 + - *458 + - *294 responses: '204': description: Response @@ -77157,8 +77168,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *456 - *457 + - *458 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -77200,7 +77211,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &568 + properties: &569 login: type: string example: octocat @@ -77293,7 +77304,7 @@ paths: user_view_type: type: string example: public - required: &569 + required: &570 - avatar_url - events_url - followers_url @@ -77367,8 +77378,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: - - *456 - *457 + - *458 - *143 responses: '204': @@ -77415,8 +77426,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *456 - *457 + - *458 - *143 requestBody: required: false @@ -77443,7 +77454,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &648 + schema: &649 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -77454,7 +77465,7 @@ paths: example: 42 type: integer format: int64 - repository: *283 + repository: *284 invitee: title: Simple User description: A GitHub user. @@ -77632,7 +77643,7 @@ paths: - an Enterprise Managed User (EMU) account was invited to a repository in an enterprise with personal user accounts content: application/json: - schema: *258 + schema: *259 '403': *29 x-github: triggersNotification: true @@ -77672,8 +77683,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *456 - *457 + - *458 - *143 responses: '204': @@ -77705,8 +77716,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *456 - *457 + - *458 - *143 responses: '200': @@ -77727,8 +77738,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *568 - required: *569 + properties: *569 + required: *570 nullable: true required: - permission @@ -77783,8 +77794,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -77794,7 +77805,7 @@ paths: application/json: schema: type: array - items: &570 + items: &571 title: Commit Comment description: Commit Comment type: object @@ -77835,8 +77846,8 @@ paths: updated_at: type: string format: date-time - author_association: *221 - reactions: *222 + author_association: *222 + reactions: *223 required: - url - html_url @@ -77852,7 +77863,7 @@ paths: - created_at - updated_at examples: - default: &575 + default: &576 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -77911,17 +77922,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *456 - *457 - - *236 + - *458 + - *237 responses: '200': description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: &576 + default: &577 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -77978,9 +77989,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *456 - *457 - - *236 + - *458 + - *237 requestBody: required: true content: @@ -78002,7 +78013,7 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: default: value: @@ -78053,9 +78064,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *456 - *457 - - *236 + - *458 + - *237 responses: '204': description: Response @@ -78076,9 +78087,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *456 - *457 - - *236 + - *458 + - *237 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a commit comment. @@ -78104,7 +78115,7 @@ paths: application/json: schema: type: array - items: &571 + items: &572 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -78147,7 +78158,7 @@ paths: - content - created_at examples: - default: &652 + default: &653 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -78192,9 +78203,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *456 - *457 - - *236 + - *458 + - *237 requestBody: required: true content: @@ -78226,9 +78237,9 @@ paths: description: Reaction exists content: application/json: - schema: *571 + schema: *572 examples: - default: &572 + default: &573 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -78257,9 +78268,9 @@ paths: description: Reaction created content: application/json: - schema: *571 + schema: *572 examples: - default: *572 + default: *573 '422': *15 x-github: githubCloudOnly: false @@ -78281,10 +78292,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *456 - *457 - - *236 - - &653 + - *458 + - *237 + - &654 name: reaction_id description: The unique identifier of the reaction. in: path @@ -78339,8 +78350,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *456 - *457 + - *458 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -78396,9 +78407,9 @@ paths: application/json: schema: type: array - items: *573 + items: *574 examples: - default: &702 + default: &703 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -78492,9 +78503,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *456 - *457 - - &574 + - *458 + - &575 name: commit_sha description: The SHA of the commit. in: path @@ -78566,9 +78577,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *456 - *457 - - *574 + - *458 + - *575 - *17 - *19 responses: @@ -78578,9 +78589,9 @@ paths: application/json: schema: type: array - items: *570 + items: *571 examples: - default: *575 + default: *576 headers: Link: *47 x-github: @@ -78608,9 +78619,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *456 - *457 - - *574 + - *458 + - *575 requestBody: required: true content: @@ -78645,9 +78656,9 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: - default: *576 + default: *577 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -78675,9 +78686,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: - - *456 - *457 - - *574 + - *458 + - *575 - *17 - *19 responses: @@ -78687,9 +78698,9 @@ paths: application/json: schema: type: array - items: *577 + items: *578 examples: - default: &694 + default: &695 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -79226,11 +79237,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *456 - *457 + - *458 - *19 - *17 - - &578 + - &579 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)" @@ -79245,9 +79256,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: &679 + default: &680 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -79360,11 +79371,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: - - *456 - *457 - - *578 + - *458 - *579 - *580 + - *581 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -79398,9 +79409,9 @@ paths: type: integer check_runs: type: array - items: *520 + items: *521 examples: - default: *581 + default: *582 headers: Link: *47 x-github: @@ -79425,9 +79436,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: - - *456 - *457 - - *578 + - *458 + - *579 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -79435,7 +79446,7 @@ paths: schema: type: integer example: 1 - - *579 + - *580 - *17 - *19 responses: @@ -79453,7 +79464,7 @@ paths: type: integer check_suites: type: array - items: *525 + items: *526 examples: default: value: @@ -79653,9 +79664,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: - - *456 - *457 - - *578 + - *458 + - *579 - *17 - *19 responses: @@ -79722,7 +79733,7 @@ paths: type: string total_count: type: integer - repository: *283 + repository: *284 commit_url: type: string format: uri @@ -79853,9 +79864,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *456 - *457 - - *578 + - *458 + - *579 - *17 - *19 responses: @@ -79865,7 +79876,7 @@ paths: application/json: schema: type: array - items: &755 + items: &756 title: Status description: The status of a commit. type: object @@ -79946,7 +79957,7 @@ paths: site_admin: false headers: Link: *47 - '301': *462 + '301': *463 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79974,8 +79985,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *456 - *457 + - *458 responses: '200': description: Response @@ -80004,20 +80015,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *582 - required: *583 + properties: *583 + required: *584 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &584 + properties: &585 url: type: string format: uri html_url: type: string format: uri - required: &585 + required: &586 - url - html_url nullable: true @@ -80025,32 +80036,32 @@ paths: title: License Simple description: License Simple type: object - properties: *223 - required: *224 + properties: *224 + required: *225 nullable: true contributing: title: Community Health File type: object - properties: *584 - required: *585 + properties: *585 + required: *586 nullable: true readme: title: Community Health File type: object - properties: *584 - required: *585 + properties: *585 + required: *586 nullable: true issue_template: title: Community Health File type: object - properties: *584 - required: *585 + properties: *585 + required: *586 nullable: true pull_request_template: title: Community Health File type: object - properties: *584 - required: *585 + properties: *585 + required: *586 nullable: true required: - code_of_conduct @@ -80177,8 +80188,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *456 - *457 + - *458 - *19 - *17 - name: basehead @@ -80221,8 +80232,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *573 - merge_base_commit: *573 + base_commit: *574 + merge_base_commit: *574 status: type: string enum: @@ -80242,10 +80253,10 @@ paths: example: 6 commits: type: array - items: *573 + items: *574 files: type: array - items: *586 + items: *587 required: - url - html_url @@ -80531,8 +80542,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *456 - *457 + - *458 - name: path description: path parameter in: path @@ -80675,7 +80686,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &587 + response-if-content-is-a-file: &588 summary: Response if content is a file value: type: file @@ -80807,7 +80818,7 @@ paths: - size - type - url - - &707 + - &708 title: Content File description: Content File type: object @@ -81008,7 +81019,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *587 + response-if-content-is-a-file: *588 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -81077,7 +81088,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *588 + '302': *589 '304': *37 x-github: githubCloudOnly: false @@ -81100,8 +81111,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *456 - *457 + - *458 - name: path description: path parameter in: path @@ -81194,7 +81205,7 @@ paths: description: Response content: application/json: - schema: &589 + schema: &590 title: File Commit description: File Commit type: object @@ -81346,7 +81357,7 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: example-for-creating-a-file: value: @@ -81400,7 +81411,7 @@ paths: schema: oneOf: - *3 - - &630 + - &631 description: Repository rule violation was detected type: object properties: @@ -81421,7 +81432,7 @@ paths: items: type: object properties: - placeholder_id: &747 + placeholder_id: &748 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -81453,8 +81464,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *456 - *457 + - *458 - name: path description: path parameter in: path @@ -81515,7 +81526,7 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: default: value: @@ -81570,8 +81581,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *456 - *457 + - *458 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -81694,22 +81705,22 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *456 - *457 - - *331 + - *458 - *332 - *333 - *334 + - *335 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string - - *335 - - *590 - *336 + - *591 - *337 + - *338 - *110 - name: per_page description: The number of results per page (max 100). For more information, @@ -81728,7 +81739,7 @@ paths: application/json: schema: type: array - items: &594 + items: &595 type: object description: A Dependabot alert. properties: @@ -81774,7 +81785,7 @@ paths: - unknown - direct - transitive - security_advisory: *591 + security_advisory: *592 security_vulnerability: *132 url: *133 html_url: *134 @@ -81805,8 +81816,8 @@ paths: nullable: true maxLength: 280 fixed_at: *138 - auto_dismissed_at: *592 - dismissal_request: *593 + auto_dismissed_at: *593 + dismissal_request: *594 required: - number - state @@ -82036,9 +82047,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *456 - *457 - - &595 + - *458 + - &596 name: alert_number in: path description: |- @@ -82053,7 +82064,7 @@ paths: description: Response content: application/json: - schema: *594 + schema: *595 examples: default: value: @@ -82166,9 +82177,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *456 - *457 - - *595 + - *458 + - *596 requestBody: required: true content: @@ -82213,7 +82224,7 @@ paths: description: Response content: application/json: - schema: *594 + schema: *595 examples: default: value: @@ -82342,8 +82353,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -82361,7 +82372,7 @@ paths: type: integer secrets: type: array - items: &598 + items: &599 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -82414,16 +82425,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *456 - *457 + - *458 responses: '200': description: Response content: application/json: - schema: *596 + schema: *597 examples: - default: *597 + default: *598 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82443,15 +82454,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *456 - *457 - - *293 + - *458 + - *294 responses: '200': description: Response content: application/json: - schema: *598 + schema: *599 examples: default: value: @@ -82477,9 +82488,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *456 - *457 - - *293 + - *458 + - *294 requestBody: required: true content: @@ -82507,7 +82518,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -82531,9 +82542,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *456 - *457 - - *293 + - *458 + - *294 responses: '204': description: Response @@ -82555,8 +82566,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: - - *456 - *457 + - *458 - 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 @@ -82716,8 +82727,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: - - *456 - *457 + - *458 responses: '200': description: Response @@ -82956,8 +82967,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: - - *456 - *457 + - *458 requestBody: required: true content: @@ -83032,7 +83043,7 @@ paths: - version - url additionalProperties: false - metadata: &599 + metadata: &600 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -83065,7 +83076,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *599 + metadata: *600 resolved: type: object description: A collection of resolved package dependencies. @@ -83078,7 +83089,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *599 + metadata: *600 relationship: type: string description: A notation of whether a dependency is requested @@ -83207,8 +83218,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *456 - *457 + - *458 - name: sha description: The SHA recorded at creation time. in: query @@ -83248,9 +83259,9 @@ paths: application/json: schema: type: array - items: *600 + items: *601 examples: - default: *601 + default: *602 headers: Link: *47 x-github: @@ -83316,8 +83327,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -83398,7 +83409,7 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: simple-example: summary: Simple example @@ -83471,9 +83482,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *456 - *457 - - &602 + - *458 + - &603 name: deployment_id description: deployment_id parameter in: path @@ -83485,7 +83496,7 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: default: value: @@ -83550,9 +83561,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *456 - *457 - - *602 + - *458 + - *603 responses: '204': description: Response @@ -83574,9 +83585,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *456 - *457 - - *602 + - *458 + - *603 - *17 - *19 responses: @@ -83586,7 +83597,7 @@ paths: application/json: schema: type: array - items: &603 + items: &604 title: Deployment Status description: The status of a deployment. type: object @@ -83677,8 +83688,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 required: - id - node_id @@ -83747,9 +83758,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *456 - *457 - - *602 + - *458 + - *603 requestBody: required: true content: @@ -83824,9 +83835,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: &604 + default: &605 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -83882,9 +83893,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *456 - *457 - - *602 + - *458 + - *603 - name: status_id in: path required: true @@ -83895,9 +83906,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: *604 + default: *605 '404': *6 x-github: githubCloudOnly: false @@ -83924,12 +83935,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *456 - *457 - - *605 + - *458 - *606 - *607 - *608 + - *609 - *17 - *19 responses: @@ -83939,9 +83950,9 @@ paths: application/json: schema: type: array - items: *609 + items: *610 examples: - default: *610 + default: *611 '404': *6 '403': *29 '500': *40 @@ -83965,8 +83976,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *456 - *457 + - *458 - name: alert_number in: path required: true @@ -83978,7 +83989,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *609 + schema: *610 examples: default: value: @@ -84034,8 +84045,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *456 - *457 + - *458 - name: alert_number in: path required: true @@ -84094,12 +84105,12 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *456 - *457 - - *605 + - *458 - *606 - *607 - *608 + - *609 - *17 - *19 responses: @@ -84109,9 +84120,9 @@ paths: application/json: schema: type: array - items: *611 + items: *612 examples: - default: *612 + default: *613 '404': *6 '403': *29 '500': *40 @@ -84135,8 +84146,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *456 - *457 + - *458 - name: alert_number in: path required: true @@ -84148,7 +84159,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *611 + schema: *612 examples: default: value: @@ -84199,8 +84210,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *456 - *457 + - *458 - name: alert_number in: path required: true @@ -84238,7 +84249,7 @@ paths: description: The created dismissal request. content: application/json: - schema: *611 + schema: *612 examples: default: value: @@ -84289,8 +84300,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *456 - *457 + - *458 - name: alert_number in: path required: true @@ -84361,8 +84372,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *456 - *457 + - *458 - name: alert_number in: path required: true @@ -84395,12 +84406,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *456 - *457 + - *458 - *103 - *104 - *105 - - *342 + - *343 - *17 - *19 responses: @@ -84410,9 +84421,9 @@ paths: application/json: schema: type: array - items: *613 + items: *614 examples: - default: *614 + default: *615 '404': *6 '403': *29 '500': *40 @@ -84437,8 +84448,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *456 - *457 + - *458 - name: alert_number in: path required: true @@ -84450,7 +84461,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *613 + schema: *614 examples: default: value: @@ -84508,8 +84519,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *456 - *457 + - *458 - name: alert_number in: path required: true @@ -84578,8 +84589,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -84636,8 +84647,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -84654,7 +84665,7 @@ paths: type: integer environments: type: array - items: &616 + items: &617 title: Environment description: Details of a deployment environment type: object @@ -84706,7 +84717,7 @@ paths: type: type: string example: wait_timer - wait_timer: &618 + wait_timer: &619 type: integer example: 30 description: The amount of time to delay a job after @@ -84743,11 +84754,11 @@ paths: items: type: object properties: - type: *615 + type: *616 reviewer: anyOf: - *4 - - *312 + - *313 required: - id - node_id @@ -84767,7 +84778,7 @@ paths: - id - node_id - type - deployment_branch_policy: &619 + deployment_branch_policy: &620 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -84883,9 +84894,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *456 - *457 - - &617 + - *458 + - &618 name: environment_name in: path required: true @@ -84898,9 +84909,9 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: - default: &620 + default: &621 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -84984,9 +84995,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *456 - *457 - - *617 + - *458 + - *618 requestBody: required: false content: @@ -84995,7 +85006,7 @@ paths: type: object nullable: true properties: - wait_timer: *618 + wait_timer: *619 prevent_self_review: type: boolean example: false @@ -85012,13 +85023,13 @@ paths: items: type: object properties: - type: *615 + type: *616 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *619 + deployment_branch_policy: *620 additionalProperties: false examples: default: @@ -85038,9 +85049,9 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: - default: *620 + default: *621 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -85064,9 +85075,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *456 - *457 - - *617 + - *458 + - *618 responses: '204': description: Default response @@ -85091,9 +85102,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *456 - *457 - - *617 + - *458 + - *618 - *17 - *19 responses: @@ -85111,7 +85122,7 @@ paths: example: 2 branch_policies: type: array - items: &621 + items: &622 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -85168,9 +85179,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *456 - *457 - - *617 + - *458 + - *618 requestBody: required: true content: @@ -85216,9 +85227,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *622 examples: - example-wildcard: &622 + example-wildcard: &623 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -85260,10 +85271,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *456 - *457 - - *617 - - &623 + - *458 + - *618 + - &624 name: branch_policy_id in: path required: true @@ -85275,9 +85286,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *622 examples: - default: *622 + default: *623 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85296,10 +85307,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *456 - *457 - - *617 - - *623 + - *458 + - *618 + - *624 requestBody: required: true content: @@ -85327,9 +85338,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *622 examples: - default: *622 + default: *623 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85348,10 +85359,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *456 - *457 - - *617 - - *623 + - *458 + - *618 + - *624 responses: '204': description: Response @@ -85376,9 +85387,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: - - *617 + - *618 + - *458 - *457 - - *456 responses: '200': description: List of deployment protection rules @@ -85394,7 +85405,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &624 + items: &625 title: Deployment protection rule description: Deployment protection rule type: object @@ -85413,7 +85424,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &625 + app: &626 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -85512,9 +85523,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: - - *617 + - *618 + - *458 - *457 - - *456 requestBody: content: application/json: @@ -85535,9 +85546,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *624 + schema: *625 examples: - default: &626 + default: &627 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -85572,9 +85583,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: - - *617 + - *618 + - *458 - *457 - - *456 - *19 - *17 responses: @@ -85593,7 +85604,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *625 + items: *626 examples: default: value: @@ -85628,10 +85639,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: - - *456 - *457 - - *617 - - &627 + - *458 + - *618 + - &628 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -85643,9 +85654,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: *626 + default: *627 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85666,10 +85677,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: - - *617 + - *618 + - *458 - *457 - - *456 - - *627 + - *628 responses: '204': description: Response @@ -85695,9 +85706,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *456 - *457 - - *617 + - *458 + - *618 - *17 - *19 responses: @@ -85715,9 +85726,9 @@ paths: type: integer secrets: type: array - items: *487 + items: *488 examples: - default: *488 + default: *489 headers: Link: *47 x-github: @@ -85742,17 +85753,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *456 - *457 - - *617 + - *458 + - *618 responses: '200': description: Response content: application/json: - schema: *489 + schema: *490 examples: - default: *490 + default: *491 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85774,18 +85785,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *456 - *457 - - *617 - - *293 + - *458 + - *618 + - *294 responses: '200': description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: *628 + default: *629 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85807,10 +85818,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *456 - *457 - - *617 - - *293 + - *458 + - *618 + - *294 requestBody: required: true content: @@ -85841,7 +85852,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -85867,10 +85878,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *456 - *457 - - *617 - - *293 + - *458 + - *618 + - *294 responses: '204': description: Default response @@ -85895,10 +85906,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *456 - *457 - - *617 - - *474 + - *458 + - *618 + - *475 - *19 responses: '200': @@ -85915,9 +85926,9 @@ paths: type: integer variables: type: array - items: *491 + items: *492 examples: - default: *492 + default: *493 headers: Link: *47 x-github: @@ -85940,9 +85951,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *456 - *457 - - *617 + - *458 + - *618 requestBody: required: true content: @@ -85969,7 +85980,7 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -85994,18 +86005,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *456 - *457 - - *617 - - *296 + - *458 + - *618 + - *297 responses: '200': description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *629 + default: *630 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86026,10 +86037,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *456 - *457 - - *296 - - *617 + - *458 + - *297 + - *618 requestBody: required: true content: @@ -86071,10 +86082,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *456 - *457 - - *296 - - *617 + - *458 + - *297 + - *618 responses: '204': description: Response @@ -86096,8 +86107,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -86107,7 +86118,7 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: 200-response: value: @@ -86165,8 +86176,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *456 - *457 + - *458 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -86188,7 +86199,7 @@ paths: application/json: schema: type: array - items: *283 + items: *284 examples: default: value: @@ -86325,8 +86336,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *456 - *457 + - *458 requestBody: required: false content: @@ -86358,9 +86369,9 @@ paths: description: Response content: application/json: - schema: *461 + schema: *462 examples: - default: *463 + default: *464 '400': *14 '422': *15 '403': *29 @@ -86381,8 +86392,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -86441,8 +86452,8 @@ paths: application/json: schema: oneOf: - - *258 - - *630 + - *259 + - *631 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86467,8 +86478,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *456 - *457 + - *458 - name: file_sha in: path required: true @@ -86567,8 +86578,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -86677,7 +86688,7 @@ paths: description: Response content: application/json: - schema: &631 + schema: &632 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -86891,15 +86902,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *456 - *457 - - *574 + - *458 + - *575 responses: '200': description: Response content: application/json: - schema: *631 + schema: *632 examples: default: value: @@ -86955,9 +86966,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *456 - *457 - - &632 + - *458 + - &633 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -86974,7 +86985,7 @@ paths: application/json: schema: type: array - items: &633 + items: &634 title: Git Reference description: Git references within a repository type: object @@ -87049,17 +87060,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *456 - *457 - - *632 + - *458 + - *633 responses: '200': description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: &634 + default: &635 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -87088,8 +87099,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -87118,9 +87129,9 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: *634 + default: *635 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -87146,9 +87157,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *456 - *457 - - *632 + - *458 + - *633 requestBody: required: true content: @@ -87177,9 +87188,9 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: *634 + default: *635 '422': *15 '409': *119 x-github: @@ -87197,9 +87208,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *456 - *457 - - *632 + - *458 + - *633 responses: '204': description: Response @@ -87254,8 +87265,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -87322,7 +87333,7 @@ paths: description: Response content: application/json: - schema: &636 + schema: &637 title: Git Tag description: Metadata for a Git tag type: object @@ -87373,7 +87384,7 @@ paths: - sha - type - url - verification: *635 + verification: *636 required: - sha - url @@ -87383,7 +87394,7 @@ paths: - tag - message examples: - default: &637 + default: &638 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -87456,8 +87467,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *456 - *457 + - *458 - name: tag_sha in: path required: true @@ -87468,9 +87479,9 @@ paths: description: Response content: application/json: - schema: *636 + schema: *637 examples: - default: *637 + default: *638 '404': *6 '409': *119 x-github: @@ -87494,8 +87505,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -87568,7 +87579,7 @@ paths: description: Response content: application/json: - schema: &638 + schema: &639 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -87664,8 +87675,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *456 - *457 + - *458 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -87688,7 +87699,7 @@ paths: description: Response content: application/json: - schema: *638 + schema: *639 examples: default-response: summary: Default response @@ -87747,8 +87758,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -87758,7 +87769,7 @@ paths: application/json: schema: type: array - items: &639 + items: &640 title: Webhook description: Webhooks for repositories. type: object @@ -87812,7 +87823,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &898 + last_response: &899 title: Hook Response type: object properties: @@ -87886,8 +87897,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *456 - *457 + - *458 requestBody: required: false content: @@ -87939,9 +87950,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: &640 + default: &641 value: type: Repository id: 12345678 @@ -87989,17 +88000,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *456 - *457 - - *347 + - *458 + - *348 responses: '200': description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: *640 + default: *641 '404': *6 x-github: githubCloudOnly: false @@ -88019,9 +88030,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *456 - *457 - - *347 + - *458 + - *348 requestBody: required: true content: @@ -88066,9 +88077,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: *640 + default: *641 '422': *15 '404': *6 x-github: @@ -88089,9 +88100,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *456 - *457 - - *347 + - *458 + - *348 responses: '204': description: Response @@ -88115,9 +88126,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *456 - *457 - - *347 + - *458 + - *348 responses: '200': description: Response @@ -88144,9 +88155,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *456 - *457 - - *347 + - *458 + - *348 requestBody: required: false content: @@ -88190,11 +88201,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *456 - *457 - - *347 - - *17 + - *458 - *348 + - *17 + - *349 responses: '200': description: Response @@ -88202,9 +88213,9 @@ paths: application/json: schema: type: array - items: *349 + items: *350 examples: - default: *350 + default: *351 '400': *14 '422': *15 x-github: @@ -88223,18 +88234,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *456 - *457 - - *347 + - *458 + - *348 - *16 responses: '200': description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 '400': *14 '422': *15 x-github: @@ -88253,9 +88264,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *456 - *457 - - *347 + - *458 + - *348 - *16 responses: '202': *39 @@ -88278,9 +88289,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *456 - *457 - - *347 + - *458 + - *348 responses: '204': description: Response @@ -88305,9 +88316,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *456 - *457 - - *347 + - *458 + - *348 responses: '204': description: Response @@ -88330,8 +88341,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: - - *456 - *457 + - *458 responses: '200': description: Response if immutable releases are enabled @@ -88377,8 +88388,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-immutable-releases parameters: - - *456 - *457 + - *458 responses: '204': *155 '409': *119 @@ -88398,8 +88409,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-immutable-releases parameters: - - *456 - *457 + - *458 responses: '204': *155 '409': *119 @@ -88456,14 +88467,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *456 - *457 + - *458 responses: '200': description: Response content: application/json: - schema: &641 + schema: &642 title: Import description: A repository import from an external source. type: object @@ -88562,7 +88573,7 @@ paths: - html_url - authors_url examples: - default: &644 + default: &645 value: vcs: subversion use_lfs: true @@ -88578,7 +88589,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': &642 + '503': &643 description: Unavailable due to service under maintenance. content: application/json: @@ -88607,8 +88618,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -88656,7 +88667,7 @@ paths: description: Response content: application/json: - schema: *641 + schema: *642 examples: default: value: @@ -88681,7 +88692,7 @@ paths: type: string '422': *15 '404': *6 - '503': *642 + '503': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88709,8 +88720,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *456 - *457 + - *458 requestBody: required: false content: @@ -88759,7 +88770,7 @@ paths: description: Response content: application/json: - schema: *641 + schema: *642 examples: example-1: summary: Example 1 @@ -88807,7 +88818,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': *642 + '503': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88830,12 +88841,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *456 - *457 + - *458 responses: '204': description: Response - '503': *642 + '503': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88861,9 +88872,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *456 - *457 - - &826 + - *458 + - &827 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -88877,7 +88888,7 @@ paths: application/json: schema: type: array - items: &643 + items: &644 title: Porter Author description: Porter Author type: object @@ -88931,7 +88942,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': *642 + '503': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88956,8 +88967,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *456 - *457 + - *458 - name: author_id in: path required: true @@ -88987,7 +88998,7 @@ paths: description: Response content: application/json: - schema: *643 + schema: *644 examples: default: value: @@ -89000,7 +89011,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *642 + '503': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89024,8 +89035,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *456 - *457 + - *458 responses: '200': description: Response @@ -89066,7 +89077,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *642 + '503': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89094,8 +89105,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -89122,11 +89133,11 @@ paths: description: Response content: application/json: - schema: *641 + schema: *642 examples: - default: *644 + default: *645 '422': *15 - '503': *642 + '503': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89149,8 +89160,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: - - *456 - *457 + - *458 responses: '200': description: Response @@ -89158,8 +89169,8 @@ paths: application/json: schema: *22 examples: - default: *645 - '301': *462 + default: *646 + '301': *463 '404': *6 x-github: githubCloudOnly: false @@ -89179,8 +89190,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *456 - *457 + - *458 responses: '200': description: Response @@ -89188,12 +89199,12 @@ paths: application/json: schema: anyOf: - - *365 + - *366 - type: object properties: {} additionalProperties: false examples: - default: &647 + default: &648 value: limit: collaborators_only origin: repository @@ -89218,13 +89229,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *456 - *457 + - *458 requestBody: required: true content: application/json: - schema: *646 + schema: *647 examples: default: summary: Example request body @@ -89236,9 +89247,9 @@ paths: description: Response content: application/json: - schema: *365 + schema: *366 examples: - default: *647 + default: *648 '409': description: Response x-github: @@ -89260,8 +89271,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *456 - *457 + - *458 responses: '204': description: Response @@ -89284,8 +89295,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -89295,9 +89306,9 @@ paths: application/json: schema: type: array - items: *648 + items: *649 examples: - default: &819 + default: &820 value: - id: 1 repository: @@ -89428,9 +89439,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *456 - *457 - - *369 + - *458 + - *370 requestBody: required: false content: @@ -89459,7 +89470,7 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: default: value: @@ -89590,9 +89601,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *456 - *457 - - *369 + - *458 + - *370 responses: '204': description: Response @@ -89623,8 +89634,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *456 - *457 + - *458 - 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 @@ -89672,7 +89683,7 @@ paths: required: false schema: type: string - - *373 + - *374 - name: sort description: What to sort results by. in: query @@ -89685,7 +89696,7 @@ paths: - comments default: created - *110 - - *227 + - *228 - *17 - *19 responses: @@ -89695,9 +89706,9 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: - default: &660 + default: &661 value: - id: 1 node_id: MDU6SXNzdWUx @@ -89845,7 +89856,7 @@ paths: state_reason: completed headers: Link: *47 - '301': *462 + '301': *463 '422': *15 '404': *6 x-github: @@ -89874,8 +89885,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -89957,9 +89968,9 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: &657 + default: &658 value: id: 1 node_id: MDU6SXNzdWUx @@ -90115,7 +90126,7 @@ paths: '422': *15 '503': *196 '404': *6 - '410': *649 + '410': *650 x-github: triggersNotification: true githubCloudOnly: false @@ -90143,9 +90154,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *456 - *457 - - *244 + - *458 + - *245 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -90155,7 +90166,7 @@ paths: enum: - asc - desc - - *227 + - *228 - *17 - *19 responses: @@ -90165,9 +90176,9 @@ paths: application/json: schema: type: array - items: *650 + items: *651 examples: - default: &659 + default: &660 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -90225,17 +90236,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *456 - *457 - - *236 + - *458 + - *237 responses: '200': description: Response content: application/json: - schema: *650 + schema: *651 examples: - default: &651 + default: &652 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -90289,9 +90300,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *456 - *457 - - *236 + - *458 + - *237 requestBody: required: true content: @@ -90313,9 +90324,9 @@ paths: description: Response content: application/json: - schema: *650 + schema: *651 examples: - default: *651 + default: *652 '422': *15 x-github: githubCloudOnly: false @@ -90333,9 +90344,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *456 - *457 - - *236 + - *458 + - *237 responses: '204': description: Response @@ -90355,9 +90366,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *456 - *457 - - *236 + - *458 + - *237 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue comment. @@ -90383,9 +90394,9 @@ paths: application/json: schema: type: array - items: *571 + items: *572 examples: - default: *652 + default: *653 headers: Link: *47 '404': *6 @@ -90406,9 +90417,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *456 - *457 - - *236 + - *458 + - *237 requestBody: required: true content: @@ -90440,16 +90451,16 @@ paths: description: Reaction exists content: application/json: - schema: *571 + schema: *572 examples: - default: *572 + default: *573 '201': description: Reaction created content: application/json: - schema: *571 + schema: *572 examples: - default: *572 + default: *573 '422': *15 x-github: githubCloudOnly: false @@ -90471,10 +90482,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *456 - *457 - - *236 - - *653 + - *458 + - *237 + - *654 responses: '204': description: Response @@ -90494,8 +90505,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -90505,7 +90516,7 @@ paths: application/json: schema: type: array - items: &656 + items: &657 title: Issue Event description: Issue Event type: object @@ -90548,8 +90559,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *654 - required: *655 + properties: *655 + required: *656 nullable: true label: title: Issue Event Label @@ -90593,7 +90604,7 @@ paths: properties: *20 required: *21 nullable: true - requested_team: *312 + requested_team: *313 dismissed_review: title: Issue Event Dismissed Review type: object @@ -90658,7 +90669,7 @@ paths: required: - from - to - author_association: *221 + author_association: *222 lock_reason: type: string nullable: true @@ -90671,8 +90682,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 required: - id - node_id @@ -90856,8 +90867,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *456 - *457 + - *458 - name: event_id in: path required: true @@ -90868,7 +90879,7 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: default: value: @@ -91060,7 +91071,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *649 + '410': *650 '403': *29 x-github: githubCloudOnly: false @@ -91094,9 +91105,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *456 - *457 - - &658 + - *458 + - &659 name: issue_number description: The number that identifies the issue. in: path @@ -91108,12 +91119,12 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *657 - '301': *462 + default: *658 + '301': *463 '404': *6 - '410': *649 + '410': *650 '304': *37 x-github: githubCloudOnly: false @@ -91138,9 +91149,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 requestBody: required: false content: @@ -91244,15 +91255,15 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *657 + default: *658 '422': *15 '503': *196 '403': *29 - '301': *462 + '301': *463 '404': *6 - '410': *649 + '410': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91270,9 +91281,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 requestBody: required: false content: @@ -91298,9 +91309,9 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *657 + default: *658 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91316,9 +91327,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 requestBody: content: application/json: @@ -91343,9 +91354,9 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *657 + default: *658 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91367,9 +91378,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: - - *456 - *457 - - *658 + - *458 + - *659 - name: assignee in: path required: true @@ -91409,10 +91420,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *456 - *457 - - *658 - - *227 + - *458 + - *659 + - *228 - *17 - *19 responses: @@ -91422,13 +91433,13 @@ paths: application/json: schema: type: array - items: *650 + items: *651 examples: - default: *659 + default: *660 headers: Link: *47 '404': *6 - '410': *649 + '410': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91457,9 +91468,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *456 - *457 - - *658 + - *458 + - *659 requestBody: required: true content: @@ -91481,16 +91492,16 @@ paths: description: Response content: application/json: - schema: *650 + schema: *651 examples: - default: *651 + default: *652 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *649 + '410': *650 '422': *15 '404': *6 x-github: @@ -91518,9 +91529,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *456 - *457 - - *658 + - *458 + - *659 - *17 - *19 responses: @@ -91530,14 +91541,14 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: - default: *660 + default: *661 headers: Link: *47 - '301': *462 + '301': *463 '404': *6 - '410': *649 + '410': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91565,9 +91576,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *456 - *457 - - *658 + - *458 + - *659 requestBody: required: true content: @@ -91589,17 +91600,17 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *657 + default: *658 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *462 + '301': *463 '403': *29 - '410': *649 + '410': *650 '422': *15 '404': *6 x-github: @@ -91630,9 +91641,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *456 - *457 - - *658 + - *458 + - *659 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -91644,15 +91655,15 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *657 - '301': *462 + default: *658 + '301': *463 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *649 + '410': *650 x-github: triggersNotification: true githubCloudOnly: false @@ -91678,9 +91689,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *456 - *457 - - *658 + - *458 + - *659 - *17 - *19 responses: @@ -91690,14 +91701,14 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: - default: *660 + default: *661 headers: Link: *47 - '301': *462 + '301': *463 '404': *6 - '410': *649 + '410': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91714,9 +91725,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *456 - *457 - - *658 + - *458 + - *659 - *17 - *19 responses: @@ -91730,7 +91741,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &662 + - &663 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -91761,8 +91772,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 label: type: object properties: @@ -91784,7 +91795,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &663 + - &664 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -91815,8 +91826,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 label: type: object properties: @@ -91904,8 +91915,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 assignee: *4 assigner: *4 required: @@ -91920,7 +91931,7 @@ paths: - performed_via_github_app - assignee - assigner - - &664 + - &665 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -91951,8 +91962,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 milestone: type: object properties: @@ -91971,7 +91982,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &665 + - &666 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -92002,8 +92013,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 milestone: type: object properties: @@ -92022,7 +92033,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &666 + - &667 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -92053,8 +92064,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 rename: type: object properties: @@ -92076,7 +92087,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &667 + - &668 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -92107,10 +92118,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 review_requester: *4 - requested_team: *312 + requested_team: *313 requested_reviewer: *4 required: - review_requester @@ -92123,7 +92134,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &668 + - &669 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -92154,10 +92165,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 review_requester: *4 - requested_team: *312 + requested_team: *313 requested_reviewer: *4 required: - review_requester @@ -92170,7 +92181,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &669 + - &670 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -92201,8 +92212,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 dismissed_review: type: object properties: @@ -92230,7 +92241,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &670 + - &671 title: Locked Issue Event description: Locked Issue Event type: object @@ -92261,8 +92272,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 lock_reason: type: string example: '"off-topic"' @@ -92278,7 +92289,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &671 + - &672 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -92309,8 +92320,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 project_card: type: object properties: @@ -92344,7 +92355,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &672 + - &673 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -92375,8 +92386,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 project_card: type: object properties: @@ -92410,7 +92421,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &673 + - &674 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -92441,8 +92452,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 project_card: type: object properties: @@ -92476,7 +92487,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &674 + - &675 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -92567,7 +92578,7 @@ paths: color: red headers: Link: *47 - '410': *649 + '410': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92584,9 +92595,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 - *17 - *19 responses: @@ -92596,9 +92607,9 @@ paths: application/json: schema: type: array - items: *219 + items: *220 examples: - default: &661 + default: &662 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -92616,9 +92627,9 @@ paths: default: false headers: Link: *47 - '301': *462 + '301': *463 '404': *6 - '410': *649 + '410': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92635,9 +92646,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 requestBody: required: false content: @@ -92696,12 +92707,12 @@ paths: application/json: schema: type: array - items: *219 + items: *220 examples: - default: *661 - '301': *462 + default: *662 + '301': *463 '404': *6 - '410': *649 + '410': *650 '422': *15 x-github: githubCloudOnly: false @@ -92718,9 +92729,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 requestBody: required: false content: @@ -92780,12 +92791,12 @@ paths: application/json: schema: type: array - items: *219 + items: *220 examples: - default: *661 - '301': *462 + default: *662 + '301': *463 '404': *6 - '410': *649 + '410': *650 '422': *15 x-github: githubCloudOnly: false @@ -92802,15 +92813,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 responses: '204': description: Response - '301': *462 + '301': *463 '404': *6 - '410': *649 + '410': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92829,9 +92840,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 - name: name in: path required: true @@ -92844,7 +92855,7 @@ paths: application/json: schema: type: array - items: *219 + items: *220 examples: default: value: @@ -92855,9 +92866,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *462 + '301': *463 '404': *6 - '410': *649 + '410': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92877,9 +92888,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 requestBody: required: false content: @@ -92907,7 +92918,7 @@ paths: '204': description: Response '403': *29 - '410': *649 + '410': *650 '404': *6 '422': *15 x-github: @@ -92925,9 +92936,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 responses: '204': description: Response @@ -92957,20 +92968,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#get-parent-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 responses: '200': description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *657 - '301': *462 + default: *658 + '301': *463 '404': *6 - '410': *649 + '410': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92987,9 +92998,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 - 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. @@ -93015,13 +93026,13 @@ paths: application/json: schema: type: array - items: *571 + items: *572 examples: - default: *652 + default: *653 headers: Link: *47 '404': *6 - '410': *649 + '410': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93039,9 +93050,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 requestBody: required: true content: @@ -93073,16 +93084,16 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: - default: *572 + default: *573 '201': description: Response content: application/json: - schema: *571 + schema: *572 examples: - default: *572 + default: *573 '422': *15 x-github: githubCloudOnly: false @@ -93104,10 +93115,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *456 - *457 - - *658 - - *653 + - *458 + - *659 + - *654 responses: '204': description: Response @@ -93136,9 +93147,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 requestBody: required: true content: @@ -93160,9 +93171,9 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *657 + default: *658 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -93195,9 +93206,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *456 - *457 - - *658 + - *458 + - *659 - *17 - *19 responses: @@ -93207,13 +93218,13 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: - default: *660 + default: *661 headers: Link: *47 '404': *6 - '410': *649 + '410': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93241,9 +93252,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 requestBody: required: true content: @@ -93270,16 +93281,16 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *657 + default: *658 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *649 + '410': *650 '422': *15 '404': *6 x-github: @@ -93299,9 +93310,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 requestBody: required: true content: @@ -93332,9 +93343,9 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *657 + default: *658 '403': *29 '404': *6 '422': *7 @@ -93356,9 +93367,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *456 - *457 - - *658 + - *458 + - *659 - *17 - *19 responses: @@ -93373,7 +93384,6 @@ paths: description: Timeline Event type: object anyOf: - - *662 - *663 - *664 - *665 @@ -93386,6 +93396,7 @@ paths: - *672 - *673 - *674 + - *675 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -93428,7 +93439,7 @@ paths: issue_url: type: string format: uri - author_association: *221 + author_association: *222 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. They @@ -93438,9 +93449,9 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 - reactions: *222 + properties: *218 + required: *219 + reactions: *223 required: - event - actor @@ -93471,7 +93482,7 @@ paths: properties: type: type: string - issue: *220 + issue: *221 required: - event - created_at @@ -93671,7 +93682,7 @@ paths: type: string body_text: type: string - author_association: *221 + author_association: *222 required: - event - id @@ -93694,7 +93705,7 @@ paths: type: string comments: type: array - items: &696 + items: &697 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -93789,7 +93800,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *221 + author_association: *222 _links: type: object properties: @@ -93873,7 +93884,7 @@ paths: enum: - line - file - reactions: *222 + reactions: *223 body_html: type: string example: '"

comment body

"' @@ -93909,7 +93920,7 @@ paths: type: string comments: type: array - items: *570 + items: *571 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -93940,8 +93951,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 assignee: *4 required: - id @@ -93984,8 +93995,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 assignee: *4 required: - id @@ -94028,8 +94039,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 state_reason: type: string nullable: true @@ -94198,7 +94209,7 @@ paths: headers: Link: *47 '404': *6 - '410': *649 + '410': *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94215,8 +94226,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -94226,7 +94237,7 @@ paths: application/json: schema: type: array - items: &675 + items: &676 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -94292,8 +94303,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -94329,9 +94340,9 @@ paths: description: Response content: application/json: - schema: *675 + schema: *676 examples: - default: &676 + default: &677 value: id: 1 key: ssh-rsa AAA... @@ -94365,9 +94376,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *456 - *457 - - &677 + - *458 + - &678 name: key_id description: The unique identifier of the key. in: path @@ -94379,9 +94390,9 @@ paths: description: Response content: application/json: - schema: *675 + schema: *676 examples: - default: *676 + default: *677 '404': *6 x-github: githubCloudOnly: false @@ -94399,9 +94410,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *456 - *457 - - *677 + - *458 + - *678 responses: '204': description: Response @@ -94421,8 +94432,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -94432,9 +94443,9 @@ paths: application/json: schema: type: array - items: *219 + items: *220 examples: - default: *661 + default: *662 headers: Link: *47 '404': *6 @@ -94455,8 +94466,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -94492,9 +94503,9 @@ paths: description: Response content: application/json: - schema: *219 + schema: *220 examples: - default: &678 + default: &679 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -94526,8 +94537,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *456 - *457 + - *458 - name: name in: path required: true @@ -94538,9 +94549,9 @@ paths: description: Response content: application/json: - schema: *219 + schema: *220 examples: - default: *678 + default: *679 '404': *6 x-github: githubCloudOnly: false @@ -94557,8 +94568,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *456 - *457 + - *458 - name: name in: path required: true @@ -94597,7 +94608,7 @@ paths: description: Response content: application/json: - schema: *219 + schema: *220 examples: default: value: @@ -94623,8 +94634,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *456 - *457 + - *458 - name: name in: path required: true @@ -94650,8 +94661,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *456 - *457 + - *458 responses: '200': description: Response @@ -94679,7 +94690,7 @@ paths: description: |- Enables Git LFS for a repository. - OAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. operationId: repos/enable-lfs-for-repo tags: - repos @@ -94687,8 +94698,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *456 - *457 + - *458 responses: '202': *39 '403': @@ -94708,7 +94719,7 @@ paths: description: |- Disables Git LFS for a repository. - OAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. operationId: repos/disable-lfs-for-repo tags: - repos @@ -94716,8 +94727,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *456 - *457 + - *458 responses: '204': description: Response @@ -94743,9 +94754,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *456 - *457 - - *543 + - *458 + - *544 responses: '200': description: Response @@ -94807,8 +94818,8 @@ paths: title: License Simple description: License Simple type: object - properties: *223 - required: *224 + properties: *224 + required: *225 nullable: true required: - _links @@ -94890,8 +94901,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: - - *456 - *457 + - *458 requestBody: required: true content: @@ -94956,8 +94967,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -94991,9 +95002,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *573 + schema: *574 examples: - default: *679 + default: *680 '204': description: Response when already merged '404': @@ -95018,8 +95029,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *456 - *457 + - *458 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -95060,12 +95071,12 @@ paths: application/json: schema: type: array - items: &680 + items: &681 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *405 - required: *406 + properties: *406 + required: *407 examples: default: value: @@ -95121,8 +95132,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -95162,9 +95173,9 @@ paths: description: Response content: application/json: - schema: *680 + schema: *681 examples: - default: &681 + default: &682 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -95223,9 +95234,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *456 - *457 - - &682 + - *458 + - &683 name: milestone_number description: The number that identifies the milestone. in: path @@ -95237,9 +95248,9 @@ paths: description: Response content: application/json: - schema: *680 + schema: *681 examples: - default: *681 + default: *682 '404': *6 x-github: githubCloudOnly: false @@ -95256,9 +95267,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *456 - *457 - - *682 + - *458 + - *683 requestBody: required: false content: @@ -95296,9 +95307,9 @@ paths: description: Response content: application/json: - schema: *680 + schema: *681 examples: - default: *681 + default: *682 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95314,9 +95325,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *456 - *457 - - *682 + - *458 + - *683 responses: '204': description: Response @@ -95337,9 +95348,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: - - *456 - *457 - - *682 + - *458 + - *683 - *17 - *19 responses: @@ -95349,9 +95360,9 @@ paths: application/json: schema: type: array - items: *219 + items: *220 examples: - default: *661 + default: *662 headers: Link: *47 x-github: @@ -95370,12 +95381,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: - - *456 - *457 - - *683 + - *458 - *684 - - *227 - *685 + - *228 + - *686 - *17 - *19 responses: @@ -95385,9 +95396,9 @@ paths: application/json: schema: type: array - items: *247 + items: *248 examples: - default: *686 + default: *687 headers: Link: *47 x-github: @@ -95411,8 +95422,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *456 - *457 + - *458 requestBody: required: false content: @@ -95470,14 +95481,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *456 - *457 + - *458 responses: '200': description: Response content: application/json: - schema: &687 + schema: &688 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -95602,7 +95613,7 @@ paths: - custom_404 - public examples: - default: &688 + default: &689 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -95643,8 +95654,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -95698,9 +95709,9 @@ paths: description: Response content: application/json: - schema: *687 + schema: *688 examples: - default: *688 + default: *689 '422': *15 '409': *119 x-github: @@ -95723,8 +95734,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: - - *456 - *457 + - *458 requestBody: required: true content: @@ -95831,8 +95842,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *456 - *457 + - *458 responses: '204': description: Response @@ -95858,8 +95869,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -95869,7 +95880,7 @@ paths: application/json: schema: type: array - items: &689 + items: &690 title: Page Build description: Page Build type: object @@ -95963,8 +95974,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *456 - *457 + - *458 responses: '201': description: Response @@ -96009,16 +96020,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *456 - *457 + - *458 responses: '200': description: Response content: application/json: - schema: *689 + schema: *690 examples: - default: &690 + default: &691 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -96066,8 +96077,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *456 - *457 + - *458 - name: build_id in: path required: true @@ -96078,9 +96089,9 @@ paths: description: Response content: application/json: - schema: *689 + schema: *690 examples: - default: *690 + default: *691 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96100,8 +96111,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -96206,9 +96217,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *456 - *457 - - &691 + - *458 + - &692 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -96266,9 +96277,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *456 - *457 - - *691 + - *458 + - *692 responses: '204': *155 '404': *6 @@ -96295,8 +96306,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: - - *456 - *457 + - *458 responses: '200': description: Response @@ -96527,7 +96538,7 @@ paths: description: Empty response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -96554,8 +96565,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: - - *456 - *457 + - *458 responses: '200': description: Private vulnerability reporting status @@ -96592,8 +96603,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: - - *456 - *457 + - *458 responses: '204': *155 '422': *14 @@ -96614,8 +96625,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: - - *456 - *457 + - *458 responses: '204': *155 '422': *14 @@ -96637,8 +96648,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *456 - *457 + - *458 responses: '200': description: Response @@ -96648,7 +96659,7 @@ paths: type: array items: *156 examples: - default: *692 + default: *693 '403': *29 '404': *6 x-github: @@ -96670,8 +96681,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -96687,7 +96698,7 @@ paths: required: - properties examples: - default: *693 + default: *694 responses: '204': description: No Content when custom property values are successfully created @@ -96725,8 +96736,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *456 - *457 + - *458 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -96786,9 +96797,9 @@ paths: application/json: schema: type: array - items: *577 + items: *578 examples: - default: *694 + default: *695 headers: Link: *47 '304': *37 @@ -96820,8 +96831,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -96886,7 +96897,7 @@ paths: description: Response content: application/json: - schema: &698 + schema: &699 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -96997,8 +97008,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *405 - required: *406 + properties: *406 + required: *407 nullable: true active_lock_reason: type: string @@ -97043,7 +97054,7 @@ paths: nullable: true requested_teams: type: array - items: *441 + items: *442 nullable: true head: type: object @@ -97082,14 +97093,14 @@ paths: _links: type: object properties: - comments: *407 - commits: *407 - statuses: *407 - html: *407 - issue: *407 - review_comments: *407 - review_comment: *407 - self: *407 + comments: *408 + commits: *408 + statuses: *408 + html: *408 + issue: *408 + review_comments: *408 + review_comment: *408 + self: *408 required: - comments - commits @@ -97099,8 +97110,8 @@ paths: - review_comments - review_comment - self - author_association: *221 - auto_merge: *695 + author_association: *222 + auto_merge: *696 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -97192,7 +97203,7 @@ paths: - merged_by - review_comments examples: - default: &699 + default: &700 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -97719,8 +97730,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *456 - *457 + - *458 - name: sort in: query required: false @@ -97739,7 +97750,7 @@ paths: enum: - asc - desc - - *227 + - *228 - *17 - *19 responses: @@ -97749,9 +97760,9 @@ paths: application/json: schema: type: array - items: *696 + items: *697 examples: - default: &701 + default: &702 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -97828,17 +97839,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: - - *456 - *457 - - *236 + - *458 + - *237 responses: '200': description: Response content: application/json: - schema: *696 + schema: *697 examples: - default: &697 + default: &698 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -97913,9 +97924,9 @@ 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: - - *456 - *457 - - *236 + - *458 + - *237 requestBody: required: true content: @@ -97937,9 +97948,9 @@ paths: description: Response content: application/json: - schema: *696 + schema: *697 examples: - default: *697 + default: *698 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97955,9 +97966,9 @@ 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: - - *456 - *457 - - *236 + - *458 + - *237 responses: '204': description: Response @@ -97978,9 +97989,9 @@ 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: - - *456 - *457 - - *236 + - *458 + - *237 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a pull request review comment. @@ -98006,9 +98017,9 @@ paths: application/json: schema: type: array - items: *571 + items: *572 examples: - default: *652 + default: *653 headers: Link: *47 '404': *6 @@ -98029,9 +98040,9 @@ 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: - - *456 - *457 - - *236 + - *458 + - *237 requestBody: required: true content: @@ -98063,16 +98074,16 @@ paths: description: Reaction exists content: application/json: - schema: *571 + schema: *572 examples: - default: *572 + default: *573 '201': description: Reaction created content: application/json: - schema: *571 + schema: *572 examples: - default: *572 + default: *573 '422': *15 x-github: githubCloudOnly: false @@ -98094,10 +98105,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *456 - *457 - - *236 - - *653 + - *458 + - *237 + - *654 responses: '204': description: Response @@ -98140,9 +98151,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *456 - *457 - - &700 + - *458 + - &701 name: pull_number description: The number that identifies the pull request. in: path @@ -98155,9 +98166,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *698 + schema: *699 examples: - default: *699 + default: *700 '304': *37 '404': *6 '406': @@ -98192,9 +98203,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *456 - *457 - - *700 + - *458 + - *701 requestBody: required: false content: @@ -98236,9 +98247,9 @@ paths: description: Response content: application/json: - schema: *698 + schema: *699 examples: - default: *699 + default: *700 '422': *15 '403': *29 x-github: @@ -98260,9 +98271,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: - - *456 - *457 - - *700 + - *458 + - *701 requestBody: required: true content: @@ -98322,17 +98333,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *375 + schema: *376 examples: - default: *560 + default: *561 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *375 + schema: *376 examples: - default: *560 + default: *561 '401': *25 '403': *29 '404': *6 @@ -98362,10 +98373,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *456 - *457 - - *700 - - *244 + - *458 + - *701 + - *245 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -98375,7 +98386,7 @@ paths: enum: - asc - desc - - *227 + - *228 - *17 - *19 responses: @@ -98385,9 +98396,9 @@ paths: application/json: schema: type: array - items: *696 + items: *697 examples: - default: *701 + default: *702 headers: Link: *47 x-github: @@ -98420,9 +98431,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: - - *456 - *457 - - *700 + - *458 + - *701 requestBody: required: true content: @@ -98527,7 +98538,7 @@ paths: description: Response content: application/json: - schema: *696 + schema: *697 examples: example-for-a-multi-line-comment: value: @@ -98615,10 +98626,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *456 - *457 - - *700 - - *236 + - *458 + - *701 + - *237 requestBody: required: true content: @@ -98640,7 +98651,7 @@ paths: description: Response content: application/json: - schema: *696 + schema: *697 examples: default: value: @@ -98726,9 +98737,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *456 - *457 - - *700 + - *458 + - *701 - *17 - *19 responses: @@ -98738,9 +98749,9 @@ paths: application/json: schema: type: array - items: *573 + items: *574 examples: - default: *702 + default: *703 headers: Link: *47 x-github: @@ -98770,9 +98781,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *456 - *457 - - *700 + - *458 + - *701 - *17 - *19 responses: @@ -98782,7 +98793,7 @@ paths: application/json: schema: type: array - items: *586 + items: *587 examples: default: value: @@ -98820,9 +98831,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: - - *456 - *457 - - *700 + - *458 + - *701 responses: '204': description: Response if pull request has been merged @@ -98845,9 +98856,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *456 - *457 - - *700 + - *458 + - *701 requestBody: required: false content: @@ -98958,9 +98969,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: - - *456 - *457 - - *700 + - *458 + - *701 responses: '200': description: Response @@ -98976,7 +98987,7 @@ paths: items: *4 teams: type: array - items: *312 + items: *313 required: - users - teams @@ -99035,9 +99046,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: - - *456 - *457 - - *700 + - *458 + - *701 requestBody: required: false content: @@ -99074,7 +99085,7 @@ paths: description: Response content: application/json: - schema: *577 + schema: *578 examples: default: value: @@ -99610,9 +99621,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: - - *456 - *457 - - *700 + - *458 + - *701 requestBody: required: true content: @@ -99646,7 +99657,7 @@ paths: description: Response content: application/json: - schema: *577 + schema: *578 examples: default: value: @@ -100151,9 +100162,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *456 - *457 - - *700 + - *458 + - *701 - *17 - *19 responses: @@ -100163,7 +100174,7 @@ paths: application/json: schema: type: array - items: &703 + items: &704 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -100232,7 +100243,7 @@ paths: type: string body_text: type: string - author_association: *221 + author_association: *222 required: - id - node_id @@ -100314,9 +100325,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: - - *456 - *457 - - *700 + - *458 + - *701 requestBody: required: false content: @@ -100402,9 +100413,9 @@ paths: description: Response content: application/json: - schema: *703 + schema: *704 examples: - default: &705 + default: &706 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -100467,10 +100478,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: - - *456 - *457 - - *700 - - &704 + - *458 + - *701 + - &705 name: review_id description: The unique identifier of the review. in: path @@ -100482,9 +100493,9 @@ paths: description: Response content: application/json: - schema: *703 + schema: *704 examples: - default: &706 + default: &707 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -100543,10 +100554,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: - - *456 - *457 - - *700 - - *704 + - *458 + - *701 + - *705 requestBody: required: true content: @@ -100569,7 +100580,7 @@ paths: description: Response content: application/json: - schema: *703 + schema: *704 examples: default: value: @@ -100631,18 +100642,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: - - *456 - *457 - - *700 - - *704 + - *458 + - *701 + - *705 responses: '200': description: Response content: application/json: - schema: *703 + schema: *704 examples: - default: *705 + default: *706 '422': *7 '404': *6 x-github: @@ -100669,10 +100680,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: - - *456 - *457 - - *700 - - *704 + - *458 + - *701 + - *705 - *17 - *19 responses: @@ -100751,13 +100762,13 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *221 + author_association: *222 _links: type: object properties: - self: *407 - html: *407 - pull_request: *407 + self: *408 + html: *408 + pull_request: *408 required: - self - html @@ -100766,7 +100777,7 @@ paths: type: string body_html: type: string - reactions: *222 + reactions: *223 side: description: The side of the first line of the range for a multi-line comment. @@ -100907,10 +100918,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: - - *456 - *457 - - *700 - - *704 + - *458 + - *701 + - *705 requestBody: required: true content: @@ -100938,7 +100949,7 @@ paths: description: Response content: application/json: - schema: *703 + schema: *704 examples: default: value: @@ -101001,10 +101012,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: - - *456 - *457 - - *700 - - *704 + - *458 + - *701 + - *705 requestBody: required: true content: @@ -101039,9 +101050,9 @@ paths: description: Response content: application/json: - schema: *703 + schema: *704 examples: - default: *706 + default: *707 '404': *6 '422': *7 '403': *29 @@ -101063,9 +101074,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *456 - *457 - - *700 + - *458 + - *701 requestBody: required: false content: @@ -101128,8 +101139,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *456 - *457 + - *458 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -101142,9 +101153,9 @@ paths: description: Response content: application/json: - schema: *707 + schema: *708 examples: - default: &708 + default: &709 value: type: file encoding: base64 @@ -101186,8 +101197,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: - - *456 - *457 + - *458 - name: dir description: The alternate path to look for a README file in: path @@ -101207,9 +101218,9 @@ paths: description: Response content: application/json: - schema: *707 + schema: *708 examples: - default: *708 + default: *709 '404': *6 '422': *15 x-github: @@ -101231,8 +101242,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -101242,7 +101253,7 @@ paths: application/json: schema: type: array - items: *709 + items: *710 examples: default: value: @@ -101336,8 +101347,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -101413,9 +101424,9 @@ paths: description: Response content: application/json: - schema: *709 + schema: *710 examples: - default: &713 + default: &714 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -101520,9 +101531,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *456 - *457 - - &711 + - *458 + - &712 name: asset_id description: The unique identifier of the asset. in: path @@ -101534,9 +101545,9 @@ paths: description: Response content: application/json: - schema: *710 + schema: *711 examples: - default: &712 + default: &713 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 @@ -101571,7 +101582,7 @@ paths: type: User site_admin: false '404': *6 - '302': *588 + '302': *589 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101587,9 +101598,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *456 - *457 - - *711 + - *458 + - *712 requestBody: required: false content: @@ -101617,9 +101628,9 @@ paths: description: Response content: application/json: - schema: *710 + schema: *711 examples: - default: *712 + default: *713 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101635,9 +101646,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *456 - *457 - - *711 + - *458 + - *712 responses: '204': description: Response @@ -101661,8 +101672,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: - - *456 - *457 + - *458 requestBody: required: true content: @@ -101747,16 +101758,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *456 - *457 + - *458 responses: '200': description: Response content: application/json: - schema: *709 + schema: *710 examples: - default: *713 + default: *714 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101773,8 +101784,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *456 - *457 + - *458 - name: tag description: tag parameter in: path @@ -101787,9 +101798,9 @@ paths: description: Response content: application/json: - schema: *709 + schema: *710 examples: - default: *713 + default: *714 '404': *6 x-github: githubCloudOnly: false @@ -101811,9 +101822,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *456 - *457 - - &714 + - *458 + - &715 name: release_id description: The unique identifier of the release. in: path @@ -101827,9 +101838,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *709 + schema: *710 examples: - default: *713 + default: *714 '401': description: Unauthorized x-github: @@ -101847,9 +101858,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *456 - *457 - - *714 + - *458 + - *715 requestBody: required: false content: @@ -101913,9 +101924,9 @@ paths: description: Response content: application/json: - schema: *709 + schema: *710 examples: - default: *713 + default: *714 '404': description: Not Found if the discussion category name is invalid content: @@ -101936,9 +101947,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *456 - *457 - - *714 + - *458 + - *715 responses: '204': description: Response @@ -101958,9 +101969,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *456 - *457 - - *714 + - *458 + - *715 - *17 - *19 responses: @@ -101970,7 +101981,7 @@ paths: application/json: schema: type: array - items: *710 + items: *711 examples: default: value: @@ -102052,9 +102063,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: - - *456 - *457 - - *714 + - *458 + - *715 - name: name in: query required: true @@ -102080,7 +102091,7 @@ paths: description: Response for successful upload content: application/json: - schema: *710 + schema: *711 examples: response-for-successful-upload: value: @@ -102135,9 +102146,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *456 - *457 - - *714 + - *458 + - *715 - 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. @@ -102161,9 +102172,9 @@ paths: application/json: schema: type: array - items: *571 + items: *572 examples: - default: *652 + default: *653 headers: Link: *47 '404': *6 @@ -102184,9 +102195,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *456 - *457 - - *714 + - *458 + - *715 requestBody: required: true content: @@ -102216,16 +102227,16 @@ paths: description: Reaction exists content: application/json: - schema: *571 + schema: *572 examples: - default: *572 + default: *573 '201': description: Reaction created content: application/json: - schema: *571 + schema: *572 examples: - default: *572 + default: *573 '422': *15 x-github: githubCloudOnly: false @@ -102247,10 +102258,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *456 - *457 - - *714 - - *653 + - *458 + - *715 + - *654 responses: '204': description: Response @@ -102274,9 +102285,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *456 - *457 - - *509 + - *458 + - *510 - *17 - *19 responses: @@ -102293,7 +102304,7 @@ paths: oneOf: - allOf: - *170 - - &715 + - &716 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -102314,67 +102325,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *171 - - *715 + - *716 - allOf: - *172 - - *715 + - *716 - allOf: - *173 - - *715 + - *716 - allOf: + - *717 - *716 - - *715 - allOf: - *174 - - *715 + - *716 - allOf: - *175 - - *715 + - *716 - allOf: - *176 - - *715 + - *716 - allOf: - *177 - - *715 + - *716 - allOf: - *178 - - *715 + - *716 - allOf: - *179 - - *715 + - *716 - allOf: - *180 - - *715 + - *716 - allOf: - *181 - - *715 + - *716 - allOf: - *182 - - *715 + - *716 - allOf: - *183 - - *715 + - *716 - allOf: - *184 - - *715 + - *716 - allOf: - *185 - - *715 + - *716 - allOf: - *186 - - *715 + - *716 - allOf: - *187 - - *715 + - *716 - allOf: - *188 - - *715 + - *716 - allOf: - *189 - - *715 + - *716 - allOf: - *190 - - *715 + - *716 examples: default: value: @@ -102413,8 +102424,8 @@ paths: category: repos subcategory: rules parameters: - - *456 - *457 + - *458 - *17 - *19 - name: includes_parents @@ -102425,7 +102436,7 @@ paths: schema: type: boolean default: true - - *717 + - *718 responses: '200': description: Response @@ -102480,8 +102491,8 @@ paths: category: repos subcategory: rules parameters: - - *456 - *457 + - *458 requestBody: description: Request body required: true @@ -102510,7 +102521,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *718 + items: *719 required: - name - enforcement @@ -102543,7 +102554,7 @@ paths: application/json: schema: *191 examples: - default: &727 + default: &728 value: id: 42 name: super cool ruleset @@ -102590,12 +102601,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *456 - *457 - - *719 - - *105 + - *458 - *720 + - *105 - *721 + - *722 - *17 - *19 responses: @@ -102603,9 +102614,9 @@ paths: description: Response content: application/json: - schema: *722 + schema: *723 examples: - default: *723 + default: *724 '404': *6 '500': *40 x-github: @@ -102626,17 +102637,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *456 - *457 - - *724 + - *458 + - *725 responses: '200': description: Response content: application/json: - schema: *725 + schema: *726 examples: - default: *726 + default: *727 '404': *6 '500': *40 x-github: @@ -102664,8 +102675,8 @@ paths: category: repos subcategory: rules parameters: - - *456 - *457 + - *458 - name: ruleset_id description: The ID of the ruleset. in: path @@ -102687,7 +102698,7 @@ paths: application/json: schema: *191 examples: - default: *727 + default: *728 '404': *6 '500': *40 put: @@ -102705,8 +102716,8 @@ paths: category: repos subcategory: rules parameters: - - *456 - *457 + - *458 - name: ruleset_id description: The ID of the ruleset. in: path @@ -102740,7 +102751,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *718 + items: *719 examples: default: value: @@ -102770,7 +102781,7 @@ paths: application/json: schema: *191 examples: - default: *727 + default: *728 '404': *6 '500': *40 delete: @@ -102788,8 +102799,8 @@ paths: category: repos subcategory: rules parameters: - - *456 - *457 + - *458 - name: ruleset_id description: The ID of the ruleset. in: path @@ -102812,8 +102823,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *456 - *457 + - *458 - *17 - *19 - name: ruleset_id @@ -102831,7 +102842,7 @@ paths: type: array items: *195 examples: - default: *425 + default: *426 '404': *6 '500': *40 x-github: @@ -102850,8 +102861,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *456 - *457 + - *458 - name: ruleset_id description: The ID of the ruleset. in: path @@ -102869,7 +102880,7 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: default: value: @@ -102924,22 +102935,22 @@ 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: - - *456 - *457 - - *427 + - *458 - *428 - *429 - *430 - *431 + - *432 - *110 - *19 - *17 - - *728 - *729 - - *432 + - *730 - *433 - *434 - *435 + - *436 responses: '200': description: Response @@ -102947,7 +102958,7 @@ paths: application/json: schema: type: array - items: &733 + items: &734 type: object properties: number: *128 @@ -102966,8 +102977,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *730 - resolution: *731 + state: *731 + resolution: *732 resolved_at: type: string format: date-time @@ -103063,7 +103074,7 @@ paths: pull request. ' - oneOf: *732 + oneOf: *733 nullable: true has_more_locations: type: boolean @@ -103212,16 +103223,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *456 - *457 - - *537 - - *435 + - *458 + - *538 + - *436 responses: '200': description: Response content: application/json: - schema: *733 + schema: *734 examples: default: value: @@ -103275,9 +103286,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: - - *456 - *457 - - *537 + - *458 + - *538 requestBody: required: true content: @@ -103285,8 +103296,8 @@ paths: schema: type: object properties: - state: *730 - resolution: *731 + state: *731 + resolution: *732 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -103320,7 +103331,7 @@ paths: description: Response content: application/json: - schema: *733 + schema: *734 examples: default: value: @@ -103415,9 +103426,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: - - *456 - *457 - - *537 + - *458 + - *538 - *19 - *17 responses: @@ -103428,7 +103439,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &920 + items: &921 type: object properties: type: @@ -103454,7 +103465,6 @@ paths: example: commit details: oneOf: - - *734 - *735 - *736 - *737 @@ -103467,6 +103477,7 @@ paths: - *744 - *745 - *746 + - *747 examples: default: value: @@ -103552,8 +103563,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -103561,14 +103572,14 @@ paths: schema: type: object properties: - reason: &748 + reason: &749 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *747 + placeholder_id: *748 required: - reason - placeholder_id @@ -103585,7 +103596,7 @@ paths: schema: type: object properties: - reason: *748 + reason: *749 expire_at: type: string format: date-time @@ -103631,8 +103642,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *456 - *457 + - *458 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -103647,7 +103658,7 @@ paths: properties: incremental_scans: type: array - items: &749 + items: &750 description: Information on a single scan performed by secret scanning on the repository type: object @@ -103673,15 +103684,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *749 + items: *750 backfill_scans: type: array - items: *749 + items: *750 custom_pattern_backfill_scans: type: array items: allOf: - - *749 + - *750 - type: object properties: pattern_name: @@ -103751,8 +103762,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *456 - *457 + - *458 - *110 - name: sort description: The property to sort the results by. @@ -103796,9 +103807,9 @@ paths: application/json: schema: type: array - items: *750 + items: *751 examples: - default: *751 + default: *752 '400': *14 '404': *6 x-github: @@ -103821,8 +103832,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: - - *456 - *457 + - *458 requestBody: required: true content: @@ -103895,7 +103906,7 @@ paths: login: type: string description: The username of the user credited. - type: *440 + type: *441 required: - login - type @@ -103982,9 +103993,9 @@ paths: description: Response content: application/json: - schema: *750 + schema: *751 examples: - default: &753 + default: &754 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -104217,8 +104228,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: - - *456 - *457 + - *458 requestBody: required: true content: @@ -104322,7 +104333,7 @@ paths: description: Response content: application/json: - schema: *750 + schema: *751 examples: default: value: @@ -104469,17 +104480,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: - - *456 - *457 - - *752 + - *458 + - *753 responses: '200': description: Response content: application/json: - schema: *750 + schema: *751 examples: - default: *753 + default: *754 '403': *29 '404': *6 x-github: @@ -104503,9 +104514,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: - - *456 - *457 - - *752 + - *458 + - *753 requestBody: required: true content: @@ -104578,7 +104589,7 @@ paths: login: type: string description: The username of the user credited. - type: *440 + type: *441 required: - login - type @@ -104664,17 +104675,17 @@ paths: description: Response content: application/json: - schema: *750 + schema: *751 examples: - default: *753 - add_credit: *753 + default: *754 + add_credit: *754 '403': *29 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *258 + schema: *259 examples: invalid_state_transition: value: @@ -104705,9 +104716,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: - - *456 - *457 - - *752 + - *458 + - *753 responses: '202': *39 '400': *14 @@ -104734,17 +104745,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *456 - *457 - - *752 + - *458 + - *753 responses: '202': description: Response content: application/json: - schema: *461 + schema: *462 examples: - default: *463 + default: *464 '400': *14 '422': *15 '403': *29 @@ -104770,8 +104781,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -104870,8 +104881,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *456 - *457 + - *458 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -104880,7 +104891,7 @@ paths: application/json: schema: type: array - items: &754 + items: &755 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -104913,8 +104924,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: - - *456 - *457 + - *458 responses: '200': description: Response @@ -104990,8 +105001,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *456 - *457 + - *458 responses: '200': description: Response @@ -105087,8 +105098,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *456 - *457 + - *458 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -105242,8 +105253,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: - - *456 - *457 + - *458 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -105253,7 +105264,7 @@ paths: application/json: schema: type: array - items: *754 + items: *755 examples: default: value: @@ -105286,8 +105297,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *456 - *457 + - *458 - name: sha in: path required: true @@ -105341,7 +105352,7 @@ paths: description: Response content: application/json: - schema: *755 + schema: *756 examples: default: value: @@ -105395,8 +105406,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -105428,14 +105439,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *456 - *457 + - *458 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &756 + schema: &757 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -105503,8 +105514,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *456 - *457 + - *458 requestBody: required: false content: @@ -105530,7 +105541,7 @@ paths: description: Response content: application/json: - schema: *756 + schema: *757 examples: default: value: @@ -105557,8 +105568,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *456 - *457 + - *458 responses: '204': description: Response @@ -105578,8 +105589,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -105658,8 +105669,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *456 - *457 + - *458 responses: '200': description: Response @@ -105667,7 +105678,7 @@ paths: application/json: schema: type: array - items: &757 + items: &758 title: Tag protection description: Tag protection type: object @@ -105719,8 +105730,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -105743,7 +105754,7 @@ paths: description: Response content: application/json: - schema: *757 + schema: *758 examples: default: value: @@ -105774,8 +105785,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *456 - *457 + - *458 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -105812,8 +105823,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *456 - *457 + - *458 - name: ref in: path required: true @@ -105849,8 +105860,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *456 - *457 + - *458 - *17 - *19 responses: @@ -105860,9 +105871,9 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: - default: *385 + default: *386 headers: Link: *47 '404': *6 @@ -105882,8 +105893,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *456 - *457 + - *458 - *19 - *17 responses: @@ -105891,7 +105902,7 @@ paths: description: Response content: application/json: - schema: &758 + schema: &759 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -105903,7 +105914,7 @@ paths: required: - names examples: - default: &759 + default: &760 value: names: - octocat @@ -105926,8 +105937,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -105958,9 +105969,9 @@ paths: description: Response content: application/json: - schema: *758 + schema: *759 examples: - default: *759 + default: *760 '404': *6 '422': *7 x-github: @@ -105981,9 +105992,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *456 - *457 - - &760 + - *458 + - &761 name: per description: The time frame to display results for. in: query @@ -106012,7 +106023,7 @@ paths: example: 128 clones: type: array - items: &761 + items: &762 title: Traffic type: object properties: @@ -106099,8 +106110,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *456 - *457 + - *458 responses: '200': description: Response @@ -106190,8 +106201,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *456 - *457 + - *458 responses: '200': description: Response @@ -106251,9 +106262,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *456 - *457 - - *760 + - *458 + - *761 responses: '200': description: Response @@ -106272,7 +106283,7 @@ paths: example: 3782 views: type: array - items: *761 + items: *762 required: - uniques - count @@ -106349,8 +106360,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *456 - *457 + - *458 requestBody: required: true content: @@ -106386,7 +106397,7 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: default: value: @@ -106624,8 +106635,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: - - *456 - *457 + - *458 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -106648,8 +106659,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *456 - *457 + - *458 responses: '204': description: Response @@ -106671,8 +106682,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *456 - *457 + - *458 responses: '204': description: Response @@ -106698,8 +106709,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *456 - *457 + - *458 - name: ref in: path required: true @@ -106791,9 +106802,9 @@ paths: description: Response content: application/json: - schema: *461 + schema: *462 examples: - default: *463 + default: *464 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -106834,7 +106845,7 @@ paths: application/json: schema: type: array - items: *283 + items: *284 examples: default: value: @@ -106944,7 +106955,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &769 + - &770 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -106953,7 +106964,7 @@ paths: schema: type: string example: members - - &774 + - &775 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -106964,7 +106975,7 @@ paths: default: 1 format: int32 example: 1 - - &775 + - &776 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -107006,7 +107017,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &764 + items: &765 allOf: - type: object required: @@ -107081,7 +107092,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: &776 + meta: &777 type: object description: The metadata associated with the creation/updates to the user. @@ -107141,30 +107152,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &765 + '400': &766 description: Bad request content: application/json: - schema: *762 + schema: *763 application/scim+json: - schema: *762 - '401': *763 - '403': &766 + schema: *763 + '401': *764 + '403': &767 description: Permission denied - '429': &767 + '429': &768 description: Too many requests content: application/json: - schema: *762 + schema: *763 application/scim+json: - schema: *762 - '500': &768 + schema: *763 + '500': &769 description: Internal server error content: application/json: - schema: *762 + schema: *763 application/scim+json: - schema: *762 + schema: *763 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107188,7 +107199,7 @@ paths: required: true content: application/json: - schema: &772 + schema: &773 type: object required: - schemas @@ -107248,9 +107259,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *764 + schema: *765 examples: - group: &770 + group: &771 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -107269,13 +107280,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *765 - '401': *763 - '403': *766 - '409': &773 + '400': *766 + '401': *764 + '403': *767 + '409': &774 description: Duplicate record detected - '429': *767 - '500': *768 + '429': *768 + '500': *769 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107292,7 +107303,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: - - &771 + - &772 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -107300,22 +107311,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *769 + - *770 - *41 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *764 + schema: *765 examples: - default: *770 - '400': *765 - '401': *763 - '403': *766 + default: *771 + '400': *766 + '401': *764 + '403': *767 '404': *6 - '429': *767 - '500': *768 + '429': *768 + '500': *769 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107334,13 +107345,13 @@ 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: - - *771 + - *772 - *41 requestBody: required: true content: application/json: - schema: *772 + schema: *773 examples: group: summary: Group @@ -107366,17 +107377,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *764 + schema: *765 examples: - group: *770 - groupWithMembers: *770 - '400': *765 - '401': *763 - '403': *766 + group: *771 + groupWithMembers: *771 + '400': *766 + '401': *764 + '403': *767 '404': *6 - '409': *773 - '429': *767 - '500': *768 + '409': *774 + '429': *768 + '500': *769 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107400,13 +107411,13 @@ 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: - - *771 + - *772 - *41 requestBody: required: true content: application/json: - schema: &783 + schema: &784 type: object required: - Operations @@ -107466,17 +107477,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *764 + schema: *765 examples: - updateGroup: *770 - addMembers: *770 - '400': *765 - '401': *763 - '403': *766 + updateGroup: *771 + addMembers: *771 + '400': *766 + '401': *764 + '403': *767 '404': *6 - '409': *773 - '429': *767 - '500': *768 + '409': *774 + '429': *768 + '500': *769 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107492,17 +107503,17 @@ 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: - - *771 + - *772 - *41 responses: '204': description: Group was deleted, no content - '400': *765 - '401': *763 - '403': *766 + '400': *766 + '401': *764 + '403': *767 '404': *6 - '429': *767 - '500': *768 + '429': *768 + '500': *769 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107536,8 +107547,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *774 - *775 + - *776 - *41 responses: '200': @@ -107570,7 +107581,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &778 + items: &779 allOf: - type: object required: @@ -107649,7 +107660,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &777 + roles: &778 type: array description: The roles assigned to the user. items: @@ -107705,7 +107716,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *776 + meta: *777 startIndex: type: integer description: A starting index for the returned page @@ -107742,11 +107753,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *765 - '401': *763 - '403': *766 - '429': *767 - '500': *768 + '400': *766 + '401': *764 + '403': *767 + '429': *768 + '500': *769 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107770,7 +107781,7 @@ paths: required: true content: application/json: - schema: &781 + schema: &782 type: object required: - schemas @@ -107852,9 +107863,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *777 + roles: *778 examples: - user: &782 + user: &783 summary: User value: schemas: @@ -107901,9 +107912,9 @@ paths: description: User has been created content: application/scim+json: - schema: *778 + schema: *779 examples: - user: &779 + user: &780 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -107929,13 +107940,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: *779 - '400': *765 - '401': *763 - '403': *766 - '409': *773 - '429': *767 - '500': *768 + enterpriseOwner: *780 + '400': *766 + '401': *764 + '403': *767 + '409': *774 + '429': *768 + '500': *769 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107952,7 +107963,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: - - &780 + - &781 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -107965,15 +107976,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *778 + schema: *779 examples: - default: *779 - '400': *765 - '401': *763 - '403': *766 + default: *780 + '400': *766 + '401': *764 + '403': *767 '404': *6 - '429': *767 - '500': *768 + '429': *768 + '500': *769 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107995,30 +108006,30 @@ 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: - - *780 + - *781 - *41 requestBody: required: true content: application/json: - schema: *781 + schema: *782 examples: - user: *782 + user: *783 responses: '200': description: User was updated content: application/scim+json: - schema: *778 + schema: *779 examples: - user: *779 - '400': *765 - '401': *763 - '403': *766 + user: *780 + '400': *766 + '401': *764 + '403': *767 '404': *6 - '409': *773 - '429': *767 - '500': *768 + '409': *774 + '429': *768 + '500': *769 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108053,13 +108064,13 @@ 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: - - *780 + - *781 - *41 requestBody: required: true content: application/json: - schema: *783 + schema: *784 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -108099,18 +108110,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *778 + schema: *779 examples: - userMultiValuedProperties: *779 - userSingleValuedProperties: *779 - disableUser: *779 - '400': *765 - '401': *763 - '403': *766 + userMultiValuedProperties: *780 + userSingleValuedProperties: *780 + disableUser: *780 + '400': *766 + '401': *764 + '403': *767 '404': *6 - '409': *773 - '429': *767 - '500': *768 + '409': *774 + '429': *768 + '500': *769 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108130,17 +108141,17 @@ 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: - - *780 + - *781 - *41 responses: '204': description: User was deleted, no content - '400': *765 - '401': *763 - '403': *766 + '400': *766 + '401': *764 + '403': *767 '404': *6 - '429': *767 - '500': *768 + '429': *768 + '500': *769 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108227,7 +108238,7 @@ paths: example: 1 Resources: type: array - items: &784 + items: &785 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -108458,22 +108469,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': *37 - '404': &785 + '404': &786 description: Resource not found content: application/json: - schema: *762 + schema: *763 application/scim+json: - schema: *762 - '403': &786 + schema: *763 + '403': &787 description: Forbidden content: application/json: - schema: *762 + schema: *763 application/scim+json: - schema: *762 - '400': *765 - '429': *767 + schema: *763 + '400': *766 + '429': *768 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -108499,9 +108510,9 @@ paths: description: Response content: application/scim+json: - schema: *784 + schema: *785 examples: - default: &787 + default: &788 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -108524,17 +108535,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': *37 - '404': *785 - '403': *786 - '500': *768 + '404': *786 + '403': *787 + '500': *769 '409': description: Conflict content: application/json: - schema: *762 + schema: *763 application/scim+json: - schema: *762 - '400': *765 + schema: *763 + '400': *766 requestBody: required: true content: @@ -108632,17 +108643,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *87 - - *780 + - *781 responses: '200': description: Response content: application/scim+json: - schema: *784 + schema: *785 examples: - default: *787 - '404': *785 - '403': *786 + default: *788 + '404': *786 + '403': *787 '304': *37 x-github: githubCloudOnly: true @@ -108666,18 +108677,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *87 - - *780 + - *781 responses: '200': description: Response content: application/scim+json: - schema: *784 + schema: *785 examples: - default: *787 + default: *788 '304': *37 - '404': *785 - '403': *786 + '404': *786 + '403': *787 requestBody: required: true content: @@ -108790,19 +108801,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *87 - - *780 + - *781 responses: '200': description: Response content: application/scim+json: - schema: *784 + schema: *785 examples: - default: *787 + default: *788 '304': *37 - '404': *785 - '403': *786 - '400': *765 + '404': *786 + '403': *787 + '400': *766 '429': description: Response content: @@ -108893,12 +108904,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *87 - - *780 + - *781 responses: '204': description: Response - '404': *785 - '403': *786 + '404': *786 + '403': *787 '304': *37 x-github: githubCloudOnly: true @@ -109013,7 +109024,7 @@ paths: html_url: type: string format: uri - repository: *283 + repository: *284 score: type: number file_size: @@ -109031,7 +109042,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &788 + text_matches: &789 title: Search Result Text Matches type: array items: @@ -109194,7 +109205,7 @@ paths: enum: - author-date - committer-date - - &789 + - &790 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 @@ -109265,7 +109276,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *507 + properties: *508 nullable: true comment_count: type: integer @@ -109285,7 +109296,7 @@ paths: url: type: string format: uri - verification: *635 + verification: *636 required: - author - committer @@ -109304,7 +109315,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *507 + properties: *508 nullable: true parents: type: array @@ -109317,12 +109328,12 @@ paths: type: string sha: type: string - repository: *283 + repository: *284 score: type: number node_id: type: string - text_matches: *788 + text_matches: *789 required: - sha - node_id @@ -109515,7 +109526,7 @@ paths: - interactions - created - updated - - *789 + - *790 - *17 - *19 - name: advanced_search @@ -109612,11 +109623,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 issue_field_values: type: array - items: *792 + items: *793 state: type: string state_reason: @@ -109633,8 +109644,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *405 - required: *406 + properties: *406 + required: *407 nullable: true comments: type: integer @@ -109648,7 +109659,7 @@ paths: type: string format: date-time nullable: true - text_matches: *788 + text_matches: *789 pull_request: type: object properties: @@ -109681,7 +109692,7 @@ paths: type: string score: type: number - author_association: *221 + author_association: *222 draft: type: boolean repository: *78 @@ -109692,7 +109703,7 @@ paths: timeline_url: type: string format: uri - type: *370 + type: *371 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -109702,9 +109713,9 @@ paths: GitHub apps are first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 - reactions: *222 + properties: *218 + required: *219 + reactions: *223 required: - assignee - closed_at @@ -109873,7 +109884,7 @@ paths: enum: - created - updated - - *789 + - *790 - *17 - *19 responses: @@ -109917,7 +109928,7 @@ paths: nullable: true score: type: number - text_matches: *788 + text_matches: *789 required: - id - node_id @@ -110003,7 +110014,7 @@ paths: - forks - help-wanted-issues - updated - - *789 + - *790 - *17 - *19 responses: @@ -110222,8 +110233,8 @@ paths: title: License Simple description: License Simple type: object - properties: *223 - required: *224 + properties: *224 + required: *225 nullable: true permissions: type: object @@ -110242,7 +110253,7 @@ paths: - admin - pull - push - text_matches: *788 + text_matches: *789 temp_clone_token: type: string allow_merge_commit: @@ -110543,7 +110554,7 @@ paths: type: string format: uri nullable: true - text_matches: *788 + text_matches: *789 related: type: array nullable: true @@ -110736,7 +110747,7 @@ paths: - followers - repositories - joined - - *789 + - *790 - *17 - *19 responses: @@ -110840,7 +110851,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *788 + text_matches: *789 blog: type: string nullable: true @@ -110919,7 +110930,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &793 + - &794 name: team_id description: The unique identifier of the team. in: path @@ -110931,9 +110942,9 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: - default: *450 + default: *451 '404': *6 x-github: githubCloudOnly: false @@ -110960,7 +110971,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *793 + - *794 requestBody: required: true content: @@ -111023,16 +111034,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *449 + schema: *450 examples: - default: *450 + default: *451 '201': description: Response content: application/json: - schema: *449 + schema: *450 examples: - default: *450 + default: *451 '404': *6 '422': *15 '403': *29 @@ -111060,7 +111071,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *793 + - *794 responses: '204': description: Response @@ -111089,7 +111100,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *793 + - *794 - *17 - *19 responses: @@ -111099,9 +111110,9 @@ paths: application/json: schema: type: array - items: *367 + items: *368 examples: - default: *368 + default: *369 headers: Link: *47 x-github: @@ -111127,7 +111138,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *793 + - *794 - name: role description: Filters members returned by their role in the team. in: query @@ -111178,7 +111189,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *793 + - *794 - *143 responses: '204': @@ -111215,7 +111226,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *793 + - *794 - *143 responses: '204': @@ -111255,7 +111266,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *793 + - *794 - *143 responses: '204': @@ -111292,16 +111303,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: - - *793 + - *794 - *143 responses: '200': description: Response content: application/json: - schema: *455 + schema: *456 examples: - response-if-user-is-a-team-maintainer: *794 + response-if-user-is-a-team-maintainer: *795 '404': *6 x-github: githubCloudOnly: false @@ -111334,7 +111345,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: - - *793 + - *794 - *143 requestBody: required: false @@ -111360,9 +111371,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: - response-if-users-membership-with-team-is-now-pending: *795 + response-if-users-membership-with-team-is-now-pending: *796 '403': description: Forbidden if team synchronization is set up '422': @@ -111396,7 +111407,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: - - *793 + - *794 - *143 responses: '204': @@ -111424,7 +111435,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *793 + - *794 - *17 - *19 responses: @@ -111434,9 +111445,9 @@ paths: application/json: schema: type: array - items: *283 + items: *284 examples: - default: *392 + default: *393 headers: Link: *47 '404': *6 @@ -111466,15 +111477,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: - - *793 - - *456 + - *794 - *457 + - *458 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *796 + schema: *797 examples: alternative-response-with-extra-repository-information: value: @@ -111625,9 +111636,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: - - *793 - - *456 + - *794 - *457 + - *458 requestBody: required: false content: @@ -111677,9 +111688,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: - - *793 - - *456 + - *794 - *457 + - *458 responses: '204': description: Response @@ -111708,15 +111719,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: - - *793 + - *794 responses: '200': description: Response content: application/json: - schema: *458 + schema: *459 examples: - default: *459 + default: *460 '403': *29 '404': *6 x-github: @@ -111743,7 +111754,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: - - *793 + - *794 requestBody: required: true content: @@ -111800,7 +111811,7 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: default: value: @@ -111831,7 +111842,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *793 + - *794 - *17 - *19 responses: @@ -111841,9 +111852,9 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: - response-if-child-teams-exist: *797 + response-if-child-teams-exist: *798 headers: Link: *47 '404': *6 @@ -111876,7 +111887,7 @@ paths: application/json: schema: oneOf: - - &799 + - &800 title: Private User description: Private User type: object @@ -112079,7 +112090,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *798 + - *799 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -112232,7 +112243,7 @@ paths: description: Response content: application/json: - schema: *799 + schema: *800 examples: default: value: @@ -112435,9 +112446,9 @@ paths: type: integer codespaces: type: array - items: *375 + items: *376 examples: - default: *376 + default: *377 '304': *37 '500': *40 '401': *25 @@ -112576,17 +112587,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *375 + schema: *376 examples: - default: *560 + default: *561 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *375 + schema: *376 examples: - default: *560 + default: *561 '401': *25 '403': *29 '404': *6 @@ -112630,7 +112641,7 @@ paths: type: integer secrets: type: array - items: &800 + items: &801 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -112670,7 +112681,7 @@ paths: - visibility - selected_repositories_url examples: - default: *563 + default: *564 headers: Link: *47 x-github: @@ -112740,13 +112751,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *293 + - *294 responses: '200': description: Response content: application/json: - schema: *800 + schema: *801 examples: default: value: @@ -112776,7 +112787,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *293 + - *294 requestBody: required: true content: @@ -112821,7 +112832,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -112849,7 +112860,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *293 + - *294 responses: '204': description: Response @@ -112874,7 +112885,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *293 + - *294 responses: '200': description: Response @@ -112890,9 +112901,9 @@ paths: type: integer repositories: type: array - items: *283 + items: *284 examples: - default: *801 + default: *802 '401': *25 '403': *29 '404': *6 @@ -112917,7 +112928,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *293 + - *294 requestBody: required: true content: @@ -112971,7 +112982,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *293 + - *294 - name: repository_id in: path required: true @@ -113004,7 +113015,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *293 + - *294 - name: repository_id in: path required: true @@ -113036,15 +113047,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *377 + - *378 responses: '200': description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: *560 + default: *561 '304': *37 '500': *40 '401': *25 @@ -113070,7 +113081,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *377 + - *378 requestBody: required: false content: @@ -113100,9 +113111,9 @@ paths: description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: *560 + default: *561 '401': *25 '403': *29 '404': *6 @@ -113124,7 +113135,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *377 + - *378 responses: '202': *39 '304': *37 @@ -113153,13 +113164,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *377 + - *378 responses: '202': description: Response content: application/json: - schema: &802 + schema: &803 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -113200,7 +113211,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &803 + default: &804 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -113232,7 +113243,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *377 + - *378 - name: export_id in: path required: true @@ -113245,9 +113256,9 @@ paths: description: Response content: application/json: - schema: *802 + schema: *803 examples: - default: *803 + default: *804 '404': *6 x-github: githubCloudOnly: false @@ -113268,7 +113279,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *377 + - *378 responses: '200': description: Response @@ -113284,9 +113295,9 @@ paths: type: integer machines: type: array - items: *804 + items: *805 examples: - default: *805 + default: *806 '304': *37 '500': *40 '401': *25 @@ -113315,7 +113326,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *377 + - *378 requestBody: required: true content: @@ -113365,13 +113376,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *461 + repository: *462 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *561 - required: *562 + properties: *562 + required: *563 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -114145,15 +114156,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *377 + - *378 responses: '200': description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: *560 + default: *561 '304': *37 '500': *40 '400': *14 @@ -114185,15 +114196,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *377 + - *378 responses: '200': description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: *560 + default: *561 '500': *40 '401': *25 '403': *29 @@ -114223,9 +114234,9 @@ paths: application/json: schema: type: array - items: *386 + items: *387 examples: - default: &816 + default: &817 value: - id: 197 name: hello_docker @@ -114326,7 +114337,7 @@ paths: application/json: schema: type: array - items: &806 + items: &807 title: Email description: Email type: object @@ -114391,9 +114402,9 @@ paths: application/json: schema: type: array - items: *806 + items: *807 examples: - default: &818 + default: &819 value: - email: octocat@github.com verified: true @@ -114468,7 +114479,7 @@ paths: application/json: schema: type: array - items: *806 + items: *807 examples: default: value: @@ -114724,7 +114735,7 @@ paths: application/json: schema: type: array - items: &807 + items: &808 title: GPG Key description: A unique encryption key type: object @@ -114855,7 +114866,7 @@ paths: - subkeys - revoked examples: - default: &834 + default: &835 value: - id: 3 name: Octocat's GPG Key @@ -114940,9 +114951,9 @@ paths: description: Response content: application/json: - schema: *807 + schema: *808 examples: - default: &808 + default: &809 value: id: 3 name: Octocat's GPG Key @@ -114999,7 +115010,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: - - &809 + - &810 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -115011,9 +115022,9 @@ paths: description: Response content: application/json: - schema: *807 + schema: *808 examples: - default: *808 + default: *809 '404': *6 '304': *37 '403': *29 @@ -115036,7 +115047,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: - - *809 + - *810 responses: '204': description: Response @@ -115229,7 +115240,7 @@ paths: allOf: - *78 examples: - default: *278 + default: *279 headers: Link: *47 '404': *6 @@ -115254,7 +115265,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *23 - - *277 + - *278 responses: '204': description: Response @@ -115280,7 +115291,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *23 - - *277 + - *278 responses: '204': description: Response @@ -115314,12 +115325,12 @@ paths: application/json: schema: anyOf: - - *365 + - *366 - type: object properties: {} additionalProperties: false examples: - default: *366 + default: *367 '204': description: Response when there are no restrictions x-github: @@ -115343,7 +115354,7 @@ paths: required: true content: application/json: - schema: *646 + schema: *647 examples: default: value: @@ -115354,7 +115365,7 @@ paths: description: Response content: application/json: - schema: *365 + schema: *366 examples: default: value: @@ -115435,7 +115446,7 @@ paths: - closed - all default: open - - *373 + - *374 - name: sort description: What to sort results by. in: query @@ -115448,7 +115459,7 @@ paths: - comments default: created - *110 - - *227 + - *228 - *17 - *19 responses: @@ -115458,9 +115469,9 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: - default: *374 + default: *375 headers: Link: *47 '404': *6 @@ -115493,7 +115504,7 @@ paths: application/json: schema: type: array - items: &810 + items: &811 title: Key description: Key type: object @@ -115594,9 +115605,9 @@ paths: description: Response content: application/json: - schema: *810 + schema: *811 examples: - default: &811 + default: &812 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -115629,15 +115640,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: - - *677 + - *678 responses: '200': description: Response content: application/json: - schema: *810 + schema: *811 examples: - default: *811 + default: *812 '404': *6 '304': *37 '403': *29 @@ -115660,7 +115671,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: - - *677 + - *678 responses: '204': description: Response @@ -115693,7 +115704,7 @@ paths: application/json: schema: type: array - items: &812 + items: &813 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -115750,7 +115761,7 @@ paths: - id - type - login - plan: *238 + plan: *239 required: - billing_cycle - next_billing_date @@ -115761,7 +115772,7 @@ paths: - account - plan examples: - default: &813 + default: &814 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -115823,9 +115834,9 @@ paths: application/json: schema: type: array - items: *812 + items: *813 examples: - default: *813 + default: *814 headers: Link: *47 '304': *37 @@ -115865,7 +115876,7 @@ paths: application/json: schema: type: array - items: *378 + items: *379 examples: default: value: @@ -115979,7 +115990,7 @@ paths: description: Response content: application/json: - schema: *378 + schema: *379 examples: default: value: @@ -116066,7 +116077,7 @@ paths: description: Response content: application/json: - schema: *378 + schema: *379 examples: default: value: @@ -116138,7 +116149,7 @@ paths: application/json: schema: type: array - items: *380 + items: *381 examples: default: value: @@ -116391,7 +116402,7 @@ paths: description: Response content: application/json: - schema: *380 + schema: *381 examples: default: value: @@ -116571,7 +116582,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *381 + - *382 - name: exclude in: query required: false @@ -116584,7 +116595,7 @@ paths: description: Response content: application/json: - schema: *380 + schema: *381 examples: default: value: @@ -116778,7 +116789,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *381 + - *382 responses: '302': description: Response @@ -116804,7 +116815,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *381 + - *382 responses: '204': description: Response @@ -116833,8 +116844,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *381 - - *814 + - *382 + - *815 responses: '204': description: Response @@ -116858,7 +116869,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *381 + - *382 - *17 - *19 responses: @@ -116868,9 +116879,9 @@ paths: application/json: schema: type: array - items: *283 + items: *284 examples: - default: *392 + default: *393 headers: Link: *47 '404': *6 @@ -116907,7 +116918,7 @@ paths: type: array items: *73 examples: - default: *251 + default: *252 headers: Link: *47 '304': *37 @@ -116949,7 +116960,7 @@ paths: - docker - nuget - container - - *815 + - *816 - *19 - *17 responses: @@ -116959,10 +116970,10 @@ paths: application/json: schema: type: array - items: *386 + items: *387 examples: - default: *816 - '400': *817 + default: *817 + '400': *818 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -116982,16 +116993,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *388 - *389 + - *390 responses: '200': description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: &835 + default: &836 value: id: 40201 name: octo-name @@ -117104,8 +117115,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *388 - *389 + - *390 responses: '204': description: Response @@ -117135,8 +117146,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *388 - *389 + - *390 - name: token description: package token schema: @@ -117168,8 +117179,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *388 - *389 + - *390 - *19 - *17 - name: state @@ -117189,7 +117200,7 @@ paths: application/json: schema: type: array - items: *390 + items: *391 examples: default: value: @@ -117238,15 +117249,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *388 - *389 - - *391 + - *390 + - *392 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: default: value: @@ -117282,9 +117293,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *388 - *389 - - *391 + - *390 + - *392 responses: '204': description: Response @@ -117314,9 +117325,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *388 - *389 - - *391 + - *390 + - *392 responses: '204': description: Response @@ -117353,9 +117364,9 @@ paths: application/json: schema: type: array - items: *806 + items: *807 examples: - default: *818 + default: *819 headers: Link: *47 '304': *37 @@ -117468,7 +117479,7 @@ paths: type: array items: *78 examples: - default: &825 + default: &826 summary: Default response value: - id: 1296269 @@ -117772,9 +117783,9 @@ paths: description: Response content: application/json: - schema: *461 + schema: *462 examples: - default: *463 + default: *464 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -117812,9 +117823,9 @@ paths: application/json: schema: type: array - items: *648 + items: *649 examples: - default: *819 + default: *820 headers: Link: *47 '304': *37 @@ -117837,7 +117848,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *369 + - *370 responses: '204': description: Response @@ -117860,7 +117871,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *369 + - *370 responses: '204': description: Response @@ -117893,7 +117904,7 @@ paths: application/json: schema: type: array - items: &820 + items: &821 title: Social account description: Social media account type: object @@ -117908,7 +117919,7 @@ paths: - provider - url examples: - default: &821 + default: &822 value: - provider: twitter url: https://twitter.com/github @@ -117970,9 +117981,9 @@ paths: application/json: schema: type: array - items: *820 + items: *821 examples: - default: *821 + default: *822 '422': *15 '304': *37 '404': *6 @@ -118059,7 +118070,7 @@ paths: application/json: schema: type: array - items: &822 + items: &823 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -118079,7 +118090,7 @@ paths: - title - created_at examples: - default: &849 + default: &850 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -118143,9 +118154,9 @@ paths: description: Response content: application/json: - schema: *822 + schema: *823 examples: - default: &823 + default: &824 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -118175,7 +118186,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: - - &824 + - &825 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -118187,9 +118198,9 @@ paths: description: Response content: application/json: - schema: *822 + schema: *823 examples: - default: *823 + default: *824 '404': *6 '304': *37 '403': *29 @@ -118212,7 +118223,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: - - *824 + - *825 responses: '204': description: Response @@ -118241,7 +118252,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: - - &850 + - &851 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 @@ -118266,11 +118277,11 @@ paths: type: array items: *78 examples: - default-response: *825 + default-response: *826 application/vnd.github.v3.star+json: schema: type: array - items: &851 + items: &852 title: Starred Repository description: Starred Repository type: object @@ -118426,8 +118437,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: - - *456 - *457 + - *458 responses: '204': description: Response if this repository is starred by you @@ -118455,8 +118466,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: - - *456 - *457 + - *458 responses: '204': description: Response @@ -118480,8 +118491,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: - - *456 - *457 + - *458 responses: '204': description: Response @@ -118514,9 +118525,9 @@ paths: application/json: schema: type: array - items: *283 + items: *284 examples: - default: *392 + default: *393 headers: Link: *47 '304': *37 @@ -118553,7 +118564,7 @@ paths: application/json: schema: type: array - items: *449 + items: *450 examples: default: value: @@ -118631,7 +118642,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user-using-their-id parameters: - - *240 + - *241 responses: '200': description: Response @@ -118639,10 +118650,10 @@ paths: application/json: schema: oneOf: + - *800 - *799 - - *798 examples: - default-response: &829 + default-response: &830 summary: Default response value: login: octocat @@ -118677,7 +118688,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &830 + response-with-git-hub-plan-information: &831 summary: Response with GitHub plan information value: login: octocat @@ -118734,14 +118745,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &827 + - &828 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *404 + - *405 requestBody: required: true description: Details of the draft item to create in the project. @@ -118775,9 +118786,9 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: - draft_issue: *411 + draft_issue: *412 '304': *37 '403': *29 '401': *25 @@ -118800,7 +118811,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *826 + - *827 - *17 responses: '200': @@ -118835,8 +118846,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *827 - - *404 + - *828 + - *405 requestBody: required: true content: @@ -118907,17 +118918,17 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *828 + schema: *829 examples: table_view: summary: Response for creating a table view - value: *415 + value: *416 board_view: summary: Response for creating a board view with filter - value: *415 + value: *416 roadmap_view: summary: Response for creating a roadmap view - value: *415 + value: *416 '304': *37 '403': *29 '401': *25 @@ -118959,11 +118970,11 @@ paths: application/json: schema: oneOf: + - *800 - *799 - - *798 examples: - default-response: *829 - response-with-git-hub-plan-information: *830 + default-response: *830 + response-with-git-hub-plan-information: *831 '404': *6 x-github: githubCloudOnly: false @@ -119013,8 +119024,8 @@ paths: required: - subject_digests examples: - default: *831 - withPredicateType: *832 + default: *832 + withPredicateType: *833 responses: '200': description: Response @@ -119067,7 +119078,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *833 + default: *834 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119272,12 +119283,12 @@ paths: initiator: type: string examples: - default: *503 + default: *504 '201': description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -119311,9 +119322,9 @@ paths: application/json: schema: type: array - items: *386 + items: *387 examples: - default: *816 + default: *817 '403': *29 '401': *25 x-github: @@ -119346,7 +119357,7 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: default: value: @@ -119419,7 +119430,7 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: default: value: @@ -119506,7 +119517,7 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: default: value: @@ -119654,7 +119665,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-a-user parameters: - *143 - - *227 + - *228 - *17 - *19 responses: @@ -119664,9 +119675,9 @@ paths: application/json: schema: type: array - items: *228 + items: *229 examples: - default: *229 + default: *230 headers: Link: *47 '422': *15 @@ -119697,9 +119708,9 @@ paths: application/json: schema: type: array - items: *807 + items: *808 examples: - default: *834 + default: *835 headers: Link: *47 x-github: @@ -119803,7 +119814,7 @@ paths: application/json: schema: *22 examples: - default: *645 + default: *646 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119888,7 +119899,7 @@ paths: type: array items: *73 examples: - default: *251 + default: *252 headers: Link: *47 x-github: @@ -119927,7 +119938,7 @@ paths: - docker - nuget - container - - *815 + - *816 - *143 - *19 - *17 @@ -119938,12 +119949,12 @@ paths: application/json: schema: type: array - items: *386 + items: *387 examples: - default: *816 + default: *817 '403': *29 '401': *25 - '400': *817 + '400': *818 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119963,17 +119974,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *388 - *389 + - *390 - *143 responses: '200': description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: *835 + default: *836 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119994,8 +120005,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *388 - *389 + - *390 - *143 responses: '204': @@ -120028,8 +120039,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *388 - *389 + - *390 - *143 - name: token description: package token @@ -120062,8 +120073,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *388 - *389 + - *390 - *143 responses: '200': @@ -120072,7 +120083,7 @@ paths: application/json: schema: type: array - items: *390 + items: *391 examples: default: value: @@ -120130,16 +120141,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-a-user parameters: - - *388 - *389 - - *391 + - *390 + - *392 - *143 responses: '200': description: Response content: application/json: - schema: *390 + schema: *391 examples: default: value: @@ -120174,10 +120185,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *388 - *389 + - *390 - *143 - - *391 + - *392 responses: '204': description: Response @@ -120209,10 +120220,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *388 - *389 + - *390 - *143 - - *391 + - *392 responses: '204': description: Response @@ -120253,9 +120264,9 @@ paths: application/json: schema: type: array - items: *402 + items: *403 examples: - default: *403 + default: *404 headers: Link: *47 '304': *37 @@ -120277,16 +120288,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-user parameters: - - *404 + - *405 - *143 responses: '200': description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *403 + default: *404 headers: Link: *47 '304': *37 @@ -120308,7 +120319,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-user parameters: - - *404 + - *405 - *143 - *17 - *108 @@ -120320,9 +120331,9 @@ paths: application/json: schema: type: array - items: *408 + items: *409 examples: - default: *836 + default: *837 headers: Link: *47 '304': *37 @@ -120344,7 +120355,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#add-field-to-user-owned-project parameters: - *143 - - *404 + - *405 requestBody: required: true content: @@ -120382,7 +120393,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *837 + items: *838 required: - name - data_type @@ -120398,7 +120409,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *838 + iteration_configuration: *839 required: - name - data_type @@ -120420,20 +120431,20 @@ paths: value: name: Due date data_type: date - single_select_field: *839 - iteration_field: *840 + single_select_field: *840 + iteration_field: *841 responses: '201': description: Response content: application/json: - schema: *408 + schema: *409 examples: - text_field: *841 - number_field: *842 - date_field: *843 - single_select_field: *844 - iteration_field: *845 + text_field: *842 + number_field: *843 + date_field: *844 + single_select_field: *845 + iteration_field: *846 '304': *37 '403': *29 '401': *25 @@ -120454,17 +120465,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - - *404 - - *846 + - *405 + - *847 - *143 responses: '200': description: Response content: application/json: - schema: *408 + schema: *409 examples: - default: *847 + default: *848 headers: Link: *47 '304': *37 @@ -120487,7 +120498,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-a-user-owned-project parameters: - - *404 + - *405 - *143 - *108 - *109 @@ -120520,9 +120531,9 @@ paths: application/json: schema: type: array - items: *412 + items: *413 examples: - default: *413 + default: *414 headers: Link: *47 '304': *37 @@ -120544,7 +120555,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-user-owned-project parameters: - *143 - - *404 + - *405 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -120614,22 +120625,22 @@ paths: description: Response content: application/json: - schema: *410 + schema: *411 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *411 + value: *412 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *411 + value: *412 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *411 + value: *412 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *411 + value: *412 '304': *37 '403': *29 '401': *25 @@ -120649,9 +120660,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *404 + - *405 - *143 - - *414 + - *415 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -120671,9 +120682,9 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: *413 + default: *414 headers: Link: *47 '304': *37 @@ -120694,9 +120705,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-user parameters: - - *404 + - *405 - *143 - - *414 + - *415 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -120766,13 +120777,13 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: - text_field: *413 - number_field: *413 - date_field: *413 - single_select_field: *413 - iteration_field: *413 + text_field: *414 + number_field: *414 + date_field: *414 + single_select_field: *414 + iteration_field: *414 '401': *25 '403': *29 '404': *6 @@ -120792,9 +120803,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-user parameters: - - *404 + - *405 - *143 - - *414 + - *415 responses: '204': description: Response @@ -120816,9 +120827,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-a-user-project-view parameters: - - *404 + - *405 - *143 - - *848 + - *849 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -120844,9 +120855,9 @@ paths: application/json: schema: type: array - items: *412 + items: *413 examples: - default: *413 + default: *414 headers: Link: *47 '304': *37 @@ -120884,7 +120895,7 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: default: value: @@ -120959,7 +120970,7 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: default: value: @@ -121065,9 +121076,9 @@ paths: application/json: schema: type: array - items: *283 + items: *284 examples: - default: *392 + default: *393 headers: Link: *47 x-github: @@ -121097,9 +121108,9 @@ paths: application/json: schema: type: array - items: *820 + items: *821 examples: - default: *821 + default: *822 headers: Link: *47 x-github: @@ -121129,9 +121140,9 @@ paths: application/json: schema: type: array - items: *822 + items: *823 examples: - default: *849 + default: *850 headers: Link: *47 x-github: @@ -121156,7 +121167,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *143 - - *850 + - *851 - *110 - *17 - *19 @@ -121168,11 +121179,11 @@ paths: schema: anyOf: - type: array - items: *851 + items: *852 - type: array items: *78 examples: - default-response: *825 + default-response: *826 headers: Link: *47 x-github: @@ -121201,9 +121212,9 @@ paths: application/json: schema: type: array - items: *283 + items: *284 examples: - default: *392 + default: *393 headers: Link: *47 x-github: @@ -121331,7 +121342,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &852 + enterprise: &853 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -121389,7 +121400,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &853 + installation: &854 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -121408,7 +121419,7 @@ x-webhooks: required: - id - node_id - organization: &854 + organization: &855 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -121468,13 +121479,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &855 + repository: &856 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: &892 + properties: &893 id: description: Unique identifier of the repository example: 42 @@ -121494,8 +121505,8 @@ x-webhooks: title: License Simple description: License Simple type: object - properties: *223 - required: *224 + properties: *224 + required: *225 nullable: true organization: title: Simple User @@ -122157,7 +122168,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &893 + required: &894 - archive_url - assignees_url - blobs_url @@ -122308,10 +122319,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -122387,11 +122398,11 @@ x-webhooks: type: string enum: - created - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 - rule: &856 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 + rule: &857 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -122614,11 +122625,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 - rule: *856 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 + rule: *857 sender: *4 required: - action @@ -122801,11 +122812,11 @@ x-webhooks: - everyone required: - from - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 - rule: *856 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 + rule: *857 sender: *4 required: - action @@ -122878,7 +122889,7 @@ x-webhooks: required: true content: application/json: - schema: &876 + schema: &877 title: Exemption request cancellation event type: object properties: @@ -122886,11 +122897,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 - exemption_request: &857 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 + exemption_request: &858 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -123159,7 +123170,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &858 + items: &859 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -123269,7 +123280,7 @@ x-webhooks: required: true content: application/json: - schema: &877 + schema: &878 title: Exemption request completed event type: object properties: @@ -123277,11 +123288,11 @@ x-webhooks: type: string enum: - completed - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 - exemption_request: *857 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 + exemption_request: *858 sender: *4 required: - action @@ -123353,7 +123364,7 @@ x-webhooks: required: true content: application/json: - schema: &874 + schema: &875 title: Exemption request created event type: object properties: @@ -123361,11 +123372,11 @@ x-webhooks: type: string enum: - created - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 - exemption_request: *857 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 + exemption_request: *858 sender: *4 required: - action @@ -123437,7 +123448,7 @@ x-webhooks: required: true content: application/json: - schema: &878 + schema: &879 title: Exemption response dismissed event type: object properties: @@ -123445,12 +123456,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 - exemption_request: *857 - exemption_response: *858 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 + exemption_request: *858 + exemption_response: *859 sender: *4 required: - action @@ -123524,7 +123535,7 @@ x-webhooks: required: true content: application/json: - schema: &875 + schema: &876 title: Exemption response submitted event type: object properties: @@ -123532,12 +123543,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 - exemption_request: *857 - exemption_response: *858 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 + exemption_request: *858 + exemption_response: *859 sender: *4 required: - action @@ -123621,7 +123632,7 @@ x-webhooks: type: string enum: - completed - check_run: &860 + check_run: &861 title: CheckRun description: A check performed on the code of a given code change type: object @@ -123674,8 +123685,8 @@ x-webhooks: type: string pull_requests: type: array - items: *225 - repository: *283 + items: *226 + repository: *284 status: example: completed type: string @@ -123712,7 +123723,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *859 + deployment: *860 details_url: example: https://example.com type: string @@ -123762,7 +123773,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *225 + items: *226 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -123797,10 +123808,10 @@ x-webhooks: - output - app - pull_requests - installation: *853 - enterprise: *852 - organization: *854 - repository: *855 + installation: *854 + enterprise: *853 + organization: *855 + repository: *856 sender: *4 required: - check_run @@ -124193,11 +124204,11 @@ x-webhooks: type: string enum: - created - check_run: *860 - installation: *853 - enterprise: *852 - organization: *854 - repository: *855 + check_run: *861 + installation: *854 + enterprise: *853 + organization: *855 + repository: *856 sender: *4 required: - check_run @@ -124593,11 +124604,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *860 - installation: *853 - enterprise: *852 - organization: *854 - repository: *855 + check_run: *861 + installation: *854 + enterprise: *853 + organization: *855 + repository: *856 requested_action: description: The action requested by the user. type: object @@ -125002,11 +125013,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *860 - installation: *853 - enterprise: *852 - organization: *854 - repository: *855 + check_run: *861 + installation: *854 + enterprise: *853 + organization: *855 + repository: *856 sender: *4 required: - check_run @@ -125983,10 +125994,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -126680,10 +126691,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -127371,10 +127382,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -127540,7 +127551,7 @@ x-webhooks: required: - login - id - dismissed_comment: *532 + dismissed_comment: *533 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -127685,20 +127696,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &861 + commit_oid: &862 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *852 - installation: *853 - organization: *854 - ref: &862 + enterprise: *853 + installation: *854 + organization: *855 + ref: &863 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: *855 + repository: *856 sender: *4 required: - action @@ -127863,7 +127874,7 @@ x-webhooks: required: - login - id - dismissed_comment: *532 + dismissed_comment: *533 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -128093,12 +128104,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *861 - enterprise: *852 - installation: *853 - organization: *854 - ref: *862 - repository: *855 + commit_oid: *862 + enterprise: *853 + installation: *854 + organization: *855 + ref: *863 + repository: *856 sender: *4 required: - action @@ -128193,7 +128204,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *532 + dismissed_comment: *533 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -128364,12 +128375,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *861 - enterprise: *852 - installation: *853 - organization: *854 - ref: *862 - repository: *855 + commit_oid: *862 + enterprise: *853 + installation: *854 + organization: *855 + ref: *863 + repository: *856 sender: *4 required: - action @@ -128535,7 +128546,7 @@ x-webhooks: required: - login - id - dismissed_comment: *532 + dismissed_comment: *533 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -128701,12 +128712,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *861 - enterprise: *852 - installation: *853 - organization: *854 - ref: *862 - repository: *855 + commit_oid: *862 + enterprise: *853 + installation: *854 + organization: *855 + ref: *863 + repository: *856 sender: *4 required: - action @@ -128805,7 +128816,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *532 + dismissed_comment: *533 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -128980,16 +128991,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 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: *855 + repository: *856 sender: *4 required: - action @@ -129086,7 +129097,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *532 + dismissed_comment: *533 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -129226,12 +129237,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *861 - enterprise: *852 - installation: *853 - organization: *854 - ref: *862 - repository: *855 + commit_oid: *862 + enterprise: *853 + installation: *854 + organization: *855 + ref: *863 + repository: *856 sender: *4 required: - action @@ -129397,7 +129408,7 @@ x-webhooks: required: - login - id - dismissed_comment: *532 + dismissed_comment: *533 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -129542,10 +129553,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -129800,10 +129811,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -129883,18 +129894,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *854 - pusher_type: &863 + organization: *855 + pusher_type: &864 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &864 + ref: &865 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -129904,7 +129915,7 @@ x-webhooks: enum: - tag - branch - repository: *855 + repository: *856 sender: *4 required: - ref @@ -129987,9 +129998,9 @@ x-webhooks: enum: - created definition: *157 - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 sender: *4 required: - action @@ -130074,9 +130085,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 sender: *4 required: - action @@ -130154,9 +130165,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *157 - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 sender: *4 required: - action @@ -130234,9 +130245,9 @@ x-webhooks: enum: - updated definition: *157 - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 sender: *4 required: - action @@ -130313,10 +130324,10 @@ x-webhooks: type: string enum: - updated - enterprise: *852 - installation: *853 - repository: *855 - organization: *854 + enterprise: *853 + installation: *854 + repository: *856 + organization: *855 sender: *4 new_property_values: type: array @@ -130401,18 +130412,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *852 - installation: *853 - organization: *854 - pusher_type: *863 - ref: *864 + enterprise: *853 + installation: *854 + organization: *855 + pusher_type: *864 + ref: *865 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *855 + repository: *856 sender: *4 required: - ref @@ -130496,11 +130507,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *594 - installation: *853 - organization: *854 - enterprise: *852 - repository: *855 + alert: *595 + installation: *854 + organization: *855 + enterprise: *853 + repository: *856 sender: *4 required: - action @@ -130584,11 +130595,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *594 - installation: *853 - organization: *854 - enterprise: *852 - repository: *855 + alert: *595 + installation: *854 + organization: *855 + enterprise: *853 + repository: *856 sender: *4 required: - action @@ -130672,11 +130683,11 @@ x-webhooks: type: string enum: - created - alert: *594 - installation: *853 - organization: *854 - enterprise: *852 - repository: *855 + alert: *595 + installation: *854 + organization: *855 + enterprise: *853 + repository: *856 sender: *4 required: - action @@ -130758,11 +130769,11 @@ x-webhooks: type: string enum: - dismissed - alert: *594 - installation: *853 - organization: *854 - enterprise: *852 - repository: *855 + alert: *595 + installation: *854 + organization: *855 + enterprise: *853 + repository: *856 sender: *4 required: - action @@ -130844,11 +130855,11 @@ x-webhooks: type: string enum: - fixed - alert: *594 - installation: *853 - organization: *854 - enterprise: *852 - repository: *855 + alert: *595 + installation: *854 + organization: *855 + enterprise: *853 + repository: *856 sender: *4 required: - action @@ -130931,11 +130942,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *594 - installation: *853 - organization: *854 - enterprise: *852 - repository: *855 + alert: *595 + installation: *854 + organization: *855 + enterprise: *853 + repository: *856 sender: *4 required: - action @@ -131017,11 +131028,11 @@ x-webhooks: type: string enum: - reopened - alert: *594 - installation: *853 - organization: *854 - enterprise: *852 - repository: *855 + alert: *595 + installation: *854 + organization: *855 + enterprise: *853 + repository: *856 sender: *4 required: - action @@ -131098,9 +131109,9 @@ x-webhooks: type: string enum: - created - enterprise: *852 - installation: *853 - key: &865 + enterprise: *853 + installation: *854 + key: &866 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -131136,8 +131147,8 @@ x-webhooks: - verified - created_at - read_only - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -131214,11 +131225,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 - installation: *853 - key: *865 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + key: *866 + organization: *855 + repository: *856 sender: *4 required: - action @@ -131779,12 +131790,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 - workflow: &869 + workflow: &870 title: Workflow type: object nullable: true @@ -132510,13 +132521,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *600 + deployment: *601 pull_requests: type: array - items: *698 - repository: *855 - organization: *854 - installation: *853 + items: *699 + repository: *856 + organization: *855 + installation: *854 sender: *4 responses: '200': @@ -132587,7 +132598,7 @@ x-webhooks: type: string enum: - approved - approver: &866 + approver: &867 type: object properties: avatar_url: @@ -132630,11 +132641,11 @@ x-webhooks: type: string comment: type: string - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 - reviewers: &867 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 + reviewers: &868 type: array items: type: object @@ -132713,7 +132724,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &868 + workflow_job_run: &869 type: object properties: conclusion: @@ -133444,18 +133455,18 @@ x-webhooks: type: string enum: - rejected - approver: *866 + approver: *867 comment: type: string - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 - reviewers: *867 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 + reviewers: *868 sender: *4 since: type: string - workflow_job_run: *868 + workflow_job_run: *869 workflow_job_runs: type: array items: @@ -134159,13 +134170,13 @@ x-webhooks: type: string enum: - requested - enterprise: *852 + enterprise: *853 environment: type: string - installation: *853 - organization: *854 - repository: *855 - requestor: &879 + installation: *854 + organization: *855 + repository: *856 + requestor: &880 title: User type: object nullable: true @@ -136064,12 +136075,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 - workflow: *869 + workflow: *870 workflow_run: title: Deployment Workflow Run type: object @@ -136749,7 +136760,7 @@ x-webhooks: type: string enum: - answered - answer: &872 + answer: &873 type: object properties: author_association: @@ -136906,11 +136917,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *870 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + discussion: *871 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -137037,11 +137048,11 @@ x-webhooks: - from required: - category - discussion: *870 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + discussion: *871 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -137124,11 +137135,11 @@ x-webhooks: type: string enum: - closed - discussion: *870 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + discussion: *871 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -137210,7 +137221,7 @@ x-webhooks: type: string enum: - created - comment: &871 + comment: &872 type: object properties: author_association: @@ -137367,11 +137378,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *870 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + discussion: *871 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -137454,12 +137465,12 @@ x-webhooks: type: string enum: - deleted - comment: *871 - discussion: *870 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + comment: *872 + discussion: *871 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -137554,12 +137565,12 @@ x-webhooks: - from required: - body - comment: *871 - discussion: *870 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + comment: *872 + discussion: *871 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -137643,11 +137654,11 @@ x-webhooks: type: string enum: - created - discussion: *870 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + discussion: *871 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -137729,11 +137740,11 @@ x-webhooks: type: string enum: - deleted - discussion: *870 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + discussion: *871 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -137833,11 +137844,11 @@ x-webhooks: type: string required: - from - discussion: *870 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + discussion: *871 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -137919,10 +137930,10 @@ x-webhooks: type: string enum: - labeled - discussion: *870 - enterprise: *852 - installation: *853 - label: &873 + discussion: *871 + enterprise: *853 + installation: *854 + label: &874 title: Label type: object properties: @@ -137954,8 +137965,8 @@ x-webhooks: - color - default - description - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -138038,11 +138049,11 @@ x-webhooks: type: string enum: - locked - discussion: *870 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + discussion: *871 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -138124,11 +138135,11 @@ x-webhooks: type: string enum: - pinned - discussion: *870 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + discussion: *871 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -138210,11 +138221,11 @@ x-webhooks: type: string enum: - reopened - discussion: *870 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + discussion: *871 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -138299,16 +138310,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *870 - new_repository: *855 + new_discussion: *871 + new_repository: *856 required: - new_discussion - new_repository - discussion: *870 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + discussion: *871 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -138391,10 +138402,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *870 - old_answer: *872 - organization: *854 - repository: *855 + discussion: *871 + old_answer: *873 + organization: *855 + repository: *856 sender: *4 required: - action @@ -138476,12 +138487,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *870 - enterprise: *852 - installation: *853 - label: *873 - organization: *854 - repository: *855 + discussion: *871 + enterprise: *853 + installation: *854 + label: *874 + organization: *855 + repository: *856 sender: *4 required: - action @@ -138564,11 +138575,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *870 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + discussion: *871 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -138650,11 +138661,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *870 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + discussion: *871 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -138723,7 +138734,7 @@ x-webhooks: required: true content: application/json: - schema: *874 + schema: *875 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138786,7 +138797,7 @@ x-webhooks: required: true content: application/json: - schema: *875 + schema: *876 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138849,7 +138860,7 @@ x-webhooks: required: true content: application/json: - schema: *876 + schema: *877 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138912,7 +138923,7 @@ x-webhooks: required: true content: application/json: - schema: *874 + schema: *875 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138975,7 +138986,7 @@ x-webhooks: required: true content: application/json: - schema: *875 + schema: *876 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139041,7 +139052,7 @@ x-webhooks: required: true content: application/json: - schema: *876 + schema: *877 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139107,7 +139118,7 @@ x-webhooks: required: true content: application/json: - schema: *877 + schema: *878 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139173,7 +139184,7 @@ x-webhooks: required: true content: application/json: - schema: *874 + schema: *875 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139239,7 +139250,7 @@ x-webhooks: required: true content: application/json: - schema: *878 + schema: *879 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139305,7 +139316,7 @@ x-webhooks: required: true content: application/json: - schema: *875 + schema: *876 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139370,7 +139381,7 @@ x-webhooks: required: true content: application/json: - schema: *876 + schema: *877 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139435,7 +139446,7 @@ x-webhooks: required: true content: application/json: - schema: *877 + schema: *878 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139500,7 +139511,7 @@ x-webhooks: required: true content: application/json: - schema: *874 + schema: *875 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139565,7 +139576,7 @@ x-webhooks: required: true content: application/json: - schema: *878 + schema: *879 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139631,7 +139642,7 @@ x-webhooks: required: true content: application/json: - schema: *875 + schema: *876 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139698,7 +139709,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *852 + enterprise: *853 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -140358,9 +140369,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *853 - organization: *854 - repository: *855 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - forkee @@ -140506,9 +140517,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 pages: description: The pages that were updated. type: array @@ -140545,7 +140556,7 @@ x-webhooks: - action - sha - html_url - repository: *855 + repository: *856 sender: *4 required: - pages @@ -140621,10 +140632,10 @@ x-webhooks: type: string enum: - created - enterprise: *852 + enterprise: *853 installation: *22 - organization: *854 - repositories: &880 + organization: *855 + repositories: &881 description: An array of repository objects that the installation can access. type: array @@ -140650,8 +140661,8 @@ x-webhooks: - name - full_name - private - repository: *855 - requester: *879 + repository: *856 + requester: *880 sender: *4 required: - action @@ -140726,11 +140737,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 + enterprise: *853 installation: *22 - organization: *854 - repositories: *880 - repository: *855 + organization: *855 + repositories: *881 + repository: *856 requester: nullable: true sender: *4 @@ -140806,11 +140817,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *852 + enterprise: *853 installation: *22 - organization: *854 - repositories: *880 - repository: *855 + organization: *855 + repositories: *881 + repository: *856 requester: nullable: true sender: *4 @@ -140886,10 +140897,10 @@ x-webhooks: type: string enum: - added - enterprise: *852 + enterprise: *853 installation: *22 - organization: *854 - repositories_added: &881 + organization: *855 + repositories_added: &882 description: An array of repository objects, which were added to the installation. type: array @@ -140935,15 +140946,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *855 - repository_selection: &882 + repository: *856 + repository_selection: &883 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *879 + requester: *880 sender: *4 required: - action @@ -141022,10 +141033,10 @@ x-webhooks: type: string enum: - removed - enterprise: *852 + enterprise: *853 installation: *22 - organization: *854 - repositories_added: *881 + organization: *855 + repositories_added: *882 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -141052,9 +141063,9 @@ x-webhooks: - name - full_name - private - repository: *855 - repository_selection: *882 - requester: *879 + repository: *856 + repository_selection: *883 + requester: *880 sender: *4 required: - action @@ -141133,11 +141144,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *852 + enterprise: *853 installation: *22 - organization: *854 - repositories: *880 - repository: *855 + organization: *855 + repositories: *881 + repository: *856 requester: nullable: true sender: *4 @@ -141316,10 +141327,10 @@ x-webhooks: type: string required: - from - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 target_type: type: string @@ -141398,11 +141409,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *852 + enterprise: *853 installation: *22 - organization: *854 - repositories: *880 - repository: *855 + organization: *855 + repositories: *881 + repository: *856 requester: nullable: true sender: *4 @@ -141526,8 +141537,8 @@ x-webhooks: first class actors within GitHub. type: object nullable: true - properties: *217 - required: *218 + properties: *218 + required: *219 reactions: title: Reactions type: object @@ -141654,8 +141665,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -142449,8 +142460,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142466,7 +142477,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *370 + type: *371 updated_at: type: string format: date-time @@ -142799,8 +142810,8 @@ x-webhooks: - state - locked - assignee - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -142880,7 +142891,7 @@ x-webhooks: type: string enum: - deleted - comment: &883 + comment: &884 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -143045,8 +143056,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -143836,8 +143847,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143853,7 +143864,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *370 + type: *371 updated_at: type: string format: date-time @@ -144188,8 +144199,8 @@ x-webhooks: - state - locked - assignee - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -144269,7 +144280,7 @@ x-webhooks: type: string enum: - edited - changes: &912 + changes: &913 description: The changes to the comment. type: object properties: @@ -144281,9 +144292,9 @@ x-webhooks: type: string required: - from - comment: *883 - enterprise: *852 - installation: *853 + comment: *884 + enterprise: *853 + installation: *854 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -145076,8 +145087,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145093,7 +145104,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *370 + type: *371 updated_at: type: string format: date-time @@ -145426,8 +145437,8 @@ x-webhooks: - state - locked - assignee - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -145511,15 +145522,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *220 + blocked_issue: *221 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *220 + blocking_issue: *221 blocking_issue_repo: *78 - installation: *853 - organization: *854 - repository: *855 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -145602,15 +145613,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *220 + blocked_issue: *221 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *220 + blocking_issue: *221 blocking_issue_repo: *78 - installation: *853 - organization: *854 - repository: *855 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -145692,15 +145703,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *220 + blocked_issue: *221 blocked_issue_repo: *78 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *220 - installation: *853 - organization: *854 - repository: *855 + blocking_issue: *221 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -145783,15 +145794,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *220 + blocked_issue: *221 blocked_issue_repo: *78 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *220 - installation: *853 - organization: *854 - repository: *855 + blocking_issue: *221 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -145871,10 +145882,10 @@ x-webhooks: type: string enum: - assigned - assignee: *879 - enterprise: *852 - installation: *853 - issue: &886 + assignee: *880 + enterprise: *853 + installation: *854 + issue: &887 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -146663,11 +146674,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 issue_field_values: type: array - items: *792 + items: *793 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146683,7 +146694,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *370 + type: *371 updated_at: type: string format: date-time @@ -146784,8 +146795,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -146865,8 +146876,8 @@ x-webhooks: type: string enum: - closed - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -147660,11 +147671,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 issue_field_values: type: array - items: *792 + items: *793 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147680,7 +147691,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *370 + type: *371 updated_at: type: string format: date-time @@ -147916,8 +147927,8 @@ x-webhooks: required: - state - closed_at - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -147996,8 +148007,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -148782,11 +148793,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 issue_field_values: type: array - items: *792 + items: *793 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148802,7 +148813,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *370 + type: *371 updated_at: type: string format: date-time @@ -148902,8 +148913,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -148982,8 +148993,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -149790,11 +149801,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 issue_field_values: type: array - items: *792 + items: *793 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149810,7 +149821,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *370 + type: *371 updated_at: type: string format: date-time @@ -149889,7 +149900,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &884 + milestone: &885 title: Milestone description: A collection of related issues and pull requests. type: object @@ -150027,8 +150038,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -150127,8 +150138,8 @@ x-webhooks: type: string required: - from - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -150917,11 +150928,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 issue_field_values: type: array - items: *792 + items: *793 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150934,7 +150945,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *370 + type: *371 title: description: Title of the issue type: string @@ -151038,9 +151049,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *873 - organization: *854 - repository: *855 + label: *874 + organization: *855 + repository: *856 sender: *4 required: - action @@ -151120,8 +151131,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -151909,11 +151920,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 issue_field_values: type: array - items: *792 + items: *793 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151926,7 +151937,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *370 + type: *371 title: description: Title of the issue type: string @@ -152030,9 +152041,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *873 - organization: *854 - repository: *855 + label: *874 + organization: *855 + repository: *856 sender: *4 required: - action @@ -152112,8 +152123,8 @@ x-webhooks: type: string enum: - locked - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152925,11 +152936,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 issue_field_values: type: array - items: *792 + items: *793 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152942,7 +152953,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *370 + type: *371 title: description: Title of the issue type: string @@ -153023,8 +153034,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -153103,8 +153114,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -153910,11 +153921,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 issue_field_values: type: array - items: *792 + items: *793 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153930,7 +153941,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *370 + type: *371 updated_at: type: string format: date-time @@ -154008,9 +154019,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *884 - organization: *854 - repository: *855 + milestone: *885 + organization: *855 + repository: *856 sender: *4 required: - action @@ -154878,11 +154889,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 issue_field_values: type: array - items: *792 + items: *793 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154975,7 +154986,7 @@ x-webhooks: required: - login - id - type: *370 + type: *371 required: - id - number @@ -155444,8 +155455,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -156234,11 +156245,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 issue_field_values: type: array - items: *792 + items: *793 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156254,7 +156265,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *370 + type: *371 updated_at: type: string format: date-time @@ -156354,8 +156365,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -156435,9 +156446,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *852 - installation: *853 - issue: &885 + enterprise: *853 + installation: *854 + issue: &886 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -157220,11 +157231,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 issue_field_values: type: array - items: *792 + items: *793 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157240,7 +157251,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *370 + type: *371 updated_at: type: string format: date-time @@ -157340,8 +157351,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -157420,8 +157431,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -158231,11 +158242,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 issue_field_values: type: array - items: *792 + items: *793 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158329,9 +158340,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *370 - organization: *854 - repository: *855 + type: *371 + organization: *855 + repository: *856 sender: *4 required: - action @@ -159197,11 +159208,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 issue_field_values: type: array - items: *792 + items: *793 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159217,7 +159228,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *370 + type: *371 updated_at: type: string format: date-time @@ -159785,11 +159796,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *852 - installation: *853 - issue: *885 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + issue: *886 + organization: *855 + repository: *856 sender: *4 required: - action @@ -159869,12 +159880,12 @@ x-webhooks: type: string enum: - typed - enterprise: *852 - installation: *853 - issue: *886 - type: *370 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + issue: *887 + type: *371 + organization: *855 + repository: *856 sender: *4 required: - action @@ -159955,7 +159966,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &915 + assignee: &916 title: User type: object nullable: true @@ -160025,11 +160036,11 @@ x-webhooks: required: - login - id - enterprise: *852 - installation: *853 - issue: *886 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + issue: *887 + organization: *855 + repository: *856 sender: *4 required: - action @@ -160108,12 +160119,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *852 - installation: *853 - issue: *886 - label: *873 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + issue: *887 + label: *874 + organization: *855 + repository: *856 sender: *4 required: - action @@ -160193,8 +160204,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -161004,11 +161015,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *790 - issue_dependencies_summary: *791 + sub_issues_summary: *791 + issue_dependencies_summary: *792 issue_field_values: type: array - items: *792 + items: *793 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161024,7 +161035,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *370 + type: *371 updated_at: type: string format: date-time @@ -161102,8 +161113,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -161183,11 +161194,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *852 - installation: *853 - issue: *885 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + issue: *886 + organization: *855 + repository: *856 sender: *4 required: - action @@ -161266,12 +161277,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *852 - installation: *853 - issue: *886 - type: *370 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + issue: *887 + type: *371 + organization: *855 + repository: *856 sender: *4 required: - action @@ -161351,11 +161362,11 @@ x-webhooks: type: string enum: - created - enterprise: *852 - installation: *853 - label: *873 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + label: *874 + organization: *855 + repository: *856 sender: *4 required: - action @@ -161433,11 +161444,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 - installation: *853 - label: *873 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + label: *874 + organization: *855 + repository: *856 sender: *4 required: - action @@ -161547,11 +161558,11 @@ x-webhooks: type: string required: - from - enterprise: *852 - installation: *853 - label: *873 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + label: *874 + organization: *855 + repository: *856 sender: *4 required: - action @@ -161633,9 +161644,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *852 - installation: *853 - marketplace_purchase: &887 + enterprise: *853 + installation: *854 + marketplace_purchase: &888 title: Marketplace Purchase type: object required: @@ -161718,8 +161729,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *854 - previous_marketplace_purchase: &888 + organization: *855 + previous_marketplace_purchase: &889 title: Marketplace Purchase type: object properties: @@ -161799,7 +161810,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *855 + repository: *856 sender: *4 required: - action @@ -161879,10 +161890,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *852 - installation: *853 - marketplace_purchase: *887 - organization: *854 + enterprise: *853 + installation: *854 + marketplace_purchase: *888 + organization: *855 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -161965,7 +161976,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *855 + repository: *856 sender: *4 required: - action @@ -162047,10 +162058,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *852 - installation: *853 - marketplace_purchase: *887 - organization: *854 + enterprise: *853 + installation: *854 + marketplace_purchase: *888 + organization: *855 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -162132,7 +162143,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *855 + repository: *856 sender: *4 required: - action @@ -162213,8 +162224,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 marketplace_purchase: title: Marketplace Purchase type: object @@ -162296,9 +162307,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *854 - previous_marketplace_purchase: *888 - repository: *855 + organization: *855 + previous_marketplace_purchase: *889 + repository: *856 sender: *4 required: - action @@ -162378,12 +162389,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *852 - installation: *853 - marketplace_purchase: *887 - organization: *854 - previous_marketplace_purchase: *888 - repository: *855 + enterprise: *853 + installation: *854 + marketplace_purchase: *888 + organization: *855 + previous_marketplace_purchase: *889 + repository: *856 sender: *4 required: - action @@ -162485,11 +162496,11 @@ x-webhooks: type: string required: - to - enterprise: *852 - installation: *853 - member: *879 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + member: *880 + organization: *855 + repository: *856 sender: *4 required: - action @@ -162589,11 +162600,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *852 - installation: *853 - member: *879 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + member: *880 + organization: *855 + repository: *856 sender: *4 required: - action @@ -162672,11 +162683,11 @@ x-webhooks: type: string enum: - removed - enterprise: *852 - installation: *853 - member: *879 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + member: *880 + organization: *855 + repository: *856 sender: *4 required: - action @@ -162754,11 +162765,11 @@ x-webhooks: type: string enum: - added - enterprise: *852 - installation: *853 - member: *879 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + member: *880 + organization: *855 + repository: *856 scope: description: The scope of the membership. Currently, can only be `team`. @@ -162834,7 +162845,7 @@ x-webhooks: required: - login - id - team: &889 + team: &890 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -163057,11 +163068,11 @@ x-webhooks: type: string enum: - removed - enterprise: *852 - installation: *853 - member: *879 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + member: *880 + organization: *855 + repository: *856 scope: description: The scope of the membership. Currently, can only be `team`. @@ -163138,7 +163149,7 @@ x-webhooks: required: - login - id - team: *889 + team: *890 required: - action - scope @@ -163220,8 +163231,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *853 - merge_group: &891 + installation: *854 + merge_group: &892 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -163240,15 +163251,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *890 + head_commit: *891 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -163334,10 +163345,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *853 - merge_group: *891 - organization: *854 - repository: *855 + installation: *854 + merge_group: *892 + organization: *855 + repository: *856 sender: *4 required: - action @@ -163410,7 +163421,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 + enterprise: *853 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -163519,16 +163530,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *853 - organization: *854 + installation: *854 + organization: *855 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: *892 - required: *893 + properties: *893 + required: *894 nullable: true sender: *4 required: @@ -163609,11 +163620,11 @@ x-webhooks: type: string enum: - closed - enterprise: *852 - installation: *853 - milestone: *884 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + milestone: *885 + organization: *855 + repository: *856 sender: *4 required: - action @@ -163692,9 +163703,9 @@ x-webhooks: type: string enum: - created - enterprise: *852 - installation: *853 - milestone: &894 + enterprise: *853 + installation: *854 + milestone: &895 title: Milestone description: A collection of related issues and pull requests. type: object @@ -163831,8 +163842,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -163911,11 +163922,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 - installation: *853 - milestone: *884 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + milestone: *885 + organization: *855 + repository: *856 sender: *4 required: - action @@ -164025,11 +164036,11 @@ x-webhooks: type: string required: - from - enterprise: *852 - installation: *853 - milestone: *884 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + milestone: *885 + organization: *855 + repository: *856 sender: *4 required: - action @@ -164109,11 +164120,11 @@ x-webhooks: type: string enum: - opened - enterprise: *852 - installation: *853 - milestone: *894 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + milestone: *895 + organization: *855 + repository: *856 sender: *4 required: - action @@ -164192,11 +164203,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *879 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + blocked_user: *880 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -164275,11 +164286,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *879 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + blocked_user: *880 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -164355,7 +164366,7 @@ x-webhooks: enum: - created definition: *151 - enterprise: *852 + enterprise: *853 sender: *4 required: - action @@ -164435,8 +164446,8 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 sender: *4 required: - action @@ -164509,8 +164520,8 @@ x-webhooks: enum: - updated definition: *151 - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 sender: *4 required: - action @@ -164582,9 +164593,9 @@ x-webhooks: type: string enum: - updated - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 sender: *4 new_property_values: type: array @@ -164672,9 +164683,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 - installation: *853 - membership: &895 + enterprise: *853 + installation: *854 + membership: &896 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -164781,8 +164792,8 @@ x-webhooks: - role - organization_url - user - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 required: - action @@ -164860,11 +164871,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *852 - installation: *853 - membership: *895 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + membership: *896 + organization: *855 + repository: *856 sender: *4 required: - action @@ -164943,8 +164954,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -165060,10 +165071,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 - user: *879 + user: *880 required: - action - invitation @@ -165141,11 +165152,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *852 - installation: *853 - membership: *895 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + membership: *896 + organization: *855 + repository: *856 sender: *4 required: - action @@ -165232,11 +165243,11 @@ x-webhooks: properties: from: type: string - enterprise: *852 - installation: *853 - membership: *895 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + membership: *896 + organization: *855 + repository: *856 sender: *4 required: - action @@ -165314,9 +165325,9 @@ x-webhooks: type: string enum: - published - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 package: description: Information about the package. type: object @@ -165815,7 +165826,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &896 + items: &897 title: Ruby Gems metadata type: object properties: @@ -165910,7 +165921,7 @@ x-webhooks: - owner - package_version - registry - repository: *855 + repository: *856 sender: *4 required: - action @@ -165987,9 +165998,9 @@ x-webhooks: type: string enum: - updated - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 package: description: Information about the package. type: object @@ -166342,7 +166353,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *896 + items: *897 source_url: type: string format: uri @@ -166412,7 +166423,7 @@ x-webhooks: - owner - package_version - registry - repository: *855 + repository: *856 sender: *4 required: - action @@ -166588,12 +166599,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *852 + enterprise: *853 id: type: integer - installation: *853 - organization: *854 - repository: *855 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - id @@ -166670,7 +166681,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &897 + personal_access_token_request: &898 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -166816,10 +166827,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *852 - organization: *854 + enterprise: *853 + organization: *855 sender: *4 - installation: *853 + installation: *854 required: - action - personal_access_token_request @@ -166896,11 +166907,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *897 - enterprise: *852 - organization: *854 + personal_access_token_request: *898 + enterprise: *853 + organization: *855 sender: *4 - installation: *853 + installation: *854 required: - action - personal_access_token_request @@ -166976,11 +166987,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *897 - enterprise: *852 - organization: *854 + personal_access_token_request: *898 + enterprise: *853 + organization: *855 sender: *4 - installation: *853 + installation: *854 required: - action - personal_access_token_request @@ -167055,11 +167066,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *897 - organization: *854 - enterprise: *852 + personal_access_token_request: *898 + organization: *855 + enterprise: *853 sender: *4 - installation: *853 + installation: *854 required: - action - personal_access_token_request @@ -167164,7 +167175,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *898 + last_response: *899 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -167196,8 +167207,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 zen: description: Random string of GitHub zen. @@ -167442,10 +167453,10 @@ x-webhooks: - from required: - note - enterprise: *852 - installation: *853 - organization: *854 - project_card: &899 + enterprise: *853 + installation: *854 + organization: *855 + project_card: &900 title: Project Card type: object properties: @@ -167564,7 +167575,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *855 + repository: *856 sender: *4 required: - action @@ -167645,11 +167656,11 @@ x-webhooks: type: string enum: - created - enterprise: *852 - installation: *853 - organization: *854 - project_card: *899 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + project_card: *900 + repository: *856 sender: *4 required: - action @@ -167729,9 +167740,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 project_card: title: Project Card type: object @@ -167859,8 +167870,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *892 - required: *893 + properties: *893 + required: *894 nullable: true sender: *4 required: @@ -167954,11 +167965,11 @@ x-webhooks: - from required: - note - enterprise: *852 - installation: *853 - organization: *854 - project_card: *899 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + project_card: *900 + repository: *856 sender: *4 required: - action @@ -168052,9 +168063,9 @@ x-webhooks: - from required: - column_id - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 project_card: allOf: - title: Project Card @@ -168244,7 +168255,7 @@ x-webhooks: type: string required: - after_id - repository: *855 + repository: *856 sender: *4 required: - action @@ -168324,10 +168335,10 @@ x-webhooks: type: string enum: - closed - enterprise: *852 - installation: *853 - organization: *854 - project: &901 + enterprise: *853 + installation: *854 + organization: *855 + project: &902 title: Project type: object properties: @@ -168451,7 +168462,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *855 + repository: *856 sender: *4 required: - action @@ -168531,10 +168542,10 @@ x-webhooks: type: string enum: - created - enterprise: *852 - installation: *853 - organization: *854 - project_column: &900 + enterprise: *853 + installation: *854 + organization: *855 + project_column: &901 title: Project Column type: object properties: @@ -168573,7 +168584,7 @@ x-webhooks: - name - created_at - updated_at - repository: *855 + repository: *856 sender: *4 required: - action @@ -168652,18 +168663,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 - installation: *853 - organization: *854 - project_column: *900 + enterprise: *853 + installation: *854 + organization: *855 + project_column: *901 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: *892 - required: *893 + properties: *893 + required: *894 nullable: true sender: *4 required: @@ -168753,11 +168764,11 @@ x-webhooks: type: string required: - from - enterprise: *852 - installation: *853 - organization: *854 - project_column: *900 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + project_column: *901 + repository: *856 sender: *4 required: - action @@ -168837,11 +168848,11 @@ x-webhooks: type: string enum: - moved - enterprise: *852 - installation: *853 - organization: *854 - project_column: *900 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + project_column: *901 + repository: *856 sender: *4 required: - action @@ -168921,11 +168932,11 @@ x-webhooks: type: string enum: - created - enterprise: *852 - installation: *853 - organization: *854 - project: *901 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + project: *902 + repository: *856 sender: *4 required: - action @@ -169005,18 +169016,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 - installation: *853 - organization: *854 - project: *901 + enterprise: *853 + installation: *854 + organization: *855 + project: *902 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: *892 - required: *893 + properties: *893 + required: *894 nullable: true sender: *4 required: @@ -169118,11 +169129,11 @@ x-webhooks: type: string required: - from - enterprise: *852 - installation: *853 - organization: *854 - project: *901 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + project: *902 + repository: *856 sender: *4 required: - action @@ -169201,11 +169212,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *852 - installation: *853 - organization: *854 - project: *901 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + project: *902 + repository: *856 sender: *4 required: - action @@ -169286,9 +169297,9 @@ x-webhooks: type: string enum: - closed - installation: *853 - organization: *854 - projects_v2: *402 + installation: *854 + organization: *855 + projects_v2: *403 sender: *4 required: - action @@ -169369,9 +169380,9 @@ x-webhooks: type: string enum: - created - installation: *853 - organization: *854 - projects_v2: *402 + installation: *854 + organization: *855 + projects_v2: *403 sender: *4 required: - action @@ -169452,9 +169463,9 @@ x-webhooks: type: string enum: - deleted - installation: *853 - organization: *854 - projects_v2: *402 + installation: *854 + organization: *855 + projects_v2: *403 sender: *4 required: - action @@ -169571,9 +169582,9 @@ x-webhooks: type: string to: type: string - installation: *853 - organization: *854 - projects_v2: *402 + installation: *854 + organization: *855 + projects_v2: *403 sender: *4 required: - action @@ -169656,7 +169667,7 @@ x-webhooks: type: string enum: - archived - changes: &905 + changes: &906 type: object properties: archived_at: @@ -169670,9 +169681,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *853 - organization: *854 - projects_v2_item: &902 + installation: *854 + organization: *855 + projects_v2_item: &903 title: Projects v2 Item description: An item belonging to a project type: object @@ -169690,7 +169701,7 @@ x-webhooks: type: string description: The node ID of the content represented by this item. - content_type: *409 + content_type: *410 creator: *4 created_at: type: string @@ -169807,9 +169818,9 @@ x-webhooks: nullable: true to: type: string - installation: *853 - organization: *854 - projects_v2_item: *902 + installation: *854 + organization: *855 + projects_v2_item: *903 sender: *4 required: - action @@ -169891,9 +169902,9 @@ x-webhooks: type: string enum: - created - installation: *853 - organization: *854 - projects_v2_item: *902 + installation: *854 + organization: *855 + projects_v2_item: *903 sender: *4 required: - action @@ -169974,9 +169985,9 @@ x-webhooks: type: string enum: - deleted - installation: *853 - organization: *854 - projects_v2_item: *902 + installation: *854 + organization: *855 + projects_v2_item: *903 sender: *4 required: - action @@ -170082,7 +170093,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &903 + - &904 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -170104,7 +170115,7 @@ x-webhooks: required: - id - name - - &904 + - &905 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -170138,8 +170149,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *903 - *904 + - *905 required: - field_value - type: object @@ -170155,9 +170166,9 @@ x-webhooks: nullable: true required: - body - installation: *853 - organization: *854 - projects_v2_item: *902 + installation: *854 + organization: *855 + projects_v2_item: *903 sender: *4 required: - action @@ -170252,9 +170263,9 @@ x-webhooks: to: type: string nullable: true - installation: *853 - organization: *854 - projects_v2_item: *902 + installation: *854 + organization: *855 + projects_v2_item: *903 sender: *4 required: - action @@ -170337,10 +170348,10 @@ x-webhooks: type: string enum: - restored - changes: *905 - installation: *853 - organization: *854 - projects_v2_item: *902 + changes: *906 + installation: *854 + organization: *855 + projects_v2_item: *903 sender: *4 required: - action @@ -170422,9 +170433,9 @@ x-webhooks: type: string enum: - reopened - installation: *853 - organization: *854 - projects_v2: *402 + installation: *854 + organization: *855 + projects_v2: *403 sender: *4 required: - action @@ -170505,14 +170516,14 @@ x-webhooks: type: string enum: - created - installation: *853 - organization: *854 - projects_v2_status_update: &908 + installation: *854 + organization: *855 + projects_v2_status_update: &909 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *906 - required: *907 + properties: *907 + required: *908 sender: *4 required: - action @@ -170593,9 +170604,9 @@ x-webhooks: type: string enum: - deleted - installation: *853 - organization: *854 - projects_v2_status_update: *908 + installation: *854 + organization: *855 + projects_v2_status_update: *909 sender: *4 required: - action @@ -170731,9 +170742,9 @@ x-webhooks: type: string format: date nullable: true - installation: *853 - organization: *854 - projects_v2_status_update: *908 + installation: *854 + organization: *855 + projects_v2_status_update: *909 sender: *4 required: - action @@ -170804,10 +170815,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - repository @@ -170884,13 +170895,13 @@ x-webhooks: type: string enum: - assigned - assignee: *879 - enterprise: *852 - installation: *853 - number: &909 + assignee: *880 + enterprise: *853 + installation: *854 + number: &910 description: The pull request number. type: integer - organization: *854 + organization: *855 pull_request: title: Pull Request type: object @@ -173173,7 +173184,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *855 + repository: *856 sender: *4 required: - action @@ -173255,11 +173266,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 number: type: integer - organization: *854 + organization: *855 pull_request: title: Pull Request type: object @@ -175537,7 +175548,7 @@ x-webhooks: - draft reason: type: string - repository: *855 + repository: *856 sender: *4 required: - action @@ -175619,11 +175630,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 number: type: integer - organization: *854 + organization: *855 pull_request: title: Pull Request type: object @@ -177901,7 +177912,7 @@ x-webhooks: - draft reason: type: string - repository: *855 + repository: *856 sender: *4 required: - action @@ -177983,13 +177994,13 @@ x-webhooks: type: string enum: - closed - enterprise: *852 - installation: *853 - number: *909 - organization: *854 - pull_request: &910 + enterprise: *853 + installation: *854 + number: *910 + organization: *855 + pull_request: &911 allOf: - - *698 + - *699 - type: object properties: allow_auto_merge: @@ -178051,7 +178062,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *855 + repository: *856 sender: *4 required: - action @@ -178132,12 +178143,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *852 - installation: *853 - number: *909 - organization: *854 - pull_request: *910 - repository: *855 + enterprise: *853 + installation: *854 + number: *910 + organization: *855 + pull_request: *911 + repository: *856 sender: *4 required: - action @@ -178217,11 +178228,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *852 - milestone: *680 - number: *909 - organization: *854 - pull_request: &911 + enterprise: *853 + milestone: *681 + number: *910 + organization: *855 + pull_request: &912 title: Pull Request type: object properties: @@ -180484,7 +180495,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *855 + repository: *856 sender: *4 required: - action @@ -180563,11 +180574,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 number: type: integer - organization: *854 + organization: *855 pull_request: title: Pull Request type: object @@ -182849,7 +182860,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *855 + repository: *856 sender: *4 required: - action @@ -182973,12 +182984,12 @@ x-webhooks: type: string required: - from - enterprise: *852 - installation: *853 - number: *909 - organization: *854 - pull_request: *910 - repository: *855 + enterprise: *853 + installation: *854 + number: *910 + organization: *855 + pull_request: *911 + repository: *856 sender: *4 required: - action @@ -183058,11 +183069,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 number: type: integer - organization: *854 + organization: *855 pull_request: title: Pull Request type: object @@ -185329,7 +185340,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *855 + repository: *856 sender: *4 required: - action @@ -185409,11 +185420,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *852 - installation: *853 - label: *873 - number: *909 - organization: *854 + enterprise: *853 + installation: *854 + label: *874 + number: *910 + organization: *855 pull_request: title: Pull Request type: object @@ -187695,7 +187706,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *855 + repository: *856 sender: *4 required: - action @@ -187776,10 +187787,10 @@ x-webhooks: type: string enum: - locked - enterprise: *852 - installation: *853 - number: *909 - organization: *854 + enterprise: *853 + installation: *854 + number: *910 + organization: *855 pull_request: title: Pull Request type: object @@ -190059,7 +190070,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *855 + repository: *856 sender: *4 required: - action @@ -190139,12 +190150,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *852 - milestone: *680 - number: *909 - organization: *854 - pull_request: *911 - repository: *855 + enterprise: *853 + milestone: *681 + number: *910 + organization: *855 + pull_request: *912 + repository: *856 sender: *4 required: - action @@ -190223,12 +190234,12 @@ x-webhooks: type: string enum: - opened - enterprise: *852 - installation: *853 - number: *909 - organization: *854 - pull_request: *910 - repository: *855 + enterprise: *853 + installation: *854 + number: *910 + organization: *855 + pull_request: *911 + repository: *856 sender: *4 required: - action @@ -190309,12 +190320,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *852 - installation: *853 - number: *909 - organization: *854 - pull_request: *910 - repository: *855 + enterprise: *853 + installation: *854 + number: *910 + organization: *855 + pull_request: *911 + repository: *856 sender: *4 required: - action @@ -190394,12 +190405,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *852 - installation: *853 - number: *909 - organization: *854 - pull_request: *910 - repository: *855 + enterprise: *853 + installation: *854 + number: *910 + organization: *855 + pull_request: *911 + repository: *856 sender: *4 required: - action @@ -190765,9 +190776,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 pull_request: type: object properties: @@ -192937,7 +192948,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *855 + repository: *856 sender: *4 required: - action @@ -193017,7 +193028,7 @@ x-webhooks: type: string enum: - deleted - comment: &913 + comment: &914 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -193302,9 +193313,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 pull_request: type: object properties: @@ -195462,7 +195473,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *855 + repository: *856 sender: *4 required: - action @@ -195542,11 +195553,11 @@ x-webhooks: type: string enum: - edited - changes: *912 - comment: *913 - enterprise: *852 - installation: *853 - organization: *854 + changes: *913 + comment: *914 + enterprise: *853 + installation: *854 + organization: *855 pull_request: type: object properties: @@ -197707,7 +197718,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *855 + repository: *856 sender: *4 required: - action @@ -197788,9 +197799,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 pull_request: title: Simple Pull Request type: object @@ -199963,7 +199974,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *855 + repository: *856 review: description: The review that was affected. type: object @@ -200210,9 +200221,9 @@ x-webhooks: type: string required: - from - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 pull_request: title: Simple Pull Request type: object @@ -202266,8 +202277,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *855 - review: &914 + repository: *856 + review: &915 description: The review that was affected. type: object properties: @@ -202500,12 +202511,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 number: description: The pull request number. type: integer - organization: *854 + organization: *855 pull_request: title: Pull Request type: object @@ -204788,7 +204799,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *855 + repository: *856 requested_reviewer: title: User type: object @@ -204872,12 +204883,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 number: description: The pull request number. type: integer - organization: *854 + organization: *855 pull_request: title: Pull Request type: object @@ -207167,7 +207178,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *855 + repository: *856 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207359,12 +207370,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 number: description: The pull request number. type: integer - organization: *854 + organization: *855 pull_request: title: Pull Request type: object @@ -209649,7 +209660,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *855 + repository: *856 requested_reviewer: title: User type: object @@ -209734,12 +209745,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *852 - installation: *853 + enterprise: *853 + installation: *854 number: description: The pull request number. type: integer - organization: *854 + organization: *855 pull_request: title: Pull Request type: object @@ -212015,7 +212026,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *855 + repository: *856 requested_team: title: Team description: Groups of organization members that gives permissions @@ -212196,9 +212207,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 pull_request: title: Simple Pull Request type: object @@ -214373,8 +214384,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *855 - review: *914 + repository: *856 + review: *915 sender: *4 required: - action @@ -214454,9 +214465,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 pull_request: title: Simple Pull Request type: object @@ -216526,7 +216537,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *855 + repository: *856 sender: *4 thread: type: object @@ -216913,9 +216924,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 pull_request: title: Simple Pull Request type: object @@ -218971,7 +218982,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *855 + repository: *856 sender: *4 thread: type: object @@ -219361,10 +219372,10 @@ x-webhooks: type: string before: type: string - enterprise: *852 - installation: *853 - number: *909 - organization: *854 + enterprise: *853 + installation: *854 + number: *910 + organization: *855 pull_request: title: Pull Request type: object @@ -221635,7 +221646,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *855 + repository: *856 sender: *4 required: - action @@ -221717,11 +221728,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *915 - enterprise: *852 - installation: *853 - number: *909 - organization: *854 + assignee: *916 + enterprise: *853 + installation: *854 + number: *910 + organization: *855 pull_request: title: Pull Request type: object @@ -224004,7 +224015,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *855 + repository: *856 sender: *4 required: - action @@ -224083,11 +224094,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *852 - installation: *853 - label: *873 - number: *909 - organization: *854 + enterprise: *853 + installation: *854 + label: *874 + number: *910 + organization: *855 pull_request: title: Pull Request type: object @@ -226360,7 +226371,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *855 + repository: *856 sender: *4 required: - action @@ -226441,10 +226452,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *852 - installation: *853 - number: *909 - organization: *854 + enterprise: *853 + installation: *854 + number: *910 + organization: *855 pull_request: title: Pull Request type: object @@ -228709,7 +228720,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *855 + repository: *856 sender: *4 required: - action @@ -228909,7 +228920,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *852 + enterprise: *853 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -229001,8 +229012,8 @@ x-webhooks: - url - author - committer - installation: *853 - organization: *854 + installation: *854 + organization: *855 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -229577,9 +229588,9 @@ x-webhooks: type: string enum: - published - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 registry_package: type: object properties: @@ -230025,7 +230036,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *896 + items: *897 summary: type: string tag_name: @@ -230079,7 +230090,7 @@ x-webhooks: - owner - package_version - registry - repository: *855 + repository: *856 sender: *4 required: - action @@ -230157,9 +230168,9 @@ x-webhooks: type: string enum: - updated - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 registry_package: type: object properties: @@ -230467,7 +230478,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *896 + items: *897 summary: type: string tag_name: @@ -230516,7 +230527,7 @@ x-webhooks: - owner - package_version - registry - repository: *855 + repository: *856 sender: *4 required: - action @@ -230593,10 +230604,10 @@ x-webhooks: type: string enum: - created - enterprise: *852 - installation: *853 - organization: *854 - release: &916 + enterprise: *853 + installation: *854 + organization: *855 + release: &917 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -230914,7 +230925,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *855 + repository: *856 sender: *4 required: - action @@ -230991,11 +231002,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 - installation: *853 - organization: *854 - release: *916 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + release: *917 + repository: *856 sender: *4 required: - action @@ -231112,11 +231123,11 @@ x-webhooks: type: boolean required: - to - enterprise: *852 - installation: *853 - organization: *854 - release: *916 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + release: *917 + repository: *856 sender: *4 required: - action @@ -231194,9 +231205,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -231518,7 +231529,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *855 + repository: *856 sender: *4 required: - action @@ -231594,10 +231605,10 @@ x-webhooks: type: string enum: - published - enterprise: *852 - installation: *853 - organization: *854 - release: &917 + enterprise: *853 + installation: *854 + organization: *855 + release: &918 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -231916,7 +231927,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *855 + repository: *856 sender: *4 required: - action @@ -231992,11 +232003,11 @@ x-webhooks: type: string enum: - released - enterprise: *852 - installation: *853 - organization: *854 - release: *916 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + release: *917 + repository: *856 sender: *4 required: - action @@ -232072,11 +232083,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *852 - installation: *853 - organization: *854 - release: *917 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + release: *918 + repository: *856 sender: *4 required: - action @@ -232152,11 +232163,11 @@ x-webhooks: type: string enum: - published - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 - repository_advisory: *750 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 + repository_advisory: *751 sender: *4 required: - action @@ -232232,11 +232243,11 @@ x-webhooks: type: string enum: - reported - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 - repository_advisory: *750 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 + repository_advisory: *751 sender: *4 required: - action @@ -232312,10 +232323,10 @@ x-webhooks: type: string enum: - archived - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -232392,10 +232403,10 @@ x-webhooks: type: string enum: - created - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -232473,10 +232484,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -232560,10 +232571,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -232675,10 +232686,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -232750,10 +232761,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 status: type: string @@ -232834,10 +232845,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -232914,10 +232925,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -233011,10 +233022,10 @@ x-webhooks: - name required: - repository - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -233094,10 +233105,10 @@ x-webhooks: type: string enum: - created - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 repository_ruleset: *191 sender: *4 required: @@ -233176,10 +233187,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 repository_ruleset: *191 sender: *4 required: @@ -233258,10 +233269,10 @@ x-webhooks: type: string enum: - edited - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 repository_ruleset: *191 changes: type: object @@ -233323,16 +233334,16 @@ x-webhooks: properties: added: type: array - items: *718 + items: *719 deleted: type: array - items: *718 + items: *719 updated: type: array items: type: object properties: - rule: *718 + rule: *719 changes: type: object properties: @@ -233566,10 +233577,10 @@ x-webhooks: - from required: - owner - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -233647,10 +233658,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -233728,7 +233739,7 @@ x-webhooks: type: string enum: - create - alert: &918 + alert: &919 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -233849,10 +233860,10 @@ x-webhooks: type: string enum: - open - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -234058,10 +234069,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -234139,11 +234150,11 @@ x-webhooks: type: string enum: - reopen - alert: *918 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + alert: *919 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -234342,10 +234353,10 @@ x-webhooks: enum: - fixed - open - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -234423,7 +234434,7 @@ x-webhooks: type: string enum: - assigned - alert: &919 + alert: &920 type: object properties: number: *128 @@ -234542,10 +234553,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -234623,11 +234634,11 @@ x-webhooks: type: string enum: - created - alert: *919 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + alert: *920 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -234708,11 +234719,11 @@ x-webhooks: type: string enum: - created - alert: *919 - installation: *853 - location: *920 - organization: *854 - repository: *855 + alert: *920 + installation: *854 + location: *921 + organization: *855 + repository: *856 sender: *4 required: - location @@ -234950,11 +234961,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *919 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + alert: *920 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -235032,11 +235043,11 @@ x-webhooks: type: string enum: - reopened - alert: *919 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + alert: *920 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -235114,11 +235125,11 @@ x-webhooks: type: string enum: - resolved - alert: *919 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + alert: *920 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -235196,12 +235207,12 @@ x-webhooks: type: string enum: - unassigned - alert: *919 + alert: *920 assignee: *4 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -235279,11 +235290,11 @@ x-webhooks: type: string enum: - validated - alert: *919 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + alert: *920 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -235409,10 +235420,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *855 - enterprise: *852 - installation: *853 - organization: *854 + repository: *856 + enterprise: *853 + installation: *854 + organization: *855 sender: *4 required: - action @@ -235490,11 +235501,11 @@ x-webhooks: type: string enum: - published - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 - security_advisory: &921 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 + security_advisory: &922 description: The details of the security advisory, including summary, description, and severity. type: object @@ -235677,11 +235688,11 @@ x-webhooks: type: string enum: - updated - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 - security_advisory: *921 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 + security_advisory: *922 sender: *4 required: - action @@ -235754,10 +235765,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -235941,11 +235952,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *419 - enterprise: *852 - installation: *853 - organization: *854 - repository: *461 + security_and_analysis: *420 + enterprise: *853 + installation: *854 + organization: *855 + repository: *462 sender: *4 required: - changes @@ -236023,12 +236034,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 - sponsorship: &922 + sponsorship: &923 type: object properties: created_at: @@ -236329,12 +236340,12 @@ x-webhooks: type: string enum: - created - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 - sponsorship: *922 + sponsorship: *923 required: - action - sponsorship @@ -236422,12 +236433,12 @@ x-webhooks: type: string required: - from - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 - sponsorship: *922 + sponsorship: *923 required: - action - changes @@ -236504,17 +236515,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &923 + effective_date: &924 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 - sponsorship: *922 + sponsorship: *923 required: - action - sponsorship @@ -236588,7 +236599,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &924 + changes: &925 type: object properties: tier: @@ -236632,13 +236643,13 @@ x-webhooks: - from required: - tier - effective_date: *923 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + effective_date: *924 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 - sponsorship: *922 + sponsorship: *923 required: - action - changes @@ -236715,13 +236726,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *924 - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + changes: *925 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 - sponsorship: *922 + sponsorship: *923 required: - action - changes @@ -236795,10 +236806,10 @@ x-webhooks: type: string enum: - created - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -236881,10 +236892,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -237304,15 +237315,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *852 + enterprise: *853 id: description: The unique identifier of the status. type: integer - installation: *853 + installation: *854 name: type: string - organization: *854 - repository: *855 + organization: *855 + repository: *856 sender: *4 sha: description: The Commit SHA. @@ -237421,15 +237432,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *220 + parent_issue: *221 parent_issue_repo: *78 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *220 - installation: *853 - organization: *854 - repository: *855 + sub_issue: *221 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -237513,15 +237524,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *220 + parent_issue: *221 parent_issue_repo: *78 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *220 - installation: *853 - organization: *854 - repository: *855 + sub_issue: *221 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -237605,15 +237616,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *220 + sub_issue: *221 sub_issue_repo: *78 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *220 - installation: *853 - organization: *854 - repository: *855 + parent_issue: *221 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -237697,15 +237708,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *220 + sub_issue: *221 sub_issue_repo: *78 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *220 - installation: *853 - organization: *854 - repository: *855 + parent_issue: *221 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -237782,12 +237793,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 - team: &925 + team: &926 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -238010,9 +238021,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 repository: title: Repository description: A git repository @@ -238470,7 +238481,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *925 + team: *926 required: - action - team @@ -238546,9 +238557,9 @@ x-webhooks: type: string enum: - created - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 repository: title: Repository description: A git repository @@ -239006,7 +239017,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *925 + team: *926 required: - action - team @@ -239083,9 +239094,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 repository: title: Repository description: A git repository @@ -239543,7 +239554,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *925 + team: *926 required: - action - team @@ -239687,9 +239698,9 @@ x-webhooks: - from required: - permissions - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 repository: title: Repository description: A git repository @@ -240147,7 +240158,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *925 + team: *926 required: - action - changes @@ -240225,9 +240236,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *852 - installation: *853 - organization: *854 + enterprise: *853 + installation: *854 + organization: *855 repository: title: Repository description: A git repository @@ -240685,7 +240696,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *925 + team: *926 required: - action - team @@ -240761,10 +240772,10 @@ x-webhooks: type: string enum: - started - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 required: - action @@ -240837,16 +240848,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *852 + enterprise: *853 inputs: type: object nullable: true additionalProperties: true - installation: *853 - organization: *854 + installation: *854 + organization: *855 ref: type: string - repository: *855 + repository: *856 sender: *4 workflow: type: string @@ -240928,10 +240939,10 @@ x-webhooks: type: string enum: - completed - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 workflow_job: allOf: @@ -241168,7 +241179,7 @@ x-webhooks: type: string required: - conclusion - deployment: *600 + deployment: *601 required: - action - repository @@ -241247,10 +241258,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 workflow_job: allOf: @@ -241510,7 +241521,7 @@ x-webhooks: required: - status - steps - deployment: *600 + deployment: *601 required: - action - repository @@ -241589,10 +241600,10 @@ x-webhooks: type: string enum: - queued - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 workflow_job: type: object @@ -241727,7 +241738,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *600 + deployment: *601 required: - action - repository @@ -241806,10 +241817,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 workflow_job: type: object @@ -241945,7 +241956,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *600 + deployment: *601 required: - action - repository @@ -242025,12 +242036,12 @@ x-webhooks: type: string enum: - completed - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 - workflow: *869 + workflow: *870 workflow_run: title: Workflow Run type: object @@ -243029,12 +243040,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 - workflow: *869 + workflow: *870 workflow_run: title: Workflow Run type: object @@ -244018,12 +244029,12 @@ x-webhooks: type: string enum: - requested - enterprise: *852 - installation: *853 - organization: *854 - repository: *855 + enterprise: *853 + installation: *854 + organization: *855 + repository: *856 sender: *4 - workflow: *869 + workflow: *870 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index c7ec3d6953..873f9e32f8 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -13651,7 +13651,7 @@ }, "examples": { "default": { - "$ref": "#/components/examples/enterprise-teams-items" + "$ref": "#/components/examples/enterprise-teams-item" } } } @@ -14378,7 +14378,7 @@ }, "examples": { "default": { - "$ref": "#/components/examples/enterprise-teams-items" + "$ref": "#/components/examples/enterprise-teams-item" } } } @@ -14484,7 +14484,7 @@ }, "examples": { "default": { - "$ref": "#/components/examples/enterprise-teams-items" + "$ref": "#/components/examples/enterprise-teams-item" } } } @@ -67788,7 +67788,7 @@ "/repos/{owner}/{repo}/lfs": { "put": { "summary": "Enable Git LFS for a repository", - "description": "Enables Git LFS for a repository.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "description": "Enables Git LFS for a repository.\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", "operationId": "repos/enable-lfs-for-repo", "tags": [ "repos" @@ -67822,7 +67822,7 @@ }, "delete": { "summary": "Disable Git LFS for a repository", - "description": "Disables Git LFS for a repository.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "description": "Disables Git LFS for a repository.\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", "operationId": "repos/disable-lfs-for-repo", "tags": [ "repos" @@ -125923,7 +125923,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -302324,89 +302324,91 @@ } }, "server-statistics": { - "value": { - "server_id": "ea6088f3-f095-4bf2-8d7f-c573819e8768", - "collection_date": "2021-12-14T23:59:59Z", - "schema_version": "20230306", - "ghes_version": "3.9.0", - "host_name": "github.example.com", - "github_connect": { - "features_enabled": [ - "license_usage_sync", - "content_analysis", - "content_analysis_notifications" - ] - }, - "ghe_stats": { - "comments": { - "total_commit_comments": 1000, - "total_gist_comments": 1000, - "total_issue_comments": 0, - "total_pull_request_comments": 0 - }, - "gists": { - "total_gists": 100, - "private_gists": 59, - "public_gists": 41 - }, - "hooks": { - "total_hooks": 2, - "active_hooks": 1, - "inactive_hooks": 1 - }, - "issues": { - "total_issues": 3421, - "open_issues": 1234, - "closed_issues": 1222 - }, - "milestones": { - "total_milestones": 50, - "open_milestones": 20, - "closed_milestones": 30 + "value": [ + { + "server_id": "ea6088f3-f095-4bf2-8d7f-c573819e8768", + "collection_date": "2021-12-14T23:59:59Z", + "schema_version": "20230306", + "ghes_version": "3.9.0", + "host_name": "github.example.com", + "github_connect": { + "features_enabled": [ + "license_usage_sync", + "content_analysis", + "content_analysis_notifications" + ] }, - "orgs": { - "total_orgs": 100, - "disabled_orgs": 22, - "total_teams": 299, - "total_team_members": 400 + "ghe_stats": { + "comments": { + "total_commit_comments": 1000, + "total_gist_comments": 1000, + "total_issue_comments": 0, + "total_pull_request_comments": 0 + }, + "gists": { + "total_gists": 100, + "private_gists": 59, + "public_gists": 41 + }, + "hooks": { + "total_hooks": 2, + "active_hooks": 1, + "inactive_hooks": 1 + }, + "issues": { + "total_issues": 3421, + "open_issues": 1234, + "closed_issues": 1222 + }, + "milestones": { + "total_milestones": 50, + "open_milestones": 20, + "closed_milestones": 30 + }, + "orgs": { + "total_orgs": 100, + "disabled_orgs": 22, + "total_teams": 299, + "total_team_members": 400 + }, + "pages": { + "total_pages": 10 + }, + "pulls": { + "total_pulls": 1232, + "merged_pulls": 223, + "mergeable_pulls": 435, + "unmergeable_pulls": 0 + }, + "repos": { + "total_repos": 12, + "root_repos": 1, + "fork_repos": 2, + "org_repos": 1, + "total_pushes": 42, + "total_wikis": 1 + }, + "users": { + "total_users": 2000, + "admin_users": 299, + "suspended_users": 423 + } }, - "pages": { - "total_pages": 10 + "dormant_users": { + "total_dormant_users": 5, + "dormancy_threshold": "90 days" }, - "pulls": { - "total_pulls": 1232, - "merged_pulls": 223, - "mergeable_pulls": 435, - "unmergeable_pulls": 0 + "actions_stats": { + "$ref": "server-statistics-actions.yaml" }, - "repos": { - "total_repos": 12, - "root_repos": 1, - "fork_repos": 2, - "org_repos": 1, - "total_pushes": 42, - "total_wikis": 1 + "packages_stats": { + "$ref": "server-statistics-packages.yaml" }, - "users": { - "total_users": 2000, - "admin_users": 299, - "suspended_users": 423 + "advisory_db_stats": { + "$ref": "server-statistics-advisory-db.yaml" } - }, - "dormant_users": { - "total_dormant_users": 5, - "dormancy_threshold": "90 days" - }, - "actions_stats": { - "$ref": "server-statistics-actions.yaml" - }, - "packages_stats": { - "$ref": "server-statistics-packages.yaml" - }, - "advisory_db_stats": { - "$ref": "server-statistics-advisory-db.yaml" } - } + ] }, "actions-cache-retention-limit": { "value": { @@ -304501,7 +304503,7 @@ "write_enterprise_security_configuration" ], "enterprise": { - "id": "1,", + "id": 1, "slug": "github-inc", "name": "GitHub, Inc", "node_id": "E_kgAB", @@ -304525,7 +304527,7 @@ "read_enterprise_security_configuration" ], "enterprise": { - "id": "1,", + "id": 1, "slug": "github-inc", "name": "GitHub, Inc", "node_id": "E_kgAB", @@ -304553,7 +304555,7 @@ "write_enterprise_security_configuration" ], "enterprise": { - "id": "1,", + "id": 1, "slug": "github-inc", "name": "GitHub, Inc", "node_id": "E_kgAB", @@ -305449,6 +305451,20 @@ ] } }, + "enterprise-teams-item": { + "value": { + "id": 1, + "name": "Justice League", + "description": "A great team.", + "slug": "justice-league", + "url": "https://api.github.com/enterprises/dc/teams/justice-league", + "group_id": "62ab9291-fae2-468e-974b-7e45096d5021", + "html_url": "https://github.com/enterprises/dc/teams/justice-league", + "members_url": "https://api.github.com/enterprises/dc/teams/justice-league/members{/member}", + "created_at": "2019-01-26T19:01:12Z", + "updated_at": "2019-01-26T19:14:43Z" + } + }, "simple-user-items": { "value": [ { diff --git a/descriptions/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index f64be216bd..17e46583d4 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -9753,7 +9753,7 @@ paths: "$ref": "#/components/schemas/enterprise-team" examples: default: - "$ref": "#/components/examples/enterprise-teams-items" + "$ref": "#/components/examples/enterprise-teams-item" x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10205,7 +10205,7 @@ paths: "$ref": "#/components/schemas/enterprise-team" examples: default: - "$ref": "#/components/examples/enterprise-teams-items" + "$ref": "#/components/examples/enterprise-teams-item" headers: Link: "$ref": "#/components/headers/link" @@ -10286,7 +10286,7 @@ paths: "$ref": "#/components/schemas/enterprise-team" examples: default: - "$ref": "#/components/examples/enterprise-teams-items" + "$ref": "#/components/examples/enterprise-teams-item" headers: Link: "$ref": "#/components/headers/link" @@ -49151,7 +49151,7 @@ paths: description: |- Enables Git LFS for a repository. - OAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. operationId: repos/enable-lfs-for-repo tags: - repos @@ -49181,7 +49181,7 @@ paths: description: |- Disables Git LFS for a repository. - OAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. operationId: repos/disable-lfs-for-repo tags: - repos @@ -91471,7 +91471,7 @@ components: nullable: true description: The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` - is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, + is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories. @@ -225489,7 +225489,7 @@ components: zzz: https://github.githubassets.com/images/icons/emoji/unicode/1f4a4.png?v8 server-statistics: value: - server_id: ea6088f3-f095-4bf2-8d7f-c573819e8768 + - server_id: ea6088f3-f095-4bf2-8d7f-c573819e8768 collection_date: '2021-12-14T23:59:59Z' schema_version: '20230306' ghes_version: 3.9.0 @@ -227179,7 +227179,7 @@ components: - read_enterprise_custom_enterprise_role - write_enterprise_security_configuration enterprise: - id: 1, + id: 1 slug: github-inc name: GitHub, Inc node_id: E_kgAB @@ -227199,7 +227199,7 @@ components: - read_enterprise_audit_logs - read_enterprise_security_configuration enterprise: - id: 1, + id: 1 slug: github-inc name: GitHub, Inc node_id: E_kgAB @@ -227221,7 +227221,7 @@ components: - read_enterprise_custom_enterprise_role - write_enterprise_security_configuration enterprise: - id: 1, + id: 1 slug: github-inc name: GitHub, Inc node_id: E_kgAB @@ -227890,6 +227890,18 @@ components: discountAmount: 0.0 netQuantity: 1000 netAmount: 8.0 + enterprise-teams-item: + value: + id: 1 + name: Justice League + description: A great team. + slug: justice-league + url: https://api.github.com/enterprises/dc/teams/justice-league + group_id: 62ab9291-fae2-468e-974b-7e45096d5021 + html_url: https://github.com/enterprises/dc/teams/justice-league + members_url: https://api.github.com/enterprises/dc/teams/justice-league/members{/member} + created_at: '2019-01-26T19:01:12Z' + updated_at: '2019-01-26T19:14:43Z' simple-user-items: value: - login: octocat diff --git a/descriptions/ghec/ghec.json b/descriptions/ghec/ghec.json index c7ec3d6953..873f9e32f8 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -13651,7 +13651,7 @@ }, "examples": { "default": { - "$ref": "#/components/examples/enterprise-teams-items" + "$ref": "#/components/examples/enterprise-teams-item" } } } @@ -14378,7 +14378,7 @@ }, "examples": { "default": { - "$ref": "#/components/examples/enterprise-teams-items" + "$ref": "#/components/examples/enterprise-teams-item" } } } @@ -14484,7 +14484,7 @@ }, "examples": { "default": { - "$ref": "#/components/examples/enterprise-teams-items" + "$ref": "#/components/examples/enterprise-teams-item" } } } @@ -67788,7 +67788,7 @@ "/repos/{owner}/{repo}/lfs": { "put": { "summary": "Enable Git LFS for a repository", - "description": "Enables Git LFS for a repository.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "description": "Enables Git LFS for a repository.\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", "operationId": "repos/enable-lfs-for-repo", "tags": [ "repos" @@ -67822,7 +67822,7 @@ }, "delete": { "summary": "Disable Git LFS for a repository", - "description": "Disables Git LFS for a repository.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "description": "Disables Git LFS for a repository.\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.", "operationId": "repos/disable-lfs-for-repo", "tags": [ "repos" @@ -125923,7 +125923,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -302324,89 +302324,91 @@ } }, "server-statistics": { - "value": { - "server_id": "ea6088f3-f095-4bf2-8d7f-c573819e8768", - "collection_date": "2021-12-14T23:59:59Z", - "schema_version": "20230306", - "ghes_version": "3.9.0", - "host_name": "github.example.com", - "github_connect": { - "features_enabled": [ - "license_usage_sync", - "content_analysis", - "content_analysis_notifications" - ] - }, - "ghe_stats": { - "comments": { - "total_commit_comments": 1000, - "total_gist_comments": 1000, - "total_issue_comments": 0, - "total_pull_request_comments": 0 - }, - "gists": { - "total_gists": 100, - "private_gists": 59, - "public_gists": 41 - }, - "hooks": { - "total_hooks": 2, - "active_hooks": 1, - "inactive_hooks": 1 - }, - "issues": { - "total_issues": 3421, - "open_issues": 1234, - "closed_issues": 1222 - }, - "milestones": { - "total_milestones": 50, - "open_milestones": 20, - "closed_milestones": 30 + "value": [ + { + "server_id": "ea6088f3-f095-4bf2-8d7f-c573819e8768", + "collection_date": "2021-12-14T23:59:59Z", + "schema_version": "20230306", + "ghes_version": "3.9.0", + "host_name": "github.example.com", + "github_connect": { + "features_enabled": [ + "license_usage_sync", + "content_analysis", + "content_analysis_notifications" + ] }, - "orgs": { - "total_orgs": 100, - "disabled_orgs": 22, - "total_teams": 299, - "total_team_members": 400 + "ghe_stats": { + "comments": { + "total_commit_comments": 1000, + "total_gist_comments": 1000, + "total_issue_comments": 0, + "total_pull_request_comments": 0 + }, + "gists": { + "total_gists": 100, + "private_gists": 59, + "public_gists": 41 + }, + "hooks": { + "total_hooks": 2, + "active_hooks": 1, + "inactive_hooks": 1 + }, + "issues": { + "total_issues": 3421, + "open_issues": 1234, + "closed_issues": 1222 + }, + "milestones": { + "total_milestones": 50, + "open_milestones": 20, + "closed_milestones": 30 + }, + "orgs": { + "total_orgs": 100, + "disabled_orgs": 22, + "total_teams": 299, + "total_team_members": 400 + }, + "pages": { + "total_pages": 10 + }, + "pulls": { + "total_pulls": 1232, + "merged_pulls": 223, + "mergeable_pulls": 435, + "unmergeable_pulls": 0 + }, + "repos": { + "total_repos": 12, + "root_repos": 1, + "fork_repos": 2, + "org_repos": 1, + "total_pushes": 42, + "total_wikis": 1 + }, + "users": { + "total_users": 2000, + "admin_users": 299, + "suspended_users": 423 + } }, - "pages": { - "total_pages": 10 + "dormant_users": { + "total_dormant_users": 5, + "dormancy_threshold": "90 days" }, - "pulls": { - "total_pulls": 1232, - "merged_pulls": 223, - "mergeable_pulls": 435, - "unmergeable_pulls": 0 + "actions_stats": { + "$ref": "server-statistics-actions.yaml" }, - "repos": { - "total_repos": 12, - "root_repos": 1, - "fork_repos": 2, - "org_repos": 1, - "total_pushes": 42, - "total_wikis": 1 + "packages_stats": { + "$ref": "server-statistics-packages.yaml" }, - "users": { - "total_users": 2000, - "admin_users": 299, - "suspended_users": 423 + "advisory_db_stats": { + "$ref": "server-statistics-advisory-db.yaml" } - }, - "dormant_users": { - "total_dormant_users": 5, - "dormancy_threshold": "90 days" - }, - "actions_stats": { - "$ref": "server-statistics-actions.yaml" - }, - "packages_stats": { - "$ref": "server-statistics-packages.yaml" - }, - "advisory_db_stats": { - "$ref": "server-statistics-advisory-db.yaml" } - } + ] }, "actions-cache-retention-limit": { "value": { @@ -304501,7 +304503,7 @@ "write_enterprise_security_configuration" ], "enterprise": { - "id": "1,", + "id": 1, "slug": "github-inc", "name": "GitHub, Inc", "node_id": "E_kgAB", @@ -304525,7 +304527,7 @@ "read_enterprise_security_configuration" ], "enterprise": { - "id": "1,", + "id": 1, "slug": "github-inc", "name": "GitHub, Inc", "node_id": "E_kgAB", @@ -304553,7 +304555,7 @@ "write_enterprise_security_configuration" ], "enterprise": { - "id": "1,", + "id": 1, "slug": "github-inc", "name": "GitHub, Inc", "node_id": "E_kgAB", @@ -305449,6 +305451,20 @@ ] } }, + "enterprise-teams-item": { + "value": { + "id": 1, + "name": "Justice League", + "description": "A great team.", + "slug": "justice-league", + "url": "https://api.github.com/enterprises/dc/teams/justice-league", + "group_id": "62ab9291-fae2-468e-974b-7e45096d5021", + "html_url": "https://github.com/enterprises/dc/teams/justice-league", + "members_url": "https://api.github.com/enterprises/dc/teams/justice-league/members{/member}", + "created_at": "2019-01-26T19:01:12Z", + "updated_at": "2019-01-26T19:14:43Z" + } + }, "simple-user-items": { "value": [ { diff --git a/descriptions/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index f64be216bd..17e46583d4 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -9753,7 +9753,7 @@ paths: "$ref": "#/components/schemas/enterprise-team" examples: default: - "$ref": "#/components/examples/enterprise-teams-items" + "$ref": "#/components/examples/enterprise-teams-item" x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -10205,7 +10205,7 @@ paths: "$ref": "#/components/schemas/enterprise-team" examples: default: - "$ref": "#/components/examples/enterprise-teams-items" + "$ref": "#/components/examples/enterprise-teams-item" headers: Link: "$ref": "#/components/headers/link" @@ -10286,7 +10286,7 @@ paths: "$ref": "#/components/schemas/enterprise-team" examples: default: - "$ref": "#/components/examples/enterprise-teams-items" + "$ref": "#/components/examples/enterprise-teams-item" headers: Link: "$ref": "#/components/headers/link" @@ -49151,7 +49151,7 @@ paths: description: |- Enables Git LFS for a repository. - OAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. operationId: repos/enable-lfs-for-repo tags: - repos @@ -49181,7 +49181,7 @@ paths: description: |- Disables Git LFS for a repository. - OAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint. + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. operationId: repos/disable-lfs-for-repo tags: - repos @@ -91471,7 +91471,7 @@ components: nullable: true description: The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` - is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, + is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories. @@ -225489,7 +225489,7 @@ components: zzz: https://github.githubassets.com/images/icons/emoji/unicode/1f4a4.png?v8 server-statistics: value: - server_id: ea6088f3-f095-4bf2-8d7f-c573819e8768 + - server_id: ea6088f3-f095-4bf2-8d7f-c573819e8768 collection_date: '2021-12-14T23:59:59Z' schema_version: '20230306' ghes_version: 3.9.0 @@ -227179,7 +227179,7 @@ components: - read_enterprise_custom_enterprise_role - write_enterprise_security_configuration enterprise: - id: 1, + id: 1 slug: github-inc name: GitHub, Inc node_id: E_kgAB @@ -227199,7 +227199,7 @@ components: - read_enterprise_audit_logs - read_enterprise_security_configuration enterprise: - id: 1, + id: 1 slug: github-inc name: GitHub, Inc node_id: E_kgAB @@ -227221,7 +227221,7 @@ components: - read_enterprise_custom_enterprise_role - write_enterprise_security_configuration enterprise: - id: 1, + id: 1 slug: github-inc name: GitHub, Inc node_id: E_kgAB @@ -227890,6 +227890,18 @@ components: discountAmount: 0.0 netQuantity: 1000 netAmount: 8.0 + enterprise-teams-item: + value: + id: 1 + name: Justice League + description: A great team. + slug: justice-league + url: https://api.github.com/enterprises/dc/teams/justice-league + group_id: 62ab9291-fae2-468e-974b-7e45096d5021 + html_url: https://github.com/enterprises/dc/teams/justice-league + members_url: https://api.github.com/enterprises/dc/teams/justice-league/members{/member} + created_at: '2019-01-26T19:01:12Z' + updated_at: '2019-01-26T19:14:43Z' simple-user-items: value: - login: octocat diff --git a/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json b/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json index 941eac311a..777a1e5bbb 100644 --- a/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json +++ b/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json @@ -72718,10 +72718,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": true, "category": "apps", - "subcategory": "installations", - "previews": [ - "custom_properties" - ] + "subcategory": "installations" } } }, @@ -169887,7 +169884,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -171068,7 +171065,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -172131,7 +172128,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -173891,7 +173888,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -175097,7 +175094,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -176148,7 +176145,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -380370,7 +380367,7 @@ "/repos/{owner}/{repo}/lfs": { "put": { "summary": "Enable Git LFS for a repository", - "description": "Enables Git LFS for a repository.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "description": "Enables Git LFS for a repository.\n\nOAuth app tokens and personal access tokens (classic) need the `site_admin` scope to use this endpoint.", "operationId": "repos/enable-lfs-for-repo", "tags": [ "repos" @@ -380428,7 +380425,7 @@ }, "delete": { "summary": "Disable Git LFS for a repository", - "description": "Disables Git LFS for a repository.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "description": "Disables Git LFS for a repository.\n\nOAuth app tokens and personal access tokens (classic) need the `site_admin` scope to use this endpoint.", "operationId": "repos/disable-lfs-for-repo", "tags": [ "repos" @@ -431178,7 +431175,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -432368,7 +432365,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -433195,7 +433192,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -434974,7 +434971,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -436179,7 +436176,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -437002,7 +436999,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -477827,10 +477824,7 @@ "githubCloudOnly": false, "enabledForGitHubApps": false, "category": "apps", - "subcategory": "installations", - "previews": [ - "custom_properties" - ] + "subcategory": "installations" } } }, @@ -1093335,7 +1093329,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1096016,7 +1096010,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1098697,7 +1098691,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, `actor_id` is ignored. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdm{"code":"deadline_exceeded","msg":"operation timed out"}