@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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "5.12.0",
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" },
@@ -5804,7 +5804,7 @@
5804
5804
  "url": "https://docs.github.com/enterprise-server@3.2/rest/reference/apps#update-a-webhook-configuration-for-an-app"
5805
5805
  },
5806
5806
  "requestBody": {
5807
- "required": false,
5807
+ "required": true,
5808
5808
  "content": {
5809
5809
  "application/json": {
5810
5810
  "schema": {
@@ -28066,6 +28066,71 @@
28066
28066
  "created_at"
28067
28067
  ]
28068
28068
  }
28069
+ },
28070
+ "examples": {
28071
+ "default": {
28072
+ "value": [
28073
+ {
28074
+ "id": "22249084947",
28075
+ "type": "WatchEvent",
28076
+ "actor": {
28077
+ "id": 583231,
28078
+ "login": "octocat",
28079
+ "display_login": "octocat",
28080
+ "gravatar_id": "",
28081
+ "url": "https://api.github.com/users/octocat",
28082
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
28083
+ },
28084
+ "repo": {
28085
+ "id": 1296269,
28086
+ "name": "octocat/Hello-World",
28087
+ "url": "https://api.github.com/repos/octocat/Hello-World"
28088
+ },
28089
+ "payload": { "action": "started" },
28090
+ "public": true,
28091
+ "created_at": "2022-06-09T12:47:28Z"
28092
+ },
28093
+ {
28094
+ "id": "22249084964",
28095
+ "type": "PushEvent",
28096
+ "actor": {
28097
+ "id": 583231,
28098
+ "login": "octocat",
28099
+ "display_login": "octocat",
28100
+ "gravatar_id": "",
28101
+ "url": "https://api.github.com/users/octocat",
28102
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
28103
+ },
28104
+ "repo": {
28105
+ "id": 1296269,
28106
+ "name": "octocat/Hello-World",
28107
+ "url": "https://api.github.com/repos/octocat/Hello-World"
28108
+ },
28109
+ "payload": {
28110
+ "push_id": 10115855396,
28111
+ "size": 1,
28112
+ "distinct_size": 1,
28113
+ "ref": "refs/heads/master",
28114
+ "head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
28115
+ "before": "883efe034920928c47fe18598c01249d1a9fdabd",
28116
+ "commits": [
28117
+ {
28118
+ "sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
28119
+ "author": {
28120
+ "email": "octocat@github.com",
28121
+ "name": "Monalisa Octocat"
28122
+ },
28123
+ "message": "commit",
28124
+ "distinct": true,
28125
+ "url": "https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
28126
+ }
28127
+ ]
28128
+ },
28129
+ "public": true,
28130
+ "created_at": "2022-06-07T07:50:26Z"
28131
+ }
28132
+ ]
28133
+ }
28069
28134
  }
28070
28135
  }
28071
28136
  }
@@ -42611,6 +42676,71 @@
42611
42676
  "created_at"
42612
42677
  ]
42613
42678
  }
