- updateStackDoc(
__namedParameters: {
$type?: "STACK" | "STARTER";
body?: { file: Blob };
stackSlug: string;
studioSlug: string;
},
opts?: RequestOpts,
): Promise<unknown> Parameters
- __namedParameters: {
$type?: "STACK" | "STARTER";
body?: { file: Blob };
stackSlug: string;
studioSlug: string;
} Optionalopts: RequestOpts
Returns Promise<unknown>
Update Stack and starter docs