summaryrefslogtreecommitdiffstats
path: root/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml')
-rw-r--r--descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml2928
1 files changed, 1469 insertions, 1459 deletions
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 eb3bd0704..21d310d1d 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
@@ -1013,7 +1013,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory
parameters:
- - &579
+ - &583
name: ghsa_id
description: The GHSA (GitHub Security Advisory) identifier of the advisory.
in: path
@@ -9312,14 +9312,14 @@ paths:
format: uri
description: The REST API URL of the code locations for this
alert.
- state: &571
+ state: &575
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: &572
+ resolution: &576
type: string
description: "**Required when the `state` is `resolved`.** The
reason for resolving the alert."
@@ -10731,7 +10731,7 @@ paths:
url:
type: string
format: uri
- user: &602
+ user: &606
title: Public User
description: Public User
type: object
@@ -15211,7 +15211,7 @@ paths:
- avatar_url
- description
examples:
- default: &620
+ default: &624
value:
- login: github
id: 1
@@ -17078,7 +17078,7 @@ paths:
type: array
items: *60
examples:
- default: &614
+ default: &618
value:
total_count: 1
repositories:
@@ -17946,7 +17946,7 @@ paths:
type: array
items: *119
examples:
- default: &605
+ default: &609
value:
total_count: 1
repositories:
@@ -27404,7 +27404,6 @@ paths:
description: An issue type for a multi-week tracking of work
is_enabled: true
color: green
- is_private: true
responses:
'200':
description: Response
@@ -27494,7 +27493,6 @@ paths:
description: An issue type for a multi-week tracking of work
is_enabled: true
color: green
- is_private: true
responses:
'200':
description: Response
@@ -29070,7 +29068,7 @@ paths:
parameters:
- *94
- *203
- - &619
+ - &623
name: repo_name
description: repo_name parameter
in: path
@@ -30095,7 +30093,7 @@ paths:
- nuget
- container
- *94
- - &621
+ - &625
name: visibility
description: |-
The selected visibility of the packages. This parameter is optional and only filters an existing result set.
@@ -30136,7 +30134,7 @@ paths:
default: *211
'403': *29
'401': *25
- '400': &623
+ '400': &627
description: The value of `per_page` multiplied by `page` cannot be greater
than 10000.
x-github:
@@ -33893,7 +33891,7 @@ paths:
- *94
- *17
- *19
- - &556
+ - &560
name: targets
description: |
A comma-separated list of rule targets to filter by.
@@ -34368,6 +34366,10 @@ paths:
At least one option must be enabled.
items:
type: string
+ enum:
+ - merge
+ - squash
+ - rebase
dismiss_stale_reviews_on_push:
type: boolean
description: New, reviewable commits pushed will
@@ -34638,7 +34640,8 @@ paths:
required:
- operator
- pattern
- - title: file_path_restriction
+ - &554
+ title: file_path_restriction
description: Prevent commits that include changes in specified
file paths from being pushed to the commit graph.
type: object
@@ -34660,7 +34663,8 @@ paths:
type: string
required:
- restricted_file_paths
- - title: max_file_path_length
+ - &555
+ title: max_file_path_length
description: Prevent commits that include file paths that
exceed a specified character limit from being pushed to
the commit graph.
@@ -34683,7 +34687,8 @@ paths:
maximum: 256
required:
- max_file_path_length
- - title: file_extension_restriction
+ - &556
+ title: file_extension_restriction
description: Prevent commits that include files with specified
file extensions from being pushed to the commit graph.
type: object
@@ -34705,7 +34710,8 @@ paths:
type: string
required:
- restricted_file_extensions
- - title: max_file_size
+ - &557
+ title: max_file_size
description: Prevent commits that exceed a specified file
size limit from being pushed to the commit graph.
type: object
@@ -34728,7 +34734,7 @@ paths:
maximum: 100
required:
- max_file_size
- - &554
+ - &558
title: workflows
description: Require all changes made to a targeted branch
to pass the specified workflows before they can be merged.
@@ -34778,7 +34784,7 @@ paths:
- repository_id
required:
- workflows
- - &555
+ - &559
title: code_scanning
description: Choose which tools must provide code scanning
results before the reference is updated. When configured,
@@ -35016,7 +35022,7 @@ paths:
url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites
parameters:
- *94
- - &557
+ - &561
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
@@ -35031,7 +35037,7 @@ paths:
in: query
schema:
type: string
- - &558
+ - &562
name: time_period
description: |-
The time period to filter by.
@@ -35047,14 +35053,14 @@ paths:
- week
- month
default: day
- - &559
+ - &563
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
- - &560
+ - &564
name: rule_suite_result
description: The rule results to filter on. When specified, only suites with
this result will be returned.
@@ -35074,7 +35080,7 @@ paths:
description: Response
content:
application/json:
- schema: &561
+ schema: &565
title: Rule Suites
description: Response
type: array
@@ -35129,7 +35135,7 @@ paths:
whether rules would pass or fail if all rules in the rule
suite were `active`.
examples:
- default: &562
+ default: &566
value:
- id: 21
actor_id: 12
@@ -35173,7 +35179,7 @@ paths:
url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite
parameters:
- *94
- - &563
+ - &567
name: rule_suite_id
description: |-
The unique identifier of the rule suite result.
@@ -35189,7 +35195,7 @@ paths:
description: Response
content:
application/json:
- schema: &564
+ schema: &568
title: Rule Suite
description: Response
type: object
@@ -35288,7 +35294,7 @@ paths:
description: The detailed failure message for the rule.
Null if the rule passed.
examples:
- default: &565
+ default: &569
value:
id: 21
actor_id: 12
@@ -35534,7 +35540,7 @@ paths:
type: string
format: date-time
examples:
- default: &567
+ default: &571
value:
- version_id: 3
actor:
@@ -35587,7 +35593,7 @@ paths:
description: Response
content:
application/json:
- schema: &568
+ schema: &572
allOf:
- *243
- type: object
@@ -35666,7 +35672,7 @@ paths:
- *48
- *19
- *17
- - &569
+ - &573
name: before
description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers).
If specified, the query only searches for events before this cursor. To
@@ -35676,7 +35682,7 @@ paths:
required: false
schema:
type: string
- - &570
+ - &574
name: after
description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers).
If specified, the query only searches for events after this cursor. To
@@ -35768,7 +35774,7 @@ paths:
application/json:
schema:
type: array
- items: &577
+ items: &581
description: A repository security advisory.
type: object
properties:
@@ -36059,7 +36065,7 @@ paths:
- private_fork
additionalProperties: false
examples:
- default: &578
+ default: &582
value:
- ghsa_id: GHSA-abcd-1234-efgh
cve_id: CVE-2050-00000
@@ -36533,7 +36539,7 @@ paths:
description: Response
content:
application/json:
- schema: &637
+ schema: &641
type: object
properties:
total_minutes_used:
@@ -36603,7 +36609,7 @@ paths:
- included_minutes
- minutes_used_breakdown
examples:
- default: &638
+ default: &642
value:
total_minutes_used: 305
total_paid_minutes_used: 0
@@ -36639,7 +36645,7 @@ paths:
description: Response
content:
application/json:
- schema: &639
+ schema: &643
type: object
properties:
total_gigabytes_bandwidth_used:
@@ -36657,7 +36663,7 @@ paths:
- total_paid_gigabytes_bandwidth_used
- included_gigabytes_bandwidth
examples:
- default: &640
+ default: &644
value:
total_gigabytes_bandwidth_used: 50
total_paid_gigabytes_bandwidth_used: 40
@@ -36689,7 +36695,7 @@ paths:
description: Response
content:
application/json:
- schema: &641
+ schema: &645
type: object
properties:
days_left_in_billing_cycle:
@@ -36707,7 +36713,7 @@ paths:
- estimated_paid_storage_for_month
- estimated_storage_for_month
examples:
- default: &642
+ default: &646
value:
days_left_in_billing_cycle: 20
estimated_paid_storage_for_month: 15
@@ -37991,7 +37997,7 @@ paths:
- updated_at
- url
examples:
- default: &592
+ default: &596
value:
- author:
login: octocat
@@ -38239,7 +38245,7 @@ paths:
application/json:
schema: *265
examples:
- default: &593
+ default: &597
value:
author:
login: octocat
@@ -38422,7 +38428,7 @@ paths:
- updated_at
- url
examples:
- default: &594
+ default: &598
value:
- author:
login: octocat
@@ -38648,7 +38654,7 @@ paths:
application/json:
schema: *268
examples:
- default: &595
+ default: &599
value:
author:
login: octocat
@@ -39264,7 +39270,7 @@ paths:
- state
- url
examples:
- response-if-user-is-a-team-maintainer: &596
+ response-if-user-is-a-team-maintainer: &600
summary: Response if user is a team maintainer
value:
url: https://api.github.com/teams/1/memberships/octocat
@@ -39329,7 +39335,7 @@ paths:
application/json:
schema: *275
examples:
- response-if-users-membership-with-team-is-now-pending: &597
+ response-if-users-membership-with-team-is-now-pending: &601
summary: Response if user's membership with team is now pending
value:
url: https://api.github.com/teams/1/memberships/octocat
@@ -39470,7 +39476,7 @@ paths:
- updated_at
- permissions
examples:
- default: &598
+ default: &602
value:
- owner_url: https://api.github.com/orgs/octocat
url: https://api.github.com/projects/1002605
@@ -39549,7 +39555,7 @@ paths:
application/json:
schema: *276
examples:
- default: &599
+ default: &603
value:
owner_url: https://api.github.com/orgs/octocat
url: https://api.github.com/projects/1002605
@@ -39759,7 +39765,7 @@ paths:
description: Alternative response with repository permissions
content:
application/json:
- schema: &600
+ schema: &604
title: Team Repository
description: A team's access to a repository.
type: object
@@ -40416,7 +40422,7 @@ paths:
type: array
items: *188
examples:
- response-if-child-teams-exist: &601
+ response-if-child-teams-exist: &605
value:
- id: 2
node_id: MDQ6VGVhbTI=
@@ -52235,7 +52241,7 @@ paths:
check.
type: array
items: *357
- deployment: &651
+ deployment: &655
title: Deployment
description: A deployment created as the result of an Actions
check run from a workflow that references an environment
@@ -53149,7 +53155,7 @@ paths:
type: string
format: date-time
nullable: true
- head_commit: &677
+ head_commit: &681
title: Simple Commit
description: A commit.
type: object
@@ -57342,14 +57348,14 @@ paths:
type: integer
machines:
type: array
- items: &608
+ items: &612
type: object
title: Codespace machine
description: A description of the machine powering a codespace.
properties: *399
required: *400
examples:
- default: &609
+ default: &613
value:
total_count: 2
machines:
@@ -60636,7 +60642,7 @@ paths:
application/json:
schema:
type: array
- items: &582
+ items: &586
title: Status
description: The status of a commit.
type: object
@@ -62190,7 +62196,7 @@ paths:
items:
type: object
properties:
- placeholder_id: &574
+ placeholder_id: &578
description: The ID of the push protection bypass
placeholder. This value is returned on any push
protected routes.
@@ -67956,7 +67962,7 @@ paths:
type: string
format: uri
example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries
- last_response: &685
+ last_response: &689
title: Hook Response
type: object
properties:
@@ -68916,7 +68922,7 @@ paths:
parameters:
- *278
- *279
- - &632
+ - &636
name: since
description: A user ID. Only return users with an ID greater than this ID.
in: query
@@ -69350,7 +69356,7 @@ paths:
type: array
items: *474
examples:
- default: &625
+ default: &629
value:
- id: 1
repository:
@@ -82434,6 +82440,18 @@ paths:
- allOf:
- *555
- *540
+ - allOf:
+ - *556
+ - *540
+ - allOf:
+ - *557
+ - *540
+ - allOf:
+ - *558
+ - *540
+ - allOf:
+ - *559
+ - *540
examples:
default:
value:
@@ -82484,7 +82502,7 @@ paths:
schema:
type: boolean
default: true
- - *556
+ - *560
responses:
'200':
description: Response
@@ -82602,7 +82620,7 @@ paths:
application/json:
schema: *241
examples:
- default: &566
+ default: &570
value:
id: 42
name: super cool ruleset
@@ -82651,10 +82669,10 @@ paths:
parameters:
- *278
- *279
- - *557
- - *558
- - *559
- - *560
+ - *561
+ - *562
+ - *563
+ - *564
- *17
- *19
responses:
@@ -82662,9 +82680,9 @@ paths:
description: Response
content:
application/json:
- schema: *561
+ schema: *565
examples:
- default: *562
+ default: *566
'404': *6
'500': *145
x-github:
@@ -82687,15 +82705,15 @@ paths:
parameters:
- *278
- *279
- - *563
+ - *567
responses:
'200':
description: Response
content:
application/json:
- schema: *564
+ schema: *568
examples:
- default: *565
+ default: *569
'404': *6
'500': *145
x-github:
@@ -82746,7 +82764,7 @@ paths:
application/json:
schema: *241
examples:
- default: *566
+ default: *570
'404': *6
'500': *145
put:
@@ -82829,7 +82847,7 @@ paths:
application/json:
schema: *241
examples:
- default: *566
+ default: *570
'404': *6
'500': *145
delete:
@@ -82890,7 +82908,7 @@ paths:
type: array
items: *243
examples:
- default: *567
+ default: *571
'404': *6
'500': *145
x-github:
@@ -82928,7 +82946,7 @@ paths:
description: Response
content:
application/json:
- schema: *568
+ schema: *572
examples:
default:
value:
@@ -82992,8 +83010,8 @@ paths:
- *48
- *19
- *17
- - *569
- - *570
+ - *573
+ - *574
- *248
- *249
- *250
@@ -83004,7 +83022,7 @@ paths:
application/json:
schema:
type: array
- items: &573
+ items: &577
type: object
properties:
number: *54
@@ -83023,8 +83041,8 @@ paths:
format: uri
description: The REST API URL of the code locations for this
alert.
- state: *571
- resolution: *572
+ state: *575
+ resolution: *576
resolved_at:
type: string
format: date-time
@@ -83250,7 +83268,7 @@ paths:
description: Response
content:
application/json:
- schema: *573
+ schema: *577
examples:
default:
value:
@@ -83312,8 +83330,8 @@ paths:
schema:
type: object
properties:
- state: *571
- resolution: *572
+ state: *575
+ resolution: *576
resolution_comment:
description: An optional comment when closing an alert. Cannot be
updated or deleted. Must be `null` when changing `state` to `open`.
@@ -83331,7 +83349,7 @@ paths:
description: Response
content:
application/json:
- schema: *573
+ schema: *577
examples:
default:
value:
@@ -83419,7 +83437,7 @@ paths:
schema:
type: array
description: List of locations where the secret was detected
- items: &706
+ items: &710
type: object
properties:
type:
@@ -83787,14 +83805,14 @@ paths:
schema:
type: object
properties:
- reason: &575
+ reason: &579
description: The reason for bypassing push protection.
type: string
enum:
- false_positive
- used_in_tests
- will_fix_later
- placeholder_id: *574
+ placeholder_id: *578
required:
- reason
- placeholder_id
@@ -83811,7 +83829,7 @@ paths:
schema:
type: object
properties:
- reason: *575
+ reason: *579
expire_at:
type: string
format: date-time
@@ -83870,7 +83888,7 @@ paths:
properties:
incremental_scans:
type: array
- items: &576
+ items: &580
description: Information on a single scan performed by secret
scanning on the repository
type: object
@@ -83896,15 +83914,15 @@ paths:
nullable: true
pattern_update_scans:
type: array
- items: *576
+ items: *580
backfill_scans:
type: array
- items: *576
+ items: *580
custom_pattern_backfill_scans:
type: array
items:
allOf:
- - *576
+ - *580
- type: object
properties:
pattern_name:
@@ -84019,9 +84037,9 @@ paths:
application/json:
schema:
type: array
- items: *577
+ items: *581
examples:
- default: *578
+ default: *582
'400': *14
'404': *6
x-github:
@@ -84205,9 +84223,9 @@ paths:
description: Response
content:
application/json:
- schema: *577
+ schema: *581
examples:
- default: &580
+ default: &584
value:
ghsa_id: GHSA-abcd-1234-efgh
cve_id: CVE-2050-00000
@@ -84545,7 +84563,7 @@ paths:
description: Response
content:
application/json:
- schema: *577
+ schema: *581
examples:
default:
value:
@@ -84694,15 +84712,15 @@ paths:
parameters:
- *278
- *279
- - *579
+ - *583
responses:
'200':
description: Response
content:
application/json:
- schema: *577
+ schema: *581
examples:
- default: *580
+ default: *584
'403': *29
'404': *6
x-github:
@@ -84728,7 +84746,7 @@ paths:
parameters:
- *278
- *279
- - *579
+ - *583
requestBody:
required: true
content:
@@ -84887,10 +84905,10 @@ paths:
description: Response
content:
application/json:
- schema: *577
+ schema: *581
examples:
- default: *580
- add_credit: *580
+ default: *584
+ add_credit: *584
'403': *29
'404': *6
'422':
@@ -84930,7 +84948,7 @@ paths:
parameters:
- *278
- *279
- - *579
+ - *583
responses:
'202': *47
'400': *14
@@ -84959,7 +84977,7 @@ paths:
parameters:
- *278
- *279
- - *579
+ - *583
responses:
'202':
description: Response
@@ -85103,7 +85121,7 @@ paths:
application/json:
schema:
type: array
- items: &581
+ items: &585
title: Code Frequency Stat
description: Code Frequency Stat
type: array
@@ -85476,7 +85494,7 @@ paths:
application/json:
schema:
type: array
- items: *581
+ items: *585
examples:
default:
value:
@@ -85564,7 +85582,7 @@ paths:
description: Response
content:
application/json:
- schema: *582
+ schema: *586
examples:
default:
value:
@@ -85658,7 +85676,7 @@ paths:
description: if you subscribe to the repository
content:
application/json:
- schema: &583
+ schema: &587
title: Repository Invitation
description: Repository invitations let you manage who you collaborate
with.
@@ -85753,7 +85771,7 @@ paths:
description: Response
content:
application/json:
- schema: *583
+ schema: *587
examples:
default:
value:
@@ -85890,7 +85908,7 @@ paths:
application/json:
schema:
type: array
- items: &584
+ items: &588
title: Tag protection
description: Tag protection
type: object
@@ -85966,7 +85984,7 @@ paths:
description: Response
content:
application/json:
- schema: *584
+ schema: *588
examples:
default:
value:
@@ -86114,7 +86132,7 @@ paths:
description: Response
content:
application/json:
- schema: &585
+ schema: &589
title: Topic
description: A topic aggregates entities that are related to a subject.
type: object
@@ -86126,7 +86144,7 @@ paths:
required:
- names
examples:
- default: &586
+ default: &590
value:
names:
- octocat
@@ -86181,9 +86199,9 @@ paths:
description: Response
content:
application/json:
- schema: *585
+ schema: *589
examples:
- default: *586
+ default: *590
'404': *6
'422': *7
x-github:
@@ -86206,7 +86224,7 @@ paths:
parameters:
- *278
- *279
- - &587
+ - &591
name: per
description: The time frame to display results for.
in: query
@@ -86235,7 +86253,7 @@ paths:
example: 128
clones:
type: array
- items: &588
+ items: &592
title: Traffic
type: object
properties:
@@ -86476,7 +86494,7 @@ paths:
parameters:
- *278
- *279
- - *587
+ - *591
responses:
'200':
description: Response
@@ -86495,7 +86513,7 @@ paths:
example: 3782
views:
type: array
- items: *588
+ items: *592
required:
- uniques
- count
@@ -87264,7 +87282,7 @@ paths:
example:
- 73..77
- 77..78
- text_matches: &589
+ text_matches: &593
title: Search Result Text Matches
type: array
items:
@@ -87426,7 +87444,7 @@ paths:
enum:
- author-date
- committer-date
- - &590
+ - &594
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
@@ -87554,7 +87572,7 @@ paths:
type: number
node_id:
type: string
- text_matches: *589
+ text_matches: *593
required:
- sha
- node_id
@@ -87736,7 +87754,7 @@ paths:
- interactions
- created
- updated
- - *590
+ - *594
- *17
- *19
- name: advanced_search
@@ -87878,7 +87896,7 @@ paths:
type: string
format: date-time
nullable: true
- text_matches: *589
+ text_matches: *593
pull_request:
type: object
properties:
@@ -88106,7 +88124,7 @@ paths:
enum:
- created
- updated
- - *590
+ - *594
- *17
- *19
responses:
@@ -88150,7 +88168,7 @@ paths:
nullable: true
score:
type: number
- text_matches: *589
+ text_matches: *593
required:
- id
- node_id
@@ -88235,7 +88253,7 @@ paths:
- forks
- help-wanted-issues
- updated
- - *590
+ - *594
- *17
- *19
responses:
@@ -88474,7 +88492,7 @@ paths:
- admin
- pull
- push
- text_matches: *589
+ text_matches: *593
temp_clone_token:
type: string
allow_merge_commit:
@@ -88774,7 +88792,7 @@ paths:
type: string
format: uri
nullable: true
- text_matches: *589
+ text_matches: *593
related:
type: array
nullable: true
@@ -88965,7 +88983,7 @@ paths:
- followers
- repositories
- joined
- - *590
+ - *594
- *17
- *19
responses:
@@ -89069,7 +89087,7 @@ paths:
hireable:
type: boolean
nullable: true
- text_matches: *589
+ text_matches: *593
blog:
type: string
nullable: true
@@ -89148,7 +89166,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/teams/teams#get-a-team-legacy
parameters:
- - &591
+ - &595
name: team_id
description: The unique identifier of the team.
in: path
@@ -89189,7 +89207,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/teams/teams#update-a-team-legacy
parameters:
- - *591
+ - *595
requestBody:
required: true
content:
@@ -89289,7 +89307,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy
parameters:
- - *591
+ - *595
responses:
'204':
description: Response
@@ -89320,7 +89338,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy
parameters:
- - *591
+ - *595
- *48
- *17
- *19
@@ -89333,7 +89351,7 @@ paths:
type: array
items: *265
examples:
- default: *592
+ default: *596
headers:
Link: *58
x-github:
@@ -89362,7 +89380,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy
parameters:
- - *591
+ - *595
requestBody:
required: true
content:
@@ -89425,7 +89443,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy
parameters:
- - *591
+ - *595
- *267
responses:
'200':
@@ -89459,7 +89477,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy
parameters:
- - *591
+ - *595
- *267
requestBody:
required: false
@@ -89485,7 +89503,7 @@ paths:
application/json:
schema: *265
examples:
- default: *593
+ default: *597
x-github:
githubCloudOnly: false
enabledForGitHubApps: true
@@ -89510,7 +89528,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy
parameters:
- - *591
+ - *595
- *267
responses:
'204':
@@ -89540,7 +89558,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy
parameters:
- - *591
+ - *595
- *267
- *48
- *17
@@ -89554,7 +89572,7 @@ paths:
type: array
items: *268
examples:
- default: *594
+ default: *598
headers:
Link: *58
x-github:
@@ -89583,7 +89601,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy
parameters:
- - *591
+ - *595
- *267
requestBody:
required: true
@@ -89635,7 +89653,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy
parameters:
- - *591
+ - *595
- *267
- *270
responses:
@@ -89670,7 +89688,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy
parameters:
- - *591
+ - *595
- *267
- *270
requestBody:
@@ -89696,7 +89714,7 @@ paths:
application/json:
schema: *268
examples:
- default: *595
+ default: *599
x-github:
githubCloudOnly: false
enabledForGitHubApps: true
@@ -89721,7 +89739,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy
parameters:
- - *591
+ - *595
- *267
- *270
responses:
@@ -89752,7 +89770,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy
parameters:
- - *591
+ - *595
- *267
- *270
- name: content
@@ -89811,7 +89829,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy
parameters:
- - *591
+ - *595
- *267
- *270
requestBody:
@@ -89873,7 +89891,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy
parameters:
- - *591
+ - *595
- *267
- name: content
description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions).
@@ -89931,7 +89949,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy
parameters:
- - *591
+ - *595
- *267
requestBody:
required: true
@@ -89990,7 +90008,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy
parameters:
- - *591
+ - *595
- *17
- *19
responses:
@@ -90028,7 +90046,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/teams/members#list-team-members-legacy
parameters:
- - *591
+ - *595
- name: role
description: Filters members returned by their role in the team.
in: query
@@ -90079,7 +90097,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/teams/members#get-team-member-legacy
parameters:
- - *591
+ - *595
- *132
responses:
'204':
@@ -90116,7 +90134,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/teams/members#add-team-member-legacy
parameters:
- - *591
+ - *595
- *132
responses:
'204':
@@ -90156,7 +90174,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/teams/members#remove-team-member-legacy
parameters:
- - *591
+ - *595
- *132
responses:
'204':
@@ -90193,7 +90211,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy
parameters:
- - *591
+ - *595
- *132
responses:
'200':
@@ -90202,7 +90220,7 @@ paths:
application/json:
schema: *275
examples:
- response-if-user-is-a-team-maintainer: *596
+ response-if-user-is-a-team-maintainer: *600
'404': *6
x-github:
githubCloudOnly: false
@@ -90235,7 +90253,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy
parameters:
- - *591
+ - *595
- *132
requestBody:
required: false
@@ -90263,7 +90281,7 @@ paths:
application/json:
schema: *275
examples:
- response-if-users-membership-with-team-is-now-pending: *597
+ response-if-users-membership-with-team-is-now-pending: *601
'403':
description: Forbidden if team synchronization is set up
'422':
@@ -90297,7 +90315,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy
parameters:
- - *591
+ - *595
- *132
responses:
'204':
@@ -90326,7 +90344,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy
parameters:
- - *591
+ - *595
- *17
- *19
responses:
@@ -90338,7 +90356,7 @@ paths:
type: array
items: *276
examples:
- default: *598
+ default: *602
headers:
Link: *58
'404': *6
@@ -90364,7 +90382,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy
parameters:
- - *591
+ - *595
- *277
responses:
'200':
@@ -90373,7 +90391,7 @@ paths:
application/json:
schema: *276
examples:
- default: *599
+ default: *603
'404':
description: Not Found if project is not managed by this team
x-github:
@@ -90397,7 +90415,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy
parameters:
- - *591
+ - *595
- *277
requestBody:
required: false
@@ -90465,7 +90483,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy
parameters:
- - *591
+ - *595
- *277
responses:
'204':
@@ -90493,7 +90511,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy
parameters:
- - *591
+ - *595
- *17
- *19
responses:
@@ -90535,7 +90553,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy
parameters:
- - *591
+ - *595
- *278
- *279
responses:
@@ -90543,7 +90561,7 @@ paths:
description: Alternative response with extra repository information
content:
application/json:
- schema: *600
+ schema: *604
examples:
alternative-response-with-extra-repository-information:
value:
@@ -90694,7 +90712,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy
parameters:
- - *591
+ - *595
- *278
- *279
requestBody:
@@ -90746,7 +90764,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy
parameters:
- - *591
+ - *595
- *278
- *279
responses:
@@ -90773,7 +90791,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy
parameters:
- - *591
+ - *595
- *17
- *19
responses:
@@ -90785,7 +90803,7 @@ paths:
type: array
items: *188
examples:
- response-if-child-teams-exist: *601
+ response-if-child-teams-exist: *605
headers:
Link: *58
'404': *6
@@ -90818,7 +90836,7 @@ paths:
application/json:
schema:
oneOf:
- - &603
+ - &607
title: Private User
description: Private User
type: object
@@ -91021,7 +91039,7 @@ paths:
- private_gists
- total_private_repos
- two_factor_authentication
- - *602
+ - *606
examples:
response-with-public-and-private-profile-information:
summary: Response with public and private profile information
@@ -91174,7 +91192,7 @@ paths:
description: Response
content:
application/json:
- schema: *603
+ schema: *607
examples:
default:
value:
@@ -91572,7 +91590,7 @@ paths:
type: integer
secrets:
type: array
- items: &604
+ items: &608
title: Codespaces Secret
description: Secrets for a GitHub Codespace.
type: object
@@ -91688,7 +91706,7 @@ paths:
description: Response
content:
application/json:
- schema: *604
+ schema: *608
examples:
default:
value:
@@ -91834,7 +91852,7 @@ paths:
type: array
items: *119
examples:
- default: *605
+ default: *609
'401': *25
'403': *29
'404': *6
@@ -92101,7 +92119,7 @@ paths:
description: Response
content:
application/json:
- schema: &606
+ schema: &610
type: object
title: Fetches information about an export of a codespace.
description: An export of a codespace. Also, latest export details
@@ -92142,7 +92160,7 @@ paths:
description: Web url for the exported branch
example: https://github.com/octocat/hello-world/tree/:branch
examples:
- default: &607
+ default: &611
value:
state: succeeded
completed_at: '2022-01-01T14:59:22Z'
@@ -92187,9 +92205,9 @@ paths:
description: Response
content:
application/json:
- schema: *606
+ schema: *610
examples:
- default: *607
+ default: *611
'404': *6
x-github:
githubCloudOnly: false
@@ -92226,9 +92244,9 @@ paths:
type: integer
machines:
type: array
- items: *608
+ items: *612
examples:
- default: *609
+ default: *613
'304': *37
'500': *145
'401': *25
@@ -93167,7 +93185,7 @@ paths:
type: array
items: *210
examples:
- default: &622
+ default: &626
value:
- id: 197
name: hello_docker
@@ -93268,7 +93286,7 @@ paths:
application/json:
schema:
type: array
- items: &610
+ items: &614
title: Email
description: Email
type: object
@@ -93333,9 +93351,9 @@ paths:
application/json:
schema:
type: array
- items: *610
+ items: *614
examples:
- default: &624
+ default: &628
value:
- email: octocat@github.com
verified: true
@@ -93410,7 +93428,7 @@ paths:
application/json:
schema:
type: array
- items: *610
+ items: *614
examples:
default:
value:
@@ -93666,7 +93684,7 @@ paths:
application/json:
schema:
type: array
- items: &611
+ items: &615
title: GPG Key
description: A unique encryption key
type: object
@@ -93797,7 +93815,7 @@ paths:
- subkeys
- revoked
examples:
- default: &635
+ default: &639
value:
- id: 3
name: Octocat's GPG Key
@@ -93882,9 +93900,9 @@ paths:
description: Response
content:
application/json:
- schema: *611
+ schema: *615
examples:
- default: &612
+ default: &616
value:
id: 3
name: Octocat's GPG Key
@@ -93941,7 +93959,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user
parameters:
- - &613
+ - &617
name: gpg_key_id
description: The unique identifier of the GPG key.
in: path
@@ -93953,9 +93971,9 @@ paths:
description: Response
content:
application/json:
- schema: *611
+ schema: *615
examples:
- default: *612
+ default: *616
'404': *6
'304': *37
'403': *29
@@ -93978,7 +93996,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user
parameters:
- - *613
+ - *617
responses:
'204':
description: Response
@@ -94169,7 +94187,7 @@ paths:
type: array
items: *60
examples:
- default: *614
+ default: *618
headers:
Link: *58
'404': *6
@@ -94433,7 +94451,7 @@ paths:
application/json:
schema:
type: array
- items: &615
+ items: &619
title: Key
description: Key
type: object
@@ -94530,9 +94548,9 @@ paths:
description: Response
content:
application/json:
- schema: *615
+ schema: *619
examples:
- default: &616
+ default: &620
value:
key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234
id: 2
@@ -94571,9 +94589,9 @@ paths:
description: Response
content:
application/json:
- schema: *615
+ schema: *619
examples:
- default: *616
+ default: *620
'404': *6
'304': *37
'403': *29
@@ -94629,7 +94647,7 @@ paths:
application/json:
schema:
type: array
- items: &617
+ items: &621
title: User Marketplace Purchase
description: User Marketplace Purchase
type: object
@@ -94697,7 +94715,7 @@ paths:
- account
- plan
examples:
- default: &618
+ default: &622
value:
- billing_cycle: monthly
next_billing_date: '2017-11-11T00:00:00Z'
@@ -94759,9 +94777,9 @@ paths:
application/json:
schema:
type: array
- items: *617
+ items: *621
examples:
- default: *618
+ default: *622
headers:
Link: *58
'304': *37
@@ -95756,7 +95774,7 @@ paths:
url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository
parameters:
- *203
- - *619
+ - *623
responses:
'204':
description: Response
@@ -95829,7 +95847,7 @@ paths:
type: array
items: *199
examples:
- default: *620
+ default: *624
headers:
Link: *58
'304': *37
@@ -95871,7 +95889,7 @@ paths:
- docker
- nuget
- container
- - *621
+ - *625
- *19
- *17
responses:
@@ -95883,8 +95901,8 @@ paths:
type: array
items: *210
examples:
- default: *622
- '400': *623
+ default: *626
+ '400': *627
x-github:
githubCloudOnly: false
enabledForGitHubApps: false
@@ -95913,7 +95931,7 @@ paths:
application/json:
schema: *210
examples:
- default: &636
+ default: &640
value:
id: 40201
name: octo-name
@@ -96366,9 +96384,9 @@ paths:
application/json:
schema:
type: array
- items: *610
+ items: *614
examples:
- default: *624
+ default: *628
headers:
Link: *58
'304': *37
@@ -96481,7 +96499,7 @@ paths:
type: array
items: *60
examples:
- default: &631
+ default: &635
summary: Default response
value:
- id: 1296269
@@ -96825,7 +96843,7 @@ paths:
type: array
items: *474
examples:
- default: *625
+ default: *629
headers:
Link: *58
'304': *37
@@ -96904,7 +96922,7 @@ paths:
application/json:
schema:
type: array
- items: &626
+ items: &630
title: Social account
description: Social media account
type: object
@@ -96919,7 +96937,7 @@ paths:
- provider
- url
examples:
- default: &627
+ default: &631
value:
- provider: twitter
url: https://twitter.com/github
@@ -96981,9 +96999,9 @@ paths:
application/json:
schema:
type: array
- items: *626
+ items: *630
examples:
- default: *627
+ default: *631
'422': *15
'304': *37
'404': *6
@@ -97070,7 +97088,7 @@ paths:
application/json:
schema:
type: array
- items: &628
+ items: &632
title: SSH Signing Key
description: A public SSH key used to sign Git commits
type: object
@@ -97090,7 +97108,7 @@ paths:
- title
- created_at
examples:
- default: &643
+ default: &647
value:
- key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234
id: 2
@@ -97156,9 +97174,9 @@ paths:
description: Response
content:
application/json:
- schema: *628
+ schema: *632
examples:
- default: &629
+ default: &633
value:
key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234
id: 2
@@ -97189,7 +97207,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user
parameters:
- - &630
+ - &634
name: ssh_signing_key_id
description: The unique identifier of the SSH signing key.
in: path
@@ -97201,9 +97219,9 @@ paths:
description: Response
content:
application/json:
- schema: *628
+ schema: *632
examples:
- default: *629
+ default: *633
'404': *6
'304': *37
'403': *29
@@ -97226,7 +97244,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user
parameters:
- - *630
+ - *634
responses:
'204':
description: Response
@@ -97255,7 +97273,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user
parameters:
- - &644
+ - &648
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
@@ -97280,11 +97298,11 @@ paths:
type: array
items: *60
examples:
- default-response: *631
+ default-response: *635
application/vnd.github.v3.star+json:
schema:
type: array
- items: &645
+ items: &649
title: Starred Repository
description: Starred Repository
type: object
@@ -97653,10 +97671,10 @@ paths:
application/json:
schema:
oneOf:
- - *603
- - *602
+ - *607
+ - *606
examples:
- default-response: &633
+ default-response: &637
summary: Default response
value:
login: octocat
@@ -97691,7 +97709,7 @@ paths:
following: 0
created_at: '2008-01-14T04:33:35Z'
updated_at: '2008-01-14T04:33:35Z'
- response-with-git-hub-plan-information: &634
+ response-with-git-hub-plan-information: &638
summary: Response with GitHub plan information
value:
login: octocat
@@ -97751,7 +97769,7 @@ paths:
description: API method documentation
url: https://docs.github.com/rest/users/users#list-users
parameters:
- - *632
+ - *636
- *17
responses:
'200':
@@ -97800,11 +97818,11 @@ paths:
application/json:
schema:
oneOf:
- - *603
- - *602
+ - *607
+ - *606
examples:
- default-response: *633
- response-with-git-hub-plan-information: *634
+ default-response: *637
+ response-with-git-hub-plan-information: *638
'404': *6
x-github:
githubCloudOnly: false
@@ -97921,7 +97939,7 @@ paths:
type: array
items: *210
examples:
- default: *622
+ default: *626
'403': *29
'401': *25
x-github:
@@ -98325,9 +98343,9 @@ paths:
application/json:
schema:
type: array
- items: *611
+ items: *615
examples:
- default: *635
+ default: *639
headers:
Link: *58
x-github:
@@ -98509,7 +98527,7 @@ paths:
type: array
items: *199
examples:
- default: *620
+ default: *624
headers:
Link: *58
x-github:
@@ -98548,7 +98566,7 @@ paths:
- docker
- nuget
- container
- - *621
+ - *625
- *132
- *19
- *17
@@ -98561,10 +98579,10 @@ paths:
type: array
items: *210
examples:
- default: *622
+ default: *626
'403': *29
'401': *25
- '400': *623
+ '400': *627
x-github:
githubCloudOnly: false
enabledForGitHubApps: false
@@ -98594,7 +98612,7 @@ paths:
application/json:
schema: *210
examples:
- default: *636
+ default: *640
x-github:
githubCloudOnly: false
enabledForGitHubApps: false
@@ -99193,9 +99211,9 @@ paths:
description: Response
content:
application/json:
- schema: *637
+ schema: *641
examples:
- default: *638
+ default: *642
x-github:
githubCloudOnly: false
enabledForGitHubApps: false
@@ -99223,9 +99241,9 @@ paths:
description: Response
content:
application/json:
- schema: *639
+ schema: *643
examples:
- default: *640
+ default: *644
x-github:
githubCloudOnly: false
enabledForGitHubApps: false
@@ -99253,9 +99271,9 @@ paths:
description: Response
content:
application/json:
- schema: *641
+ schema: *645
examples:
- default: *642
+ default: *646
x-github:
githubCloudOnly: false
enabledForGitHubApps: false
@@ -99283,9 +99301,9 @@ paths:
application/json:
schema:
type: array
- items: *626
+ items: *630
examples:
- default: *627
+ default: *631
headers:
Link: *58
x-github:
@@ -99315,9 +99333,9 @@ paths:
application/json:
schema:
type: array
- items: *628
+ items: *632
examples:
- default: *643
+ default: *647
headers:
Link: *58
x-github:
@@ -99342,7 +99360,7 @@ paths:
url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user
parameters:
- *132
- - *644
+ - *648
- *48
- *17
- *19
@@ -99354,11 +99372,11 @@ paths:
schema:
anyOf:
- type: array
- items: *645
+ items: *649
- type: array
items: *60
examples:
- default-response: *631
+ default-response: *635
headers:
Link: *58
x-github:
@@ -99517,7 +99535,7 @@ x-webhooks:
type: string
enum:
- disabled
- enterprise: &646
+ enterprise: &650
title: Enterprise
description: |-
An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured
@@ -99575,7 +99593,7 @@ x-webhooks:
- created_at
- updated_at
- avatar_url
- installation: &647
+ installation: &651
title: Simple Installation
description: |-
The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured
@@ -99594,7 +99612,7 @@ x-webhooks:
required:
- id
- node_id
- organization: &648
+ organization: &652
title: Organization Simple
description: |-
A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an
@@ -99654,13 +99672,13 @@ x-webhooks:
- public_members_url
- avatar_url
- description
- repository: &649
+ repository: &653
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: &679
+ properties: &683
id:
description: Unique identifier of the repository
example: 42
@@ -100343,7 +100361,7 @@ x-webhooks:
type: boolean
description: Whether anonymous git access is enabled for this
repository
- required: &680
+ required: &684
- archive_url
- assignees_url
- blobs_url
@@ -100494,10 +100512,10 @@ x-webhooks:
type: string
enum:
- enabled
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -100573,11 +100591,11 @@ x-webhooks:
type: string
enum:
- created
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
- rule: &650
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
+ rule: &654
title: branch protection rule
description: The branch protection rule. Includes a `name` and all
the [branch protection settings](https://docs.github.com/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings)
@@ -100800,11 +100818,11 @@ x-webhooks:
type: string
enum:
- deleted
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
- rule: *650
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
+ rule: *654
sender: *4
required:
- action
@@ -100987,11 +101005,11 @@ x-webhooks:
- everyone
required:
- from
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
- rule: *650
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
+ rule: *654
sender: *4
required:
- action
@@ -101075,7 +101093,7 @@ x-webhooks:
type: string
enum:
- completed
- check_run: &652
+ check_run: &656
title: CheckRun
description: A check performed on the code of a given code change
type: object
@@ -101176,7 +101194,7 @@ x-webhooks:
- skipped
- timed_out
- action_required
- deployment: *651
+ deployment: *655
details_url:
example: https://example.com
type: string
@@ -101261,9 +101279,9 @@ x-webhooks:
- output
- app
- pull_requests
- installation: *647
- organization: *648
- repository: *649
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- check_run
@@ -101656,10 +101674,10 @@ x-webhooks:
type: string
enum:
- created
- check_run: *652
- installation: *647
- organization: *648
- repository: *649
+ check_run: *656
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- check_run
@@ -102055,10 +102073,10 @@ x-webhooks:
type: string
enum:
- requested_action
- check_run: *652
- installation: *647
- organization: *648
- repository: *649
+ check_run: *656
+ installation: *651
+ organization: *652
+ repository: *653
requested_action:
description: The action requested by the user.
type: object
@@ -102463,10 +102481,10 @@ x-webhooks:
type: string
enum:
- rerequested
- check_run: *652
- installation: *647
- organization: *648
- repository: *649
+ check_run: *656
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- check_run
@@ -103443,10 +103461,10 @@ x-webhooks:
- latest_check_runs_count
- check_runs_url
- head_commit
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -104116,10 +104134,10 @@ x-webhooks:
- latest_check_runs_count
- check_runs_url
- head_commit
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -104783,10 +104801,10 @@ x-webhooks:
- latest_check_runs_count
- check_runs_url
- head_commit
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -105094,20 +105112,20 @@ x-webhooks:
- dismissed_reason
- rule
- tool
- commit_oid: &653
+ commit_oid: &657
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: *646
- installation: *647
- organization: *648
- ref: &654
+ enterprise: *650
+ installation: *651
+ organization: *652
+ ref: &658
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: *649
+ repository: *653
sender: *4
required:
- action
@@ -105499,12 +105517,12 @@ x-webhooks:
- dismissed_reason
- rule
- tool
- commit_oid: *653
- enterprise: *646
- installation: *647
- organization: *648
- ref: *654
- repository: *649
+ commit_oid: *657
+ enterprise: *650
+ installation: *651
+ organization: *652
+ ref: *658
+ repository: *653
sender: *4
required:
- action
@@ -105767,12 +105785,12 @@ x-webhooks:
- dismissed_reason
- rule
- tool
- commit_oid: *653
- enterprise: *646
- installation: *647
- organization: *648
- ref: *654
- repository: *649
+ commit_oid: *657
+ enterprise: *650
+ installation: *651
+ organization: *652
+ ref: *658
+ repository: *653
sender: *4
required:
- action
@@ -106101,12 +106119,12 @@ x-webhooks:
- dismissed_reason
- rule
- tool
- commit_oid: *653
- enterprise: *646
- installation: *647
- organization: *648
- ref: *654
- repository: *649
+ commit_oid: *657
+ enterprise: *650
+ installation: *651
+ organization: *652
+ ref: *658
+ repository: *653
sender: *4
required:
- action
@@ -106371,16 +106389,16 @@ x-webhooks:
triggered by the `sender` and this value will be empty.
type: string
nullable: true
- enterprise: *646
- installation: *647
- organization: *648
+ enterprise: *650
+ installation: *651
+ organization: *652
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: *649
+ repository: *653
sender: *4
required:
- action
@@ -106614,12 +106632,12 @@ x-webhooks:
- dismissed_reason
- rule
- tool
- commit_oid: *653
- enterprise: *646
- installation: *647
- organization: *648
- ref: *654
- repository: *649
+ commit_oid: *657
+ enterprise: *650
+ installation: *651
+ organization: *652
+ ref: *658
+ repository: *653
sender: *4
required:
- action
@@ -106876,10 +106894,10 @@ x-webhooks:
- updated_at
- author_association
- body
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -106959,18 +106977,18 @@ x-webhooks:
description: The repository's current description.
type: string
nullable: true
- enterprise: *646
- installation: *647
+ enterprise: *650
+ installation: *651
master_branch:
description: The name of the repository's default branch (usually
`main`).
type: string
- organization: *648
- pusher_type: &655
+ organization: *652
+ pusher_type: &659
description: The pusher type for the event. Can be either `user`
or a deploy key.
type: string
- ref: &656
+ ref: &660
description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference)
resource.
type: string
@@ -106980,7 +106998,7 @@ x-webhooks:
enum:
- tag
- branch
- repository: *649
+ repository: *653
sender: *4
required:
- ref
@@ -107063,9 +107081,9 @@ x-webhooks:
enum:
- created
definition: *227
- enterprise: *646
- installation: *647
- organization: *648
+ enterprise: *650
+ installation: *651
+ organization: *652
sender: *4
required:
- action
@@ -107150,9 +107168,9 @@ x-webhooks:
description: The name of the property that was deleted.
required:
- property_name
- enterprise: *646
- installation: *647
- organization: *648
+ enterprise: *650
+ installation: *651
+ organization: *652
sender: *4
required:
- action
@@ -107230,9 +107248,9 @@ x-webhooks:
enum:
- updated
definition: *227
- enterprise: *646
- installation: *647
- organization: *648
+ enterprise: *650
+ installation: *651
+ organization: *652
sender: *4
required:
- action
@@ -107309,10 +107327,10 @@ x-webhooks:
type: string
enum:
- updated
- enterprise: *646
- installation: *647
- repository: *649
- organization: *648
+ enterprise: *650
+ installation: *651
+ repository: *653
+ organization: *652
sender: *4
new_property_values:
type: array
@@ -107397,18 +107415,18 @@ x-webhooks:
title: delete event
type: object
properties:
- enterprise: *646
- installation: *647
- organization: *648
- pusher_type: *655
- ref: *656
+ enterprise: *650
+ installation: *651
+ organization: *652
+ pusher_type: *659
+ ref: *660
ref_type:
description: The type of Git ref object deleted in the repository.
type: string
enum:
- tag
- branch
- repository: *649
+ repository: *653
sender: *4
required:
- ref
@@ -107493,10 +107511,10 @@ x-webhooks:
enum:
- auto_dismissed
alert: *430
- installation: *647
- organization: *648
- enterprise: *646
- repository: *649
+ installation: *651
+ organization: *652
+ enterprise: *650
+ repository: *653
sender: *4
required:
- action
@@ -107581,10 +107599,10 @@ x-webhooks:
enum:
- auto_reopened
alert: *430
- installation: *647
- organization: *648
- enterprise: *646
- repository: *649
+ installation: *651
+ organization: *652
+ enterprise: *650
+ repository: *653
sender: *4
required:
- action
@@ -107669,10 +107687,10 @@ x-webhooks:
enum:
- created
alert: *430
- installation: *647
- organization: *648
- enterprise: *646
- repository: *649
+ installation: *651
+ organization: *652
+ enterprise: *650
+ repository: *653
sender: *4
required:
- action
@@ -107755,10 +107773,10 @@ x-webhooks:
enum:
- dismissed
alert: *430
- installation: *647
- organization: *648
- enterprise: *646
- repository: *649
+ installation: *651
+ organization: *652
+ enterprise: *650
+ repository: *653
sender: *4
required:
- action
@@ -107841,10 +107859,10 @@ x-webhooks:
enum:
- fixed
alert: *430
- installation: *647
- organization: *648
- enterprise: *646
- repository: *649
+ installation: *651
+ organization: *652
+ enterprise: *650
+ repository: *653
sender: *4
required:
- action
@@ -107928,10 +107946,10 @@ x-webhooks:
enum:
- reintroduced
alert: *430
- installation: *647
- organization: *648
- enterprise: *646
- repository: *649
+ installation: *651
+ organization: *652
+ enterprise: *650
+ repository: *653
sender: *4
required:
- action
@@ -108014,10 +108032,10 @@ x-webhooks:
enum:
- reopened
alert: *430
- installation: *647
- organization: *648
- enterprise: *646
- repository: *649
+ installation: *651
+ organization: *652
+ enterprise: *650
+ repository: *653
sender: *4
required:
- action
@@ -108094,9 +108112,9 @@ x-webhooks:
type: string
enum:
- created
- enterprise: *646
- installation: *647
- key: &657
+ enterprise: *650
+ installation: *651
+ key: &661
description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key)
resource.
type: object
@@ -108132,8 +108150,8 @@ x-webhooks:
- verified
- created_at
- read_only
- organization: *648
- repository: *649
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -108210,11 +108228,11 @@ x-webhooks:
type: string
enum:
- deleted
- enterprise: *646
- installation: *647
- key: *657
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ key: *661
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -108775,12 +108793,12 @@ x-webhooks:
- updated_at
- statuses_url
- repository_url
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
- workflow: &661
+ workflow: &665
title: Workflow
type: object
nullable: true
@@ -109510,9 +109528,9 @@ x-webhooks:
pull_requests:
type: array
items: *521
- repository: *649
- organization: *648
- installation: *647
+ repository: *653
+ organization: *652
+ installation: *651
sender: *4
responses:
'200':
@@ -109583,7 +109601,7 @@ x-webhooks:
type: string
enum:
- approved
- approver: &658
+ approver: &662
type: object
properties:
avatar_url:
@@ -109626,11 +109644,11 @@ x-webhooks:
type: string
comment:
type: string
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
- reviewers: &659
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
+ reviewers: &663
type: array
items:
type: object
@@ -109709,7 +109727,7 @@ x-webhooks:
sender: *4
since:
type: string
- workflow_job_run: &660
+ workflow_job_run: &664
type: object
properties:
conclusion:
@@ -110440,18 +110458,18 @@ x-webhooks:
type: string
enum:
- rejected
- approver: *658
+ approver: *662
comment:
type: string
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
- reviewers: *659
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
+ reviewers: *663
sender: *4
since:
type: string
- workflow_job_run: *660
+ workflow_job_run: *664
workflow_job_runs:
type: array
items:
@@ -111155,13 +111173,13 @@ x-webhooks:
type: string
enum:
- requested
- enterprise: *646
+ enterprise: *650
environment:
type: string
- installation: *647
- organization: *648
- repository: *649
- requestor: &666
+ installation: *651
+ organization: *652
+ repository: *653
+ requestor: &670
title: User
type: object
nullable: true
@@ -113060,12 +113078,12 @@ x-webhooks:
- updated_at
- deployment_url
- repository_url
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
- workflow: *661
+ workflow: *665
workflow_run:
title: Deployment Workflow Run
type: object
@@ -113745,7 +113763,7 @@ x-webhooks:
type: string
enum:
- answered
- answer: &664
+ answer: &668
type: object
properties:
author_association:
@@ -113902,7 +113920,7 @@ x-webhooks:
- created_at
- updated_at
- body
- discussion: &662
+ discussion: &666
title: Discussion
description: A Discussion in a repository.
type: object
@@ -114210,10 +114228,10 @@ x-webhooks:
- author_association
- active_lock_reason
- body
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -114340,11 +114358,11 @@ x-webhooks:
- from
required:
- category
- discussion: *662
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ discussion: *666
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -114427,11 +114445,11 @@ x-webhooks:
type: string
enum:
- closed
- discussion: *662
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ discussion: *666
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -114513,7 +114531,7 @@ x-webhooks:
type: string
enum:
- created
- comment: &663
+ comment: &667
type: object
properties:
author_association:
@@ -114670,11 +114688,11 @@ x-webhooks:
- updated_at
- body
- reactions
- discussion: *662
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ discussion: *666
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -114757,12 +114775,12 @@ x-webhooks:
type: string
enum:
- deleted
- comment: *663
- discussion: *662
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ comment: *667
+ discussion: *666
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -114857,12 +114875,12 @@ x-webhooks:
- from
required:
- body
- comment: *663
- discussion: *662
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ comment: *667
+ discussion: *666
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -114946,11 +114964,11 @@ x-webhooks:
type: string
enum:
- created
- discussion: *662
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ discussion: *666
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -115032,11 +115050,11 @@ x-webhooks:
type: string
enum:
- deleted
- discussion: *662
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ discussion: *666
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -115136,11 +115154,11 @@ x-webhooks:
type: string
required:
- from
- discussion: *662
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ discussion: *666
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -115222,10 +115240,10 @@ x-webhooks:
type: string
enum:
- labeled
- discussion: *662
- enterprise: *646
- installation: *647
- label: &665
+ discussion: *666
+ enterprise: *650
+ installation: *651
+ label: &669
title: Label
type: object
properties:
@@ -115257,8 +115275,8 @@ x-webhooks:
- color
- default
- description
- organization: *648
- repository: *649
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -115341,11 +115359,11 @@ x-webhooks:
type: string
enum:
- locked
- discussion: *662
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ discussion: *666
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -115427,11 +115445,11 @@ x-webhooks:
type: string
enum:
- pinned
- discussion: *662
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ discussion: *666
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -115513,11 +115531,11 @@ x-webhooks:
type: string
enum:
- reopened
- discussion: *662
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ discussion: *666
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -115602,16 +115620,16 @@ x-webhooks:
changes:
type: object
properties:
- new_discussion: *662
- new_repository: *649
+ new_discussion: *666
+ new_repository: *653
required:
- new_discussion
- new_repository
- discussion: *662
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ discussion: *666
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -115694,10 +115712,10 @@ x-webhooks:
type: string
enum:
- unanswered
- discussion: *662
- old_answer: *664
- organization: *648
- repository: *649
+ discussion: *666
+ old_answer: *668
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -115779,12 +115797,12 @@ x-webhooks:
type: string
enum:
- unlabeled
- discussion: *662
- enterprise: *646
- installation: *647
- label: *665
- organization: *648
- repository: *649
+ discussion: *666
+ enterprise: *650
+ installation: *651
+ label: *669
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -115867,11 +115885,11 @@ x-webhooks:
type: string
enum:
- unlocked
- discussion: *662
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ discussion: *666
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -115953,11 +115971,11 @@ x-webhooks:
type: string
enum:
- unpinned
- discussion: *662
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ discussion: *666
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -116030,7 +116048,7 @@ x-webhooks:
description: A user forks a repository.
type: object
properties:
- enterprise: *646
+ enterprise: *650
forkee:
description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository)
resource.
@@ -116690,9 +116708,9 @@ x-webhooks:
type: integer
watchers_count:
type: integer
- installation: *647
- organization: *648
- repository: *649
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- forkee
@@ -116838,9 +116856,9 @@ x-webhooks:
title: gollum event
type: object
properties:
- enterprise: *646
- installation: *647
- organization: *648
+ enterprise: *650
+ installation: *651
+ organization: *652
pages:
description: The pages that were updated.
type: array
@@ -116877,7 +116895,7 @@ x-webhooks:
- action
- sha
- html_url
- repository: *649
+ repository: *653
sender: *4
required:
- pages
@@ -116953,10 +116971,10 @@ x-webhooks:
type: string
enum:
- created
- enterprise: *646
+ enterprise: *650
installation: *22
- organization: *648
- repositories: &667
+ organization: *652
+ repositories: &671
description: An array of repository objects that the installation
can access.
type: array
@@ -116982,8 +117000,8 @@ x-webhooks:
- name
- full_name
- private
- repository: *649
- requester: *666
+ repository: *653
+ requester: *670
sender: *4
required:
- action
@@ -117058,11 +117076,11 @@ x-webhooks:
type: string
enum:
- deleted
- enterprise: *646
+ enterprise: *650
installation: *22
- organization: *648
- repositories: *667
- repository: *649
+ organization: *652
+ repositories: *671
+ repository: *653
requester:
nullable: true
sender: *4
@@ -117138,11 +117156,11 @@ x-webhooks:
type: string
enum:
- new_permissions_accepted
- enterprise: *646
+ enterprise: *650
installation: *22
- organization: *648
- repositories: *667
- repository: *649
+ organization: *652
+ repositories: *671
+ repository: *653
requester:
nullable: true
sender: *4
@@ -117218,10 +117236,10 @@ x-webhooks:
type: string
enum:
- added
- enterprise: *646
+ enterprise: *650
installation: *22
- organization: *648
- repositories_added: &668
+ organization: *652
+ repositories_added: &672
description: An array of repository objects, which were added to
the installation.
type: array
@@ -117267,15 +117285,15 @@ x-webhooks:
private:
description: Whether the repository is private or public.
type: boolean
- repository: *649
- repository_selection: &669
+ repository: *653
+ repository_selection: &673
description: Describe whether all repositories have been selected
or there's a selection involved
type: string
enum:
- all
- selected
- requester: *666
+ requester: *670
sender: *4
required:
- action
@@ -117354,10 +117372,10 @@ x-webhooks:
type: string
enum:
- removed
- enterprise: *646
+ enterprise: *650
installation: *22
- organization: *648
- repositories_added: *668
+ organization: *652
+ repositories_added: *672
repositories_removed:
description: An array of repository objects, which were removed
from the installation.
@@ -117384,9 +117402,9 @@ x-webhooks:
- name
- full_name
- private
- repository: *649
- repository_selection: *669
- requester: *666
+ repository: *653
+ repository_selection: *673
+ requester: *670
sender: *4
required:
- action
@@ -117465,11 +117483,11 @@ x-webhooks:
type: string
enum:
- suspend
- enterprise: *646
+ enterprise: *650
installation: *22
- organization: *648
- repositories: *667
- repository: *649
+ organization: *652
+ repositories: *671
+ repository: *653
requester:
nullable: true
sender: *4
@@ -117647,10 +117665,10 @@ x-webhooks:
type: string
required:
- from
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
target_type:
type: string
@@ -117729,11 +117747,11 @@ x-webhooks:
type: string
enum:
- unsuspend
- enterprise: *646
+ enterprise: *650
installation: *22
- organization: *648
- repositories: *667
- repository: *649
+ organization: *652
+ repositories: *671
+ repository: *653
requester:
nullable: true
sender: *4
@@ -117985,8 +118003,8 @@ x-webhooks:
- performed_via_github_app
- body
- reactions
- enterprise: *646
- installation: *647
+ enterprise: *650
+ installation: *651
issue:
description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue)
the comment belongs to.
@@ -119142,8 +119160,8 @@ x-webhooks:
- state
- locked
- assignee
- organization: *648
- repository: *649
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -119223,7 +119241,7 @@ x-webhooks:
type: string
enum:
- deleted
- comment: &670
+ comment: &674
title: issue comment
description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment)
itself.
@@ -119388,8 +119406,8 @@ x-webhooks:
- performed_via_github_app
- body
- reactions
- enterprise: *646
- installation: *647
+ enterprise: *650
+ installation: *651
issue:
description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue)
the comment belongs to.
@@ -120543,8 +120561,8 @@ x-webhooks:
- state
- locked
- assignee
- organization: *648
- repository: *649
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -120624,7 +120642,7 @@ x-webhooks:
type: string
enum:
- edited
- changes: &698
+ changes: &702
description: The changes to the comment.
type: object
properties:
@@ -120636,9 +120654,9 @@ x-webhooks:
type: string
required:
- from
- comment: *670
- enterprise: *646
- installation: *647
+ comment: *674
+ enterprise: *650
+ installation: *651
issue:
description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue)
the comment belongs to.
@@ -121793,8 +121811,8 @@ x-webhooks:
- state
- locked
- assignee
- organization: *648
- repository: *649
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -121876,10 +121894,10 @@ x-webhooks:
type: string
enum:
- assigned
- assignee: *666
- enterprise: *646
- installation: *647
- issue: &673
+ assignee: *670
+ enterprise: *650
+ installation: *651
+ issue: &677
title: Issue
description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue)
itself.
@@ -122798,8 +122816,8 @@ x-webhooks:
- active_lock_reason
- body
- reactions
- organization: *648
- repository: *649
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -122879,8 +122897,8 @@ x-webhooks:
type: string
enum:
- closed
- enterprise: *646
- installation: *647
+ enterprise: *650
+ installation: *651
issue:
description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue)
itself.
@@ -123939,8 +123957,8 @@ x-webhooks:
required:
- state
- closed_at
- organization: *648
- repository: *649
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -124019,8 +124037,8 @@ x-webhooks:
type: string
enum:
- deleted
- enterprise: *646
- installation: *647
+ enterprise: *650
+ installation: *651
issue:
title: Issue
description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue)
@@ -124932,8 +124950,8 @@ x-webhooks:
- active_lock_reason
- body
- reactions
- organization: *648
- repository: *649
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -125012,8 +125030,8 @@ x-webhooks:
type: string
enum:
- demilestoned
- enterprise: *646
- installation: *647
+ enterprise: *650
+ installation: *651
issue:
title: Issue
description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue)
@@ -125928,7 +125946,7 @@ x-webhooks:
format: uri
user_view_type:
type: string
- milestone: &671
+ milestone: &675
title: Milestone
description: A collection of related issues and pull requests.
type: object
@@ -126066,8 +126084,8 @@ x-webhooks:
- updated_at
- due_on
- closed_at
- organization: *648
- repository: *649
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -126166,8 +126184,8 @@ x-webhooks:
type: string
required:
- from
- enterprise: *646
- installation: *647
+ enterprise: *650
+ installation: *651
issue:
title: Issue
description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue)
@@ -127086,9 +127104,9 @@ x-webhooks:
- active_lock_reason
- body
- reactions
- label: *665
- organization: *648
- repository: *649
+ label: *669
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -127168,8 +127186,8 @@ x-webhooks:
type: string
enum:
- labeled
- enterprise: *646
- installation: *647
+ enterprise: *650
+ installation: *651
issue:
title: Issue
description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue)
@@ -128087,9 +128105,9 @@ x-webhooks:
- active_lock_reason
- body
- reactions
- label: *665
- organization: *648
- repository: *649
+ label: *669
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -128169,8 +128187,8 @@ x-webhooks:
type: string
enum:
- locked
- enterprise: *646
- installation: *647
+ enterprise: *650
+ installation: *651
issue:
title: Issue
description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue)
@@ -129089,8 +129107,8 @@ x-webhooks:
format: uri
user_view_type:
type: string
- organization: *648
- repository: *649
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -129169,8 +129187,8 @@ x-webhooks:
type: string
enum:
- milestoned
- enterprise: *646
- installation: *647
+ enterprise: *650
+ installation: *651
issue:
title: Issue
description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue)
@@ -130083,9 +130101,9 @@ x-webhooks:
format: uri
user_view_type:
type: string
- milestone: *671
- organization: *648
- repository: *649
+ milestone: *675
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -131546,8 +131564,8 @@ x-webhooks:
required:
- old_issue
- old_repository
- enterprise: *646
- installation: *647
+ enterprise: *650
+ installation: *651
issue:
title: Issue
description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue)
@@ -132465,8 +132483,8 @@ x-webhooks:
- active_lock_reason
- body
- reactions
- organization: *648
- repository: *649
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -132546,9 +132564,9 @@ x-webhooks:
type: string
enum:
- pinned
- enterprise: *646
- installation: *647
- issue: &672
+ enterprise: *650
+ installation: *651
+ issue: &676
title: Issue
description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue)
itself.
@@ -133460,8 +133478,8 @@ x-webhooks:
- active_lock_reason
- body
- reactions
- organization: *648
- repository: *649
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -133540,8 +133558,8 @@ x-webhooks:
type: string
enum:
- reopened
- enterprise: *646
- installation: *647
+ enterprise: *650
+ installation: *651
issue:
title: Issue
description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue)
@@ -134459,8 +134477,8 @@ x-webhooks:
user_view_type:
type: string
type: *189
- organization: *648
- repository: *649
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -135923,11 +135941,11 @@ x-webhooks:
required:
- new_issue
- new_repository
- enterprise: *646
- installation: *647
- issue: *672
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ issue: *676
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -136008,7 +136026,7 @@ x-webhooks:
type: string
enum:
- unassigned
- assignee: &701
+ assignee: &705
title: User
type: object
nullable: true
@@ -136078,11 +136096,11 @@ x-webhooks:
required:
- login
- id
- enterprise: *646
- installation: *647
- issue: *673
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ issue: *677
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -136161,12 +136179,12 @@ x-webhooks:
type: string
enum:
- unlabeled
- enterprise: *646
- installation: *647
- issue: *673
- label: *665
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ issue: *677
+ label: *669
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -136246,8 +136264,8 @@ x-webhooks:
type: string
enum:
- unlocked
- enterprise: *646
- installation: *647
+ enterprise: *650
+ installation: *651
issue:
title: Issue
description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue)
@@ -137164,8 +137182,8 @@ x-webhooks:
format: uri
user_view_type:
type: string
- organization: *648
- repository: *649
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -137245,11 +137263,11 @@ x-webhooks:
type: string
enum:
- unpinned
- enterprise: *646
- installation: *647
- issue: *672
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ issue: *676
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -137328,11 +137346,11 @@ x-webhooks:
type: string
enum:
- created
- enterprise: *646
- installation: *647
- label: *665
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ label: *669
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -137410,11 +137428,11 @@ x-webhooks:
type: string
enum:
- deleted
- enterprise: *646
- installation: *647
- label: *665
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ label: *669
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -137524,11 +137542,11 @@ x-webhooks:
type: string
required:
- from
- enterprise: *646
- installation: *647
- label: *665
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ label: *669
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -137610,9 +137628,9 @@ x-webhooks:
- cancelled
effective_date:
type: string
- enterprise: *646
- installation: *647
- marketplace_purchase: &674
+ enterprise: *650
+ installation: *651
+ marketplace_purchase: &678
title: Marketplace Purchase
type: object
required:
@@ -137695,8 +137713,8 @@ x-webhooks:
type: integer
unit_count:
type: integer
- organization: *648
- previous_marketplace_purchase: &675
+ organization: *652
+ previous_marketplace_purchase: &679
title: Marketplace Purchase
type: object
properties:
@@ -137776,7 +137794,7 @@ x-webhooks:
- on_free_trial
- free_trial_ends_on
- plan
- repository: *649
+ repository: *653
sender: *4
required:
- action
@@ -137856,10 +137874,10 @@ x-webhooks:
- changed
effective_date:
type: string
- enterprise: *646
- installation: *647
- marketplace_purchase: *674
- organization: *648
+ enterprise: *650
+ installation: *651
+ marketplace_purchase: *678
+ organization: *652
previous_marketplace_purchase:
title: Marketplace Purchase
type: object
@@ -137942,7 +137960,7 @@ x-webhooks:
- on_free_trial
- free_trial_ends_on
- plan
- repository: *649
+ repository: *653
sender: *4
required:
- action
@@ -138024,10 +138042,10 @@ x-webhooks:
- pending_change
effective_date:
type: string
- enterprise: *646
- installation: *647
- marketplace_purchase: *674
- organization: *648
+ enterprise: *650
+ installation: *651
+ marketplace_purchase: *678
+ organization: *652
previous_marketplace_purchase:
title: Marketplace Purchase
type: object
@@ -138109,7 +138127,7 @@ x-webhooks:
- on_free_trial
- free_trial_ends_on
- plan
- repository: *649
+ repository: *653
sender: *4
required:
- action
@@ -138190,8 +138208,8 @@ x-webhooks:
- pending_change_cancelled
effective_date:
type: string
- enterprise: *646
- installation: *647
+ enterprise: *650
+ installation: *651
marketplace_purchase:
title: Marketplace Purchase
type: object
@@ -138273,9 +138291,9 @@ x-webhooks:
type: integer
unit_count:
type: integer
- organization: *648
- previous_marketplace_purchase: *675
- repository: *649
+ organization: *652
+ previous_marketplace_purchase: *679
+ repository: *653
sender: *4
required:
- action
@@ -138355,12 +138373,12 @@ x-webhooks:
- purchased
effective_date:
type: string
- enterprise: *646
- installation: *647
- marketplace_purchase: *674
- organization: *648
- previous_marketplace_purchase: *675
- repository: *649
+ enterprise: *650
+ installation: *651
+ marketplace_purchase: *678
+ organization: *652
+ previous_marketplace_purchase: *679
+ repository: *653
sender: *4
required:
- action
@@ -138462,11 +138480,11 @@ x-webhooks:
type: string
required:
- to
- enterprise: *646
- installation: *647
- member: *666
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ member: *670
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -138566,11 +138584,11 @@ x-webhooks:
to:
type: string
nullable: true
- enterprise: *646
- installation: *647
- member: *666
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ member: *670
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -138649,11 +138667,11 @@ x-webhooks:
type: string
enum:
- removed
- enterprise: *646
- installation: *647
- member: *666
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ member: *670
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -138731,11 +138749,11 @@ x-webhooks:
type: string
enum:
- added
- enterprise: *646
- installation: *647
- member: *666
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ member: *670
+ organization: *652
+ repository: *653
scope:
description: The scope of the membership. Currently, can only be
`team`.
@@ -138811,7 +138829,7 @@ x-webhooks:
required:
- login
- id
- team: &676
+ team: &680
title: Team
description: Groups of organization members that gives permissions
on specified repositories.
@@ -139001,11 +139019,11 @@ x-webhooks:
type: string
enum:
- removed
- enterprise: *646
- installation: *647
- member: *666
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ member: *670
+ organization: *652
+ repository: *653
scope:
description: The scope of the membership. Currently, can only be
`team`.
@@ -139082,7 +139100,7 @@ x-webhooks:
required:
- login
- id
- team: *676
+ team: *680
required:
- action
- scope
@@ -139164,8 +139182,8 @@ x-webhooks:
type: string
enum:
- checks_requested
- installation: *647
- merge_group: &678
+ installation: *651
+ merge_group: &682
type: object
title: Merge Group
description: A group of pull requests that the merge queue has grouped
@@ -139184,15 +139202,15 @@ x-webhooks:
description: The full ref of the branch the merge group will
be merged into.
type: string
- head_commit: *677
+ head_commit: *681
required:
- head_sha
- head_ref
- base_sha
- base_ref
- head_commit
- organization: *648
- repository: *649
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -139278,10 +139296,10 @@ x-webhooks:
- merged
- invalidated
- dequeued
- installation: *647
- merge_group: *678
- organization: *648
- repository: *649
+ installation: *651
+ merge_group: *682
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -139354,7 +139372,7 @@ x-webhooks:
type: string
enum:
- deleted
- enterprise: *646
+ enterprise: *650
hook:
description: 'The modified webhook. This will contain different
keys based on the type of webhook it is: repository, organization,
@@ -139462,16 +139480,16 @@ x-webhooks:
hook_id:
description: The id of the modified webhook.
type: integer
- installation: *647
- organization: *648
+ installation: *651
+ organization: *652
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: *679
- required: *680
+ properties: *683
+ required: *684
nullable: true
sender: *4
required:
@@ -139552,11 +139570,11 @@ x-webhooks:
type: string
enum:
- closed
- enterprise: *646
- installation: *647
- milestone: *671
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ milestone: *675
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -139635,9 +139653,9 @@ x-webhooks:
type: string
enum:
- created
- enterprise: *646
- installation: *647
- milestone: &681
+ enterprise: *650
+ installation: *651
+ milestone: &685
title: Milestone
description: A collection of related issues and pull requests.
type: object
@@ -139774,8 +139792,8 @@ x-webhooks:
- updated_at
- due_on
- closed_at
- organization: *648
- repository: *649
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -139854,11 +139872,11 @@ x-webhooks:
type: string
enum:
- deleted
- enterprise: *646
- installation: *647
- milestone: *671
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ milestone: *675
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -139968,11 +139986,11 @@ x-webhooks:
type: string
required:
- from
- enterprise: *646
- installation: *647
- milestone: *671
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ milestone: *675
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -140052,11 +140070,11 @@ x-webhooks:
type: string
enum:
- opened
- enterprise: *646
- installation: *647
- milestone: *681
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ milestone: *685
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -140135,11 +140153,11 @@ x-webhooks:
type: string
enum:
- blocked
- blocked_user: *666
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ blocked_user: *670
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -140218,11 +140236,11 @@ x-webhooks:
type: string
enum:
- unblocked
- blocked_user: *666
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ blocked_user: *670
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -140301,9 +140319,9 @@ x-webhooks:
type: string
enum:
- deleted
- enterprise: *646
- installation: *647
- membership: &682
+ enterprise: *650
+ installation: *651
+ membership: &686
title: Membership
description: The membership between the user and the organization.
Not present when the action is `member_invited`.
@@ -140395,8 +140413,8 @@ x-webhooks:
- role
- organization_url
- user
- organization: *648
- repository: *649
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -140474,11 +140492,11 @@ x-webhooks:
type: string
enum:
- member_added
- enterprise: *646
- installation: *647
- membership: *682
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ membership: *686
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -140557,8 +140575,8 @@ x-webhooks:
type: string
enum:
- member_invited
- enterprise: *646
- installation: *647
+ enterprise: *650
+ installation: *651
invitation:
description: The invitation for the user or email if the action
is `member_invited`.
@@ -140674,10 +140692,10 @@ x-webhooks:
- inviter
- team_count
- invitation_teams_url
- organization: *648
- repository: *649
+ organization: *652
+ repository: *653
sender: *4
- user: *666
+ user: *670
required:
- action
- invitation
@@ -140755,11 +140773,11 @@ x-webhooks:
type: string
enum:
- member_removed
- enterprise: *646
- installation: *647
- membership: *682
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ membership: *686
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -140846,11 +140864,11 @@ x-webhooks:
properties:
from:
type: string
- enterprise: *646
- installation: *647
- membership: *682
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ membership: *686
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -140926,9 +140944,9 @@ x-webhooks:
type: string
enum:
- published
- enterprise: *646
- installation: *647
- organization: *648
+ enterprise: *650
+ installation: *651
+ organization: *652
package:
description: Information about the package.
type: object
@@ -141427,7 +141445,7 @@ x-webhooks:
- published_at
rubygems_metadata:
type: array
- items: &683
+ items: &687
title: Ruby Gems metadata
type: object
properties:
@@ -141522,7 +141540,7 @@ x-webhooks:
- owner
- package_version
- registry
- repository: *649
+ repository: *653
sender: *4
required:
- action
@@ -141598,9 +141616,9 @@ x-webhooks:
type: string
enum:
- updated
- enterprise: *646
- installation: *647
- organization: *648
+ enterprise: *650
+ installation: *651
+ organization: *652
package:
description: Information about the package.
type: object
@@ -141953,7 +141971,7 @@ x-webhooks:
- published_at
rubygems_metadata:
type: array
- items: *683
+ items: *687
source_url:
type: string
format: uri
@@ -142023,7 +142041,7 @@ x-webhooks:
- owner
- package_version
- registry
- repository: *649
+ repository: *653
sender: *4
required:
- action
@@ -142200,12 +142218,12 @@ x-webhooks:
- duration
- created_at
- updated_at
- enterprise: *646
+ enterprise: *650
id:
type: integer
- installation: *647
- organization: *648
- repository: *649
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- id
@@ -142230,9 +142248,6 @@ x-webhooks:
This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see "[Creating a personal access token](https://docs.github.com/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)."
To subscribe to this event, a GitHub App must have at least read-level access for the "Personal access token requests" organization permission.
-
- > [!NOTE]
- > Fine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
description: A fine-grained personal access token request was approved.
operationId: personal-access-token-request/approved
externalDocs:
@@ -142285,7 +142300,7 @@ x-webhooks:
type: string
enum:
- approved
- personal_access_token_request: &684
+ personal_access_token_request: &688
title: Personal Access Token Request
description: Details of a Personal Access Token Request.
type: object
@@ -142431,10 +142446,10 @@ x-webhooks:
- token_expired
- token_expires_at
- token_last_used_at
- enterprise: *646
- organization: *648
+ enterprise: *650
+ organization: *652
sender: *4
- installation: *647
+ installation: *651
required:
- action
- personal_access_token_request
@@ -142451,15 +142466,13 @@ x-webhooks:
subcategory: personal_access_token_request
supported-webhook-types:
- app
+ - organization
personal-access-token-request-cancelled:
post:
summary: |-
This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see "[Creating a personal access token](https://docs.github.com/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)."
To subscribe to this event, a GitHub App must have at least read-level access for the "Personal access token requests" organization permission.
-
- > [!NOTE]
- > Fine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
description: A fine-grained personal access token request was cancelled by the
requester.
operationId: personal-access-token-request/cancelled
@@ -142513,11 +142526,11 @@ x-webhooks:
type: string
enum:
- cancelled
- personal_access_token_request: *684
- enterprise: *646
- organization: *648
+ personal_access_token_request: *688
+ enterprise: *650
+ organization: *652
sender: *4
- installation: *647
+ installation: *651
required:
- action
- personal_access_token_request
@@ -142534,15 +142547,13 @@ x-webhooks:
subcategory: personal_access_token_request
supported-webhook-types:
- app
+ - organization
personal-access-token-request-created:
post:
summary: |-
This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see "[Creating a personal access token](https://docs.github.com/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)."
To subscribe to this event, a GitHub App must have at least read-level access for the "Personal access token requests" organization permission.
-
- > [!NOTE]
- > Fine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
description: A fine-grained personal access token request was created.
operationId: personal-access-token-request/created
externalDocs:
@@ -142595,11 +142606,11 @@ x-webhooks:
type: string
enum:
- created
- personal_access_token_request: *684
- enterprise: *646
- organization: *648
+ personal_access_token_request: *688
+ enterprise: *650
+ organization: *652
sender: *4
- installation: *647
+ installation: *651
required:
- action
- personal_access_token_request
@@ -142615,15 +142626,13 @@ x-webhooks:
subcategory: personal_access_token_request
supported-webhook-types:
- app
+ - organization
personal-access-token-request-denied:
post:
summary: |-
This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see "[Creating a personal access token](https://docs.github.com/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)."
To subscribe to this event, a GitHub App must have at least read-level access for the "Personal access token requests" organization permission.
-
- > [!NOTE]
- > Fine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
description: A fine-grained personal access token request was denied.
operationId: personal-access-token-request/denied
externalDocs:
@@ -142676,11 +142685,11 @@ x-webhooks:
type: string
enum:
- denied
- personal_access_token_request: *684
- organization: *648
- enterprise: *646
+ personal_access_token_request: *688
+ organization: *652
+ enterprise: *650
sender: *4
- installation: *647
+ installation: *651
required:
- action
- personal_access_token_request
@@ -142697,6 +142706,7 @@ x-webhooks:
subcategory: personal_access_token_request
supported-webhook-types:
- app
+ - organization
ping:
post:
summary: This event occurs when you create a new webhook. The ping event is
@@ -142784,7 +142794,7 @@ x-webhooks:
id:
description: Unique identifier of the webhook.
type: integer
- last_response: *685
+ last_response: *689
name:
description: The type of webhook. The only valid value is 'web'.
type: string
@@ -142816,8 +142826,8 @@ x-webhooks:
hook_id:
description: The ID of the webhook that triggered the ping.
type: integer
- organization: *648
- repository: *649
+ organization: *652
+ repository: *653
sender: *4
zen:
description: Random string of GitHub zen.
@@ -143062,10 +143072,10 @@ x-webhooks:
- from
required:
- note
- enterprise: *646
- installation: *647
- organization: *648
- project_card: &686
+ enterprise: *650
+ installation: *651
+ organization: *652
+ project_card: &690
title: Project Card
type: object
properties:
@@ -143184,7 +143194,7 @@ x-webhooks:
- creator
- created_at
- updated_at
- repository: *649
+ repository: *653
sender: *4
required:
- action
@@ -143265,11 +143275,11 @@ x-webhooks:
type: string
enum:
- created
- enterprise: *646
- installation: *647
- organization: *648
- project_card: *686
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ project_card: *690
+ repository: *653
sender: *4
required:
- action
@@ -143349,9 +143359,9 @@ x-webhooks:
type: string
enum:
- deleted
- enterprise: *646
- installation: *647
- organization: *648
+ enterprise: *650
+ installation: *651
+ organization: *652
project_card:
title: Project Card
type: object
@@ -143479,8 +143489,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: *679
- required: *680
+ properties: *683
+ required: *684
nullable: true
sender: *4
required:
@@ -143574,11 +143584,11 @@ x-webhooks:
- from
required:
- note
- enterprise: *646
- installation: *647
- organization: *648
- project_card: *686
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ project_card: *690
+ repository: *653
sender: *4
required:
- action
@@ -143672,9 +143682,9 @@ x-webhooks:
- from
required:
- column_id
- enterprise: *646
- installation: *647
- organization: *648
+ enterprise: *650
+ installation: *651
+ organization: *652
project_card:
allOf:
- title: Project Card
@@ -143864,7 +143874,7 @@ x-webhooks:
type: string
required:
- after_id
- repository: *649
+ repository: *653
sender: *4
required:
- action
@@ -143944,10 +143954,10 @@ x-webhooks:
type: string
enum:
- closed
- enterprise: *646
- installation: *647
- organization: *648
- project: &688
+ enterprise: *650
+ installation: *651
+ organization: *652
+ project: &692
title: Project
type: object
properties:
@@ -144071,7 +144081,7 @@ x-webhooks:
- creator
- created_at
- updated_at
- repository: *649
+ repository: *653
sender: *4
required:
- action
@@ -144151,10 +144161,10 @@ x-webhooks:
type: string
enum:
- created
- enterprise: *646
- installation: *647
- organization: *648
- project_column: &687
+ enterprise: *650
+ installation: *651
+ organization: *652
+ project_column: &691
title: Project Column
type: object
properties:
@@ -144193,7 +144203,7 @@ x-webhooks:
- name
- created_at
- updated_at
- repository: *649
+ repository: *653
sender: *4
required:
- action
@@ -144272,18 +144282,18 @@ x-webhooks:
type: string
enum:
- deleted
- enterprise: *646
- installation: *647
- organization: *648
- project_column: *687
+ enterprise: *650
+ installation: *651
+ organization: *652
+ project_column: *691
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: *679
- required: *680
+ properties: *683
+ required: *684
nullable: true
sender: *4
required:
@@ -144373,11 +144383,11 @@ x-webhooks:
type: string
required:
- from
- enterprise: *646
- installation: *647
- organization: *648
- project_column: *687
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ project_column: *691
+ repository: *653
sender: *4
required:
- action
@@ -144457,11 +144467,11 @@ x-webhooks:
type: string
enum:
- moved
- enterprise: *646
- installation: *647
- organization: *648
- project_column: *687
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ project_column: *691
+ repository: *653
sender: *4
required:
- action
@@ -144541,11 +144551,11 @@ x-webhooks:
type: string
enum:
- created
- enterprise: *646
- installation: *647
- organization: *648
- project: *688
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ project: *692
+ repository: *653
sender: *4
required:
- action
@@ -144625,18 +144635,18 @@ x-webhooks:
type: string
enum:
- deleted
- enterprise: *646
- installation: *647
- organization: *648
- project: *688
+ enterprise: *650
+ installation: *651
+ organization: *652
+ project: *692
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: *679
- required: *680
+ properties: *683
+ required: *684
nullable: true
sender: *4
required:
@@ -144738,11 +144748,11 @@ x-webhooks:
type: string
required:
- from
- enterprise: *646
- installation: *647
- organization: *648
- project: *688
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ project: *692
+ repository: *653
sender: *4
required:
- action
@@ -144821,11 +144831,11 @@ x-webhooks:
type: string
enum:
- reopened
- enterprise: *646
- installation: *647
- organization: *648
- project: *688
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ project: *692
+ repository: *653
sender: *4
required:
- action
@@ -144906,9 +144916,9 @@ x-webhooks:
type: string
enum:
- closed
- installation: *647
- organization: *648
- projects_v2: &689
+ installation: *651
+ organization: *652
+ projects_v2: &693
title: Projects v2 Project
description: A projects v2 project
type: object
@@ -145051,9 +145061,9 @@ x-webhooks:
type: string
enum:
- created
- installation: *647
- organization: *648
- projects_v2: *689
+ installation: *651
+ organization: *652
+ projects_v2: *693
sender: *4
required:
- action
@@ -145134,9 +145144,9 @@ x-webhooks:
type: string
enum:
- deleted
- installation: *647
- organization: *648
- projects_v2: *689
+ installation: *651
+ organization: *652
+ projects_v2: *693
sender: *4
required:
- action
@@ -145253,9 +145263,9 @@ x-webhooks:
type: string
to:
type: string
- installation: *647
- organization: *648
- projects_v2: *689
+ installation: *651
+ organization: *652
+ projects_v2: *693
sender: *4
required:
- action
@@ -145338,7 +145348,7 @@ x-webhooks:
type: string
enum:
- archived
- changes: &693
+ changes: &697
type: object
properties:
archived_at:
@@ -145352,9 +145362,9 @@ x-webhooks:
type: string
nullable: true
format: date-time
- installation: *647
- organization: *648
- projects_v2_item: &690
+ installation: *651
+ organization: *652
+ projects_v2_item: &694
title: Projects v2 Item
description: An item belonging to a project
type: object
@@ -145488,9 +145498,9 @@ x-webhooks:
nullable: true
to:
type: string
- installation: *647
- organization: *648
- projects_v2_item: *690
+ installation: *651
+ organization: *652
+ projects_v2_item: *694
sender: *4
required:
- action
@@ -145572,9 +145582,9 @@ x-webhooks:
type: string
enum:
- created
- installation: *647
- organization: *648
- projects_v2_item: *690
+ installation: *651
+ organization: *652
+ projects_v2_item: *694
sender: *4
required:
- action
@@ -145655,9 +145665,9 @@ x-webhooks:
type: string
enum:
- deleted
- installation: *647
- organization: *648
- projects_v2_item: *690
+ installation: *651
+ organization: *652
+ projects_v2_item: *694
sender: *4
required:
- action
@@ -145763,7 +145773,7 @@ x-webhooks:
oneOf:
- type: string
- type: integer
- - &691
+ - &695
title: Projects v2 Single Select Option
description: An option for a single select field
type: object
@@ -145781,7 +145791,7 @@ x-webhooks:
required:
- id
- name
- - &692
+ - &696
title: Projects v2 Iteration Setting
description: An iteration setting for an iteration field
type: object
@@ -145804,8 +145814,8 @@ x-webhooks:
oneOf:
- type: string
- type: integer
- - *691
- - *692
+ - *695
+ - *696
required:
- field_value
- type: object
@@ -145821,9 +145831,9 @@ x-webhooks:
nullable: true
required:
- body
- installation: *647
- organization: *648
- projects_v2_item: *690
+ installation: *651
+ organization: *652
+ projects_v2_item: *694
sender: *4
required:
- action
@@ -145918,9 +145928,9 @@ x-webhooks:
to:
type: string
nullable: true
- installation: *647
- organization: *648
- projects_v2_item: *690
+ installation: *651
+ organization: *652
+ projects_v2_item: *694
sender: *4
required:
- action
@@ -146003,10 +146013,10 @@ x-webhooks:
type: string
enum:
- restored
- changes: *693
- installation: *647
- organization: *648
- projects_v2_item: *690
+ changes: *697
+ installation: *651
+ organization: *652
+ projects_v2_item: *694
sender: *4
required:
- action
@@ -146088,9 +146098,9 @@ x-webhooks:
type: string
enum:
- reopened
- installation: *647
- organization: *648
- projects_v2: *689
+ installation: *651
+ organization: *652
+ projects_v2: *693
sender: *4
required:
- action
@@ -146171,9 +146181,9 @@ x-webhooks:
type: string
enum:
- created
- installation: *647
- organization: *648
- projects_v2_status_update: &694
+ installation: *651
+ organization: *652
+ projects_v2_status_update: &698
title: Projects v2 Status Update
description: An status update belonging to a project
type: object
@@ -146300,9 +146310,9 @@ x-webhooks:
type: string
enum:
- deleted
- installation: *647
- organization: *648
- projects_v2_status_update: *694
+ installation: *651
+ organization: *652
+ projects_v2_status_update: *698
sender: *4
required:
- action
@@ -146438,9 +146448,9 @@ x-webhooks:
type: string
format: date
nullable: true
- installation: *647
- organization: *648
- projects_v2_status_update: *694
+ installation: *651
+ organization: *652
+ projects_v2_status_update: *698
sender: *4
required:
- action
@@ -146511,10 +146521,10 @@ x-webhooks:
title: public event
type: object
properties:
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- repository
@@ -146591,13 +146601,13 @@ x-webhooks:
type: string
enum:
- assigned
- assignee: *666
- enterprise: *646
- installation: *647
- number: &695
+ assignee: *670
+ enterprise: *650
+ installation: *651
+ number: &699
description: The pull request number.
type: integer
- organization: *648
+ organization: *652
pull_request:
title: Pull Request
type: object
@@ -148880,7 +148890,7 @@ x-webhooks:
- auto_merge
- active_lock_reason
- draft
- repository: *649
+ repository: *653
sender: *4
required:
- action
@@ -148962,11 +148972,11 @@ x-webhooks:
type: string
enum:
- auto_merge_disabled
- enterprise: *646
- installation: *647
+ enterprise: *650
+ installation: *651
number:
type: integer
- organization: *648
+ organization: *652
pull_request:
title: Pull Request
type: object
@@ -151244,7 +151254,7 @@ x-webhooks:
- draft
reason:
type: string
- repository: *649
+ repository: *653
sender: *4
required:
- action
@@ -151326,11 +151336,11 @@ x-webhooks:
type: string
enum:
- auto_merge_enabled
- enterprise: *646
- installation: *647
+ enterprise: *650
+ installation: *651
number:
type: integer
- organization: *648
+ organization: *652
pull_request:
title: Pull Request
type: object
@@ -153608,7 +153618,7 @@ x-webhooks:
- draft
reason:
type: string
- repository: *649
+ repository: *653
sender: *4
required:
- action
@@ -153690,11 +153700,11 @@ x-webhooks:
type: string
enum:
- closed
- enterprise: *646
- installation: *647
- number: *695
- organization: *648
- pull_request: &696
+ enterprise: *650
+ installation: *651
+ number: *699
+ organization: *652
+ pull_request: &700
allOf:
- *521
- type: object
@@ -153758,7 +153768,7 @@ x-webhooks:
Please use `squash_merge_commit_title` instead.**
type: boolean
default: false
- repository: *649
+ repository: *653
sender: *4
required:
- action
@@ -153839,12 +153849,12 @@ x-webhooks:
type: string
enum:
- converted_to_draft
- enterprise: *646
- installation: *647
- number: *695
- organization: *648
- pull_request: *696
- repository: *649
+ enterprise: *650
+ installation: *651
+ number: *699
+ organization: *652
+ pull_request: *700
+ repository: *653
sender: *4
required:
- action
@@ -153924,11 +153934,11 @@ x-webhooks:
type: string
enum:
- demilestoned
- enterprise: *646
+ enterprise: *650
milestone: *504
- number: *695
- organization: *648
- pull_request: &697
+ number: *699
+ organization: *652
+ pull_request: &701
title: Pull Request
type: object
properties:
@@ -156191,7 +156201,7 @@ x-webhooks:
- auto_merge
- active_lock_reason
- draft
- repository: *649
+ repository: *653
sender: *4
required:
- action
@@ -156270,11 +156280,11 @@ x-webhooks:
type: string
enum:
- dequeued
- enterprise: *646
- installation: *647
+ enterprise: *650
+ installation: *651
number:
type: integer
- organization: *648
+ organization: *652
pull_request:
title: Pull Request
type: object
@@ -158556,7 +158566,7 @@ x-webhooks:
- BRANCH_PROTECTIONS
- GIT_TREE_INVALID
- INVALID_MERGE_COMMIT
- repository: *649
+ repository: *653
sender: *4
required:
- action
@@ -158680,12 +158690,12 @@ x-webhooks:
type: string
required:
- from
- enterprise: *646
- installation: *647
- number: *695
- organization: *648
- pull_request: *696
- repository: *649
+ enterprise: *650
+ installation: *651
+ number: *699
+ organization: *652
+ pull_request: *700
+ repository: *653
sender: *4
required:
- action
@@ -158765,11 +158775,11 @@ x-webhooks:
type: string
enum:
- enqueued
- enterprise: *646
- installation: *647
+ enterprise: *650
+ installation: *651
number:
type: integer
- organization: *648
+ organization: *652
pull_request:
title: Pull Request
type: object
@@ -161036,7 +161046,7 @@ x-webhooks:
- auto_merge
- active_lock_reason
- draft
- repository: *649
+ repository: *653
sender: *4
required:
- action
@@ -161116,11 +161126,11 @@ x-webhooks:
type: string
enum:
- labeled
- enterprise: *646
- installation: *647
- label: *665
- number: *695
- organization: *648
+ enterprise: *650
+ installation: *651
+ label: *669
+ number: *699
+ organization: *652
pull_request:
title: Pull Request
type: object
@@ -163402,7 +163412,7 @@ x-webhooks:
- auto_merge
- active_lock_reason
- draft
- repository: *649
+ repository: *653
sender: *4
required:
- action
@@ -163483,10 +163493,10 @@ x-webhooks:
type: string
enum:
- locked
- enterprise: *646
- installation: *647
- number: *695
- organization: *648
+ enterprise: *650
+ installation: *651
+ number: *699
+ organization: *652
pull_request:
title: Pull Request
type: object
@@ -165766,7 +165776,7 @@ x-webhooks:
- auto_merge
- active_lock_reason
- draft
- repository: *649
+ repository: *653
sender: *4
required:
- action
@@ -165846,12 +165856,12 @@ x-webhooks:
type: string
enum:
- milestoned
- enterprise: *646
+ enterprise: *650
milestone: *504
- number: *695
- organization: *648
- pull_request: *697
- repository: *649
+ number: *699
+ organization: *652
+ pull_request: *701
+ repository: *653
sender: *4
required:
- action
@@ -165930,12 +165940,12 @@ x-webhooks:
type: string
enum:
- opened
- enterprise: *646
- installation: *647
- number: *695
- organization: *648
- pull_request: *696
- repository: *649
+ enterprise: *650
+ installation: *651
+ number: *699
+ organization: *652
+ pull_request: *700
+ repository: *653
sender: *4
required:
- action
@@ -166016,12 +166026,12 @@ x-webhooks:
type: string
enum:
- ready_for_review
- enterprise: *646
- installation: *647
- number: *695
- organization: *648
- pull_request: *696
- repository: *649
+ enterprise: *650
+ installation: *651
+ number: *699
+ organization: *652
+ pull_request: *700
+ repository: *653
sender: *4
required:
- action
@@ -166101,12 +166111,12 @@ x-webhooks:
type: string
enum:
- reopened
- enterprise: *646
- installation: *647
- number: *695
- organization: *648
- pull_request: *696
- repository: *649
+ enterprise: *650
+ installation: *651
+ number: *699
+ organization: *652
+ pull_request: *700
+ repository: *653
sender: *4
required:
- action
@@ -166472,9 +166482,9 @@ x-webhooks:
- start_side
- side
- reactions
- enterprise: *646
- installation: *647
- organization: *648
+ enterprise: *650
+ installation: *651
+ organization: *652
pull_request:
type: object
properties:
@@ -168644,7 +168654,7 @@ x-webhooks:
- _links
- author_association
- active_lock_reason
- repository: *649
+ repository: *653
sender: *4
required:
- action
@@ -168724,7 +168734,7 @@ x-webhooks:
type: string
enum:
- deleted
- comment: &699
+ comment: &703
title: Pull Request Review Comment
description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request)
itself.
@@ -169009,9 +169019,9 @@ x-webhooks:
- start_side
- side
- reactions
- enterprise: *646
- installation: *647
- organization: *648
+ enterprise: *650
+ installation: *651
+ organization: *652
pull_request:
type: object
properties:
@@ -171169,7 +171179,7 @@ x-webhooks:
- _links
- author_association
- active_lock_reason
- repository: *649
+ repository: *653
sender: *4
required:
- action
@@ -171249,11 +171259,11 @@ x-webhooks:
type: string
enum:
- edited
- changes: *698
- comment: *699
- enterprise: *646
- installation: *647
- organization: *648
+ changes: *702
+ comment: *703
+ enterprise: *650
+ installation: *651
+ organization: *652
pull_request:
type: object
properties:
@@ -173414,7 +173424,7 @@ x-webhooks:
- _links
- author_association
- active_lock_reason
- repository: *649
+ repository: *653
sender: *4
required:
- action
@@ -173495,9 +173505,9 @@ x-webhooks:
type: string
enum:
- dismissed
- enterprise: *646
- installation: *647
- organization: *648
+ enterprise: *650
+ installation: *651
+ organization: *652
pull_request:
title: Simple Pull Request
type: object
@@ -175670,7 +175680,7 @@ x-webhooks:
- author_association
- auto_merge
- active_lock_reason
- repository: *649
+ repository: *653
review:
description: The review that was affected.
type: object
@@ -175913,9 +175923,9 @@ x-webhooks:
type: string
required:
- from
- enterprise: *646
- installation: *647
- organization: *648
+ enterprise: *650
+ installation: *651
+ organization: *652
pull_request:
title: Simple Pull Request
type: object
@@ -177969,8 +177979,8 @@ x-webhooks:
- author_association
- auto_merge
- active_lock_reason
- repository: *649
- review: &700
+ repository: *653
+ review: &704
description: The review that was affected.
type: object
properties:
@@ -178199,12 +178209,12 @@ x-webhooks:
type: string
enum:
- review_request_removed
- enterprise: *646
- installation: *647
+ enterprise: *650
+ installation: *651
number:
description: The pull request number.
type: integer
- organization: *648
+ organization: *652
pull_request:
title: Pull Request
type: object
@@ -180487,7 +180497,7 @@ x-webhooks:
- auto_merge
- active_lock_reason
- draft
- repository: *649
+ repository: *653
requested_reviewer:
title: User
type: object
@@ -180571,12 +180581,12 @@ x-webhooks:
type: string
enum:
- review_request_removed
- enterprise: *646
- installation: *647
+ enterprise: *650
+ installation: *651
number:
description: The pull request number.
type: integer
- organization: *648
+ organization: *652
pull_request:
title: Pull Request
type: object
@@ -182866,7 +182876,7 @@ x-webhooks:
- auto_merge
- active_lock_reason
- draft
- repository: *649
+ repository: *653
requested_team:
title: Team
description: Groups of organization members that gives permissions
@@ -183058,12 +183068,12 @@ x-webhooks:
type: string
enum:
- review_requested
- enterprise: *646
- installation: *647
+ enterprise: *650
+ installation: *651
number:
description: The pull request number.
type: integer
- organization: *648
+ organization: *652
pull_request:
title: Pull Request
type: object
@@ -185348,7 +185358,7 @@ x-webhooks:
- auto_merge
- active_lock_reason
- draft
- repository: *649
+ repository: *653
requested_reviewer:
title: User
type: object
@@ -185433,12 +185443,12 @@ x-webhooks:
type: string
enum:
- review_requested
- enterprise: *646
- installation: *647
+ enterprise: *650
+ installation: *651
number:
description: The pull request number.
type: integer
- organization: *648
+ organization: *652
pull_request:
title: Pull Request
type: object
@@ -187714,7 +187724,7 @@ x-webhooks:
- auto_merge
- active_lock_reason
- draft
- repository: *649
+ repository: *653
requested_team:
title: Team
description: Groups of organization members that gives permissions
@@ -187895,9 +187905,9 @@ x-webhooks:
type: string
enum:
- submitted
- enterprise: *646
- installation: *647
- organization: *648
+ enterprise: *650
+ installation: *651
+ organization: *652
pull_request:
title: Simple Pull Request
type: object
@@ -190072,8 +190082,8 @@ x-webhooks:
- author_association
- auto_merge
- active_lock_reason
- repository: *649
- review: *700
+ repository: *653
+ review: *704
sender: *4
required:
- action
@@ -190153,9 +190163,9 @@ x-webhooks:
type: string
enum:
- resolved
- enterprise: *646
- installation: *647
- organization: *648
+ enterprise: *650
+ installation: *651
+ organization: *652
pull_request:
title: Simple Pull Request
type: object
@@ -192225,7 +192235,7 @@ x-webhooks:
- author_association
- auto_merge
- active_lock_reason
- repository: *649
+ repository: *653
sender: *4
thread:
type: object
@@ -192608,9 +192618,9 @@ x-webhooks:
type: string
enum:
- unresolved
- enterprise: *646
- installation: *647
- organization: *648
+ enterprise: *650
+ installation: *651
+ organization: *652
pull_request:
title: Simple Pull Request
type: object
@@ -194666,7 +194676,7 @@ x-webhooks:
- author_association
- auto_merge
- active_lock_reason
- repository: *649
+ repository: *653
sender: *4
thread:
type: object
@@ -195052,10 +195062,10 @@ x-webhooks:
type: string
before:
type: string
- enterprise: *646
- installation: *647
- number: *695
- organization: *648
+ enterprise: *650
+ installation: *651
+ number: *699
+ organization: *652
pull_request:
title: Pull Request
type: object
@@ -197326,7 +197336,7 @@ x-webhooks:
- auto_merge
- active_lock_reason
- draft
- repository: *649
+ repository: *653
sender: *4
required:
- action
@@ -197408,11 +197418,11 @@ x-webhooks:
type: string
enum:
- unassigned
- assignee: *701
- enterprise: *646
- installation: *647
- number: *695
- organization: *648
+ assignee: *705
+ enterprise: *650
+ installation: *651
+ number: *699
+ organization: *652
pull_request:
title: Pull Request
type: object
@@ -199695,7 +199705,7 @@ x-webhooks:
- auto_merge
- active_lock_reason
- draft
- repository: *649
+ repository: *653
sender: *4
required:
- action
@@ -199774,11 +199784,11 @@ x-webhooks:
type: string
enum:
- unlabeled
- enterprise: *646
- installation: *647
- label: *665
- number: *695
- organization: *648
+ enterprise: *650
+ installation: *651
+ label: *669
+ number: *699
+ organization: *652
pull_request:
title: Pull Request
type: object
@@ -202051,7 +202061,7 @@ x-webhooks:
- auto_merge
- active_lock_reason
- draft
- repository: *649
+ repository: *653
sender: *4
required:
- action
@@ -202132,10 +202142,10 @@ x-webhooks:
type: string
enum:
- unlocked
- enterprise: *646
- installation: *647
- number: *695
- organization: *648
+ enterprise: *650
+ installation: *651
+ number: *699
+ organization: *652
pull_request:
title: Pull Request
type: object
@@ -204400,7 +204410,7 @@ x-webhooks:
- auto_merge
- active_lock_reason
- draft
- repository: *649
+ repository: *653
sender: *4
required:
- action
@@ -204600,7 +204610,7 @@ x-webhooks:
deleted:
description: Whether this push deleted the `ref`.
type: boolean
- enterprise: *646
+ enterprise: *650
forced:
description: Whether this push was a force push of the `ref`.
type: boolean
@@ -204692,8 +204702,8 @@ x-webhooks:
- url
- author
- committer
- installation: *647
- organization: *648
+ installation: *651
+ organization: *652
pusher:
title: Committer
description: Metaproperties for Git author/committer information.
@@ -205268,9 +205278,9 @@ x-webhooks:
type: string
enum:
- published
- enterprise: *646
- installation: *647
- organization: *648
+ enterprise: *650
+ installation: *651
+ organization: *652
registry_package:
type: object
properties:
@@ -205716,7 +205726,7 @@ x-webhooks:
type: string
rubygems_metadata:
type: array
- items: *683
+ items: *687
summary:
type: string
tag_name:
@@ -205770,7 +205780,7 @@ x-webhooks:
- owner
- package_version
- registry
- repository: *649
+ repository: *653
sender: *4
required:
- action
@@ -205848,9 +205858,9 @@ x-webhooks:
type: string
enum:
- updated
- enterprise: *646
- installation: *647
- organization: *648
+ enterprise: *650
+ installation: *651
+ organization: *652
registry_package:
type: object
properties:
@@ -206158,7 +206168,7 @@ x-webhooks:
- published_at
rubygems_metadata:
type: array
- items: *683
+ items: *687
summary:
type: string
tag_name:
@@ -206207,7 +206217,7 @@ x-webhooks:
- owner
- package_version
- registry
- repository: *649
+ repository: *653
sender: *4
required:
- action
@@ -206284,10 +206294,10 @@ x-webhooks:
type: string
enum:
- created
- enterprise: *646
- installation: *647
- organization: *648
- release: &702
+ enterprise: *650
+ installation: *651
+ organization: *652
+ release: &706
title: Release
description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release)
object.
@@ -206592,7 +206602,7 @@ x-webhooks:
- tarball_url
- zipball_url
- body
- repository: *649
+ repository: *653
sender: *4
required:
- action
@@ -206669,11 +206679,11 @@ x-webhooks:
type: string
enum:
- deleted
- enterprise: *646
- installation: *647
- organization: *648
- release: *702
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ release: *706
+ repository: *653
sender: *4
required:
- action
@@ -206790,11 +206800,11 @@ x-webhooks:
type: boolean
required:
- to
- enterprise: *646
- installation: *647
- organization: *648
- release: *702
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ release: *706
+ repository: *653
sender: *4
required:
- action
@@ -206872,9 +206882,9 @@ x-webhooks:
type: string
enum:
- prereleased
- enterprise: *646
- installation: *647
- organization: *648
+ enterprise: *650
+ installation: *651
+ organization: *652
release:
title: Release
description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release)
@@ -207183,7 +207193,7 @@ x-webhooks:
type: string
nullable: true
format: uri
- repository: *649
+ repository: *653
sender: *4
required:
- action
@@ -207259,10 +207269,10 @@ x-webhooks:
type: string
enum:
- published
- enterprise: *646
- installation: *647
- organization: *648
- release: &703
+ enterprise: *650
+ installation: *651
+ organization: *652
+ release: &707
title: Release
description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release)
object.
@@ -207568,7 +207578,7 @@ x-webhooks:
type: string
nullable: true
format: uri
- repository: *649
+ repository: *653
sender: *4
required:
- action
@@ -207644,11 +207654,11 @@ x-webhooks:
type: string
enum:
- released
- enterprise: *646
- installation: *647
- organization: *648
- release: *702
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ release: *706
+ repository: *653
sender: *4
required:
- action
@@ -207724,11 +207734,11 @@ x-webhooks:
type: string
enum:
- unpublished
- enterprise: *646
- installation: *647
- organization: *648
- release: *703
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ release: *707
+ repository: *653
sender: *4
required:
- action
@@ -207804,11 +207814,11 @@ x-webhooks:
type: string
enum:
- published
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
- repository_advisory: *577
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
+ repository_advisory: *581
sender: *4
required:
- action
@@ -207884,11 +207894,11 @@ x-webhooks:
type: string
enum:
- reported
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
- repository_advisory: *577
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
+ repository_advisory: *581
sender: *4
required:
- action
@@ -207964,10 +207974,10 @@ x-webhooks:
type: string
enum:
- archived
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -208044,10 +208054,10 @@ x-webhooks:
type: string
enum:
- created
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -208125,10 +208135,10 @@ x-webhooks:
type: string
enum:
- deleted
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -208212,10 +208222,10 @@ x-webhooks:
additionalProperties: true
description: The `client_payload` that was specified in the `POST
/repos/{owner}/{repo}/dispatches` request body.
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -208327,10 +208337,10 @@ x-webhooks:
nullable: true
items:
type: string
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -208402,10 +208412,10 @@ x-webhooks:
title: repository_import event
type: object
properties:
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
status:
type: string
@@ -208486,10 +208496,10 @@ x-webhooks:
type: string
enum:
- privatized
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -208566,10 +208576,10 @@ x-webhooks:
type: string
enum:
- publicized
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -208663,10 +208673,10 @@ x-webhooks:
- name
required:
- repository
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -208746,10 +208756,10 @@ x-webhooks:
type: string
enum:
- created
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
repository_ruleset: *241
sender: *4
required:
@@ -208828,10 +208838,10 @@ x-webhooks:
type: string
enum:
- deleted
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
repository_ruleset: *241
sender: *4
required:
@@ -208910,10 +208920,10 @@ x-webhooks:
type: string
enum:
- edited
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
repository_ruleset: *241
changes:
type: object
@@ -209218,10 +209228,10 @@ x-webhooks:
- from
required:
- owner
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -209299,10 +209309,10 @@ x-webhooks:
type: string
enum:
- unarchived
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -209380,7 +209390,7 @@ x-webhooks:
type: string
enum:
- create
- alert: &704
+ alert: &708
title: Repository Vulnerability Alert Alert
description: The security alert of the vulnerable dependency.
type: object
@@ -209501,10 +209511,10 @@ x-webhooks:
type: string
enum:
- open
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -209710,10 +209720,10 @@ x-webhooks:
type: string
enum:
- dismissed
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -209791,11 +209801,11 @@ x-webhooks:
type: string
enum:
- reopen
- alert: *704
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ alert: *708
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -209994,10 +210004,10 @@ x-webhooks:
enum:
- fixed
- open
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -210075,7 +210085,7 @@ x-webhooks:
type: string
enum:
- created
- alert: &705
+ alert: &709
type: object
properties:
number: *54
@@ -210186,10 +210196,10 @@ x-webhooks:
description: Whether the detected secret was found in multiple
repositories in the same organization or business.
nullable: true
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -210270,11 +210280,11 @@ x-webhooks:
type: string
enum:
- created
- alert: *705
- installation: *647
- location: *706
- organization: *648
- repository: *649
+ alert: *709
+ installation: *651
+ location: *710
+ organization: *652
+ repository: *653
sender: *4
required:
- location
@@ -210512,11 +210522,11 @@ x-webhooks:
type: string
enum:
- publicly_leaked
- alert: *705
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ alert: *709
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -210594,11 +210604,11 @@ x-webhooks:
type: string
enum:
- reopened
- alert: *705
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ alert: *709
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -210676,11 +210686,11 @@ x-webhooks:
type: string
enum:
- resolved
- alert: *705
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ alert: *709
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -210758,11 +210768,11 @@ x-webhooks:
type: string
enum:
- validated
- alert: *705
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ alert: *709
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -210888,10 +210898,10 @@ x-webhooks:
- organization
- enterprise
nullable: true
- repository: *649
- enterprise: *646
- installation: *647
- organization: *648
+ repository: *653
+ enterprise: *650
+ installation: *651
+ organization: *652
sender: *4
required:
- action
@@ -210969,11 +210979,11 @@ x-webhooks:
type: string
enum:
- published
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
- security_advisory: &707
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
+ security_advisory: &711
description: The details of the security advisory, including summary,
description, and severity.
type: object
@@ -211156,11 +211166,11 @@ x-webhooks:
type: string
enum:
- updated
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
- security_advisory: *707
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
+ security_advisory: *711
sender: *4
required:
- action
@@ -211233,10 +211243,10 @@ x-webhooks:
type: string
enum:
- withdrawn
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
security_advisory:
description: The details of the security advisory, including summary,
description, and severity.
@@ -211421,9 +211431,9 @@ x-webhooks:
type: object
properties:
security_and_analysis: *234
- enterprise: *646
- installation: *647
- organization: *648
+ enterprise: *650
+ installation: *651
+ organization: *652
repository: *289
sender: *4
required:
@@ -211502,12 +211512,12 @@ x-webhooks:
type: string
enum:
- cancelled
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
- sponsorship: &708
+ sponsorship: &712
type: object
properties:
created_at:
@@ -211808,12 +211818,12 @@ x-webhooks:
type: string
enum:
- created
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
- sponsorship: *708
+ sponsorship: *712
required:
- action
- sponsorship
@@ -211901,12 +211911,12 @@ x-webhooks:
type: string
required:
- from
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
- sponsorship: *708
+ sponsorship: *712
required:
- action
- changes
@@ -211983,17 +211993,17 @@ x-webhooks:
type: string
enum:
- pending_cancellation
- effective_date: &709
+ effective_date: &713
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: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
- sponsorship: *708
+ sponsorship: *712
required:
- action
- sponsorship
@@ -212067,7 +212077,7 @@ x-webhooks:
type: string
enum:
- pending_tier_change
- changes: &710
+ changes: &714
type: object
properties:
tier:
@@ -212111,13 +212121,13 @@ x-webhooks:
- from
required:
- tier
- effective_date: *709
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ effective_date: *713
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
- sponsorship: *708
+ sponsorship: *712
required:
- action
- changes
@@ -212194,13 +212204,13 @@ x-webhooks:
type: string
enum:
- tier_changed
- changes: *710
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ changes: *714
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
- sponsorship: *708
+ sponsorship: *712
required:
- action
- changes
@@ -212274,10 +212284,10 @@ x-webhooks:
type: string
enum:
- created
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
starred_at:
description: 'The time the star was created. This is a timestamp
@@ -212360,10 +212370,10 @@ x-webhooks:
type: string
enum:
- deleted
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
starred_at:
description: 'The time the star was created. This is a timestamp
@@ -212783,15 +212793,15 @@ x-webhooks:
status.
type: string
nullable: true
- enterprise: *646
+ enterprise: *650
id:
description: The unique identifier of the status.
type: integer
- installation: *647
+ installation: *651
name:
type: string
- organization: *648
- repository: *649
+ organization: *652
+ repository: *653
sender: *4
sha:
description: The Commit SHA.
@@ -212906,9 +212916,9 @@ x-webhooks:
description: The ID of the sub-issue.
type: number
sub_issue: *77
- installation: *647
- organization: *648
- repository: *649
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -212998,9 +213008,9 @@ x-webhooks:
description: The ID of the sub-issue.
type: number
sub_issue: *77
- installation: *647
- organization: *648
- repository: *649
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -213090,9 +213100,9 @@ x-webhooks:
description: The ID of the parent issue.
type: number
parent_issue: *77
- installation: *647
- organization: *648
- repository: *649
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -213182,9 +213192,9 @@ x-webhooks:
description: The ID of the parent issue.
type: number
parent_issue: *77
- installation: *647
- organization: *648
- repository: *649
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -213261,12 +213271,12 @@ x-webhooks:
title: team_add event
type: object
properties:
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
- team: &711
+ team: &715
title: Team
description: Groups of organization members that gives permissions
on specified repositories.
@@ -213456,9 +213466,9 @@ x-webhooks:
type: string
enum:
- added_to_repository
- enterprise: *646
- installation: *647
- organization: *648
+ enterprise: *650
+ installation: *651
+ organization: *652
repository:
title: Repository
description: A git repository
@@ -213916,7 +213926,7 @@ x-webhooks:
- topics
- visibility
sender: *4
- team: *711
+ team: *715
required:
- action
- team
@@ -213992,9 +214002,9 @@ x-webhooks:
type: string
enum:
- created
- enterprise: *646
- installation: *647
- organization: *648
+ enterprise: *650
+ installation: *651
+ organization: *652
repository:
title: Repository
description: A git repository
@@ -214452,7 +214462,7 @@ x-webhooks:
- topics
- visibility
sender: *4
- team: *711
+ team: *715
required:
- action
- team
@@ -214529,9 +214539,9 @@ x-webhooks:
type: string
enum:
- deleted
- enterprise: *646
- installation: *647
- organization: *648
+ enterprise: *650
+ installation: *651
+ organization: *652
repository:
title: Repository
description: A git repository
@@ -214989,7 +214999,7 @@ x-webhooks:
- topics
- visibility
sender: *4
- team: *711
+ team: *715
required:
- action
- team
@@ -215133,9 +215143,9 @@ x-webhooks:
- from
required:
- permissions
- enterprise: *646
- installation: *647
- organization: *648
+ enterprise: *650
+ installation: *651
+ organization: *652
repository:
title: Repository
description: A git repository
@@ -215593,7 +215603,7 @@ x-webhooks:
- topics
- visibility
sender: *4
- team: *711
+ team: *715
required:
- action
- changes
@@ -215671,9 +215681,9 @@ x-webhooks:
type: string
enum:
- removed_from_repository
- enterprise: *646
- installation: *647
- organization: *648
+ enterprise: *650
+ installation: *651
+ organization: *652
repository:
title: Repository
description: A git repository
@@ -216131,7 +216141,7 @@ x-webhooks:
- topics
- visibility
sender: *4
- team: *711
+ team: *715
required:
- action
- team
@@ -216207,10 +216217,10 @@ x-webhooks:
type: string
enum:
- started
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
required:
- action
@@ -216283,16 +216293,16 @@ x-webhooks:
title: workflow_dispatch event
type: object
properties:
- enterprise: *646
+ enterprise: *650
inputs:
type: object
nullable: true
additionalProperties: true
- installation: *647
- organization: *648
+ installation: *651
+ organization: *652
ref:
type: string
- repository: *649
+ repository: *653
sender: *4
workflow:
type: string
@@ -216374,10 +216384,10 @@ x-webhooks:
type: string
enum:
- completed
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
workflow_job:
allOf:
@@ -216693,10 +216703,10 @@ x-webhooks:
type: string
enum:
- in_progress
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
workflow_job:
allOf:
@@ -217035,10 +217045,10 @@ x-webhooks:
type: string
enum:
- queued
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
workflow_job:
type: object
@@ -217252,10 +217262,10 @@ x-webhooks:
type: string
enum:
- waiting
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
workflow_job:
type: object
@@ -217471,12 +217481,12 @@ x-webhooks:
type: string
enum:
- completed
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
- workflow: *661
+ workflow: *665
workflow_run:
title: Workflow Run
type: object
@@ -218475,12 +218485,12 @@ x-webhooks:
type: string
enum:
- in_progress
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
- workflow: *661
+ workflow: *665
workflow_run:
title: Workflow Run
type: object
@@ -219464,12 +219474,12 @@ x-webhooks:
type: string
enum:
- requested
- enterprise: *646
- installation: *647
- organization: *648
- repository: *649
+ enterprise: *650
+ installation: *651
+ organization: *652
+ repository: *653
sender: *4
- workflow: *661
+ workflow: *665
workflow_run:
title: Workflow Run
type: object