42679
+ },
42680
+ "examples": {
42681
+ "default": {
42682
+ "value": [
42683
+ {
42684
+ "id": "22249084964",
42685
+ "type": "PushEvent",
42686
+ "actor": {
42687
+ "id": 583231,
42688
+ "login": "octocat",
42689
+ "display_login": "octocat",
42690
+ "gravatar_id": "",
42691
+ "url": "https://api.github.com/users/octocat",
42692
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
42693
+ },
42694
+ "repo": {
42695
+ "id": 1296269,
42696
+ "name": "octocat/Hello-World",
42697
+ "url": "https://api.github.com/repos/octocat/Hello-World"
42698
+ },
42699
+ "payload": {
42700
+ "push_id": 10115855396,
42701
+ "size": 1,
42702
+ "distinct_size": 1,
42703
+ "ref": "refs/heads/master",
42704
+ "head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
42705
+ "before": "883efe034920928c47fe18598c01249d1a9fdabd",
42706
+ "commits": [
42707
+ {
42708
+ "sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
42709
+ "author": {
42710
+ "email": "octocat@github.com",
42711
+ "name": "Monalisa Octocat"
42712
+ },
42713
+ "message": "commit",
42714
+ "distinct": true,
42715
+ "url": "https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
42716
+ }
42717
+ ]
42718
+ },
42719
+ "public": true,
42720
+ "created_at": "2022-06-09T12:47:28Z"
42721
+ },
42722
+ {
42723
+ "id": "22237752260",
42724
+ "type": "WatchEvent",
42725
+ "actor": {
42726
+ "id": 583231,
42727
+ "login": "octocat",
42728
+ "display_login": "octocat",
42729
+ "gravatar_id": "",
42730
+ "url": "https://api.github.com/users/rrubenich",
42731
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
42732
+ },
42733
+ "repo": {
42734
+ "id": 1296269,
42735
+ "name": "octocat/Hello-World",
42736
+ "url": "https://api.github.com/repos/octocat/Hello-World"
42737
+ },
42738
+ "payload": { "action": "started" },
42739
+ "public": true,
42740
+ "created_at": "2022-06-08T23:29:25Z"
42741
+ }
42742
+ ]
42743
+ }
42614
42744
  }
42615
42745
  }
42616
42746
  }
@@ -44295,7 +44425,7 @@
44295
44425
  "type": "object",
44296
44426
  "properties": {
44297
44427
  "last_read_at": {
44298
- "description": "Describes the last point that notifications were checked.",
44428
+ "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.",
44299
44429
  "type": "string",
44300
44430
  "format": "date-time"
44301
44431
  },
@@ -44304,6 +44434,14 @@
44304
44434
  "type": "boolean"
44305
44435
  }
44306
44436
  }
44437
+ },
44438
+ "examples": {
44439
+ "default": {
44440
+ "value": {
44441
+ "last_read_at": "2022-06-10T00:00:00Z",
44442
+ "read": true
44443
+ }
44444
+ }
44307
44445
  }
44308
44446
  }
44309
44447
  }
@@ -44316,6 +44454,13 @@
44316
44454
  "schema": {
44317
44455
  "type": "object",
44318
44456
  "properties": { "message": { "type": "string" } }
44457
+ },
44458
+ "examples": {
44459
+ "default": {
44460
+ "value": {
44461
+ "message": "Unread notifications couldn't be marked in a single request. Notifications are being marked as read in the background."
44462
+ }
44463
+ }
44319
44464
  }
44320
44465
  }
44321
44466
  }
@@ -44381,7 +44526,7 @@
44381
44526
  "parameters": [
44382
44527
  {
44383
44528
  "name": "thread_id",
44384
- "description": "The unique identifier of the thread.",
44529
+ "description": "The unique identifier of the pull request thread.",
44385
44530
  "in": "path",
44386
44531
  "required": true,
44387
44532
  "schema": { "type": "integer" }
@@ -45852,7 +45997,7 @@
45852
45997
  "parameters": [
45853
45998
  {
45854
45999
  "name": "thread_id",
45855
- "description": "The unique identifier of the thread.",
46000
+ "description": "The unique identifier of the pull request thread.",
45856
46001
  "in": "path",
45857
46002
  "required": true,
45858
46003
  "schema": { "type": "integer" }
@@ -45902,7 +46047,7 @@
45902
46047
  "parameters": [
45903
46048
  {
45904
46049
  "name": "thread_id",
45905
- "description": "The unique identifier of the thread.",
46050
+ "description": "The unique identifier of the pull request thread.",
45906
46051
  "in": "path",
45907
46052
  "required": true,
45908
46053
  "schema": { "type": "integer" }
@@ -46024,7 +46169,7 @@
46024
46169
  "parameters": [
46025
46170
  {
46026
46171
  "name": "thread_id",
46027
- "description": "The unique identifier of the thread.",
46172
+ "description": "The unique identifier of the pull request thread.",
46028
46173
  "in": "path",
46029
46174
  "required": true,
46030
46175
  "schema": { "type": "integer" }
@@ -46043,7 +46188,8 @@
46043
46188
  }
46044
46189
  },
46045
46190
  "type": "object"
46046
- }
46191
+ },
46192
+ "examples": { "default": { "value": { "ignored": false } } }
46047
46193
  }
46048
46194
  }
46049
46195
  },
@@ -46163,7 +46309,7 @@
46163
46309
  "parameters": [
46164
46310
  {
46165
46311
  "name": "thread_id",
46166
- "description": "The unique identifier of the thread.",
46312
+ "description": "The unique identifier of the pull request thread.",
46167
46313
  "in": "path",
46168
46314
  "required": true,
46169
46315
  "schema": { "type": "integer" }
@@ -280187,6 +280333,12 @@
280187
280333
  "default": "member"
280188
280334
  }
280189
280335
  }
280336
+ },
280337
+ "examples": {
280338
+ "default": {
280339
+ "summary": "Assign the member role for a user in a team",
280340
+ "value": { "role": "member" }
280341
+ }
280190
280342
  }
