@octokit/openapi 5.12.0 → 5.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/generated/api.github.com.deref.json +833 -10
- package/generated/api.github.com.json +820 -6
- package/generated/ghes-2.22-diff-to-ghes-3.0.deref.json +1 -1
- package/generated/ghes-2.22-diff-to-ghes-3.0.json +1 -1
- package/generated/ghes-2.22.deref.json +1 -1
- package/generated/ghes-2.22.json +1 -1
- package/generated/ghes-3.0-diff-to-ghes-3.1.deref.json +1 -1
- package/generated/ghes-3.0-diff-to-ghes-3.1.json +1 -1
- package/generated/ghes-3.0.deref.json +1 -1
- package/generated/ghes-3.0.json +1 -1
- package/generated/ghes-3.1-diff-to-ghes-3.2.deref.json +496 -2
- package/generated/ghes-3.1-diff-to-ghes-3.2.json +517 -2
- package/generated/ghes-3.1.deref.json +525 -9
- package/generated/ghes-3.1.json +545 -5
- package/generated/ghes-3.2-anicca-diff-to-api.github.com.deref.json +1 -0
- package/generated/ghes-3.2-diff-to-api.github.com.deref.json +496 -2
- package/generated/ghes-3.2-diff-to-api.github.com.json +517 -2
- package/generated/ghes-3.2.deref.json +539 -9
- package/generated/ghes-3.2.json +559 -5
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +1 -0
- package/generated/github.ae-diff-to-api.github.com.deref.json +145 -2
- package/generated/github.ae-diff-to-api.github.com.json +151 -2
- package/generated/github.ae.deref.json +188 -9
- package/generated/github.ae.json +193 -5
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.13.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
|
|
@@ -5787,7 +5787,7 @@
|
|
|
5787
5787
|
"url": "https://docs.github.com/enterprise-server@3.1/rest/reference/apps#update-a-webhook-configuration-for-an-app"
|
|
5788
5788
|
},
|
|
5789
5789
|
"requestBody": {
|
|
5790
|
-
"required":
|
|
5790
|
+
"required": true,
|
|
5791
5791
|
"content": {
|
|
5792
5792
|
"application/json": {
|
|
5793
5793
|
"schema": {
|
|
@@ -27311,6 +27311,71 @@
|
|
|
27311
27311
|
"created_at"
|
|
27312
27312
|
]
|
|
27313
27313
|
}
|
|
27314
|
+
},
|
|
27315
|
+
"examples": {
|
|
27316
|
+
"default": {
|
|
27317
|
+
"value": [
|
|
27318
|
+
{
|
|
27319
|
+
"id": "22249084947",
|
|
27320
|
+
"type": "WatchEvent",
|
|
27321
|
+
"actor": {
|
|
27322
|
+
"id": 583231,
|
|
27323
|
+
"login": "octocat",
|
|
27324
|
+
"display_login": "octocat",
|
|
27325
|
+
"gravatar_id": "",
|
|
27326
|
+
"url": "https://api.github.com/users/octocat",
|
|
27327
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
|
|
27328
|
+
},
|
|
27329
|
+
"repo": {
|
|
27330
|
+
"id": 1296269,
|
|
27331
|
+
"name": "octocat/Hello-World",
|
|
27332
|
+
"url": "https://api.github.com/repos/octocat/Hello-World"
|
|
27333
|
+
},
|
|
27334
|
+
"payload": { "action": "started" },
|
|
27335
|
+
"public": true,
|
|
27336
|
+
"created_at": "2022-06-09T12:47:28Z"
|
|
27337
|
+
},
|
|
27338
|
+
{
|
|
27339
|
+
"id": "22249084964",
|
|
27340
|
+
"type": "PushEvent",
|
|
27341
|
+
"actor": {
|
|
27342
|
+
"id": 583231,
|
|
27343
|
+
"login": "octocat",
|
|
27344
|
+
"display_login": "octocat",
|
|
27345
|
+
"gravatar_id": "",
|
|
27346
|
+
"url": "https://api.github.com/users/octocat",
|
|
27347
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
|
|
27348
|
+
},
|
|
27349
|
+
"repo": {
|
|
27350
|
+
"id": 1296269,
|
|
27351
|
+
"name": "octocat/Hello-World",
|
|
27352
|
+
"url": "https://api.github.com/repos/octocat/Hello-World"
|
|
27353
|
+
},
|
|
27354
|
+
"payload": {
|
|
27355
|
+
"push_id": 10115855396,
|
|
27356
|
+
"size": 1,
|
|
27357
|
+
"distinct_size": 1,
|
|
27358
|
+
"ref": "refs/heads/master",
|
|
27359
|
+
"head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
|
|
27360
|
+
"before": "883efe034920928c47fe18598c01249d1a9fdabd",
|
|
27361
|
+
"commits": [
|
|
27362
|
+
{
|
|
27363
|
+
"sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
|
|
27364
|
+
"author": {
|
|
27365
|
+
"email": "octocat@github.com",
|
|
27366
|
+
"name": "Monalisa Octocat"
|
|
27367
|
+
},
|
|
27368
|
+
"message": "commit",
|
|
27369
|
+
"distinct": true,
|
|
27370
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
|
|
27371
|
+
}
|
|
27372
|
+
]
|
|
27373
|
+
},
|
|
27374
|
+
"public": true,
|
|
27375
|
+
"created_at": "2022-06-07T07:50:26Z"
|
|
27376
|
+
}
|
|
27377
|
+
]
|
|
27378
|
+
}
|
|
27314
27379
|
}
|
|
27315
27380
|
}
|
|
27316
27381
|
}
|
|
@@ -41833,6 +41898,71 @@
|
|
|
41833
41898
|
"created_at"
|
|
41834
41899
|
]
|
|
41835
41900
|
}
|
|
41901
|
+
},
|
|
41902
|
+
"examples": {
|
|
41903
|
+
"default": {
|
|
41904
|
+
"value": [
|
|
41905
|
+
{
|
|
41906
|
+
"id": "22249084964",
|
|
41907
|
+
"type": "PushEvent",
|
|
41908
|
+
"actor": {
|
|
41909
|
+
"id": 583231,
|
|
41910
|
+
"login": "octocat",
|
|
41911
|
+
"display_login": "octocat",
|
|
41912
|
+
"gravatar_id": "",
|
|
41913
|
+
"url": "https://api.github.com/users/octocat",
|
|
41914
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
|
|
41915
|
+
},
|
|
41916
|
+
"repo": {
|
|
41917
|
+
"id": 1296269,
|
|
41918
|
+
"name": "octocat/Hello-World",
|
|
41919
|
+
"url": "https://api.github.com/repos/octocat/Hello-World"
|
|
41920
|
+
},
|
|
41921
|
+
"payload": {
|
|
41922
|
+
"push_id": 10115855396,
|
|
41923
|
+
"size": 1,
|
|
41924
|
+
"distinct_size": 1,
|
|
41925
|
+
"ref": "refs/heads/master",
|
|
41926
|
+
"head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
|
|
41927
|
+
"before": "883efe034920928c47fe18598c01249d1a9fdabd",
|
|
41928
|
+
"commits": [
|
|
41929
|
+
{
|
|
41930
|
+
"sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
|
|
41931
|
+
"author": {
|
|
41932
|
+
"email": "octocat@github.com",
|
|
41933
|
+
"name": "Monalisa Octocat"
|
|
41934
|
+
},
|
|
41935
|
+
"message": "commit",
|
|
41936
|
+
"distinct": true,
|
|
41937
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
|
|
41938
|
+
}
|
|
41939
|
+
]
|
|
41940
|
+
},
|
|
41941
|
+
"public": true,
|
|
41942
|
+
"created_at": "2022-06-09T12:47:28Z"
|
|
41943
|
+
},
|
|
41944
|
+
{
|
|
41945
|
+
"id": "22237752260",
|
|
41946
|
+
"type": "WatchEvent",
|
|
41947
|
+
"actor": {
|
|
41948
|
+
"id": 583231,
|
|
41949
|
+
"login": "octocat",
|
|
41950
|
+
"display_login": "octocat",
|
|
41951
|
+
"gravatar_id": "",
|
|
41952
|
+
"url": "https://api.github.com/users/rrubenich",
|
|
41953
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
|
|
41954
|
+
},
|
|
41955
|
+
"repo": {
|
|
41956
|
+
"id": 1296269,
|
|
41957
|
+
"name": "octocat/Hello-World",
|
|
41958
|
+
"url": "https://api.github.com/repos/octocat/Hello-World"
|
|
41959
|
+
},
|
|
41960
|
+
"payload": { "action": "started" },
|
|
41961
|
+
"public": true,
|
|
41962
|
+
"created_at": "2022-06-08T23:29:25Z"
|
|
41963
|
+
}
|
|
41964
|
+
]
|
|
41965
|
+
}
|
|
41836
41966
|
}
|
|
41837
41967
|
}
|
|
41838
41968
|
}
|
|
@@ -43510,7 +43640,7 @@
|
|
|
43510
43640
|
"type": "object",
|
|
43511
43641
|
"properties": {
|
|
43512
43642
|
"last_read_at": {
|
|
43513
|
-
"description": "Describes the last point that notifications were checked.",
|
|
43643
|
+
"description": "Describes the last point that notifications were checked. Anything updated since this time will not be marked as read. If you omit this parameter, all notifications are marked as read. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`. Default: The current timestamp.",
|
|
43514
43644
|
"type": "string",
|
|
43515
43645
|
"format": "date-time"
|
|
43516
43646
|
},
|
|
@@ -43519,6 +43649,14 @@
|
|
|
43519
43649
|
"type": "boolean"
|
|
43520
43650
|
}
|
|
43521
43651
|
}
|
|
43652
|
+
},
|
|
43653
|
+
"examples": {
|
|
43654
|
+
"default": {
|
|
43655
|
+
"value": {
|
|
43656
|
+
"last_read_at": "2022-06-10T00:00:00Z",
|
|
43657
|
+
"read": true
|
|
43658
|
+
}
|
|
43659
|
+
}
|
|
43522
43660
|
}
|
|
43523
43661
|
}
|
|
43524
43662
|
}
|
|
@@ -43531,6 +43669,13 @@
|
|
|
43531
43669
|
"schema": {
|
|
43532
43670
|
"type": "object",
|
|
43533
43671
|
"properties": { "message": { "type": "string" } }
|
|
43672
|
+
},
|
|
43673
|
+
"examples": {
|
|
43674
|
+
"default": {
|
|
43675
|
+
"value": {
|
|
43676
|
+
"message": "Unread notifications couldn't be marked in a single request. Notifications are being marked as read in the background."
|
|
43677
|
+
}
|
|
43678
|
+
}
|
|
43534
43679
|
}
|
|
43535
43680
|
}
|
|
43536
43681
|
}
|
|
@@ -43596,7 +43741,7 @@
|
|
|
43596
43741
|
"parameters": [
|
|
43597
43742
|
{
|
|
43598
43743
|
"name": "thread_id",
|
|
43599
|
-
"description": "The unique identifier of the thread.",
|
|
43744
|
+
"description": "The unique identifier of the pull request thread.",
|
|
43600
43745
|
"in": "path",
|
|
43601
43746
|
"required": true,
|
|
43602
43747
|
"schema": { "type": "integer" }
|
|
@@ -45060,7 +45205,7 @@
|
|
|
45060
45205
|
"parameters": [
|
|
45061
45206
|
{
|
|
45062
45207
|
"name": "thread_id",
|
|
45063
|
-
"description": "The unique identifier of the thread.",
|
|
45208
|
+
"description": "The unique identifier of the pull request thread.",
|
|
45064
45209
|
"in": "path",
|
|
45065
45210
|
"required": true,
|
|
45066
45211
|
"schema": { "type": "integer" }
|
|
@@ -45110,7 +45255,7 @@
|
|
|
45110
45255
|
"parameters": [
|
|
45111
45256
|
{
|
|
45112
45257
|
"name": "thread_id",
|
|
45113
|
-
"description": "The unique identifier of the thread.",
|
|
45258
|
+
"description": "The unique identifier of the pull request thread.",
|
|
45114
45259
|
"in": "path",
|
|
45115
45260
|
"required": true,
|
|
45116
45261
|
"schema": { "type": "integer" }
|
|
@@ -45232,7 +45377,7 @@
|
|
|
45232
45377
|
"parameters": [
|
|
45233
45378
|
{
|
|
45234
45379
|
"name": "thread_id",
|
|
45235
|
-
"description": "The unique identifier of the thread.",
|
|
45380
|
+
"description": "The unique identifier of the pull request thread.",
|
|
45236
45381
|
"in": "path",
|
|
45237
45382
|
"required": true,
|
|
45238
45383
|
"schema": { "type": "integer" }
|
|
@@ -45251,7 +45396,8 @@
|
|
|
45251
45396
|
}
|
|
45252
45397
|
},
|
|
45253
45398
|
"type": "object"
|
|
45254
|
-
}
|
|
45399
|
+
},
|
|
45400
|
+
"examples": { "default": { "value": { "ignored": false } } }
|
|
45255
45401
|
}
|
|
45256
45402
|
}
|
|
45257
45403
|
},
|
|
@@ -45371,7 +45517,7 @@
|
|
|
45371
45517
|
"parameters": [
|
|
45372
45518
|
{
|
|
45373
45519
|
"name": "thread_id",
|
|
45374
|
-
"description": "The unique identifier of the thread.",
|
|
45520
|
+
"description": "The unique identifier of the pull request thread.",
|
|
45375
45521
|
"in": "path",
|
|
45376
45522
|
"required": true,
|
|
45377
45523
|
"schema": { "type": "integer" }
|
|
@@ -273078,6 +273224,12 @@
|
|
|
273078
273224
|
"default": "member"
|
|
273079
273225
|
}
|
|
273080
273226
|
}
|
|
273227
|
+
},
|
|
273228
|
+
"examples": {
|
|
273229
|
+
"default": {
|
|
273230
|
+
"summary": "Assign the member role for a user in a team",
|
|
273231
|
+
"value": { "role": "member" }
|
|
273232
|
+
}
|
|
273081
273233
|
}
|
|
273082
273234
|
}
|
|
273083
273235
|
}
|
|
@@ -299001,6 +299153,71 @@
|
|
|
299001
299153
|
"created_at"
|
|
299002
299154
|
]
|
|
299003
299155
|
}
|
|
299156
|
+
},
|
|
299157
|
+
"examples": {
|
|
299158
|
+
"default": {
|
|
299159
|
+
"value": [
|
|
299160
|
+
{
|
|
299161
|
+
"id": "22249084947",
|
|
299162
|
+
"type": "WatchEvent",
|
|
299163
|
+
"actor": {
|
|
299164
|
+
"id": 583231,
|
|
299165
|
+
"login": "octocat",
|
|
299166
|
+
"display_login": "octocat",
|
|
299167
|
+
"gravatar_id": "",
|
|
299168
|
+
"url": "https://api.github.com/users/octocat",
|
|
299169
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
|
|
299170
|
+
},
|
|
299171
|
+
"repo": {
|
|
299172
|
+
"id": 1296269,
|
|
299173
|
+
"name": "octocat/Hello-World",
|
|
299174
|
+
"url": "https://api.github.com/repos/octocat/Hello-World"
|
|
299175
|
+
},
|
|
299176
|
+
"payload": { "action": "started" },
|
|
299177
|
+
"public": true,
|
|
299178
|
+
"created_at": "2022-06-09T12:47:28Z"
|
|
299179
|
+
},
|
|
299180
|
+
{
|
|
299181
|
+
"id": "22249084964",
|
|
299182
|
+
"type": "PushEvent",
|
|
299183
|
+
"actor": {
|
|
299184
|
+
"id": 583231,
|
|
299185
|
+
"login": "octocat",
|
|
299186
|
+
"display_login": "octocat",
|
|
299187
|
+
"gravatar_id": "",
|
|
299188
|
+
"url": "https://api.github.com/users/octocat",
|
|
299189
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
|
|
299190
|
+
},
|
|
299191
|
+
"repo": {
|
|
299192
|
+
"id": 1296269,
|
|
299193
|
+
"name": "octocat/Hello-World",
|
|
299194
|
+
"url": "https://api.github.com/repos/octocat/Hello-World"
|
|
299195
|
+
},
|
|
299196
|
+
"payload": {
|
|
299197
|
+
"push_id": 10115855396,
|
|
299198
|
+
"size": 1,
|
|
299199
|
+
"distinct_size": 1,
|
|
299200
|
+
"ref": "refs/heads/master",
|
|
299201
|
+
"head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
|
|
299202
|
+
"before": "883efe034920928c47fe18598c01249d1a9fdabd",
|
|
299203
|
+
"commits": [
|
|
299204
|
+
{
|
|
299205
|
+
"sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
|
|
299206
|
+
"author": {
|
|
299207
|
+
"email": "octocat@github.com",
|
|
299208
|
+
"name": "Monalisa Octocat"
|
|
299209
|
+
},
|
|
299210
|
+
"message": "commit",
|
|
299211
|
+
"distinct": true,
|
|
299212
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
|
|
299213
|
+
}
|
|
299214
|
+
]
|
|
299215
|
+
},
|
|
299216
|
+
"public": false,
|
|
299217
|
+
"created_at": "2022-06-07T07:50:26Z"
|
|
299218
|
+
}
|
|
299219
|
+
]
|
|
299220
|
+
}
|
|
299004
299221
|
}
|
|
299005
299222
|
}
|
|
299006
299223
|
}
|
|
@@ -301585,6 +301802,84 @@
|
|
|
301585
301802
|
"created_at"
|
|
301586
301803
|
]
|
|
301587
301804
|
}
|
|
301805
|
+
},
|
|
301806
|
+
"examples": {
|
|
301807
|
+
"default": {
|
|
301808
|
+
"value": [
|
|
301809
|
+
{
|
|
301810
|
+
"id": "22249084964",
|
|
301811
|
+
"type": "PushEvent",
|
|
301812
|
+
"actor": {
|
|
301813
|
+
"id": 583231,
|
|
301814
|
+
"login": "octocat",
|
|
301815
|
+
"display_login": "octocat",
|
|
301816
|
+
"gravatar_id": "",
|
|
301817
|
+
"url": "https://api.github.com/users/octocat",
|
|
301818
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
|
|
301819
|
+
},
|
|
301820
|
+
"repo": {
|
|
301821
|
+
"id": 1296269,
|
|
301822
|
+
"name": "octocat/Hello-World",
|
|
301823
|
+
"url": "https://api.github.com/repos/octocat/Hello-World"
|
|
301824
|
+
},
|
|
301825
|
+
"payload": {
|
|
301826
|
+
"push_id": 10115855396,
|
|
301827
|
+
"size": 1,
|
|
301828
|
+
"distinct_size": 1,
|
|
301829
|
+
"ref": "refs/heads/master",
|
|
301830
|
+
"head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
|
|
301831
|
+
"before": "883efe034920928c47fe18598c01249d1a9fdabd",
|
|
301832
|
+
"commits": [
|
|
301833
|
+
{
|
|
301834
|
+
"sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
|
|
301835
|
+
"author": {
|
|
301836
|
+
"email": "octocat@github.com",
|
|
301837
|
+
"name": "Monalisa Octocat"
|
|
301838
|
+
},
|
|
301839
|
+
"message": "commit",
|
|
301840
|
+
"distinct": true,
|
|
301841
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
|
|
301842
|
+
}
|
|
301843
|
+
]
|
|
301844
|
+
},
|
|
301845
|
+
"public": false,
|
|
301846
|
+
"created_at": "2022-06-09T12:47:28Z"
|
|
301847
|
+
},
|
|
301848
|
+
{
|
|
301849
|
+
"id": "22196946742",
|
|
301850
|
+
"type": "CreateEvent",
|
|
301851
|
+
"actor": {
|
|
301852
|
+
"id": 583231,
|
|
301853
|
+
"login": "octocat",
|
|
301854
|
+
"display_login": "octocat",
|
|
301855
|
+
"gravatar_id": "",
|
|
301856
|
+
"url": "https://api.github.com/users/octocat",
|
|
301857
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
|
|
301858
|
+
},
|
|
301859
|
+
"repo": {
|
|
301860
|
+
"id": 1296269,
|
|
301861
|
+
"name": "octocat/Hello-World",
|
|
301862
|
+
"url": "https://api.github.com/repos/octocat/Hello-World"
|
|
301863
|
+
},
|
|
301864
|
+
"payload": {
|
|
301865
|
+
"ref": null,
|
|
301866
|
+
"ref_type": "repository",
|
|
301867
|
+
"master_branch": "master",
|
|
301868
|
+
"description": null,
|
|
301869
|
+
"pusher_type": "user"
|
|
301870
|
+
},
|
|
301871
|
+
"public": false,
|
|
301872
|
+
"created_at": "2022-06-07T07:50:26Z",
|
|
301873
|
+
"org": {
|
|
301874
|
+
"id": 9919,
|
|
301875
|
+
"login": "github",
|
|
301876
|
+
"gravatar_id": "",
|
|
301877
|
+
"url": "https://api.github.com/orgs/github",
|
|
301878
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/9919?"
|
|
301879
|
+
}
|
|
301880
|
+
}
|
|
301881
|
+
]
|
|
301882
|
+
}
|
|
301588
301883
|
}
|
|
301589
301884
|
}
|
|
301590
301885
|
}
|
|
@@ -304162,6 +304457,71 @@
|
|
|
304162
304457
|
"created_at"
|
|
304163
304458
|
]
|
|
304164
304459
|
}
|
|
304460
|
+
},
|
|
304461
|
+
"examples": {
|
|
304462
|
+
"default": {
|
|
304463
|
+
"value": [
|
|
304464
|
+
{
|
|
304465
|
+
"id": "22249084947",
|
|
304466
|
+
"type": "WatchEvent",
|
|
304467
|
+
"actor": {
|
|
304468
|
+
"id": 583231,
|
|
304469
|
+
"login": "octocat",
|
|
304470
|
+
"display_login": "octocat",
|
|
304471
|
+
"gravatar_id": "",
|
|
304472
|
+
"url": "https://api.github.com/users/octocat",
|
|
304473
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
|
|
304474
|
+
},
|
|
304475
|
+
"repo": {
|
|
304476
|
+
"id": 1296269,
|
|
304477
|
+
"name": "octocat/Hello-World",
|
|
304478
|
+
"url": "https://api.github.com/repos/octocat/Hello-World"
|
|
304479
|
+
},
|
|
304480
|
+
"payload": { "action": "started" },
|
|
304481
|
+
"public": true,
|
|
304482
|
+
"created_at": "2022-06-09T12:47:28Z"
|
|
304483
|
+
},
|
|
304484
|
+
{
|
|
304485
|
+
"id": "22249084964",
|
|
304486
|
+
"type": "PushEvent",
|
|
304487
|
+
"actor": {
|
|
304488
|
+
"id": 583231,
|
|
304489
|
+
"login": "octocat",
|
|
304490
|
+
"display_login": "octocat",
|
|
304491
|
+
"gravatar_id": "",
|
|
304492
|
+
"url": "https://api.github.com/users/octocat",
|
|
304493
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
|
|
304494
|
+
},
|
|
304495
|
+
"repo": {
|
|
304496
|
+
"id": 1296269,
|
|
304497
|
+
"name": "octocat/Hello-World",
|
|
304498
|
+
"url": "https://api.github.com/repos/octocat/Hello-World"
|
|
304499
|
+
},
|
|
304500
|
+
"payload": {
|
|
304501
|
+
"push_id": 10115855396,
|
|
304502
|
+
"size": 1,
|
|
304503
|
+
"distinct_size": 1,
|
|
304504
|
+
"ref": "refs/heads/master",
|
|
304505
|
+
"head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
|
|
304506
|
+
"before": "883efe034920928c47fe18598c01249d1a9fdabd",
|
|
304507
|
+
"commits": [
|
|
304508
|
+
{
|
|
304509
|
+
"sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
|
|
304510
|
+
"author": {
|
|
304511
|
+
"email": "octocat@github.com",
|
|
304512
|
+
"name": "Monalisa Octocat"
|
|
304513
|
+
},
|
|
304514
|
+
"message": "commit",
|
|
304515
|
+
"distinct": true,
|
|
304516
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
|
|
304517
|
+
}
|
|
304518
|
+
]
|
|
304519
|
+
},
|
|
304520
|
+
"public": true,
|
|
304521
|
+
"created_at": "2022-06-08T23:29:25Z"
|
|
304522
|
+
}
|
|
304523
|
+
]
|
|
304524
|
+
}
|
|
304165
304525
|
}
|
|
304166
304526
|
}
|
|
304167
304527
|
}
|
|
@@ -309098,6 +309458,84 @@
|
|
|
309098
309458
|
"created_at"
|
|
309099
309459
|
]
|
|
309100
309460
|
}
|
|
309461
|
+
},
|
|
309462
|
+
"examples": {
|
|
309463
|
+
"default": {
|
|
309464
|
+
"value": [
|
|
309465
|
+
{
|
|
309466
|
+
"id": "22249084964",
|
|
309467
|
+
"type": "PushEvent",
|
|
309468
|
+
"actor": {
|
|
309469
|
+
"id": 583231,
|
|
309470
|
+
"login": "octocat",
|
|
309471
|
+
"display_login": "octocat",
|
|
309472
|
+
"gravatar_id": "",
|
|
309473
|
+
"url": "https://api.github.com/users/octocat",
|
|
309474
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
|
|
309475
|
+
},
|
|
309476
|
+
"repo": {
|
|
309477
|
+
"id": 1296269,
|
|
309478
|
+
"name": "octocat/Hello-World",
|
|
309479
|
+
"url": "https://api.github.com/repos/octocat/Hello-World"
|
|
309480
|
+
},
|
|
309481
|
+
"payload": {
|
|
309482
|
+
"push_id": 10115855396,
|
|
309483
|
+
"size": 1,
|
|
309484
|
+
"distinct_size": 1,
|
|
309485
|
+
"ref": "refs/heads/master",
|
|
309486
|
+
"head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
|
|
309487
|
+
"before": "883efe034920928c47fe18598c01249d1a9fdabd",
|
|
309488
|
+
"commits": [
|
|
309489
|
+
{
|
|
309490
|
+
"sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
|
|
309491
|
+
"author": {
|
|
309492
|
+
"email": "octocat@github.com",
|
|
309493
|
+
"name": "Monalisa Octocat"
|
|
309494
|
+
},
|
|
309495
|
+
"message": "commit",
|
|
309496
|
+
"distinct": true,
|
|
309497
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
|
|
309498
|
+
}
|
|
309499
|
+
]
|
|
309500
|
+
},
|
|
309501
|
+
"public": true,
|
|
309502
|
+
"created_at": "2022-06-09T12:47:28Z"
|
|
309503
|
+
},
|
|
309504
|
+
{
|
|
309505
|
+
"id": "22196946742",
|
|
309506
|
+
"type": "CreateEvent",
|
|
309507
|
+
"actor": {
|
|
309508
|
+
"id": 583231,
|
|
309509
|
+
"login": "octocat",
|
|
309510
|
+
"display_login": "octocat",
|
|
309511
|
+
"gravatar_id": "",
|
|
309512
|
+
"url": "https://api.github.com/users/octocat",
|
|
309513
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
|
|
309514
|
+
},
|
|
309515
|
+
"repo": {
|
|
309516
|
+
"id": 1296269,
|
|
309517
|
+
"name": "octocat/Hello-World",
|
|
309518
|
+
"url": "https://api.github.com/repos/octocat/Hello-World"
|
|
309519
|
+
},
|
|
309520
|
+
"payload": {
|
|
309521
|
+
"ref": null,
|
|
309522
|
+
"ref_type": "repository",
|
|
309523
|
+
"master_branch": "master",
|
|
309524
|
+
"description": null,
|
|
309525
|
+
"pusher_type": "user"
|
|
309526
|
+
},
|
|
309527
|
+
"public": false,
|
|
309528
|
+
"created_at": "2022-06-07T07:50:26Z",
|
|
309529
|
+
"org": {
|
|
309530
|
+
"id": 9919,
|
|
309531
|
+
"login": "github",
|
|
309532
|
+
"gravatar_id": "",
|
|
309533
|
+
"url": "https://api.github.com/orgs/github",
|
|
309534
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/9919?"
|
|
309535
|
+
}
|
|
309536
|
+
}
|
|
309537
|
+
]
|
|
309538
|
+
}
|
|
309101
309539
|
}
|
|
309102
309540
|
}
|
|
309103
309541
|
}
|
|
@@ -311675,6 +312113,84 @@
|
|
|
311675
312113
|
"created_at"
|
|
311676
312114
|
]
|
|
311677
312115
|
}
|
|
312116
|
+
},
|
|
312117
|
+
"examples": {
|
|
312118
|
+
"default": {
|
|
312119
|
+
"value": [
|
|
312120
|
+
{
|
|
312121
|
+
"id": "22249084964",
|
|
312122
|
+
"type": "PushEvent",
|
|
312123
|
+
"actor": {
|
|
312124
|
+
"id": 583231,
|
|
312125
|
+
"login": "octocat",
|
|
312126
|
+
"display_login": "octocat",
|
|
312127
|
+
"gravatar_id": "",
|
|
312128
|
+
"url": "https://api.github.com/users/octocat",
|
|
312129
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
|
|
312130
|
+
},
|
|
312131
|
+
"repo": {
|
|
312132
|
+
"id": 1296269,
|
|
312133
|
+
"name": "octocat/Hello-World",
|
|
312134
|
+
"url": "https://api.github.com/repos/octocat/Hello-World"
|
|
312135
|
+
},
|
|
312136
|
+
"payload": {
|
|
312137
|
+
"push_id": 10115855396,
|
|
312138
|
+
"size": 1,
|
|
312139
|
+
"distinct_size": 1,
|
|
312140
|
+
"ref": "refs/heads/master",
|
|
312141
|
+
"head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
|
|
312142
|
+
"before": "883efe034920928c47fe18598c01249d1a9fdabd",
|
|
312143
|
+
"commits": [
|
|
312144
|
+
{
|
|
312145
|
+
"sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
|
|
312146
|
+
"author": {
|
|
312147
|
+
"email": "octocat@github.com",
|
|
312148
|
+
"name": "Monalisa Octocat"
|
|
312149
|
+
},
|
|
312150
|
+
"message": "commit",
|
|
312151
|
+
"distinct": true,
|
|
312152
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
|
|
312153
|
+
}
|
|
312154
|
+
]
|
|
312155
|
+
},
|
|
312156
|
+
"public": true,
|
|
312157
|
+
"created_at": "2022-06-09T12:47:28Z"
|
|
312158
|
+
},
|
|
312159
|
+
{
|
|
312160
|
+
"id": "22196946742",
|
|
312161
|
+
"type": "CreateEvent",
|
|
312162
|
+
"actor": {
|
|
312163
|
+
"id": 583231,
|
|
312164
|
+
"login": "octocat",
|
|
312165
|
+
"display_login": "octocat",
|
|
312166
|
+
"gravatar_id": "",
|
|
312167
|
+
"url": "https://api.github.com/users/octocat",
|
|
312168
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
|
|
312169
|
+
},
|
|
312170
|
+
"repo": {
|
|
312171
|
+
"id": 1296269,
|
|
312172
|
+
"name": "octocat/Hello-World",
|
|
312173
|
+
"url": "https://api.github.com/repos/octocat/Hello-World"
|
|
312174
|
+
},
|
|
312175
|
+
"payload": {
|
|
312176
|
+
"ref": null,
|
|
312177
|
+
"ref_type": "repository",
|
|
312178
|
+
"master_branch": "master",
|
|
312179
|
+
"description": null,
|
|
312180
|
+
"pusher_type": "user"
|
|
312181
|
+
},
|
|
312182
|
+
"public": false,
|
|
312183
|
+
"created_at": "2022-06-07T07:50:26Z",
|
|
312184
|
+
"org": {
|
|
312185
|
+
"id": 9919,
|
|
312186
|
+
"login": "github",
|
|
312187
|
+
"gravatar_id": "",
|
|
312188
|
+
"url": "https://api.github.com/orgs/github",
|
|
312189
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/9919?"
|
|
312190
|
+
}
|
|
312191
|
+
}
|
|
312192
|
+
]
|
|
312193
|
+
}
|
|
311678
312194
|
}
|
|
311679
312195
|
}
|
|
311680
312196
|
}
|