@octokit/openapi 13.1.0 → 13.2.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 +517 -152
- package/generated/api.github.com.json +192 -67
- package/generated/ghec.deref.json +517 -152
- package/generated/ghec.json +192 -67
- package/generated/ghes-3.10.deref.json +71 -52
- package/generated/ghes-3.10.json +44 -50
- package/generated/ghes-3.7.deref.json +70 -43
- package/generated/ghes-3.7.json +43 -41
- package/generated/ghes-3.8.deref.json +71 -52
- package/generated/ghes-3.8.json +44 -50
- package/generated/ghes-3.9.deref.json +71 -52
- package/generated/ghes-3.9.json +44 -50
- package/generated/github.ae.deref.json +70 -41
- package/generated/github.ae.json +43 -39
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "13.
|
|
4
|
+
"version": "13.2.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": {
|
|
@@ -15583,23 +15583,8 @@
|
|
|
15583
15583
|
}
|
|
15584
15584
|
},
|
|
15585
15585
|
"responses": {
|
|
15586
|
-
"
|
|
15587
|
-
"description": "
|
|
15588
|
-
"content": {
|
|
15589
|
-
"application/json": {
|
|
15590
|
-
"schema": {
|
|
15591
|
-
"type": "array",
|
|
15592
|
-
"items": {
|
|
15593
|
-
"$ref": "#/components/schemas/org-repo-custom-property-values"
|
|
15594
|
-
}
|
|
15595
|
-
},
|
|
15596
|
-
"examples": {
|
|
15597
|
-
"default": {
|
|
15598
|
-
"$ref": "#/components/examples/org-repo-custom-property-values"
|
|
15599
|
-
}
|
|
15600
|
-
}
|
|
15601
|
-
}
|
|
15602
|
-
}
|
|
15586
|
+
"204": {
|
|
15587
|
+
"description": "No Content when custom property values are successfully created or updated"
|
|
15603
15588
|
},
|
|
15604
15589
|
"403": {
|
|
15605
15590
|
"$ref": "#/components/responses/forbidden"
|
|
@@ -38029,7 +38014,7 @@
|
|
|
38029
38014
|
"operationId": "repos/list-webhooks",
|
|
38030
38015
|
"externalDocs": {
|
|
38031
38016
|
"description": "API method documentation",
|
|
38032
|
-
"url": "https://docs.github.com/rest/webhooks
|
|
38017
|
+
"url": "https://docs.github.com/rest/repos/webhooks#list-repository-webhooks"
|
|
38033
38018
|
},
|
|
38034
38019
|
"parameters": [
|
|
38035
38020
|
{
|
|
@@ -38076,8 +38061,8 @@
|
|
|
38076
38061
|
"x-github": {
|
|
38077
38062
|
"githubCloudOnly": false,
|
|
38078
38063
|
"enabledForGitHubApps": true,
|
|
38079
|
-
"category": "
|
|
38080
|
-
"subcategory": "
|
|
38064
|
+
"category": "repos",
|
|
38065
|
+
"subcategory": "webhooks"
|
|
38081
38066
|
},
|
|
38082
38067
|
"x-octokit": {}
|
|
38083
38068
|
},
|
|
@@ -38090,7 +38075,7 @@
|
|
|
38090
38075
|
"operationId": "repos/create-webhook",
|
|
38091
38076
|
"externalDocs": {
|
|
38092
38077
|
"description": "API method documentation",
|
|
38093
|
-
"url": "https://docs.github.com/rest/webhooks
|
|
38078
|
+
"url": "https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook"
|
|
38094
38079
|
},
|
|
38095
38080
|
"parameters": [
|
|
38096
38081
|
{
|
|
@@ -38213,8 +38198,8 @@
|
|
|
38213
38198
|
"x-github": {
|
|
38214
38199
|
"githubCloudOnly": false,
|
|
38215
38200
|
"enabledForGitHubApps": true,
|
|
38216
|
-
"category": "
|
|
38217
|
-
"subcategory": "
|
|
38201
|
+
"category": "repos",
|
|
38202
|
+
"subcategory": "webhooks"
|
|
38218
38203
|
},
|
|
38219
38204
|
"x-octokit": {}
|
|
38220
38205
|
}
|
|
@@ -38229,7 +38214,7 @@
|
|
|
38229
38214
|
"operationId": "repos/get-webhook",
|
|
38230
38215
|
"externalDocs": {
|
|
38231
38216
|
"description": "API method documentation",
|
|
38232
|
-
"url": "https://docs.github.com/rest/webhooks
|
|
38217
|
+
"url": "https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook"
|
|
38233
38218
|
},
|
|
38234
38219
|
"parameters": [
|
|
38235
38220
|
{
|
|
@@ -38265,8 +38250,8 @@
|
|
|
38265
38250
|
"x-github": {
|
|
38266
38251
|
"githubCloudOnly": false,
|
|
38267
38252
|
"enabledForGitHubApps": true,
|
|
38268
|
-
"category": "
|
|
38269
|
-
"subcategory": "
|
|
38253
|
+
"category": "repos",
|
|
38254
|
+
"subcategory": "webhooks"
|
|
38270
38255
|
},
|
|
38271
38256
|
"x-octokit": {}
|
|
38272
38257
|
},
|
|
@@ -38279,7 +38264,7 @@
|
|
|
38279
38264
|
"operationId": "repos/update-webhook",
|
|
38280
38265
|
"externalDocs": {
|
|
38281
38266
|
"description": "API method documentation",
|
|
38282
|
-
"url": "https://docs.github.com/rest/webhooks
|
|
38267
|
+
"url": "https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook"
|
|
38283
38268
|
},
|
|
38284
38269
|
"parameters": [
|
|
38285
38270
|
{
|
|
@@ -38398,8 +38383,8 @@
|
|
|
38398
38383
|
"x-github": {
|
|
38399
38384
|
"githubCloudOnly": false,
|
|
38400
38385
|
"enabledForGitHubApps": true,
|
|
38401
|
-
"category": "
|
|
38402
|
-
"subcategory": "
|
|
38386
|
+
"category": "repos",
|
|
38387
|
+
"subcategory": "webhooks"
|
|
38403
38388
|
},
|
|
38404
38389
|
"x-octokit": {}
|
|
38405
38390
|
},
|
|
@@ -38412,7 +38397,7 @@
|
|
|
38412
38397
|
"operationId": "repos/delete-webhook",
|
|
38413
38398
|
"externalDocs": {
|
|
38414
38399
|
"description": "API method documentation",
|
|
38415
|
-
"url": "https://docs.github.com/rest/webhooks
|
|
38400
|
+
"url": "https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook"
|
|
38416
38401
|
},
|
|
38417
38402
|
"parameters": [
|
|
38418
38403
|
{
|
|
@@ -38436,8 +38421,8 @@
|
|
|
38436
38421
|
"x-github": {
|
|
38437
38422
|
"githubCloudOnly": false,
|
|
38438
38423
|
"enabledForGitHubApps": true,
|
|
38439
|
-
"category": "
|
|
38440
|
-
"subcategory": "
|
|
38424
|
+
"category": "repos",
|
|
38425
|
+
"subcategory": "webhooks"
|
|
38441
38426
|
},
|
|
38442
38427
|
"x-octokit": {}
|
|
38443
38428
|
}
|
|
@@ -38452,7 +38437,7 @@
|
|
|
38452
38437
|
"operationId": "repos/get-webhook-config-for-repo",
|
|
38453
38438
|
"externalDocs": {
|
|
38454
38439
|
"description": "API method documentation",
|
|
38455
|
-
"url": "https://docs.github.com/rest/webhooks
|
|
38440
|
+
"url": "https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository"
|
|
38456
38441
|
},
|
|
38457
38442
|
"parameters": [
|
|
38458
38443
|
{
|
|
@@ -38485,8 +38470,8 @@
|
|
|
38485
38470
|
"x-github": {
|
|
38486
38471
|
"githubCloudOnly": false,
|
|
38487
38472
|
"enabledForGitHubApps": true,
|
|
38488
|
-
"category": "
|
|
38489
|
-
"subcategory": "
|
|
38473
|
+
"category": "repos",
|
|
38474
|
+
"subcategory": "webhooks"
|
|
38490
38475
|
},
|
|
38491
38476
|
"x-octokit": {}
|
|
38492
38477
|
},
|
|
@@ -38499,7 +38484,7 @@
|
|
|
38499
38484
|
"operationId": "repos/update-webhook-config-for-repo",
|
|
38500
38485
|
"externalDocs": {
|
|
38501
38486
|
"description": "API method documentation",
|
|
38502
|
-
"url": "https://docs.github.com/rest/webhooks
|
|
38487
|
+
"url": "https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository"
|
|
38503
38488
|
},
|
|
38504
38489
|
"parameters": [
|
|
38505
38490
|
{
|
|
@@ -38566,8 +38551,8 @@
|
|
|
38566
38551
|
"x-github": {
|
|
38567
38552
|
"githubCloudOnly": false,
|
|
38568
38553
|
"enabledForGitHubApps": true,
|
|
38569
|
-
"category": "
|
|
38570
|
-
"subcategory": "
|
|
38554
|
+
"category": "repos",
|
|
38555
|
+
"subcategory": "webhooks"
|
|
38571
38556
|
},
|
|
38572
38557
|
"x-octokit": {}
|
|
38573
38558
|
}
|
|
@@ -38582,7 +38567,7 @@
|
|
|
38582
38567
|
"operationId": "repos/list-webhook-deliveries",
|
|
38583
38568
|
"externalDocs": {
|
|
38584
38569
|
"description": "API method documentation",
|
|
38585
|
-
"url": "https://docs.github.com/rest/webhooks
|
|
38570
|
+
"url": "https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook"
|
|
38586
38571
|
},
|
|
38587
38572
|
"parameters": [
|
|
38588
38573
|
{
|
|
@@ -38638,8 +38623,8 @@
|
|
|
38638
38623
|
"x-github": {
|
|
38639
38624
|
"githubCloudOnly": false,
|
|
38640
38625
|
"enabledForGitHubApps": true,
|
|
38641
|
-
"category": "
|
|
38642
|
-
"subcategory": "
|
|
38626
|
+
"category": "repos",
|
|
38627
|
+
"subcategory": "webhooks"
|
|
38643
38628
|
},
|
|
38644
38629
|
"x-octokit": {}
|
|
38645
38630
|
}
|
|
@@ -38654,7 +38639,7 @@
|
|
|
38654
38639
|
"operationId": "repos/get-webhook-delivery",
|
|
38655
38640
|
"externalDocs": {
|
|
38656
38641
|
"description": "API method documentation",
|
|
38657
|
-
"url": "https://docs.github.com/rest/webhooks
|
|
38642
|
+
"url": "https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook"
|
|
38658
38643
|
},
|
|
38659
38644
|
"parameters": [
|
|
38660
38645
|
{
|
|
@@ -38696,8 +38681,8 @@
|
|
|
38696
38681
|
"x-github": {
|
|
38697
38682
|
"githubCloudOnly": false,
|
|
38698
38683
|
"enabledForGitHubApps": true,
|
|
38699
|
-
"category": "
|
|
38700
|
-
"subcategory": "
|
|
38684
|
+
"category": "repos",
|
|
38685
|
+
"subcategory": "webhooks"
|
|
38701
38686
|
},
|
|
38702
38687
|
"x-octokit": {}
|
|
38703
38688
|
}
|
|
@@ -38712,7 +38697,7 @@
|
|
|
38712
38697
|
"operationId": "repos/redeliver-webhook-delivery",
|
|
38713
38698
|
"externalDocs": {
|
|
38714
38699
|
"description": "API method documentation",
|
|
38715
|
-
"url": "https://docs.github.com/rest/webhooks
|
|
38700
|
+
"url": "https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook"
|
|
38716
38701
|
},
|
|
38717
38702
|
"parameters": [
|
|
38718
38703
|
{
|
|
@@ -38742,8 +38727,8 @@
|
|
|
38742
38727
|
"x-github": {
|
|
38743
38728
|
"githubCloudOnly": false,
|
|
38744
38729
|
"enabledForGitHubApps": true,
|
|
38745
|
-
"category": "
|
|
38746
|
-
"subcategory": "
|
|
38730
|
+
"category": "repos",
|
|
38731
|
+
"subcategory": "webhooks"
|
|
38747
38732
|
},
|
|
38748
38733
|
"x-octokit": {}
|
|
38749
38734
|
}
|
|
@@ -38758,7 +38743,7 @@
|
|
|
38758
38743
|
"operationId": "repos/ping-webhook",
|
|
38759
38744
|
"externalDocs": {
|
|
38760
38745
|
"description": "API method documentation",
|
|
38761
|
-
"url": "https://docs.github.com/rest/webhooks
|
|
38746
|
+
"url": "https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook"
|
|
38762
38747
|
},
|
|
38763
38748
|
"parameters": [
|
|
38764
38749
|
{
|
|
@@ -38782,8 +38767,8 @@
|
|
|
38782
38767
|
"x-github": {
|
|
38783
38768
|
"githubCloudOnly": false,
|
|
38784
38769
|
"enabledForGitHubApps": true,
|
|
38785
|
-
"category": "
|
|
38786
|
-
"subcategory": "
|
|
38770
|
+
"category": "repos",
|
|
38771
|
+
"subcategory": "webhooks"
|
|
38787
38772
|
},
|
|
38788
38773
|
"x-octokit": {}
|
|
38789
38774
|
}
|
|
@@ -38798,7 +38783,7 @@
|
|
|
38798
38783
|
"operationId": "repos/test-push-webhook",
|
|
38799
38784
|
"externalDocs": {
|
|
38800
38785
|
"description": "API method documentation",
|
|
38801
|
-
"url": "https://docs.github.com/rest/webhooks
|
|
38786
|
+
"url": "https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook"
|
|
38802
38787
|
},
|
|
38803
38788
|
"parameters": [
|
|
38804
38789
|
{
|
|
@@ -38822,8 +38807,8 @@
|
|
|
38822
38807
|
"x-github": {
|
|
38823
38808
|
"githubCloudOnly": false,
|
|
38824
38809
|
"enabledForGitHubApps": true,
|
|
38825
|
-
"category": "
|
|
38826
|
-
"subcategory": "
|
|
38810
|
+
"category": "repos",
|
|
38811
|
+
"subcategory": "webhooks"
|
|
38827
38812
|
},
|
|
38828
38813
|
"x-octokit": {}
|
|
38829
38814
|
}
|
|
@@ -42924,6 +42909,9 @@
|
|
|
42924
42909
|
}
|
|
42925
42910
|
}
|
|
42926
42911
|
}
|
|
42912
|
+
},
|
|
42913
|
+
"404": {
|
|
42914
|
+
"$ref": "#/components/responses/not_found"
|
|
42927
42915
|
}
|
|
42928
42916
|
},
|
|
42929
42917
|
"x-github": {
|
|
@@ -44699,7 +44687,7 @@
|
|
|
44699
44687
|
"/repos/{owner}/{repo}/properties/values": {
|
|
44700
44688
|
"get": {
|
|
44701
44689
|
"summary": "Get all custom property values for a repository",
|
|
44702
|
-
"description": "Gets all custom property values that are set for a repository.\nUsers with
|
|
44690
|
+
"description": "Gets all custom property values that are set for a repository.\nUsers with read access to the repository can use this endpoint.",
|
|
44703
44691
|
"tags": [
|
|
44704
44692
|
"repos"
|
|
44705
44693
|
],
|
|
@@ -78303,7 +78291,7 @@
|
|
|
78303
78291
|
"pull-request-edited": {
|
|
78304
78292
|
"post": {
|
|
78305
78293
|
"summary": "This event occurs when there is activity on a pull request. For more information, see \"[About pull requests](https://docs.github.com/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests).\" For information about the APIs to manage pull requests, see [the GraphQL API documentation](https://docs.github.com/graphql/reference/objects#pullrequest) or \"[Pulls](https://docs.github.com/rest/pulls/pulls)\" in the REST API documentation.\n\nFor activity related to pull request reviews, pull request review comments, pull request comments, or pull request review threads, use the `pull_request_review`, `pull_request_review_comment`, `issue_comment`, or `pull_request_review_thread` events instead.\n\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Pull requests\" repository permission.",
|
|
78306
|
-
"description": "The title or body of a pull request was edited.",
|
|
78294
|
+
"description": "The title or body of a pull request was edited, or the base branch of a pull request was changed.",
|
|
78307
78295
|
"operationId": "pull-request/edited",
|
|
78308
78296
|
"externalDocs": {
|
|
78309
78297
|
"url": "https://docs.github.com/webhooks/webhook-events-and-payloads#pull_request"
|
|
@@ -97770,7 +97758,9 @@
|
|
|
97770
97758
|
},
|
|
97771
97759
|
"url": {
|
|
97772
97760
|
"type": "string",
|
|
97773
|
-
"
|
|
97761
|
+
"format": "uri",
|
|
97762
|
+
"description": "The API URL for the advisory.",
|
|
97763
|
+
"readOnly": true
|
|
97774
97764
|
},
|
|
97775
97765
|
"html_url": {
|
|
97776
97766
|
"type": "string",
|
|
@@ -101454,7 +101444,8 @@
|
|
|
101454
101444
|
"enum": [
|
|
101455
101445
|
"queued",
|
|
101456
101446
|
"in_progress",
|
|
101457
|
-
"completed"
|
|
101447
|
+
"completed",
|
|
101448
|
+
"waiting"
|
|
101458
101449
|
]
|
|
101459
101450
|
},
|
|
101460
101451
|
"conclusion": {
|
|
@@ -285828,7 +285819,8 @@
|
|
|
285828
285819
|
"permission": "admin",
|
|
285829
285820
|
"parent": null
|
|
285830
285821
|
}
|
|
285831
|
-
]
|
|
285822
|
+
],
|
|
285823
|
+
"private_fork": null
|
|
285832
285824
|
},
|
|
285833
285825
|
{
|
|
285834
285826
|
"ghsa_id": "GHSA-1234-5678-9012",
|
|
@@ -285894,11 +285886,9 @@
|
|
|
285894
285886
|
"published_at": "2020-01-04T00:00:00Z",
|
|
285895
285887
|
"closed_at": null,
|
|
285896
285888
|
"withdrawn_at": null,
|
|
285897
|
-
"submission":
|
|
285898
|
-
|
|
285899
|
-
|
|
285900
|
-
}
|
|
285901
|
-
],
|
|
285889
|
+
"submission": {
|
|
285890
|
+
"accepted": true
|
|
285891
|
+
},
|
|
285902
285892
|
"vulnerabilities": [
|
|
285903
285893
|
{
|
|
285904
285894
|
"package": {
|
|
@@ -286006,7 +285996,74 @@
|
|
|
286006
285996
|
"permission": "admin",
|
|
286007
285997
|
"parent": null
|
|
286008
285998
|
}
|
|
286009
|
-
]
|
|
285999
|
+
],
|
|
286000
|
+
"private_fork": {
|
|
286001
|
+
"id": 217723378,
|
|
286002
|
+
"node_id": "MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=",
|
|
286003
|
+
"name": "octo-repo-ghsa-1234-5678-9012",
|
|
286004
|
+
"full_name": "octo-org/octo-repo-ghsa-1234-5678-9012",
|
|
286005
|
+
"owner": {
|
|
286006
|
+
"login": "octo-org",
|
|
286007
|
+
"id": 6811672,
|
|
286008
|
+
"node_id": "MDEyOk9yZ2FuaXphdGlvbjY4MTE2NzI=",
|
|
286009
|
+
"avatar_url": "https://avatars3.githubusercontent.com/u/6811672?v=4",
|
|
286010
|
+
"gravatar_id": "",
|
|
286011
|
+
"url": "https://api.github.com/users/octo-org",
|
|
286012
|
+
"html_url": "https://github.com/octo-org",
|
|
286013
|
+
"followers_url": "https://api.github.com/users/octo-org/followers",
|
|
286014
|
+
"following_url": "https://api.github.com/users/octo-org/following{/other_user}",
|
|
286015
|
+
"gists_url": "https://api.github.com/users/octo-org/gists{/gist_id}",
|
|
286016
|
+
"starred_url": "https://api.github.com/users/octo-org/starred{/owner}{/repo}",
|
|
286017
|
+
"subscriptions_url": "https://api.github.com/users/octo-org/subscriptions",
|
|
286018
|
+
"organizations_url": "https://api.github.com/users/octo-org/orgs",
|
|
286019
|
+
"repos_url": "https://api.github.com/users/octo-org/repos",
|
|
286020
|
+
"events_url": "https://api.github.com/users/octo-org/events{/privacy}",
|
|
286021
|
+
"received_events_url": "https://api.github.com/users/octo-org/received_events",
|
|
286022
|
+
"type": "Organization",
|
|
286023
|
+
"site_admin": false
|
|
286024
|
+
},
|
|
286025
|
+
"private": true,
|
|
286026
|
+
"html_url": "https://github.com/octo-org/octo-repo-ghsa-1234-5678-9012",
|
|
286027
|
+
"description": null,
|
|
286028
|
+
"fork": false,
|
|
286029
|
+
"url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012",
|
|
286030
|
+
"archive_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/{archive_format}{/ref}",
|
|
286031
|
+
"assignees_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/assignees{/user}",
|
|
286032
|
+
"blobs_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/git/blobs{/sha}",
|
|
286033
|
+
"branches_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/branches{/branch}",
|
|
286034
|
+
"collaborators_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/collaborators{/collaborator}",
|
|
286035
|
+
"comments_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/comments{/number}",
|
|
286036
|
+
"commits_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/commits{/sha}",
|
|
286037
|
+
"compare_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/compare/{base}...{head}",
|
|
286038
|
+
"contents_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/contents/{+path}",
|
|
286039
|
+
"contributors_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/contributors",
|
|
286040
|
+
"deployments_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/deployments",
|
|
286041
|
+
"downloads_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/downloads",
|
|
286042
|
+
"events_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/events",
|
|
286043
|
+
"forks_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/forks",
|
|
286044
|
+
"git_commits_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/git/commits{/sha}",
|
|
286045
|
+
"git_refs_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/git/refs{/sha}",
|
|
286046
|
+
"git_tags_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/git/tags{/sha}",
|
|
286047
|
+
"hooks_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/hooks",
|
|
286048
|
+
"issue_comment_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/issues/comments{/number}",
|
|
286049
|
+
"issue_events_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/issues/events{/number}",
|
|
286050
|
+
"issues_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/issues{/number}",
|
|
286051
|
+
"keys_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/keys{/key_id}",
|
|
286052
|
+
"labels_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/labels{/name}",
|
|
286053
|
+
"languages_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/languages",
|
|
286054
|
+
"merges_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/merges",
|
|
286055
|
+
"milestones_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/milestones{/number}",
|
|
286056
|
+
"notifications_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/notifications{?since,all,participating}",
|
|
286057
|
+
"pulls_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/pulls{/number}",
|
|
286058
|
+
"releases_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/releases{/id}",
|
|
286059
|
+
"stargazers_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/stargazers",
|
|
286060
|
+
"statuses_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/statuses/{sha}",
|
|
286061
|
+
"subscribers_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/subscribers",
|
|
286062
|
+
"subscription_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/subscription",
|
|
286063
|
+
"tags_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/tags",
|
|
286064
|
+
"teams_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/teams",
|
|
286065
|
+
"trees_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/git/trees{/sha}"
|
|
286066
|
+
}
|
|
286010
286067
|
}
|
|
286011
286068
|
]
|
|
286012
286069
|
},
|
|
@@ -300090,7 +300147,74 @@
|
|
|
300090
300147
|
"permission": "admin",
|
|
300091
300148
|
"parent": null
|
|
300092
300149
|
}
|
|
300093
|
-
]
|
|
300150
|
+
],
|
|
300151
|
+
"private_fork": {
|
|
300152
|
+
"id": 217723378,
|
|
300153
|
+
"node_id": "MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=",
|
|
300154
|
+
"name": "octo-repo-ghsa-abcd-1234-efgh",
|
|
300155
|
+
"full_name": "octo-org/octo-repo-ghsa-abcd-1234-efgh",
|
|
300156
|
+
"owner": {
|
|
300157
|
+
"login": "octo-org",
|
|
300158
|
+
"id": 6811672,
|
|
300159
|
+
"node_id": "MDEyOk9yZ2FuaXphdGlvbjY4MTE2NzI=",
|
|
300160
|
+
"avatar_url": "https://avatars3.githubusercontent.com/u/6811672?v=4",
|
|
300161
|
+
"gravatar_id": "",
|
|
300162
|
+
"url": "https://api.github.com/users/octo-org",
|
|
300163
|
+
"html_url": "https://github.com/octo-org",
|
|
300164
|
+
"followers_url": "https://api.github.com/users/octo-org/followers",
|
|
300165
|
+
"following_url": "https://api.github.com/users/octo-org/following{/other_user}",
|
|
300166
|
+
"gists_url": "https://api.github.com/users/octo-org/gists{/gist_id}",
|
|
300167
|
+
"starred_url": "https://api.github.com/users/octo-org/starred{/owner}{/repo}",
|
|
300168
|
+
"subscriptions_url": "https://api.github.com/users/octo-org/subscriptions",
|
|
300169
|
+
"organizations_url": "https://api.github.com/users/octo-org/orgs",
|
|
300170
|
+
"repos_url": "https://api.github.com/users/octo-org/repos",
|
|
300171
|
+
"events_url": "https://api.github.com/users/octo-org/events{/privacy}",
|
|
300172
|
+
"received_events_url": "https://api.github.com/users/octo-org/received_events",
|
|
300173
|
+
"type": "Organization",
|
|
300174
|
+
"site_admin": false
|
|
300175
|
+
},
|
|
300176
|
+
"private": true,
|
|
300177
|
+
"html_url": "https://github.com/octo-org/octo-repo-ghsa-abcd-1234-efgh",
|
|
300178
|
+
"description": null,
|
|
300179
|
+
"fork": false,
|
|
300180
|
+
"url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh",
|
|
300181
|
+
"archive_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/{archive_format}{/ref}",
|
|
300182
|
+
"assignees_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/assignees{/user}",
|
|
300183
|
+
"blobs_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/blobs{/sha}",
|
|
300184
|
+
"branches_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/branches{/branch}",
|
|
300185
|
+
"collaborators_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/collaborators{/collaborator}",
|
|
300186
|
+
"comments_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/comments{/number}",
|
|
300187
|
+
"commits_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/commits{/sha}",
|
|
300188
|
+
"compare_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/compare/{base}...{head}",
|
|
300189
|
+
"contents_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/contents/{+path}",
|
|
300190
|
+
"contributors_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/contributors",
|
|
300191
|
+
"deployments_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/deployments",
|
|
300192
|
+
"downloads_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/downloads",
|
|
300193
|
+
"events_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/events",
|
|
300194
|
+
"forks_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/forks",
|
|
300195
|
+
"git_commits_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/commits{/sha}",
|
|
300196
|
+
"git_refs_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/refs{/sha}",
|
|
300197
|
+
"git_tags_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/tags{/sha}",
|
|
300198
|
+
"hooks_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/hooks",
|
|
300199
|
+
"issue_comment_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/issues/comments{/number}",
|
|
300200
|
+
"issue_events_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/issues/events{/number}",
|
|
300201
|
+
"issues_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/issues{/number}",
|
|
300202
|
+
"keys_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/keys{/key_id}",
|
|
300203
|
+
"labels_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/labels{/name}",
|
|
300204
|
+
"languages_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/languages",
|
|
300205
|
+
"merges_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/merges",
|
|
300206
|
+
"milestones_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/milestones{/number}",
|
|
300207
|
+
"notifications_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/notifications{?since,all,participating}",
|
|
300208
|
+
"pulls_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/pulls{/number}",
|
|
300209
|
+
"releases_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/releases{/id}",
|
|
300210
|
+
"stargazers_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/stargazers",
|
|
300211
|
+
"statuses_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/statuses/{sha}",
|
|
300212
|
+
"subscribers_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/subscribers",
|
|
300213
|
+
"subscription_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/subscription",
|
|
300214
|
+
"tags_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/tags",
|
|
300215
|
+
"teams_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/teams",
|
|
300216
|
+
"trees_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/trees{/sha}"
|
|
300217
|
+
}
|
|
300094
300218
|
}
|
|
300095
300219
|
},
|
|
300096
300220
|
"repository-advisory-pvr": {
|
|
@@ -300235,7 +300359,8 @@
|
|
|
300235
300359
|
"permission": "admin",
|
|
300236
300360
|
"parent": null
|
|
300237
300361
|
}
|
|
300238
|
-
]
|
|
300362
|
+
],
|
|
300363
|
+
"private_fork": null
|
|
300239
300364
|
}
|
|
300240
300365
|
},
|
|
300241
300366
|
"simple-user-items-default-response": {
|