Home > @tridion-sites/open-api-client > ClassificationRequest
Represents a Classification Request used to Classify/ReClassify/UnClassify an item.
Signature:
export type ClassificationRequest = {
$type?: string;
KeywordIdsToAdd?: Array<string>;
KeywordIdsToRemove?: Array<string>;
};