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