import { DocumentUpdateDocumentData } from "@documenso/sdk-typescript/models/operations";
let value: DocumentUpdateDocumentData = {};
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. |