@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": {
|
|
@@ -101811,89 +101811,8 @@
|
|
|
101811
101811
|
}
|
|
101812
101812
|
},
|
|
101813
101813
|
"responses": {
|
|
101814
|
-
"
|
|
101815
|
-
"description": "
|
|
101816
|
-
"content": {
|
|
101817
|
-
"application/json": {
|
|
101818
|
-
"schema": {
|
|
101819
|
-
"type": "array",
|
|
101820
|
-
"items": {
|
|
101821
|
-
"title": "Organization Repository Custom Property Values",
|
|
101822
|
-
"description": "List of custom property values for a repository",
|
|
101823
|
-
"type": "object",
|
|
101824
|
-
"properties": {
|
|
101825
|
-
"repository_id": {
|
|
101826
|
-
"type": "integer",
|
|
101827
|
-
"example": 1296269
|
|
101828
|
-
},
|
|
101829
|
-
"repository_name": {
|
|
101830
|
-
"type": "string",
|
|
101831
|
-
"example": "Hello-World"
|
|
101832
|
-
},
|
|
101833
|
-
"repository_full_name": {
|
|
101834
|
-
"type": "string",
|
|
101835
|
-
"example": "octocat/Hello-World"
|
|
101836
|
-
},
|
|
101837
|
-
"properties": {
|
|
101838
|
-
"type": "array",
|
|
101839
|
-
"items": {
|
|
101840
|
-
"title": "Custom Property Value",
|
|
101841
|
-
"description": "Custom property name and associated value",
|
|
101842
|
-
"type": "object",
|
|
101843
|
-
"properties": {
|
|
101844
|
-
"property_name": {
|
|
101845
|
-
"type": "string",
|
|
101846
|
-
"description": "The name of the property"
|
|
101847
|
-
},
|
|
101848
|
-
"value": {
|
|
101849
|
-
"type": "string",
|
|
101850
|
-
"description": "The value assigned to the property",
|
|
101851
|
-
"nullable": true
|
|
101852
|
-
}
|
|
101853
|
-
},
|
|
101854
|
-
"required": [
|
|
101855
|
-
"property_name",
|
|
101856
|
-
"value"
|
|
101857
|
-
]
|
|
101858
|
-
},
|
|
101859
|
-
"description": "List of custom property names and associated values"
|
|
101860
|
-
}
|
|
101861
|
-
},
|
|
101862
|
-
"required": [
|
|
101863
|
-
"repository_id",
|
|
101864
|
-
"repository_name",
|
|
101865
|
-
"repository_full_name",
|
|
101866
|
-
"properties"
|
|
101867
|
-
]
|
|
101868
|
-
}
|
|
101869
|
-
},
|
|
101870
|
-
"examples": {
|
|
101871
|
-
"default": {
|
|
101872
|
-
"value": [
|
|
101873
|
-
{
|
|
101874
|
-
"repository_id": 1296269,
|
|
101875
|
-
"repository_name": "Hello-World",
|
|
101876
|
-
"repository_full_name": "octocat/Hello-World",
|
|
101877
|
-
"properties": [
|
|
101878
|
-
{
|
|
101879
|
-
"property_name": "environment",
|
|
101880
|
-
"value": "production"
|
|
101881
|
-
},
|
|
101882
|
-
{
|
|
101883
|
-
"property_name": "service",
|
|
101884
|
-
"value": "web"
|
|
101885
|
-
},
|
|
101886
|
-
{
|
|
101887
|
-
"property_name": "team",
|
|
101888
|
-
"value": "octocat"
|
|
101889
|
-
}
|
|
101890
|
-
]
|
|
101891
|
-
}
|
|
101892
|
-
]
|
|
101893
|
-
}
|
|
101894
|
-
}
|
|
101895
|
-
}
|
|
101896
|
-
}
|
|
101814
|
+
"204": {
|
|
101815
|
+
"description": "No Content when custom property values are successfully created or updated"
|
|
101897
101816
|
},
|
|
101898
101817
|
"403": {
|
|
101899
101818
|
"description": "Forbidden",
|
|
@@ -112248,7 +112167,9 @@
|
|
|
112248
112167
|
},
|
|
112249
112168
|
"url": {
|
|
112250
112169
|
"type": "string",
|
|
112251
|
-
"
|
|
112170
|
+
"format": "uri",
|
|
112171
|
+
"description": "The API URL for the advisory.",
|
|
112172
|
+
"readOnly": true
|
|
112252
112173
|
},
|
|
112253
112174
|
"html_url": {
|
|
112254
112175
|
"type": "string",
|
|
@@ -113858,7 +113779,8 @@
|
|
|
113858
113779
|
"permission": "admin",
|
|
113859
113780
|
"parent": null
|
|
113860
113781
|
}
|
|
113861
|
-
]
|
|
113782
|
+
],
|
|
113783
|
+
"private_fork": null
|
|
113862
113784
|
},
|
|
113863
113785
|
{
|
|
113864
113786
|
"ghsa_id": "GHSA-1234-5678-9012",
|
|
@@ -113924,11 +113846,9 @@
|
|
|
113924
113846
|
"published_at": "2020-01-04T00:00:00Z",
|
|
113925
113847
|
"closed_at": null,
|
|
113926
113848
|
"withdrawn_at": null,
|
|
113927
|
-
"submission":
|
|
113928
|
-
|
|
113929
|
-
|
|
113930
|
-
}
|
|
113931
|
-
],
|
|
113849
|
+
"submission": {
|
|
113850
|
+
"accepted": true
|
|
113851
|
+
},
|
|
113932
113852
|
"vulnerabilities": [
|
|
113933
113853
|
{
|
|
113934
113854
|
"package": {
|
|
@@ -114036,7 +113956,74 @@
|
|
|
114036
113956
|
"permission": "admin",
|
|
114037
113957
|
"parent": null
|
|
114038
113958
|
}
|
|
114039
|
-
]
|
|
113959
|
+
],
|
|
113960
|
+
"private_fork": {
|
|
113961
|
+
"id": 217723378,
|
|
113962
|
+
"node_id": "MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=",
|
|
113963
|
+
"name": "octo-repo-ghsa-1234-5678-9012",
|
|
113964
|
+
"full_name": "octo-org/octo-repo-ghsa-1234-5678-9012",
|
|
113965
|
+
"owner": {
|
|
113966
|
+
"login": "octo-org",
|
|
113967
|
+
"id": 6811672,
|
|
113968
|
+
"node_id": "MDEyOk9yZ2FuaXphdGlvbjY4MTE2NzI=",
|
|
113969
|
+
"avatar_url": "https://avatars3.githubusercontent.com/u/6811672?v=4",
|
|
113970
|
+
"gravatar_id": "",
|
|
113971
|
+
"url": "https://api.github.com/users/octo-org",
|
|
113972
|
+
"html_url": "https://github.com/octo-org",
|
|
113973
|
+
"followers_url": "https://api.github.com/users/octo-org/followers",
|
|
113974
|
+
"following_url": "https://api.github.com/users/octo-org/following{/other_user}",
|
|
113975
|
+
"gists_url": "https://api.github.com/users/octo-org/gists{/gist_id}",
|
|
113976
|
+
"starred_url": "https://api.github.com/users/octo-org/starred{/owner}{/repo}",
|
|
113977
|
+
"subscriptions_url": "https://api.github.com/users/octo-org/subscriptions",
|
|
113978
|
+
"organizations_url": "https://api.github.com/users/octo-org/orgs",
|
|
113979
|
+
"repos_url": "https://api.github.com/users/octo-org/repos",
|
|
113980
|
+
"events_url": "https://api.github.com/users/octo-org/events{/privacy}",
|
|
113981
|
+
"received_events_url": "https://api.github.com/users/octo-org/received_events",
|
|
113982
|
+
"type": "Organization",
|
|
113983
|
+
"site_admin": false
|
|
113984
|
+
},
|
|
113985
|
+
"private": true,
|
|
113986
|
+
"html_url": "https://github.com/octo-org/octo-repo-ghsa-1234-5678-9012",
|
|
113987
|
+
"description": null,
|
|
113988
|
+
"fork": false,
|
|
113989
|
+
"url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012",
|
|
113990
|
+
"archive_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/{archive_format}{/ref}",
|
|
113991
|
+
"assignees_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/assignees{/user}",
|
|
113992
|
+
"blobs_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/git/blobs{/sha}",
|
|
113993
|
+
"branches_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/branches{/branch}",
|
|
113994
|
+
"collaborators_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/collaborators{/collaborator}",
|
|
113995
|
+
"comments_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/comments{/number}",
|
|
113996
|
+
"commits_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/commits{/sha}",
|
|
113997
|
+
"compare_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/compare/{base}...{head}",
|
|
113998
|
+
"contents_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/contents/{+path}",
|
|
113999
|
+
"contributors_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/contributors",
|
|
114000
|
+
"deployments_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/deployments",
|
|
114001
|
+
"downloads_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/downloads",
|
|
114002
|
+
"events_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/events",
|
|
114003
|
+
"forks_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/forks",
|
|
114004
|
+
"git_commits_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/git/commits{/sha}",
|
|
114005
|
+
"git_refs_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/git/refs{/sha}",
|
|
114006
|
+
"git_tags_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/git/tags{/sha}",
|
|
114007
|
+
"hooks_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/hooks",
|
|
114008
|
+
"issue_comment_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/issues/comments{/number}",
|
|
114009
|
+
"issue_events_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/issues/events{/number}",
|
|
114010
|
+
"issues_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/issues{/number}",
|
|
114011
|
+
"keys_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/keys{/key_id}",
|
|
114012
|
+
"labels_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/labels{/name}",
|
|
114013
|
+
"languages_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/languages",
|
|
114014
|
+
"merges_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/merges",
|
|
114015
|
+
"milestones_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/milestones{/number}",
|
|
114016
|
+
"notifications_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/notifications{?since,all,participating}",
|
|
114017
|
+
"pulls_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/pulls{/number}",
|
|
114018
|
+
"releases_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/releases{/id}",
|
|
114019
|
+
"stargazers_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/stargazers",
|
|
114020
|
+
"statuses_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/statuses/{sha}",
|
|
114021
|
+
"subscribers_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/subscribers",
|
|
114022
|
+
"subscription_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/subscription",
|
|
114023
|
+
"tags_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/tags",
|
|
114024
|
+
"teams_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/teams",
|
|
114025
|
+
"trees_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/git/trees{/sha}"
|
|
114026
|
+
}
|
|
114040
114027
|
}
|
|
114041
114028
|
]
|
|
114042
114029
|
}
|
|
@@ -145218,7 +145205,8 @@
|
|
|
145218
145205
|
"enum": [
|
|
145219
145206
|
"queued",
|
|
145220
145207
|
"in_progress",
|
|
145221
|
-
"completed"
|
|
145208
|
+
"completed",
|
|
145209
|
+
"waiting"
|
|
145222
145210
|
]
|
|
145223
145211
|
},
|
|
145224
145212
|
"conclusion": {
|
|
@@ -158931,7 +158919,8 @@
|
|
|
158931
158919
|
"enum": [
|
|
158932
158920
|
"queued",
|
|
158933
158921
|
"in_progress",
|
|
158934
|
-
"completed"
|
|
158922
|
+
"completed",
|
|
158923
|
+
"waiting"
|
|
158935
158924
|
]
|
|
158936
158925
|
},
|
|
158937
158926
|
"conclusion": {
|
|
@@ -159794,7 +159783,8 @@
|
|
|
159794
159783
|
"enum": [
|
|
159795
159784
|
"queued",
|
|
159796
159785
|
"in_progress",
|
|
159797
|
-
"completed"
|
|
159786
|
+
"completed",
|
|
159787
|
+
"waiting"
|
|
159798
159788
|
]
|
|
159799
159789
|
},
|
|
159800
159790
|
"conclusion": {
|
|
@@ -253547,7 +253537,7 @@
|
|
|
253547
253537
|
"operationId": "repos/list-webhooks",
|
|
253548
253538
|
"externalDocs": {
|
|
253549
253539
|
"description": "API method documentation",
|
|
253550
|
-
"url": "https://docs.github.com/rest/webhooks
|
|
253540
|
+
"url": "https://docs.github.com/rest/repos/webhooks#list-repository-webhooks"
|
|
253551
253541
|
},
|
|
253552
253542
|
"parameters": [
|
|
253553
253543
|
{
|
|
@@ -253828,8 +253818,8 @@
|
|
|
253828
253818
|
"x-github": {
|
|
253829
253819
|
"githubCloudOnly": false,
|
|
253830
253820
|
"enabledForGitHubApps": true,
|
|
253831
|
-
"category": "
|
|
253832
|
-
"subcategory": "
|
|
253821
|
+
"category": "repos",
|
|
253822
|
+
"subcategory": "webhooks"
|
|
253833
253823
|
},
|
|
253834
253824
|
"x-octokit": {}
|
|
253835
253825
|
},
|
|
@@ -253842,7 +253832,7 @@
|
|
|
253842
253832
|
"operationId": "repos/create-webhook",
|
|
253843
253833
|
"externalDocs": {
|
|
253844
253834
|
"description": "API method documentation",
|
|
253845
|
-
"url": "https://docs.github.com/rest/webhooks
|
|
253835
|
+
"url": "https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook"
|
|
253846
253836
|
},
|
|
253847
253837
|
"parameters": [
|
|
253848
253838
|
{
|
|
@@ -254287,8 +254277,8 @@
|
|
|
254287
254277
|
"x-github": {
|
|
254288
254278
|
"githubCloudOnly": false,
|
|
254289
254279
|
"enabledForGitHubApps": true,
|
|
254290
|
-
"category": "
|
|
254291
|
-
"subcategory": "
|
|
254280
|
+
"category": "repos",
|
|
254281
|
+
"subcategory": "webhooks"
|
|
254292
254282
|
},
|
|
254293
254283
|
"x-octokit": {}
|
|
254294
254284
|
}
|
|
@@ -254303,7 +254293,7 @@
|
|
|
254303
254293
|
"operationId": "repos/get-webhook",
|
|
254304
254294
|
"externalDocs": {
|
|
254305
254295
|
"description": "API method documentation",
|
|
254306
|
-
"url": "https://docs.github.com/rest/webhooks
|
|
254296
|
+
"url": "https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook"
|
|
254307
254297
|
},
|
|
254308
254298
|
"parameters": [
|
|
254309
254299
|
{
|
|
@@ -254562,8 +254552,8 @@
|
|
|
254562
254552
|
"x-github": {
|
|
254563
254553
|
"githubCloudOnly": false,
|
|
254564
254554
|
"enabledForGitHubApps": true,
|
|
254565
|
-
"category": "
|
|
254566
|
-
"subcategory": "
|
|
254555
|
+
"category": "repos",
|
|
254556
|
+
"subcategory": "webhooks"
|
|
254567
254557
|
},
|
|
254568
254558
|
"x-octokit": {}
|
|
254569
254559
|
},
|
|
@@ -254576,7 +254566,7 @@
|
|
|
254576
254566
|
"operationId": "repos/update-webhook",
|
|
254577
254567
|
"externalDocs": {
|
|
254578
254568
|
"description": "API method documentation",
|
|
254579
|
-
"url": "https://docs.github.com/rest/webhooks
|
|
254569
|
+
"url": "https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook"
|
|
254580
254570
|
},
|
|
254581
254571
|
"parameters": [
|
|
254582
254572
|
{
|
|
@@ -255000,8 +254990,8 @@
|
|
|
255000
254990
|
"x-github": {
|
|
255001
254991
|
"githubCloudOnly": false,
|
|
255002
254992
|
"enabledForGitHubApps": true,
|
|
255003
|
-
"category": "
|
|
255004
|
-
"subcategory": "
|
|
254993
|
+
"category": "repos",
|
|
254994
|
+
"subcategory": "webhooks"
|
|
255005
254995
|
},
|
|
255006
254996
|
"x-octokit": {}
|
|
255007
254997
|
},
|
|
@@ -255014,7 +255004,7 @@
|
|
|
255014
255004
|
"operationId": "repos/delete-webhook",
|
|
255015
255005
|
"externalDocs": {
|
|
255016
255006
|
"description": "API method documentation",
|
|
255017
|
-
"url": "https://docs.github.com/rest/webhooks
|
|
255007
|
+
"url": "https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook"
|
|
255018
255008
|
},
|
|
255019
255009
|
"parameters": [
|
|
255020
255010
|
{
|
|
@@ -255079,8 +255069,8 @@
|
|
|
255079
255069
|
"x-github": {
|
|
255080
255070
|
"githubCloudOnly": false,
|
|
255081
255071
|
"enabledForGitHubApps": true,
|
|
255082
|
-
"category": "
|
|
255083
|
-
"subcategory": "
|
|
255072
|
+
"category": "repos",
|
|
255073
|
+
"subcategory": "webhooks"
|
|
255084
255074
|
},
|
|
255085
255075
|
"x-octokit": {}
|
|
255086
255076
|
}
|
|
@@ -255095,7 +255085,7 @@
|
|
|
255095
255085
|
"operationId": "repos/get-webhook-config-for-repo",
|
|
255096
255086
|
"externalDocs": {
|
|
255097
255087
|
"description": "API method documentation",
|
|
255098
|
-
"url": "https://docs.github.com/rest/webhooks
|
|
255088
|
+
"url": "https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository"
|
|
255099
255089
|
},
|
|
255100
255090
|
"parameters": [
|
|
255101
255091
|
{
|
|
@@ -255183,8 +255173,8 @@
|
|
|
255183
255173
|
"x-github": {
|
|
255184
255174
|
"githubCloudOnly": false,
|
|
255185
255175
|
"enabledForGitHubApps": true,
|
|
255186
|
-
"category": "
|
|
255187
|
-
"subcategory": "
|
|
255176
|
+
"category": "repos",
|
|
255177
|
+
"subcategory": "webhooks"
|
|
255188
255178
|
},
|
|
255189
255179
|
"x-octokit": {}
|
|
255190
255180
|
},
|
|
@@ -255197,7 +255187,7 @@
|
|
|
255197
255187
|
"operationId": "repos/update-webhook-config-for-repo",
|
|
255198
255188
|
"externalDocs": {
|
|
255199
255189
|
"description": "API method documentation",
|
|
255200
|
-
"url": "https://docs.github.com/rest/webhooks
|
|
255190
|
+
"url": "https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository"
|
|
255201
255191
|
},
|
|
255202
255192
|
"parameters": [
|
|
255203
255193
|
{
|
|
@@ -255335,8 +255325,8 @@
|
|
|
255335
255325
|
"x-github": {
|
|
255336
255326
|
"githubCloudOnly": false,
|
|
255337
255327
|
"enabledForGitHubApps": true,
|
|
255338
|
-
"category": "
|
|
255339
|
-
"subcategory": "
|
|
255328
|
+
"category": "repos",
|
|
255329
|
+
"subcategory": "webhooks"
|
|
255340
255330
|
},
|
|
255341
255331
|
"x-octokit": {}
|
|
255342
255332
|
}
|
|
@@ -255351,7 +255341,7 @@
|
|
|
255351
255341
|
"operationId": "repos/list-webhook-deliveries",
|
|
255352
255342
|
"externalDocs": {
|
|
255353
255343
|
"description": "API method documentation",
|
|
255354
|
-
"url": "https://docs.github.com/rest/webhooks
|
|
255344
|
+
"url": "https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook"
|
|
255355
255345
|
},
|
|
255356
255346
|
"parameters": [
|
|
255357
255347
|
{
|
|
@@ -255663,8 +255653,8 @@
|
|
|
255663
255653
|
"x-github": {
|
|
255664
255654
|
"githubCloudOnly": false,
|
|
255665
255655
|
"enabledForGitHubApps": true,
|
|
255666
|
-
"category": "
|
|
255667
|
-
"subcategory": "
|
|
255656
|
+
"category": "repos",
|
|
255657
|
+
"subcategory": "webhooks"
|
|
255668
255658
|
},
|
|
255669
255659
|
"x-octokit": {}
|
|
255670
255660
|
}
|
|
@@ -255679,7 +255669,7 @@
|
|
|
255679
255669
|
"operationId": "repos/get-webhook-delivery",
|
|
255680
255670
|
"externalDocs": {
|
|
255681
255671
|
"description": "API method documentation",
|
|
255682
|
-
"url": "https://docs.github.com/rest/webhooks
|
|
255672
|
+
"url": "https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook"
|
|
255683
255673
|
},
|
|
255684
255674
|
"parameters": [
|
|
255685
255675
|
{
|
|
@@ -256034,8 +256024,8 @@
|
|
|
256034
256024
|
"x-github": {
|
|
256035
256025
|
"githubCloudOnly": false,
|
|
256036
256026
|
"enabledForGitHubApps": true,
|
|
256037
|
-
"category": "
|
|
256038
|
-
"subcategory": "
|
|
256027
|
+
"category": "repos",
|
|
256028
|
+
"subcategory": "webhooks"
|
|
256039
256029
|
},
|
|
256040
256030
|
"x-octokit": {}
|
|
256041
256031
|
}
|
|
@@ -256050,7 +256040,7 @@
|
|
|
256050
256040
|
"operationId": "repos/redeliver-webhook-delivery",
|
|
256051
256041
|
"externalDocs": {
|
|
256052
256042
|
"description": "API method documentation",
|
|
256053
|
-
"url": "https://docs.github.com/rest/webhooks
|
|
256043
|
+
"url": "https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook"
|
|
256054
256044
|
},
|
|
256055
256045
|
"parameters": [
|
|
256056
256046
|
{
|
|
@@ -256238,8 +256228,8 @@
|
|
|
256238
256228
|
"x-github": {
|
|
256239
256229
|
"githubCloudOnly": false,
|
|
256240
256230
|
"enabledForGitHubApps": true,
|
|
256241
|
-
"category": "
|
|
256242
|
-
"subcategory": "
|
|
256231
|
+
"category": "repos",
|
|
256232
|
+
"subcategory": "webhooks"
|
|
256243
256233
|
},
|
|
256244
256234
|
"x-octokit": {}
|
|
256245
256235
|
}
|
|
@@ -256254,7 +256244,7 @@
|
|
|
256254
256244
|
"operationId": "repos/ping-webhook",
|
|
256255
256245
|
"externalDocs": {
|
|
256256
256246
|
"description": "API method documentation",
|
|
256257
|
-
"url": "https://docs.github.com/rest/webhooks
|
|
256247
|
+
"url": "https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook"
|
|
256258
256248
|
},
|
|
256259
256249
|
"parameters": [
|
|
256260
256250
|
{
|
|
@@ -256319,8 +256309,8 @@
|
|
|
256319
256309
|
"x-github": {
|
|
256320
256310
|
"githubCloudOnly": false,
|
|
256321
256311
|
"enabledForGitHubApps": true,
|
|
256322
|
-
"category": "
|
|
256323
|
-
"subcategory": "
|
|
256312
|
+
"category": "repos",
|
|
256313
|
+
"subcategory": "webhooks"
|
|
256324
256314
|
},
|
|
256325
256315
|
"x-octokit": {}
|
|
256326
256316
|
}
|
|
@@ -256335,7 +256325,7 @@
|
|
|
256335
256325
|
"operationId": "repos/test-push-webhook",
|
|
256336
256326
|
"externalDocs": {
|
|
256337
256327
|
"description": "API method documentation",
|
|
256338
|
-
"url": "https://docs.github.com/rest/webhooks
|
|
256328
|
+
"url": "https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook"
|
|
256339
256329
|
},
|
|
256340
256330
|
"parameters": [
|
|
256341
256331
|
{
|
|
@@ -256400,8 +256390,8 @@
|
|
|
256400
256390
|
"x-github": {
|
|
256401
256391
|
"githubCloudOnly": false,
|
|
256402
256392
|
"enabledForGitHubApps": true,
|
|
256403
|
-
"category": "
|
|
256404
|
-
"subcategory": "
|
|
256393
|
+
"category": "repos",
|
|
256394
|
+
"subcategory": "webhooks"
|
|
256405
256395
|
},
|
|
256406
256396
|
"x-octokit": {}
|
|
256407
256397
|
}
|
|
@@ -315471,6 +315461,32 @@
|
|
|
315471
315461
|
}
|
|
315472
315462
|
}
|
|
315473
315463
|
}
|
|
315464
|
+
},
|
|
315465
|
+
"404": {
|
|
315466
|
+
"description": "Resource not found",
|
|
315467
|
+
"content": {
|
|
315468
|
+
"application/json": {
|
|
315469
|
+
"schema": {
|
|
315470
|
+
"title": "Basic Error",
|
|
315471
|
+
"description": "Basic Error",
|
|
315472
|
+
"type": "object",
|
|
315473
|
+
"properties": {
|
|
315474
|
+
"message": {
|
|
315475
|
+
"type": "string"
|
|
315476
|
+
},
|
|
315477
|
+
"documentation_url": {
|
|
315478
|
+
"type": "string"
|
|
315479
|
+
},
|
|
315480
|
+
"url": {
|
|
315481
|
+
"type": "string"
|
|
315482
|
+
},
|
|
315483
|
+
"status": {
|
|
315484
|
+
"type": "string"
|
|
315485
|
+
}
|
|
315486
|
+
}
|
|
315487
|
+
}
|
|
315488
|
+
}
|
|
315489
|
+
}
|
|
315474
315490
|
}
|
|
315475
315491
|
},
|
|
315476
315492
|
"x-github": {
|
|
@@ -323040,7 +323056,7 @@
|
|
|
323040
323056
|
"/repos/{owner}/{repo}/properties/values": {
|
|
323041
323057
|
"get": {
|
|
323042
323058
|
"summary": "Get all custom property values for a repository",
|
|
323043
|
-
"description": "Gets all custom property values that are set for a repository.\nUsers with
|
|
323059
|
+
"description": "Gets all custom property values that are set for a repository.\nUsers with read access to the repository can use this endpoint.",
|
|
323044
323060
|
"tags": [
|
|
323045
323061
|
"repos"
|
|
323046
323062
|
],
|
|
@@ -376442,7 +376458,9 @@
|
|
|
376442
376458
|
},
|
|
376443
376459
|
"url": {
|
|
376444
376460
|
"type": "string",
|
|
376445
|
-
"
|
|
376461
|
+
"format": "uri",
|
|
376462
|
+
"description": "The API URL for the advisory.",
|
|
376463
|
+
"readOnly": true
|
|
376446
376464
|
},
|
|
376447
376465
|
"html_url": {
|
|
376448
376466
|
"type": "string",
|
|
@@ -378052,7 +378070,8 @@
|
|
|
378052
378070
|
"permission": "admin",
|
|
378053
378071
|
"parent": null
|
|
378054
378072
|
}
|
|
378055
|
-
]
|
|
378073
|
+
],
|
|
378074
|
+
"private_fork": null
|
|
378056
378075
|
},
|
|
378057
378076
|
{
|
|
378058
378077
|
"ghsa_id": "GHSA-1234-5678-9012",
|
|
@@ -378118,11 +378137,9 @@
|
|
|
378118
378137
|
"published_at": "2020-01-04T00:00:00Z",
|
|
378119
378138
|
"closed_at": null,
|
|
378120
378139
|
"withdrawn_at": null,
|
|
378121
|
-
"submission":
|
|
378122
|
-
|
|
378123
|
-
|
|
378124
|
-
}
|
|
378125
|
-
],
|
|
378140
|
+
"submission": {
|
|
378141
|
+
"accepted": true
|
|
378142
|
+
},
|
|
378126
378143
|
"vulnerabilities": [
|
|
378127
378144
|
{
|
|
378128
378145
|
"package": {
|
|
@@ -378230,7 +378247,74 @@
|
|
|
378230
378247
|
"permission": "admin",
|
|
378231
378248
|
"parent": null
|
|
378232
378249
|
}
|
|
378233
|
-
]
|
|
378250
|
+
],
|
|
378251
|
+
"private_fork": {
|
|
378252
|
+
"id": 217723378,
|
|
378253
|
+
"node_id": "MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=",
|
|
378254
|
+
"name": "octo-repo-ghsa-1234-5678-9012",
|
|
378255
|
+
"full_name": "octo-org/octo-repo-ghsa-1234-5678-9012",
|
|
378256
|
+
"owner": {
|
|
378257
|
+
"login": "octo-org",
|
|
378258
|
+
"id": 6811672,
|
|
378259
|
+
"node_id": "MDEyOk9yZ2FuaXphdGlvbjY4MTE2NzI=",
|
|
378260
|
+
"avatar_url": "https://avatars3.githubusercontent.com/u/6811672?v=4",
|
|
378261
|
+
"gravatar_id": "",
|
|
378262
|
+
"url": "https://api.github.com/users/octo-org",
|
|
378263
|
+
"html_url": "https://github.com/octo-org",
|
|
378264
|
+
"followers_url": "https://api.github.com/users/octo-org/followers",
|
|
378265
|
+
"following_url": "https://api.github.com/users/octo-org/following{/other_user}",
|
|
378266
|
+
"gists_url": "https://api.github.com/users/octo-org/gists{/gist_id}",
|
|
378267
|
+
"starred_url": "https://api.github.com/users/octo-org/starred{/owner}{/repo}",
|
|
378268
|
+
"subscriptions_url": "https://api.github.com/users/octo-org/subscriptions",
|
|
378269
|
+
"organizations_url": "https://api.github.com/users/octo-org/orgs",
|
|
378270
|
+
"repos_url": "https://api.github.com/users/octo-org/repos",
|
|
378271
|
+
"events_url": "https://api.github.com/users/octo-org/events{/privacy}",
|
|
378272
|
+
"received_events_url": "https://api.github.com/users/octo-org/received_events",
|
|
378273
|
+
"type": "Organization",
|
|
378274
|
+
"site_admin": false
|
|
378275
|
+
},
|
|
378276
|
+
"private": true,
|
|
378277
|
+
"html_url": "https://github.com/octo-org/octo-repo-ghsa-1234-5678-9012",
|
|
378278
|
+
"description": null,
|
|
378279
|
+
"fork": false,
|
|
378280
|
+
"url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012",
|
|
378281
|
+
"archive_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/{archive_format}{/ref}",
|
|
378282
|
+
"assignees_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/assignees{/user}",
|
|
378283
|
+
"blobs_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/git/blobs{/sha}",
|
|
378284
|
+
"branches_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/branches{/branch}",
|
|
378285
|
+
"collaborators_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/collaborators{/collaborator}",
|
|
378286
|
+
"comments_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/comments{/number}",
|
|
378287
|
+
"commits_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/commits{/sha}",
|
|
378288
|
+
"compare_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/compare/{base}...{head}",
|
|
378289
|
+
"contents_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/contents/{+path}",
|
|
378290
|
+
"contributors_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/contributors",
|
|
378291
|
+
"deployments_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/deployments",
|
|
378292
|
+
"downloads_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/downloads",
|
|
378293
|
+
"events_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/events",
|
|
378294
|
+
"forks_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/forks",
|
|
378295
|
+
"git_commits_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/git/commits{/sha}",
|
|
378296
|
+
"git_refs_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/git/refs{/sha}",
|
|
378297
|
+
"git_tags_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/git/tags{/sha}",
|
|
378298
|
+
"hooks_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/hooks",
|
|
378299
|
+
"issue_comment_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/issues/comments{/number}",
|
|
378300
|
+
"issue_events_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/issues/events{/number}",
|
|
378301
|
+
"issues_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/issues{/number}",
|
|
378302
|
+
"keys_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/keys{/key_id}",
|
|
378303
|
+
"labels_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/labels{/name}",
|
|
378304
|
+
"languages_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/languages",
|
|
378305
|
+
"merges_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/merges",
|
|
378306
|
+
"milestones_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/milestones{/number}",
|
|
378307
|
+
"notifications_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/notifications{?since,all,participating}",
|
|
378308
|
+
"pulls_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/pulls{/number}",
|
|
378309
|
+
"releases_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/releases{/id}",
|
|
378310
|
+
"stargazers_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/stargazers",
|
|
378311
|
+
"statuses_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/statuses/{sha}",
|
|
378312
|
+
"subscribers_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/subscribers",
|
|
378313
|
+
"subscription_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/subscription",
|
|
378314
|
+
"tags_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/tags",
|
|
378315
|
+
"teams_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/teams",
|
|
378316
|
+
"trees_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/git/trees{/sha}"
|
|
378317
|
+
}
|
|
378234
378318
|
}
|
|
378235
378319
|
]
|
|
378236
378320
|
}
|
|
@@ -378626,7 +378710,9 @@
|
|
|
378626
378710
|
},
|
|
378627
378711
|
"url": {
|
|
378628
378712
|
"type": "string",
|
|
378629
|
-
"
|
|
378713
|
+
"format": "uri",
|
|
378714
|
+
"description": "The API URL for the advisory.",
|
|
378715
|
+
"readOnly": true
|
|
378630
378716
|
},
|
|
378631
378717
|
"html_url": {
|
|
378632
378718
|
"type": "string",
|
|
@@ -380234,7 +380320,74 @@
|
|
|
380234
380320
|
"permission": "admin",
|
|
380235
380321
|
"parent": null
|
|
380236
380322
|
}
|
|
380237
|
-
]
|
|
380323
|
+
],
|
|
380324
|
+
"private_fork": {
|
|
380325
|
+
"id": 217723378,
|
|
380326
|
+
"node_id": "MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=",
|
|
380327
|
+
"name": "octo-repo-ghsa-abcd-1234-efgh",
|
|
380328
|
+
"full_name": "octo-org/octo-repo-ghsa-abcd-1234-efgh",
|
|
380329
|
+
"owner": {
|
|
380330
|
+
"login": "octo-org",
|
|
380331
|
+
"id": 6811672,
|
|
380332
|
+
"node_id": "MDEyOk9yZ2FuaXphdGlvbjY4MTE2NzI=",
|
|
380333
|
+
"avatar_url": "https://avatars3.githubusercontent.com/u/6811672?v=4",
|
|
380334
|
+
"gravatar_id": "",
|
|
380335
|
+
"url": "https://api.github.com/users/octo-org",
|
|
380336
|
+
"html_url": "https://github.com/octo-org",
|
|
380337
|
+
"followers_url": "https://api.github.com/users/octo-org/followers",
|
|
380338
|
+
"following_url": "https://api.github.com/users/octo-org/following{/other_user}",
|
|
380339
|
+
"gists_url": "https://api.github.com/users/octo-org/gists{/gist_id}",
|
|
380340
|
+
"starred_url": "https://api.github.com/users/octo-org/starred{/owner}{/repo}",
|
|
380341
|
+
"subscriptions_url": "https://api.github.com/users/octo-org/subscriptions",
|
|
380342
|
+
"organizations_url": "https://api.github.com/users/octo-org/orgs",
|
|
380343
|
+
"repos_url": "https://api.github.com/users/octo-org/repos",
|
|
380344
|
+
"events_url": "https://api.github.com/users/octo-org/events{/privacy}",
|
|
380345
|
+
"received_events_url": "https://api.github.com/users/octo-org/received_events",
|
|
380346
|
+
"type": "Organization",
|
|
380347
|
+
"site_admin": false
|
|
380348
|
+
},
|
|
380349
|
+
"private": true,
|
|
380350
|
+
"html_url": "https://github.com/octo-org/octo-repo-ghsa-abcd-1234-efgh",
|
|
380351
|
+
"description": null,
|
|
380352
|
+
"fork": false,
|
|
380353
|
+
"url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh",
|
|
380354
|
+
"archive_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/{archive_format}{/ref}",
|
|
380355
|
+
"assignees_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/assignees{/user}",
|
|
380356
|
+
"blobs_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/blobs{/sha}",
|
|
380357
|
+
"branches_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/branches{/branch}",
|
|
380358
|
+
"collaborators_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/collaborators{/collaborator}",
|
|
380359
|
+
"comments_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/comments{/number}",
|
|
380360
|
+
"commits_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/commits{/sha}",
|
|
380361
|
+
"compare_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/compare/{base}...{head}",
|
|
380362
|
+
"contents_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/contents/{+path}",
|
|
380363
|
+
"contributors_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/contributors",
|
|
380364
|
+
"deployments_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/deployments",
|
|
380365
|
+
"downloads_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/downloads",
|
|
380366
|
+
"events_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/events",
|
|
380367
|
+
"forks_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/forks",
|
|
380368
|
+
"git_commits_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/commits{/sha}",
|
|
380369
|
+
"git_refs_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/refs{/sha}",
|
|
380370
|
+
"git_tags_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/tags{/sha}",
|
|
380371
|
+
"hooks_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/hooks",
|
|
380372
|
+
"issue_comment_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/issues/comments{/number}",
|
|
380373
|
+
"issue_events_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/issues/events{/number}",
|
|
380374
|
+
"issues_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/issues{/number}",
|
|
380375
|
+
"keys_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/keys{/key_id}",
|
|
380376
|
+
"labels_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/labels{/name}",
|
|
380377
|
+
"languages_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/languages",
|
|
380378
|
+
"merges_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/merges",
|
|
380379
|
+
"milestones_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/milestones{/number}",
|
|
380380
|
+
"notifications_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/notifications{?since,all,participating}",
|
|
380381
|
+
"pulls_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/pulls{/number}",
|
|
380382
|
+
"releases_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/releases{/id}",
|
|
380383
|
+
"stargazers_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/stargazers",
|
|
380384
|
+
"statuses_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/statuses/{sha}",
|
|
380385
|
+
"subscribers_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/subscribers",
|
|
380386
|
+
"subscription_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/subscription",
|
|
380387
|
+
"tags_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/tags",
|
|
380388
|
+
"teams_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/teams",
|
|
380389
|
+
"trees_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/trees{/sha}"
|
|
380390
|
+
}
|
|
380238
380391
|
}
|
|
380239
380392
|
}
|
|
380240
380393
|
}
|
|
@@ -380566,7 +380719,9 @@
|
|
|
380566
380719
|
},
|
|
380567
380720
|
"url": {
|
|
380568
380721
|
"type": "string",
|
|
380569
|
-
"
|
|
380722
|
+
"format": "uri",
|
|
380723
|
+
"description": "The API URL for the advisory.",
|
|
380724
|
+
"readOnly": true
|
|
380570
380725
|
},
|
|
380571
380726
|
"html_url": {
|
|
380572
380727
|
"type": "string",
|
|
@@ -382143,7 +382298,8 @@
|
|
|
382143
382298
|
"permission": "admin",
|
|
382144
382299
|
"parent": null
|
|
382145
382300
|
}
|
|
382146
|
-
]
|
|
382301
|
+
],
|
|
382302
|
+
"private_fork": null
|
|
382147
382303
|
}
|
|
382148
382304
|
}
|
|
382149
382305
|
}
|
|
@@ -382343,7 +382499,9 @@
|
|
|
382343
382499
|
},
|
|
382344
382500
|
"url": {
|
|
382345
382501
|
"type": "string",
|
|
382346
|
-
"
|
|
382502
|
+
"format": "uri",
|
|
382503
|
+
"description": "The API URL for the advisory.",
|
|
382504
|
+
"readOnly": true
|
|
382347
382505
|
},
|
|
382348
382506
|
"html_url": {
|
|
382349
382507
|
"type": "string",
|
|
@@ -383951,7 +384109,74 @@
|
|
|
383951
384109
|
"permission": "admin",
|
|
383952
384110
|
"parent": null
|
|
383953
384111
|
}
|
|
383954
|
-
]
|
|
384112
|
+
],
|
|
384113
|
+
"private_fork": {
|
|
384114
|
+
"id": 217723378,
|
|
384115
|
+
"node_id": "MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=",
|
|
384116
|
+
"name": "octo-repo-ghsa-abcd-1234-efgh",
|
|
384117
|
+
"full_name": "octo-org/octo-repo-ghsa-abcd-1234-efgh",
|
|
384118
|
+
"owner": {
|
|
384119
|
+
"login": "octo-org",
|
|
384120
|
+
"id": 6811672,
|
|
384121
|
+
"node_id": "MDEyOk9yZ2FuaXphdGlvbjY4MTE2NzI=",
|
|
384122
|
+
"avatar_url": "https://avatars3.githubusercontent.com/u/6811672?v=4",
|
|
384123
|
+
"gravatar_id": "",
|
|
384124
|
+
"url": "https://api.github.com/users/octo-org",
|
|
384125
|
+
"html_url": "https://github.com/octo-org",
|
|
384126
|
+
"followers_url": "https://api.github.com/users/octo-org/followers",
|
|
384127
|
+
"following_url": "https://api.github.com/users/octo-org/following{/other_user}",
|
|
384128
|
+
"gists_url": "https://api.github.com/users/octo-org/gists{/gist_id}",
|
|
384129
|
+
"starred_url": "https://api.github.com/users/octo-org/starred{/owner}{/repo}",
|
|
384130
|
+
"subscriptions_url": "https://api.github.com/users/octo-org/subscriptions",
|
|
384131
|
+
"organizations_url": "https://api.github.com/users/octo-org/orgs",
|
|
384132
|
+
"repos_url": "https://api.github.com/users/octo-org/repos",
|
|
384133
|
+
"events_url": "https://api.github.com/users/octo-org/events{/privacy}",
|
|
384134
|
+
"received_events_url": "https://api.github.com/users/octo-org/received_events",
|
|
384135
|
+
"type": "Organization",
|
|
384136
|
+
"site_admin": false
|
|
384137
|
+
},
|
|
384138
|
+
"private": true,
|
|
384139
|
+
"html_url": "https://github.com/octo-org/octo-repo-ghsa-abcd-1234-efgh",
|
|
384140
|
+
"description": null,
|
|
384141
|
+
"fork": false,
|
|
384142
|
+
"url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh",
|
|
384143
|
+
"archive_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/{archive_format}{/ref}",
|
|
384144
|
+
"assignees_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/assignees{/user}",
|
|
384145
|
+
"blobs_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/blobs{/sha}",
|
|
384146
|
+
"branches_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/branches{/branch}",
|
|
384147
|
+
"collaborators_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/collaborators{/collaborator}",
|
|
384148
|
+
"comments_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/comments{/number}",
|
|
384149
|
+
"commits_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/commits{/sha}",
|
|
384150
|
+
"compare_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/compare/{base}...{head}",
|
|
384151
|
+
"contents_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/contents/{+path}",
|
|
384152
|
+
"contributors_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/contributors",
|
|
384153
|
+
"deployments_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/deployments",
|
|
384154
|
+
"downloads_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/downloads",
|
|
384155
|
+
"events_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/events",
|
|
384156
|
+
"forks_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/forks",
|
|
384157
|
+
"git_commits_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/commits{/sha}",
|
|
384158
|
+
"git_refs_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/refs{/sha}",
|
|
384159
|
+
"git_tags_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/tags{/sha}",
|
|
384160
|
+
"hooks_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/hooks",
|
|
384161
|
+
"issue_comment_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/issues/comments{/number}",
|
|
384162
|
+
"issue_events_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/issues/events{/number}",
|
|
384163
|
+
"issues_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/issues{/number}",
|
|
384164
|
+
"keys_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/keys{/key_id}",
|
|
384165
|
+
"labels_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/labels{/name}",
|
|
384166
|
+
"languages_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/languages",
|
|
384167
|
+
"merges_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/merges",
|
|
384168
|
+
"milestones_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/milestones{/number}",
|
|
384169
|
+
"notifications_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/notifications{?since,all,participating}",
|
|
384170
|
+
"pulls_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/pulls{/number}",
|
|
384171
|
+
"releases_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/releases{/id}",
|
|
384172
|
+
"stargazers_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/stargazers",
|
|
384173
|
+
"statuses_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/statuses/{sha}",
|
|
384174
|
+
"subscribers_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/subscribers",
|
|
384175
|
+
"subscription_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/subscription",
|
|
384176
|
+
"tags_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/tags",
|
|
384177
|
+
"teams_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/teams",
|
|
384178
|
+
"trees_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/trees{/sha}"
|
|
384179
|
+
}
|
|
383955
384180
|
}
|
|
383956
384181
|
}
|
|
383957
384182
|
}
|
|
@@ -384315,7 +384540,9 @@
|
|
|
384315
384540
|
},
|
|
384316
384541
|
"url": {
|
|
384317
384542
|
"type": "string",
|
|
384318
|
-
"
|
|
384543
|
+
"format": "uri",
|
|
384544
|
+
"description": "The API URL for the advisory.",
|
|
384545
|
+
"readOnly": true
|
|
384319
384546
|
},
|
|
384320
384547
|
"html_url": {
|
|
384321
384548
|
"type": "string",
|
|
@@ -385923,7 +386150,74 @@
|
|
|
385923
386150
|
"permission": "admin",
|
|
385924
386151
|
"parent": null
|
|
385925
386152
|
}
|
|
385926
|
-
]
|
|
386153
|
+
],
|
|
386154
|
+
"private_fork": {
|
|
386155
|
+
"id": 217723378,
|
|
386156
|
+
"node_id": "MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=",
|
|
386157
|
+
"name": "octo-repo-ghsa-abcd-1234-efgh",
|
|
386158
|
+
"full_name": "octo-org/octo-repo-ghsa-abcd-1234-efgh",
|
|
386159
|
+
"owner": {
|
|
386160
|
+
"login": "octo-org",
|
|
386161
|
+
"id": 6811672,
|
|
386162
|
+
"node_id": "MDEyOk9yZ2FuaXphdGlvbjY4MTE2NzI=",
|
|
386163
|
+
"avatar_url": "https://avatars3.githubusercontent.com/u/6811672?v=4",
|
|
386164
|
+
"gravatar_id": "",
|
|
386165
|
+
"url": "https://api.github.com/users/octo-org",
|
|
386166
|
+
"html_url": "https://github.com/octo-org",
|
|
386167
|
+
"followers_url": "https://api.github.com/users/octo-org/followers",
|
|
386168
|
+
"following_url": "https://api.github.com/users/octo-org/following{/other_user}",
|
|
386169
|
+
"gists_url": "https://api.github.com/users/octo-org/gists{/gist_id}",
|
|
386170
|
+
"starred_url": "https://api.github.com/users/octo-org/starred{/owner}{/repo}",
|
|
386171
|
+
"subscriptions_url": "https://api.github.com/users/octo-org/subscriptions",
|
|
386172
|
+
"organizations_url": "https://api.github.com/users/octo-org/orgs",
|
|
386173
|
+
"repos_url": "https://api.github.com/users/octo-org/repos",
|
|
386174
|
+
"events_url": "https://api.github.com/users/octo-org/events{/privacy}",
|
|
386175
|
+
"received_events_url": "https://api.github.com/users/octo-org/received_events",
|
|
386176
|
+
"type": "Organization",
|
|
386177
|
+
"site_admin": false
|
|
386178
|
+
},
|
|
386179
|
+
"private": true,
|
|
386180
|
+
"html_url": "https://github.com/octo-org/octo-repo-ghsa-abcd-1234-efgh",
|
|
386181
|
+
"description": null,
|
|
386182
|
+
"fork": false,
|
|
386183
|
+
"url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh",
|
|
386184
|
+
"archive_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/{archive_format}{/ref}",
|
|
386185
|
+
"assignees_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/assignees{/user}",
|
|
386186
|
+
"blobs_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/blobs{/sha}",
|
|
386187
|
+
"branches_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/branches{/branch}",
|
|
386188
|
+
"collaborators_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/collaborators{/collaborator}",
|
|
386189
|
+
"comments_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/comments{/number}",
|
|
386190
|
+
"commits_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/commits{/sha}",
|
|
386191
|
+
"compare_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/compare/{base}...{head}",
|
|
386192
|
+
"contents_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/contents/{+path}",
|
|
386193
|
+
"contributors_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/contributors",
|
|
386194
|
+
"deployments_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/deployments",
|
|
386195
|
+
"downloads_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/downloads",
|
|
386196
|
+
"events_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/events",
|
|
386197
|
+
"forks_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/forks",
|
|
386198
|
+
"git_commits_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/commits{/sha}",
|
|
386199
|
+
"git_refs_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/refs{/sha}",
|
|
386200
|
+
"git_tags_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/tags{/sha}",
|
|
386201
|
+
"hooks_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/hooks",
|
|
386202
|
+
"issue_comment_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/issues/comments{/number}",
|
|
386203
|
+
"issue_events_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/issues/events{/number}",
|
|
386204
|
+
"issues_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/issues{/number}",
|
|
386205
|
+
"keys_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/keys{/key_id}",
|
|
386206
|
+
"labels_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/labels{/name}",
|
|
386207
|
+
"languages_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/languages",
|
|
386208
|
+
"merges_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/merges",
|
|
386209
|
+
"milestones_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/milestones{/number}",
|
|
386210
|
+
"notifications_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/notifications{?since,all,participating}",
|
|
386211
|
+
"pulls_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/pulls{/number}",
|
|
386212
|
+
"releases_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/releases{/id}",
|
|
386213
|
+
"stargazers_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/stargazers",
|
|
386214
|
+
"statuses_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/statuses/{sha}",
|
|
386215
|
+
"subscribers_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/subscribers",
|
|
386216
|
+
"subscription_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/subscription",
|
|
386217
|
+
"tags_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/tags",
|
|
386218
|
+
"teams_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/teams",
|
|
386219
|
+
"trees_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/trees{/sha}"
|
|
386220
|
+
}
|
|
385927
386221
|
}
|
|
385928
386222
|
},
|
|
385929
386223
|
"add_credit": {
|
|
@@ -386099,7 +386393,74 @@
|
|
|
386099
386393
|
"permission": "admin",
|
|
386100
386394
|
"parent": null
|
|
386101
386395
|
}
|
|
386102
|
-
]
|
|
386396
|
+
],
|
|
386397
|
+
"private_fork": {
|
|
386398
|
+
"id": 217723378,
|
|
386399
|
+
"node_id": "MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=",
|
|
386400
|
+
"name": "octo-repo-ghsa-abcd-1234-efgh",
|
|
386401
|
+
"full_name": "octo-org/octo-repo-ghsa-abcd-1234-efgh",
|
|
386402
|
+
"owner": {
|
|
386403
|
+
"login": "octo-org",
|
|
386404
|
+
"id": 6811672,
|
|
386405
|
+
"node_id": "MDEyOk9yZ2FuaXphdGlvbjY4MTE2NzI=",
|
|
386406
|
+
"avatar_url": "https://avatars3.githubusercontent.com/u/6811672?v=4",
|
|
386407
|
+
"gravatar_id": "",
|
|
386408
|
+
"url": "https://api.github.com/users/octo-org",
|
|
386409
|
+
"html_url": "https://github.com/octo-org",
|
|
386410
|
+
"followers_url": "https://api.github.com/users/octo-org/followers",
|
|
386411
|
+
"following_url": "https://api.github.com/users/octo-org/following{/other_user}",
|
|
386412
|
+
"gists_url": "https://api.github.com/users/octo-org/gists{/gist_id}",
|
|
386413
|
+
"starred_url": "https://api.github.com/users/octo-org/starred{/owner}{/repo}",
|
|
386414
|
+
"subscriptions_url": "https://api.github.com/users/octo-org/subscriptions",
|
|
386415
|
+
"organizations_url": "https://api.github.com/users/octo-org/orgs",
|
|
386416
|
+
"repos_url": "https://api.github.com/users/octo-org/repos",
|
|
386417
|
+
"events_url": "https://api.github.com/users/octo-org/events{/privacy}",
|
|
386418
|
+
"received_events_url": "https://api.github.com/users/octo-org/received_events",
|
|
386419
|
+
"type": "Organization",
|
|
386420
|
+
"site_admin": false
|
|
386421
|
+
},
|
|
386422
|
+
"private": true,
|
|
386423
|
+
"html_url": "https://github.com/octo-org/octo-repo-ghsa-abcd-1234-efgh",
|
|
386424
|
+
"description": null,
|
|
386425
|
+
"fork": false,
|
|
386426
|
+
"url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh",
|
|
386427
|
+
"archive_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/{archive_format}{/ref}",
|
|
386428
|
+
"assignees_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/assignees{/user}",
|
|
386429
|
+
"blobs_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/blobs{/sha}",
|
|
386430
|
+
"branches_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/branches{/branch}",
|
|
386431
|
+
"collaborators_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/collaborators{/collaborator}",
|
|
386432
|
+
"comments_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/comments{/number}",
|
|
386433
|
+
"commits_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/commits{/sha}",
|
|
386434
|
+
"compare_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/compare/{base}...{head}",
|
|
386435
|
+
"contents_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/contents/{+path}",
|
|
386436
|
+
"contributors_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/contributors",
|
|
386437
|
+
"deployments_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/deployments",
|
|
386438
|
+
"downloads_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/downloads",
|
|
386439
|
+
"events_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/events",
|
|
386440
|
+
"forks_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/forks",
|
|
386441
|
+
"git_commits_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/commits{/sha}",
|
|
386442
|
+
"git_refs_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/refs{/sha}",
|
|
386443
|
+
"git_tags_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/tags{/sha}",
|
|
386444
|
+
"hooks_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/hooks",
|
|
386445
|
+
"issue_comment_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/issues/comments{/number}",
|
|
386446
|
+
"issue_events_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/issues/events{/number}",
|
|
386447
|
+
"issues_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/issues{/number}",
|
|
386448
|
+
"keys_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/keys{/key_id}",
|
|
386449
|
+
"labels_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/labels{/name}",
|
|
386450
|
+
"languages_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/languages",
|
|
386451
|
+
"merges_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/merges",
|
|
386452
|
+
"milestones_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/milestones{/number}",
|
|
386453
|
+
"notifications_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/notifications{?since,all,participating}",
|
|
386454
|
+
"pulls_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/pulls{/number}",
|
|
386455
|
+
"releases_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/releases{/id}",
|
|
386456
|
+
"stargazers_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/stargazers",
|
|
386457
|
+
"statuses_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/statuses/{sha}",
|
|
386458
|
+
"subscribers_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/subscribers",
|
|
386459
|
+
"subscription_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/subscription",
|
|
386460
|
+
"tags_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/tags",
|
|
386461
|
+
"teams_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/teams",
|
|
386462
|
+
"trees_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/trees{/sha}"
|
|
386463
|
+
}
|
|
386103
386464
|
}
|
|
386104
386465
|
}
|
|
386105
386466
|
}
|
|
@@ -832549,7 +832910,7 @@
|
|
|
832549
832910
|
"pull-request-edited": {
|
|
832550
832911
|
"post": {
|
|
832551
832912
|
"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.",
|
|
832552
|
-
"description": "The title or body of a pull request was edited.",
|
|
832913
|
+
"description": "The title or body of a pull request was edited, or the base branch of a pull request was changed.",
|
|
832553
832914
|
"operationId": "pull-request/edited",
|
|
832554
832915
|
"externalDocs": {
|
|
832555
832916
|
"url": "https://docs.github.com/webhooks/webhook-events-and-payloads#pull_request"
|
|
@@ -963427,7 +963788,9 @@
|
|
|
963427
963788
|
},
|
|
963428
963789
|
"url": {
|
|
963429
963790
|
"type": "string",
|
|
963430
|
-
"
|
|
963791
|
+
"format": "uri",
|
|
963792
|
+
"description": "The API URL for the advisory.",
|
|
963793
|
+
"readOnly": true
|
|
963431
963794
|
},
|
|
963432
963795
|
"html_url": {
|
|
963433
963796
|
"type": "string",
|
|
@@ -966466,7 +966829,9 @@
|
|
|
966466
966829
|
},
|
|
966467
966830
|
"url": {
|
|
966468
966831
|
"type": "string",
|
|
966469
|
-
"
|
|
966832
|
+
"format": "uri",
|
|
966833
|
+
"description": "The API URL for the advisory.",
|
|
966834
|
+
"readOnly": true
|
|
966470
966835
|
},
|
|
966471
966836
|
"html_url": {
|
|
966472
966837
|
"type": "string",
|