tridion-sites-extensions-api-docs

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

BatchPromoteDemoteRequest type

Represents the request for the promote or demote batch operations.

Signature:

export type BatchPromoteDemoteRequest = BatchOperationRequest & {
    DestinationRepositoryId?: string;
    Instruction?: OperationInstruction;
};

References: BatchOperationRequest, OperationInstruction