braze-api
    Preparing search index...

    Interface PostContentBlockResponse

    interface PostContentBlockResponse {
        content_block_id: string;
        created_at: string;
        errors?: string[];
        liquid_tag: string;
        message: "success";
    }

    Hierarchy

    • ServerResponse
      • PostContentBlockResponse
    Index

    Properties

    content_block_id: string
    created_at: string
    errors?: string[]
    liquid_tag: string
    message: "success"