tridion-sites-extensions-api-docs

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

BatchClassificationRequest type

Represents the request for the classification batch operation.

Signature:

export type BatchClassificationRequest = BatchOperationRequest & {
    KeywordIdsToAdd?: Array<string>;
    KeywordIdsToRemove?: Array<string>;
};

References: BatchOperationRequest