280191
280343
  }
280192
280344
  }
@@ -306205,6 +306357,71 @@
306205
306357
  "created_at"
306206
306358
  ]
306207
306359
  }
306360
+ },
306361
+ "examples": {
306362
+ "default": {
306363
+ "value": [
306364
+ {
306365
+ "id": "22249084947",
306366
+ "type": "WatchEvent",
306367
+ "actor": {
306368
+ "id": 583231,
306369
+ "login": "octocat",
306370
+ "display_login": "octocat",
306371
+ "gravatar_id": "",
306372
+ "url": "https://api.github.com/users/octocat",
306373
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
306374
+ },
306375
+ "repo": {
306376
+ "id": 1296269,
306377
+ "name": "octocat/Hello-World",
306378
+ "url": "https://api.github.com/repos/octocat/Hello-World"
306379
+ },
306380
+ "payload": { "action": "started" },
306381
+ "public": true,
306382
+ "created_at": "2022-06-09T12:47:28Z"
306383
+ },
306384
+ {
306385
+ "id": "22249084964",
306386
+ "type": "PushEvent",
306387
+ "actor": {
306388
+ "id": 583231,
306389
+ "login": "octocat",
306390
+ "display_login": "octocat",
306391
+ "gravatar_id": "",
306392
+ "url": "https://api.github.com/users/octocat",
306393
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
306394
+ },
306395
+ "repo": {
306396
+ "id": 1296269,
306397
+ "name": "octocat/Hello-World",
306398
+ "url": "https://api.github.com/repos/octocat/Hello-World"
306399
+ },
306400
+ "payload": {
306401
+ "push_id": 10115855396,
306402
+ "size": 1,
306403
+ "distinct_size": 1,
306404
+ "ref": "refs/heads/master",
306405
+ "head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
306406
+ "before": "883efe034920928c47fe18598c01249d1a9fdabd",
306407
+ "commits": [
306408
+ {
306409
+ "sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
306410
+ "author": {
306411
+ "email": "octocat@github.com",
306412
+ "name": "Monalisa Octocat"
306413
+ },
306414
+ "message": "commit",
306415
+ "distinct": true,
306416
+ "url": "https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
306417
+ }
306418
+ ]
306419
+ },
306420
+ "public": false,
306421
+ "created_at": "2022-06-07T07:50:26Z"
306422
+ }
306423
+ ]
306424
+ }
306208
306425
  }
306209
306426
  }
306210
306427
  }
@@ -308796,6 +309013,84 @@
308796
309013
  "created_at"
308797
309014
  ]
308798
309015
  }
