Skip to main content

updateTemplate

Update a template's properties such as title, locked state, and auto-archive setting.

Input

templateUpdateInput

Return Type

ID

Example

mutation UpdateTemplate {
updateTemplate(input: {
templateId: "dHBsMTIzNDU2"
title: "Updated Contract Title"
locked: true
autoArchive: false
fixSignatureScale: true
})
}

Export This Article

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