Skip to content

Commit dbcfbd3

Browse files
authoredSep 1, 2022
feat: add support for new ssh_signing_keys endpoints and /orgs/{org}/{security_product}/{enablement} (#512)
1 parent 4b2c24a commit dbcfbd3

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
 

‎scripts/update-endpoints/generated/endpoints.json

+24
Original file line numberDiff line numberDiff line change
@@ -1807,6 +1807,10 @@
18071807
"url": "/orgs/{org}/hooks/{hook_id}",
18081808
"triggersNotification": null
18091809
},
1810+
{
1811+
"url": "/orgs/{org}/{security_product}/{enablement}",
1812+
"triggersNotification": null
1813+
},
18101814
{
18111815
"url": "/orgs/{org}",
18121816
"triggersNotification": null
@@ -3479,6 +3483,10 @@
34793483
"url": "/user/keys",
34803484
"triggersNotification": null
34813485
},
3486+
{
3487+
"url": "/user/ssh_signing_keys",
3488+
"triggersNotification": null
3489+
},
34823490
{
34833491
"url": "/user/emails",
34843492
"triggersNotification": null
@@ -3503,6 +3511,10 @@
35033511
"url": "/user/keys/{key_id}",
35043512
"triggersNotification": null
35053513
},
3514+
{
3515+
"url": "/user/ssh_signing_keys/{ssh_signing_key_id}",
3516+
"triggersNotification": null
3517+
},
35063518
{
35073519
"url": "/user/following/{username}",
35083520
"triggersNotification": null
@@ -3535,6 +3547,10 @@
35353547
"url": "/user/keys/{key_id}",
35363548
"triggersNotification": null
35373549
},
3550+
{
3551+
"url": "/user/ssh_signing_keys/{ssh_signing_key_id}",
3552+
"triggersNotification": null
3553+
},
35383554
{
35393555
"url": "/users",
35403556
"triggersNotification": null
@@ -3607,6 +3623,14 @@
36073623
"url": "/user/keys",
36083624
"triggersNotification": null
36093625
},
3626+
{
3627+
"url": "/user/ssh_signing_keys",
3628+
"triggersNotification": null
3629+
},
3630+
{
3631+
"url": "/users/{username}/ssh_signing_keys",
3632+
"triggersNotification": null
3633+
},
36103634
{
36113635
"url": "/user/email/visibility",
36123636
"triggersNotification": null

0 commit comments

Comments
 (0)
Please sign in to comment.