@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.
@@ -9022,6 +9022,7 @@
9022
9022
  "delete"
9023
9023
  ],
9024
9024
  "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}": ["get"],
9025
+ "/repos/{owner}/{repo}/dependency-graph/snapshots": ["post"],
9025
9026
  "/repos/{owner}/{repo}/import": ["get", "put", "delete", "patch"],
9026
9027
  "/repos/{owner}/{repo}/import/authors": ["get"],
9027
9028
  "/repos/{owner}/{repo}/import/authors/{author_id}": ["patch"],
@@ -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" },
@@ -13847,7 +13847,7 @@
13847
13847
  "parameters": [
13848
13848
  {
13849
13849
  "name": "thread_id",
13850
- "description": "The unique identifier of the thread.",
13850
+ "description": "The unique identifier of the pull request thread.",
13851
13851
  "in": "path",
13852
13852
  "required": true,
13853
13853
  "schema": { "type": "integer" }
@@ -143789,6 +143789,71 @@
143789
143789
  "created_at"
143790
143790
  ]
143791
143791
  }
143792
+ },
143793
+ "examples": {
143794
+ "default": {
143795
+ "value": [
143796
+ {
143797
+ "id": "22249084947",
143798
+ "type": "WatchEvent",
143799
+ "actor": {
143800
+ "id": 583231,
143801
+ "login": "octocat",
143802
+ "display_login": "octocat",
143803
+ "gravatar_id": "",
143804
+ "url": "https://api.github.com/users/octocat",
143805
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
143806
+ },
143807
+ "repo": {
143808
+ "id": 1296269,
143809
+ "name": "octocat/Hello-World",
143810
+ "url": "https://api.github.com/repos/octocat/Hello-World"
143811
+ },
143812
+ "payload": { "action": "started" },
143813
+ "public": true,
143814
+ "created_at": "2022-06-09T12:47:28Z"
143815
+ },
143816
+ {
143817
+ "id": "22249084964",
143818
+ "type": "PushEvent",
143819
+ "actor": {
143820
+ "id": 583231,
143821
+ "login": "octocat",
143822
+ "display_login": "octocat",
143823
+ "gravatar_id": "",
143824
+ "url": "https://api.github.com/users/octocat",
143825
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
143826
+ },
143827
+ "repo": {
143828
+ "id": 1296269,
143829
+ "name": "octocat/Hello-World",
143830
+ "url": "https://api.github.com/repos/octocat/Hello-World"
143831
+ },
143832
+ "payload": {
143833
+ "push_id": 10115855396,
143834
+ "size": 1,
143835
+ "distinct_size": 1,
143836
+ "ref": "refs/heads/master",
143837
+ "head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
143838
+ "before": "883efe034920928c47fe18598c01249d1a9fdabd",
143839
+ "commits": [
143840
+ {
143841
+ "sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
143842
+ "author": {
143843
+ "email": "octocat@github.com",
143844
+ "name": "Monalisa Octocat"
143845
+ },
143846
+ "message": "commit",
143847
+ "distinct": true,
143848
+ "url": "https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
143849
+ }
143850
+ ]
143851
+ },
143852
+ "public": false,
143853
+ "created_at": "2022-06-07T07:50:26Z"
143854
+ }
143855
+ ]
143856
+ }
143792
143857
  }
143793
143858
  }
143794
143859
  }
@@ -146380,6 +146445,84 @@
146380
146445
  "created_at"
146381
146446
  ]
146382
146447
  }
