import { TemplateUpdateTemplateData } from "@documenso/sdk-typescript/models/operations";
let value: TemplateUpdateTemplateData = {};
Field | Type | Required | Description |
---|---|---|---|
title |
string | ➖ | N/A |
externalId |
string | ➖ | N/A |
visibility |
operations.TemplateUpdateTemplateVisibilityRequestBody | ➖ | N/A |
globalAccessAuth |
operations.TemplateUpdateTemplateGlobalAccessAuthRequestBody | ➖ | The type of authentication required for the recipient to access the document. |
globalActionAuth |
operations.TemplateUpdateTemplateGlobalActionAuthRequestBody | ➖ | The type of authentication required for the recipient to sign the document. This field is restricted to Enterprise plan users only. |
publicTitle |
string | ➖ | The title of the template that will be displayed to the public. Only applicable for public templates. |
publicDescription |
string | ➖ | The description of the template that will be displayed to the public. Only applicable for public templates. |
type |
operations.TemplateUpdateTemplateDataType | ➖ | N/A |