Skip to main content

templateUpdateInput

Update a Template's settings.

Fields

FieldTypeRequiredDefaultDescription
templateIdID!YesTemplate to update
titleStringNoNew title
lockedBooleanNoLock/unlock the template
autoArchiveBooleanNoAuto-archive after sending
fixSignatureScaleBooleanNoConstrain signatures to 1:3.88 ratio
documentRetentionDaysIntNoDays to retain signed documents

Example

mutation UpdateTemplate {
updateTemplate(input: {
templateId: "dHBsYjQ5YTg5NWQ="
title: "Updated Contract"
locked: true
})
}

Export This Article

Save a copy of this page as PDF or plain text.