146448
+ },
146449
+ "examples": {
146450
+ "default": {
146451
+ "value": [
146452
+ {
146453
+ "id": "22249084964",
146454
+ "type": "PushEvent",
146455
+ "actor": {
146456
+ "id": 583231,
146457
+ "login": "octocat",
146458
+ "display_login": "octocat",
146459
+ "gravatar_id": "",
146460
+ "url": "https://api.github.com/users/octocat",
146461
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
146462
+ },
146463
+ "repo": {
146464
+ "id": 1296269,
146465
+ "name": "octocat/Hello-World",
146466
+ "url": "https://api.github.com/repos/octocat/Hello-World"
146467
+ },
146468
+ "payload": {
146469
+ "push_id": 10115855396,
146470
+ "size": 1,
146471
+ "distinct_size": 1,
146472
+ "ref": "refs/heads/master",
146473
+ "head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
146474
+ "before": "883efe034920928c47fe18598c01249d1a9fdabd",
146475
+ "commits": [
146476
+ {
146477
+ "sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
146478
+ "author": {
146479
+ "email": "octocat@github.com",
146480
+ "name": "Monalisa Octocat"
146481
+ },
146482
+ "message": "commit",
146483
+ "distinct": true,
146484
+ "url": "https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
146485
+ }
146486
+ ]
146487
+ },
146488
+ "public": false,
146489
+ "created_at": "2022-06-09T12:47:28Z"
146490
+ },
146491
+ {
146492
+ "id": "22196946742",
146493
+ "type": "CreateEvent",
146494
+ "actor": {
146495
+ "id": 583231,
146496
+ "login": "octocat",
146497
+ "display_login": "octocat",
146498
+ "gravatar_id": "",
146499
+ "url": "https://api.github.com/users/octocat",
146500
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
146501
+ },
146502
+ "repo": {
146503
+ "id": 1296269,
146504
+ "name": "octocat/Hello-World",
146505
+ "url": "https://api.github.com/repos/octocat/Hello-World"
146506
+ },
146507
+ "payload": {
146508
+ "ref": null,
146509
+ "ref_type": "repository",
146510
+ "master_branch": "master",
146511
+ "description": null,
146512
+ "pusher_type": "user"
146513
+ },
146514
+ "public": false,
146515
+ "created_at": "2022-06-07T07:50:26Z",
146516
+ "org": {
146517
+ "id": 9919,
146518
+ "login": "github",
146519
+ "gravatar_id": "",
146520
+ "url": "https://api.github.com/orgs/github",
146521
+ "avatar_url": "https://avatars.githubusercontent.com/u/9919?"
146522
+ }
146523
+ }
146524
+ ]
146525
+ }
146383
146526
  }
146384
146527
  }
146385
146528
  }
@@ -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" },
@@ -7888,6 +7888,11 @@
7888
7888
  "schema": {
7889
7889
  "type": "array",
7890
7890
  "items": { "$ref": "#/components/schemas/event" }
7891
+ },
7892
+ "examples": {
7893
+ "default": {
7894
+ "$ref": "#/components/examples/user-events-items"
7895
+ }
7891
7896
  }
7892
7897
  }
7893
7898
  }
@@ -7928,6 +7933,11 @@
7928
7933
  "schema": {
7929
7934
  "type": "array",
7930
7935
  "items": { "$ref": "#/components/schemas/event" }
7936
+ },
7937
+ "examples": {
7938
+ "default": {
7939
+ "$ref": "#/components/examples/user-org-events-items"
7940
+ }
7931
7941
  }
7932
7942
  }
7933
7943
  }
@@ -8347,7 +8357,7 @@
8347
8357
  },
8348
8358
  "thread-id": {
8349
8359
  "name": "thread_id",
8350
- "description": "The unique identifier of the thread.",
8360
+ "description": "The unique identifier of the pull request thread.",
8351
8361
  "in": "path",
8352
8362
  "required": true,
8353
8363
  "schema": { "type": "integer" }
@@ -23828,6 +23838,145 @@
23828
23838
  }
23829
23839
  }
23830
23840
  ]
