developer:manage_builds
import { whopSdk } from "@/lib/whop-sdk"; const result = await whopSdk.apps.promoteAppBuild({ // The ID of the app build to promote. appBuildId: "xxxxxxxxxxx" /* Required! */, });
const result = true;
Was this page helpful?