Home > @tridion-sites/open-api-client > BatchPromoteDemoteRequest
Represents the request for the promote or demote batch operations.
Signature:
export type BatchPromoteDemoteRequest = BatchOperationRequest & {
DestinationRepositoryId?: string;
Instruction?: OperationInstruction;
};
References: BatchOperationRequest, OperationInstruction