Skip to content

Commit f11e11d

Browse files
authored
feat: Copilot usage endpoints (#697)
WIP octokit/openapi updated
1 parent 1598aa8 commit f11e11d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

scripts/update-endpoints/generated/endpoints.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1291,6 +1291,18 @@
12911291
"url": "/orgs/{org}/copilot/billing/seats",
12921292
"triggersNotification": null
12931293
},
1294+
{
1295+
"url": "/enterprises/{enterprise}/copilot/usage",
1296+
"triggersNotification": null
1297+
},
1298+
{
1299+
"url": "/orgs/{org}/copilot/usage",
1300+
"triggersNotification": null
1301+
},
1302+
{
1303+
"url": "/orgs/{org}/team/{team_slug}/copilot/usage",
1304+
"triggersNotification": null
1305+
},
12941306
{
12951307
"url": "/orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}",
12961308
"triggersNotification": null

0 commit comments

Comments
 (0)