309016
+ },
309017
+ "examples": {
309018
+ "default": {
309019
+ "value": [
309020
+ {
309021
+ "id": "22249084964",
309022
+ "type": "PushEvent",
309023
+ "actor": {
309024
+ "id": 583231,
309025
+ "login": "octocat",
309026
+ "display_login": "octocat",
309027
+ "gravatar_id": "",
309028
+ "url": "https://api.github.com/users/octocat",
309029
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
309030
+ },
309031
+ "repo": {
309032
+ "id": 1296269,
309033
+ "name": "octocat/Hello-World",
309034
+ "url": "https://api.github.com/repos/octocat/Hello-World"
309035
+ },
309036
+ "payload": {
309037
+ "push_id": 10115855396,
309038
+ "size": 1,
309039
+ "distinct_size": 1,
309040
+ "ref": "refs/heads/master",
309041
+ "head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
309042
+ "before": "883efe034920928c47fe18598c01249d1a9fdabd",
309043
+ "commits": [
309044
+ {
309045
+ "sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
309046
+ "author": {
309047
+ "email": "octocat@github.com",
309048
+ "name": "Monalisa Octocat"
309049
+ },
309050
+ "message": "commit",
309051
+ "distinct": true,
309052
+ "url": "https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
309053
+ }
309054
+ ]
309055
+ },
309056
+ "public": false,
309057
+ "created_at": "2022-06-09T12:47:28Z"
309058
+ },
309059
+ {
309060
+ "id": "22196946742",
309061
+ "type": "CreateEvent",
309062
+ "actor": {
309063
+ "id": 583231,
309064
+ "login": "octocat",
309065
+ "display_login": "octocat",
309066
+ "gravatar_id": "",
309067
+ "url": "https://api.github.com/users/octocat",
309068
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
309069
+ },
309070
+ "repo": {
309071
+ "id": 1296269,
309072
+ "name": "octocat/Hello-World",
309073
+ "url": "https://api.github.com/repos/octocat/Hello-World"
309074
+ },
309075
+ "payload": {
309076
+ "ref": null,
309077
+ "ref_type": "repository",
309078
+ "master_branch": "master",
309079
+ "description": null,
309080
+ "pusher_type": "user"
309081
+ },
309082
+ "public": false,
309083
+ "created_at": "2022-06-07T07:50:26Z",
309084
+ "org": {
309085
+ "id": 9919,
309086
+ "login": "github",
309087
+ "gravatar_id": "",
309088
+ "url": "https://api.github.com/orgs/github",
309089
+ "avatar_url": "https://avatars.githubusercontent.com/u/9919?"
309090
+ }
309091
+ }
309092
+ ]
309093
+ }
308799
309094
  }
308800
309095
  }
308801
309096
  }
@@ -311380,6 +311675,71 @@
311380
311675
  "created_at"
311381
311676
  ]
311382
311677
  }
311678
+ },
311679
+ "examples": {
311680
+ "default": {
311681
+ "value": [
311682
+ {
311683
+ "id": "22249084947",
311684
+ "type": "WatchEvent",
311685
+ "actor": {
311686
+ "id": 583231,
311687
+ "login": "octocat",
311688
+ "display_login": "octocat",
311689
+ "gravatar_id": "",
311690
+ "url": "https://api.github.com/users/octocat",
311691
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
311692
+ },
311693
+ "repo": {
311694
+ "id": 1296269,
311695
+ "name": "octocat/Hello-World",
311696
+ "url": "https://api.github.com/repos/octocat/Hello-World"
311697
+ },
311698
+ "payload": { "action": "started" },
311699
+ "public": true,
311700
+ "created_at": "2022-06-09T12:47:28Z"
311701
+ },
311702
+ {
311703
+ "id": "22249084964",
311704
+ "type": "PushEvent",
311705
+ "actor": {
311706
+ "id": 583231,
311707
+ "login": "octocat",
311708
+ "display_login": "octocat",
311709
+ "gravatar_id": "",
311710
+ "url": "https://api.github.com/users/octocat",
311711
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
311712
+ },
311713
+ "repo": {
311714
+ "id": 1296269,
311715
+ "name": "octocat/Hello-World",
311716
+ "url": "https://api.github.com/repos/octocat/Hello-World"
311717
+ },
311718
+ "payload": {
311719
+ "push_id": 10115855396,
311720
+ "size": 1,
311721
+ "distinct_size": 1,
311722
+ "ref": "refs/heads/master",
311723
+ "head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
311724
+ "before": "883efe034920928c47fe18598c01249d1a9fdabd",
311725
+ "commits": [
311726
+ {
311727
+ "sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
311728
+ "author": {
311729
+ "email": "octocat@github.com",
311730
+ "name": "Monalisa Octocat"
311731
+ },
311732
+ "message": "commit",
311733
+ "distinct": true,
311734
+ "url": "https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
311735
+ }
311736
+ ]
311737
+ },
311738
+ "public": true,
311739
+ "created_at": "2022-06-08T23:29:25Z"
311740
+ }
311741
+ ]
311742
+ }
311383
311743
  }
