Skip to content

Commit

Permalink
feat: Copilot usage endpoints (#697)
Browse files Browse the repository at this point in the history
WIP octokit/openapi updated
  • Loading branch information
octokitbot committed Apr 29, 2024
1 parent 1598aa8 commit f11e11d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions scripts/update-endpoints/generated/endpoints.json
Expand Up @@ -1291,6 +1291,18 @@
"url": "/orgs/{org}/copilot/billing/seats",
"triggersNotification": null
},
{
"url": "/enterprises/{enterprise}/copilot/usage",
"triggersNotification": null
},
{
"url": "/orgs/{org}/copilot/usage",
"triggersNotification": null
},
{
"url": "/orgs/{org}/team/{team_slug}/copilot/usage",
"triggersNotification": null
},
{
"url": "/orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}",
"triggersNotification": null
Expand Down

0 comments on commit f11e11d

Please sign in to comment.