braze-api
Version:
Track users, send messages, export data, and more with Braze API.
15 lines • 726 B
TypeScript
import type { CampaignsTriggerScheduleUpdateObject } from './types';
/**
* Update scheduled API-triggered campaigns.
*
* Use this endpoint to update scheduled API-triggered campaigns, which are created on the dashboard and initiated via the API.
*
* {@link https://www.braze.com/docs/api/endpoints/messaging/schedule_messages/post_update_scheduled_triggered_campaigns/}
*
* @param apiUrl - Braze REST endpoint.
* @param apiKey - Braze API key.
* @param body - Request parameters.
* @returns - Braze response.
*/
export declare function update(apiUrl: string, apiKey: string, body: CampaignsTriggerScheduleUpdateObject): Promise<import("../../../common/request").ServerResponse>;
//# sourceMappingURL=update.d.ts.map