311384
311744
  }
311385
311745
  }
@@ -316323,6 +316683,84 @@
316323
316683
  "created_at"
316324
316684
  ]
316325
316685
  }
316686
+ },
316687
+ "examples": {
316688
+ "default": {
316689
+ "value": [
316690
+ {
316691
+ "id": "22249084964",
316692
+ "type": "PushEvent",
316693
+ "actor": {
316694
+ "id": 583231,
316695
+ "login": "octocat",
316696
+ "display_login": "octocat",
316697
+ "gravatar_id": "",
316698
+ "url": "https://api.github.com/users/octocat",
316699
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
316700
+ },
316701
+ "repo": {
316702
+ "id": 1296269,
316703
+ "name": "octocat/Hello-World",
316704
+ "url": "https://api.github.com/repos/octocat/Hello-World"
316705
+ },
316706
+ "payload": {
316707
+ "push_id": 10115855396,
316708
+ "size": 1,
316709
+ "distinct_size": 1,
316710
+ "ref": "refs/heads/master",
316711
+ "head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
316712
+ "before": "883efe034920928c47fe18598c01249d1a9fdabd",
316713
+ "commits": [
316714
+ {
316715
+ "sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
316716
+ "author": {
316717
+ "email": "octocat@github.com",
316718
+ "name": "Monalisa Octocat"
316719
+ },
316720
+ "message": "commit",
316721
+ "distinct": true,
316722
+ "url": "https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
316723
+ }
316724
+ ]
316725
+ },
316726
+ "public": true,
316727
+ "created_at": "2022-06-09T12:47:28Z"
316728
+ },
316729
+ {
316730
+ "id": "22196946742",
316731
+ "type": "CreateEvent",
316732
+ "actor": {
316733
+ "id": 583231,
316734
+ "login": "octocat",
316735
+ "display_login": "octocat",
316736
+ "gravatar_id": "",
316737
+ "url": "https://api.github.com/users/octocat",
316738
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
316739
+ },
316740
+ "repo": {
316741
+ "id": 1296269,
316742
+ "name": "octocat/Hello-World",
316743
+ "url": "https://api.github.com/repos/octocat/Hello-World"
316744
+ },
316745
+ "payload": {
316746
+ "ref": null,
316747
+ "ref_type": "repository",
316748
+ "master_branch": "master",
316749
+ "description": null,
316750
+ "pusher_type": "user"
316751
+ },
316752
+ "public": false,
316753
+ "created_at": "2022-06-07T07:50:26Z",
316754
+ "org": {
316755
+ "id": 9919,
316756
+ "login": "github",
316757
+ "gravatar_id": "",
316758
+ "url": "https://api.github.com/orgs/github",
316759
+ "avatar_url": "https://avatars.githubusercontent.com/u/9919?"
316760
+ }
316761
+ }
316762
+ ]
316763
+ }
316326
316764
  }
316327
316765
  }
316328
316766
  }
@@ -318907,6 +319345,84 @@
318907
319345
  "created_at"
