Request body for creating or updating an annotation (redaction) reason.

interface IAnnotationReasonRequest {
    text?: string;
}

Implemented by

Properties

Properties

text?: string

The display text of the annotation reason.