This operation is only available on the server.

Required Permissions

  • developer:manage_builds

Usage

import { whopSdk } from "@/lib/whop-sdk";

const result = await whopSdk.apps.promoteAppBuild({
	// The ID of the app build to promote.
	appBuildId: "xxxxxxxxxxx" /* Required! */,
});

Example output

const result = true;