Skip to main content
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.
	id: "xxxxxxxxxxx",
});

Example output

const result = true;

I