23841
+ },
23842
+ "user-events-items": {
23843
+ "value": [
23844
+ {
23845
+ "id": "22249084947",
23846
+ "type": "WatchEvent",
23847
+ "actor": {
23848
+ "id": 583231,
23849
+ "login": "octocat",
23850
+ "display_login": "octocat",
23851
+ "gravatar_id": "",
23852
+ "url": "https://api.github.com/users/octocat",
23853
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
23854
+ },
23855
+ "repo": {
23856
+ "id": 1296269,
23857
+ "name": "octocat/Hello-World",
23858
+ "url": "https://api.github.com/repos/octocat/Hello-World"
23859
+ },
23860
+ "payload": { "action": "started" },
23861
+ "public": true,
23862
+ "created_at": "2022-06-09T12:47:28Z"
23863
+ },
23864
+ {
23865
+ "id": "22249084964",
23866
+ "type": "PushEvent",
23867
+ "actor": {
23868
+ "id": 583231,
23869
+ "login": "octocat",
23870
+ "display_login": "octocat",
23871
+ "gravatar_id": "",
23872
+ "url": "https://api.github.com/users/octocat",
23873
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
23874
+ },
23875
+ "repo": {
23876
+ "id": 1296269,
23877
+ "name": "octocat/Hello-World",
23878
+ "url": "https://api.github.com/repos/octocat/Hello-World"
23879
+ },
23880
+ "payload": {
23881
+ "push_id": 10115855396,
23882
+ "size": 1,
23883
+ "distinct_size": 1,
23884
+ "ref": "refs/heads/master",
23885
+ "head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
23886
+ "before": "883efe034920928c47fe18598c01249d1a9fdabd",
23887
+ "commits": [
23888
+ {
23889
+ "sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
23890
+ "author": {
23891
+ "email": "octocat@github.com",
23892
+ "name": "Monalisa Octocat"
23893
+ },
23894
+ "message": "commit",
23895
+ "distinct": true,
23896
+ "url": "https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
23897
+ }
23898
+ ]
23899
+ },
23900
+ "public": false,
23901
+ "created_at": "2022-06-07T07:50:26Z"
23902
+ }
23903
+ ]
23904
+ },
23905
+ "user-org-events-items": {
23906
+ "value": [
23907
+ {
23908
+ "id": "22249084964",
23909
+ "type": "PushEvent",
23910
+ "actor": {
23911
+ "id": 583231,
23912
+ "login": "octocat",
23913
+ "display_login": "octocat",
23914
+ "gravatar_id": "",
23915
+ "url": "https://api.github.com/users/octocat",
23916
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
23917
+ },
23918
+ "repo": {
23919
+ "id": 1296269,
23920
+ "name": "octocat/Hello-World",
23921
+ "url": "https://api.github.com/repos/octocat/Hello-World"
23922
+ },
23923
+ "payload": {
23924
+ "push_id": 10115855396,
23925
+ "size": 1,
23926
+ "distinct_size": 1,
23927
+ "ref": "refs/heads/master",
23928
+ "head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
23929
+ "before": "883efe034920928c47fe18598c01249d1a9fdabd",
23930
+ "commits": [
23931
+ {
23932
+ "sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
23933
+ "author": {
23934
+ "email": "octocat@github.com",
23935
+ "name": "Monalisa Octocat"
23936
+ },
23937
+ "message": "commit",
23938
+ "distinct": true,
23939
+ "url": "https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
23940
+ }
23941
+ ]
23942
+ },
23943
+ "public": false,
23944
+ "created_at": "2022-06-09T12:47:28Z"
23945
+ },
23946
+ {
23947
+ "id": "22196946742",
23948
+ "type": "CreateEvent",
23949
+ "actor": {
23950
+ "id": 583231,
23951
+ "login": "octocat",
23952
+ "display_login": "octocat",
23953
+ "gravatar_id": "",
23954
+ "url": "https://api.github.com/users/octocat",
23955
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
23956
+ },
23957
+ "repo": {
23958
+ "id": 1296269,
23959
+ "name": "octocat/Hello-World",
23960
+ "url": "https://api.github.com/repos/octocat/Hello-World"
23961
+ },
23962
+ "payload": {
23963
+ "ref": null,
23964
+ "ref_type": "repository",
23965
+ "master_branch": "master",
23966
+ "description": null,
23967
+ "pusher_type": "user"
23968
+ },
23969
+ "public": false,
23970
+ "created_at": "2022-06-07T07:50:26Z",
23971
+ "org": {
23972
+ "id": 9919,
23973
+ "login": "github",
23974
+ "gravatar_id": "",
23975
+ "url": "https://api.github.com/orgs/github",
23976
+ "avatar_url": "https://avatars.githubusercontent.com/u/9919?"
23977
+ }
23978
+ }
23979
+ ]
23831
23980
  }
23832
23981
  },
23833
23982
  "headers": {
@@ -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" },
@@ -4276,7 +4276,7 @@
4276
4276
  "url": "https://docs.github.com/github-ae@latest/rest/reference/apps#update-a-webhook-configuration-for-an-app"
4277
4277
  },
4278
4278
  "requestBody": {
4279
- "required": false,
4279
+ "required": true,
4280
4280
  "content": {
4281
4281
  "application/json": {
4282
4282
  "schema": {
@@ -30573,7 +30573,7 @@
30573
30573
  "type": "object",
30574
30574
  "properties": {
30575
30575
  "last_read_at": {
30576
- "description": "Describes the last point that notifications were checked.",
30576
+ "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.",
30577
30577
  "type": "string",
30578
30578
  "format": "date-time"
30579
30579
  },
@@ -30582,6 +30582,14 @@
30582
30582
  "type": "boolean"
30583
30583
  }
30584
30584
  }
30585
+ },
30586
+ "examples": {
30587
+ "default": {
30588
+ "value": {
30589
+ "last_read_at": "2022-06-10T00:00:00Z",
30590
+ "read": true
30591
+ }
30592
+ }
30585
30593
  }
30586
30594
  }
30587
30595
  }
@@ -30594,6 +30602,13 @@
30594
30602
  "schema": {
30595
30603
  "type": "object",
30596
30604
  "properties": { "message": { "type": "string" } }
30605
+ },
30606
+ "examples": {
30607
+ "default": {
30608
+ "value": {
30609
+ "message": "Unread notifications couldn't be marked in a single request. Notifications are being marked as read in the background."
30610
+ }
30611
+ }
30597
30612
  }
