braze-api
Version:
Track users, send messages, export data, and more with Braze API.
8 lines • 403 B
TypeScript
import { PostContentBlockResponse, UpdateContentBlockBody } from './types';
/**
* Update content block.
*
* {@link https://www.braze.com/docs/api/endpoints/templates/content_blocks_templates/post_update_content_block/}
*/
export declare function updateContentBlock(apiUrl: string, apiKey: string, body: UpdateContentBlockBody): Promise<PostContentBlockResponse>;
//# sourceMappingURL=update.d.ts.map