Home > @tridion-sites/open-api-client > BatchReClassifyRequest
Represents the request for the re-classify batch operation.
Signature:
export type BatchReClassifyRequest = BatchOperationRequest & {
KeywordIdsToAdd?: Array<string>;
KeywordIdsToRemove?: Array<string>;
};
References: BatchOperationRequest