30598
30613
  }
30599
30614
  }
@@ -30659,7 +30674,7 @@
30659
30674
  "parameters": [
30660
30675
  {
30661
30676
  "name": "thread_id",
30662
- "description": "The unique identifier of the thread.",
30677
+ "description": "The unique identifier of the pull request thread.",
30663
30678
  "in": "path",
30664
30679
  "required": true,
30665
30680
  "schema": { "type": "integer" }
@@ -32131,7 +32146,7 @@
32131
32146
  "parameters": [
32132
32147
  {
32133
32148
  "name": "thread_id",
32134
- "description": "The unique identifier of the thread.",
32149
+ "description": "The unique identifier of the pull request thread.",
32135
32150
  "in": "path",
32136
32151
  "required": true,
32137
32152
  "schema": { "type": "integer" }
@@ -32181,7 +32196,7 @@
32181
32196
  "parameters": [
32182
32197
  {
32183
32198
  "name": "thread_id",
32184
- "description": "The unique identifier of the thread.",
32199
+ "description": "The unique identifier of the pull request thread.",
32185
32200
  "in": "path",
32186
32201
  "required": true,
32187
32202
  "schema": { "type": "integer" }
@@ -32303,7 +32318,7 @@
32303
32318
  "parameters": [
32304
32319
  {
32305
32320
  "name": "thread_id",
32306
- "description": "The unique identifier of the thread.",
32321
+ "description": "The unique identifier of the pull request thread.",
32307
32322
  "in": "path",
32308
32323
  "required": true,
32309
32324
  "schema": { "type": "integer" }
@@ -32322,7 +32337,8 @@
32322
32337
  }
32323
32338
  },
32324
32339
  "type": "object"
32325
- }
32340
+ },
32341
+ "examples": { "default": { "value": { "ignored": false } } }
32326
32342
  }
32327
32343
  }
32328
32344
  },
@@ -32442,7 +32458,7 @@
32442
32458
  "parameters": [
32443
32459
  {
32444
32460
  "name": "thread_id",
32445
- "description": "The unique identifier of the thread.",
32461
+ "description": "The unique identifier of the pull request thread.",
32446
32462
  "in": "path",
32447
32463
  "required": true,
32448
32464
  "schema": { "type": "integer" }
@@ -267101,6 +267117,12 @@
267101
267117
  "default": "member"
267102
267118
  }
267103
267119
  }
267120
+ },
267121
+ "examples": {
267122
+ "default": {
267123
+ "summary": "Assign the member role for a user in a team",
267124
+ "value": { "role": "member" }
267125
+ }
267104
267126
  }
267105
267127
  }
267106
267128
  }
@@ -296513,6 +296535,71 @@
296513
296535
  "created_at"
296514
296536
  ]
296515
296537
  }
296538
+ },
296539
+ "examples": {
296540
+ "default": {
296541
+ "value": [
296542
+ {
296543
+ "id": "22249084947",
296544
+ "type": "WatchEvent",
296545
+ "actor": {
296546
+ "id": 583231,
296547
+ "login": "octocat",
296548
+ "display_login": "octocat",
296549
+ "gravatar_id": "",
296550
+ "url": "https://api.github.com/users/octocat",
296551
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
296552
+ },
296553
+ "repo": {
296554
+ "id": 1296269,
296555
+ "name": "octocat/Hello-World",
296556
+ "url": "https://api.github.com/repos/octocat/Hello-World"
296557
+ },
296558
+ "payload": { "action": "started" },
296559
+ "public": true,
296560
+ "created_at": "2022-06-09T12:47:28Z"
296561
+ },
296562
+ {
296563
+ "id": "22249084964",
296564
+ "type": "PushEvent",
296565
+ "actor": {
296566
+ "id": 583231,
296567
+ "login": "octocat",
296568
+ "display_login": "octocat",
296569
+ "gravatar_id": "",
296570
+ "url": "https://api.github.com/users/octocat",
296571
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
296572
+ },
296573
+ "repo": {
296574
+ "id": 1296269,
296575
+ "name": "octocat/Hello-World",
296576
+ "url": "https://api.github.com/repos/octocat/Hello-World"
296577
+ },
296578
+ "payload": {
296579
+ "push_id": 10115855396,
296580
+ "size": 1,
296581
+ "distinct_size": 1,
296582
+ "ref": "refs/heads/master",
296583
+ "head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
296584
+ "before": "883efe034920928c47fe18598c01249d1a9fdabd",
296585
+ "commits": [
296586
+ {
296587
+ "sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
296588
+ "author": {
296589
+ "email": "octocat@github.com",
296590
+ "name": "Monalisa Octocat"
296591
+ },
296592
+ "message": "commit",
296593
+ "distinct": true,
296594
+ "url": "https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
296595
+ }
296596
+ ]
296597
+ },
296598
+ "public": false,
296599
+ "created_at": "2022-06-07T07:50:26Z"
296600
+ }
296601
+ ]
296602
+ }
296516
296603
  }
