tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > PromoteDemoteRequest

PromoteDemoteRequest type

Represents the data required for promoting and demoting an item.

Signature:

export type PromoteDemoteRequest = {
    $type?: string;
    DestinationRepositoryId?: string;
    Instruction?: OperationInstruction;
};

References: OperationInstruction