UNPKG

braze-api

Version:

Track users, send messages, export data, and more with Braze API.

15 lines 668 B
import type { MessagesScheduleUpdateObject } from './types'; /** * Update scheduled messages. * * The messages update schedule endpoint accepts updates to either the `schedule` or `messages` parameter or both. * * {@link https://www.braze.com/docs/api/endpoints/messaging/schedule_messages/post_update_scheduled_messages/} * * @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: MessagesScheduleUpdateObject): Promise<import("../../common/request").ServerResponse>; //# sourceMappingURL=update.d.ts.map