8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd7ab0 commit c6e9e6bCopy full SHA for c6e9e6b
src/generated/routes.ts
@@ -1138,7 +1138,7 @@ export interface Routes {
1138
ReposCreateInOrgEndpoint,
1139
ReposCreateInOrgRequestOptions
1140
];
1141
- "POST /repos/:owner/:repo/generate": [
+ "POST /repos/:template_owner/:template_repo/generate": [
1142
ReposCreateUsingTemplateEndpoint,
1143
ReposCreateUsingTemplateRequestOptions
1144
@@ -5606,8 +5606,9 @@ type ReposCreateInOrgRequestOptions = {
5606
request: EndpointRequestOptions;
5607
};
5608
type ReposCreateUsingTemplateEndpoint = {
5609
- repo: string;
5610
- owner: string;
+ template_owner: string;
+ template_repo: string;
5611
+ owner?: string;
5612
name: string;
5613
description?: string;
5614
private?: boolean;
0 commit comments