Skip to content

Commit 8b5d017

Browse files
authoredJul 15, 2022
feat: add support for new GET /repos/{owner}/{repo}/codespaces/new API (which doesn't need to be throttled) (#495)
1 parent 005e441 commit 8b5d017

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

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

+4
Original file line numberDiff line numberDiff line change
@@ -991,6 +991,10 @@
991991
"url": "/user/codespaces/secrets",
992992
"triggersNotification": null
993993
},
994+
{
995+
"url": "/repos/{owner}/{repo}/codespaces/new",
996+
"triggersNotification": null
997+
},
994998
{
995999
"url": "/user/codespaces/secrets/{secret_name}/repositories/{repository_id}",
9961000
"triggersNotification": null

0 commit comments

Comments
 (0)
Please sign in to comment.