Skip to content

Commit

Permalink
feat: add support for new ssh_signing_keys endpoints and `/orgs/{or…
Browse files Browse the repository at this point in the history
…g}/{security_product}/{enablement}` (#512)
  • Loading branch information
octokitbot authored Sep 1, 2022
1 parent 4b2c24a commit dbcfbd3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions scripts/update-endpoints/generated/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -1807,6 +1807,10 @@
"url": "/orgs/{org}/hooks/{hook_id}",
"triggersNotification": null
},
{
"url": "/orgs/{org}/{security_product}/{enablement}",
"triggersNotification": null
},
{
"url": "/orgs/{org}",
"triggersNotification": null
Expand Down Expand Up @@ -3479,6 +3483,10 @@
"url": "/user/keys",
"triggersNotification": null
},
{
"url": "/user/ssh_signing_keys",
"triggersNotification": null
},
{
"url": "/user/emails",
"triggersNotification": null
Expand All @@ -3503,6 +3511,10 @@
"url": "/user/keys/{key_id}",
"triggersNotification": null
},
{
"url": "/user/ssh_signing_keys/{ssh_signing_key_id}",
"triggersNotification": null
},
{
"url": "/user/following/{username}",
"triggersNotification": null
Expand Down Expand Up @@ -3535,6 +3547,10 @@
"url": "/user/keys/{key_id}",
"triggersNotification": null
},
{
"url": "/user/ssh_signing_keys/{ssh_signing_key_id}",
"triggersNotification": null
},
{
"url": "/users",
"triggersNotification": null
Expand Down Expand Up @@ -3607,6 +3623,14 @@
"url": "/user/keys",
"triggersNotification": null
},
{
"url": "/user/ssh_signing_keys",
"triggersNotification": null
},
{
"url": "/users/{username}/ssh_signing_keys",
"triggersNotification": null
},
{
"url": "/user/email/visibility",
"triggersNotification": null
Expand Down

0 comments on commit dbcfbd3

Please sign in to comment.