Skip to main content
PATCH
Update Survey Template

Update Survey Template

Update an existing survey template. Only provided fields are updated. When config is updated, the template version auto-increments.
Live Editing: Updating a template affects all future survey responses. Employees who open the survey link after the update will see the new configuration. Existing responses are not affected.

Request

Headers

x-api-key
string
required
Your API key for authentication
x-organization-id
string
required
Your organization UUID

Path Parameters

template_id
string
required
The UUID of the survey template

Body Parameters

All fields are optional. Only include fields you want to update.
name
string
Updated template name (1-255 characters)
description
string
Updated description (max 1000 characters)
config
object
Updated template configuration. Must include all steps (not just changed ones).
status
string
Available values: draft, active, archived
is_default
boolean
Set as organization default (clears previous default)

Response

Returns the updated template object.