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