Skip to main content
PUT
Comprehensive Template Update

Authorizations

Authorization
string
header
required

API key for authentication. Use your API key directly without any prefix (e.g., 'your-api-key'). Bearer prefix is optional but not required.

Path Parameters

id
string<uuid>
required

Body

application/json
template_properties
object

Update template metadata and settings

users
object[]

Upsert users (include id to update, omit to create)

deleted_users
object[]

Users to delete with field handling strategy

fields
object[]

Upsert fields (include id to update, omit to create)

reminders
object[]

Upsert reminders (include id to update, omit to create)

Response

Template updated successfully. Returns full template with all relationships.

id
string<uuid>

Unique identifier for the template

name
string

Template name

Maximum string length: 255
description
string | null

Template description

document_url
string<uri>

Pre-signed URL to the PDF document. This is a time-limited signed URL for secure access - see document_url_expires_at for expiration time. Initial URLs are valid for 7 days; refreshed URLs are valid for 1 hour. Request a new template retrieval to get a fresh URL if expired.

document_url_expires_at
string<date-time> | null

ISO 8601 timestamp when the document_url will expire. After this time, the URL will return an access denied error. Fetch the template again to receive a fresh signed URL.

page_count
integer

Number of pages in the document

Required range: x >= 1
expiration_hours
integer
default:168

Hours until signing requests created from this template expire

Required range: x >= 1
credit_cost
integer
default:1

Number of credits consumed when a signing request is sent from this template. Minimum value is 1.

Required range: x >= 1
settings
object

Signing request and template settings. All 9 fields are returned by every endpoint that includes settings.

recipients
object[]

Template recipients (included in GET single template)

fields
object[]

Template fields (included in GET single template)

created_date
string<date-time>

Template creation timestamp

updated_date
string<date-time>

Template last update timestamp