Skip to content

Files

Latest commit

552e9a1 · Apr 8, 2025

History

History
19 lines (14 loc) · 4.13 KB

documentupdatedocumentdata.md

File metadata and controls

19 lines (14 loc) · 4.13 KB

DocumentUpdateDocumentData

Example Usage

import { DocumentUpdateDocumentData } from "@documenso/sdk-typescript/models/operations";

let value: DocumentUpdateDocumentData = {};

Fields

Field Type Required Description
title string The title of the document.
externalId string The external ID of the document.
visibility operations.DocumentUpdateDocumentVisibilityRequestBody The visibility of the document.
globalAccessAuth operations.DocumentUpdateDocumentGlobalAccessAuthRequestBody The type of authentication required for the recipient to access the document.
globalActionAuth operations.DocumentUpdateDocumentGlobalActionAuthRequestBody The type of authentication required for the recipient to sign the document. This field is restricted to Enterprise plan users only.