tridion-sites-extensions-api-docs

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

BatchClassifyOrUnClassifyRequest type

Represents the request for the classify or un-classify batch operation.

Signature:

export type BatchClassifyOrUnClassifyRequest = BatchOperationRequest & {
    KeywordIds?: Array<string>;
};

References: BatchOperationRequest