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

string
required
Your API key for authentication
string
required
Your organization UUID

Path Parameters

string
required
The UUID of the survey template

Body Parameters

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

Response

Returns the updated template object.