SurveyTale Docs

Update a response

Updates a response in the database. This will trigger the response pipeline, including webhooks, integrations, follow-up emails (if the response is marked as finished), and other configured actions.

Authorization

apiKeyAuth
x-api-key<token>

Use your SurveyTale x-api-key to authenticate.

In: header

Path Parameters

id*string

The ID of the response

Match^[0-9a-z]+$
Formatcuid2

Request Body

application/json

The response fields to update

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json