Response containing details of all redactions that were applied to the content. Each redaction includes a unique ID for restoration, except that code block redactions cannot be restored.

interface RedactionResponse {
    body?: RedactionSectionResponse;
    title?: RedactionSectionResponse;
}

Hierarchy

  • Record<string, unknown>
    • RedactionResponse

Properties

Properties