296517
296604
  }
296518
296605
  }
@@ -299104,6 +299191,84 @@
299104
299191
  "created_at"
299105
299192
  ]
299106
299193
  }
299194
+ },
299195
+ "examples": {
299196
+ "default": {
299197
+ "value": [
299198
+ {
299199
+ "id": "22249084964",
299200
+ "type": "PushEvent",
299201
+ "actor": {
299202
+ "id": 583231,
299203
+ "login": "octocat",
299204
+ "display_login": "octocat",
299205
+ "gravatar_id": "",
299206
+ "url": "https://api.github.com/users/octocat",
299207
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
299208
+ },
299209
+ "repo": {
299210
+ "id": 1296269,
299211
+ "name": "octocat/Hello-World",
299212
+ "url": "https://api.github.com/repos/octocat/Hello-World"
299213
+ },
299214
+ "payload": {
299215
+ "push_id": 10115855396,
299216
+ "size": 1,
299217
+ "distinct_size": 1,
299218
+ "ref": "refs/heads/master",
299219
+ "head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
299220
+ "before": "883efe034920928c47fe18598c01249d1a9fdabd",
299221
+ "commits": [
299222
+ {
299223
+ "sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
299224
+ "author": {
299225
+ "email": "octocat@github.com",
299226
+ "name": "Monalisa Octocat"
299227
+ },
299228
+ "message": "commit",
299229
+ "distinct": true,
299230
+ "url": "https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
299231
+ }
299232
+ ]
299233
+ },
299234
+ "public": false,
299235
+ "created_at": "2022-06-09T12:47:28Z"
299236
+ },
299237
+ {
299238
+ "id": "22196946742",
299239
+ "type": "CreateEvent",
299240
+ "actor": {
299241
+ "id": 583231,
299242
+ "login": "octocat",
299243
+ "display_login": "octocat",
299244
+ "gravatar_id": "",
299245
+ "url": "https://api.github.com/users/octocat",
299246
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
299247
+ },
299248
+ "repo": {
299249
+ "id": 1296269,
299250
+ "name": "octocat/Hello-World",
299251
+ "url": "https://api.github.com/repos/octocat/Hello-World"
299252
+ },
299253
+ "payload": {
299254
+ "ref": null,
299255
+ "ref_type": "repository",
299256
+ "master_branch": "master",
299257
+ "description": null,
299258
+ "pusher_type": "user"
299259
+ },
299260
+ "public": false,
299261
+ "created_at": "2022-06-07T07:50:26Z",
299262
+ "org": {
299263
+ "id": 9919,
299264
+ "login": "github",
299265
+ "gravatar_id": "",
299266
+ "url": "https://api.github.com/orgs/github",
299267
+ "avatar_url": "https://avatars.githubusercontent.com/u/9919?"
299268
+ }
299269
+ }
299270
+ ]
299271
+ }
299107
299272
  }
299108
299273
  }
299109
299274
  }
@@ -310095,6 +310260,20 @@
310095
310260
  "responses": { "501": { "description": "Not Implemented" } }
310096
310261
  }
310097
310262
  },
310263
+ "/repos/{owner}/{repo}/dependency-graph/snapshots": {
310264
+ "post": {
310265
+ "summary": "Create a snapshot of dependencies for a repository",
310266
+ "description": "This endpoint does not exist github.ae. It was added in api.github.com",
310267
+ "tags": ["dependency-graph"],
310268
+ "operationId": "dependency-graph/create-repository-snapshot",
310269
+ "externalDocs": {
310270
+ "description": "API method documentation",
310271
+ "url": "https://docs.github.com/rest/reference/dependency-graph#create-a-snapshot-of-dependencies-for-a-repository"
310272
+ },
310273
+ "x-octokit": { "api.github.com": "removed" },
310274
+ "responses": { "501": { "description": "Not Implemented" } }
310275
+ }
310276
+ },
310098
310277
  "/repos/{owner}/{repo}/import": {
310099
310278
  "get": {
310100
310279
  "summary": "Get an import status",