@adcp/sdk API Reference - v14.0.0-beta.6
    Preparing search index...

    Interface LegacyManageSyncCreativesRequest

    interface LegacyManageSyncCreativesRequest {
        creatives: LegacyManagedCreativeAsset[];
        patch?: boolean;
        dry_run?: boolean;
        assignments?: { [creative_id: string]: string[] };
        validation_mode?: "strict" | "lenient";
    }
    Index

    Properties

    patch?: boolean
    dry_run?: boolean
    assignments?: { [creative_id: string]: string[] }
    validation_mode?: "strict" | "lenient"