318908
319346
  ]
318909
319347
  }
319348
+ },
319349
+ "examples": {
319350
+ "default": {
319351
+ "value": [
319352
+ {
319353
+ "id": "22249084964",
319354
+ "type": "PushEvent",
319355
+ "actor": {
319356
+ "id": 583231,
319357
+ "login": "octocat",
319358
+ "display_login": "octocat",
319359
+ "gravatar_id": "",
319360
+ "url": "https://api.github.com/users/octocat",
319361
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
319362
+ },
319363
+ "repo": {
319364
+ "id": 1296269,
319365
+ "name": "octocat/Hello-World",
319366
+ "url": "https://api.github.com/repos/octocat/Hello-World"
319367
+ },
319368
+ "payload": {
319369
+ "push_id": 10115855396,
319370
+ "size": 1,
319371
+ "distinct_size": 1,
319372
+ "ref": "refs/heads/master",
319373
+ "head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
319374
+ "before": "883efe034920928c47fe18598c01249d1a9fdabd",
319375
+ "commits": [
319376
+ {
319377
+ "sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
319378
+ "author": {
319379
+ "email": "octocat@github.com",
319380
+ "name": "Monalisa Octocat"
319381
+ },
319382
+ "message": "commit",
319383
+ "distinct": true,
319384
+ "url": "https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
319385
+ }
319386
+ ]
319387
+ },
319388
+ "public": true,
319389
+ "created_at": "2022-06-09T12:47:28Z"
319390
+ },
319391
+ {
319392
+ "id": "22196946742",
319393
+ "type": "CreateEvent",
319394
+ "actor": {
319395
+ "id": 583231,
319396
+ "login": "octocat",
319397
+ "display_login": "octocat",
319398
+ "gravatar_id": "",
319399
+ "url": "https://api.github.com/users/octocat",
319400
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
319401
+ },
319402
+ "repo": {
319403
+ "id": 1296269,
319404
+ "name": "octocat/Hello-World",
319405
+ "url": "https://api.github.com/repos/octocat/Hello-World"
319406
+ },
319407
+ "payload": {
319408
+ "ref": null,
319409
+ "ref_type": "repository",
319410
+ "master_branch": "master",
319411
+ "description": null,
319412
+ "pusher_type": "user"
319413
+ },
319414
+ "public": false,
319415
+ "created_at": "2022-06-07T07:50:26Z",
319416
+ "org": {
319417
+ "id": 9919,
319418
+ "login": "github",
319419
+ "gravatar_id": "",
319420
+ "url": "https://api.github.com/orgs/github",
319421
+ "avatar_url": "https://avatars.githubusercontent.com/u/9919?"
319422
+ }
319423
+ }
319424
+ ]
319425
+ }
318910
319426
  }
318911
319427
  }
318912
319428
  }
@@ -327676,6 +328192,20 @@
327676
328192
  "responses": { "501": { "description": "Not Implemented" } }
327677
328193
  }
327678
328194
  },
328195
+ "/repos/{owner}/{repo}/dependency-graph/snapshots": {
328196
+ "post": {
328197
+ "summary": "Create a snapshot of dependencies for a repository",
328198
+ "description": "This endpoint does not exist ghes-3.2. It was added in api.github.com",
328199
+ "tags": ["dependency-graph"],
328200
+ "operationId": "dependency-graph/create-repository-snapshot",
328201
+ "externalDocs": {
328202
+ "description": "API method documentation",
328203
+ "url": "https://docs.github.com/rest/reference/dependency-graph#create-a-snapshot-of-dependencies-for-a-repository"
328204
+ },
328205
+ "x-octokit": { "api.github.com": "removed" },
328206
+ "responses": { "501": { "description": "Not Implemented" } }
328207
+ }
328208
+ },
327679
328209
  "/repos/{owner}/{repo}/import": {
327680
328210
  "get": {
327681
328211
  "summary": "Get an import status",