cURL
curl --request PUT \ --url https://app.formbricks.com/api/v2/client/{environmentId}/responses/{responseId} \ --header 'Content-Type: application/json' \ --data '{ "data": { "tcgls0063n8ri7dtrbnepcmz": "Who? Who? Who?" }, "finished": true }'
{ "data": {} }
Update an existing response for example when you want to mark a response as finished or you want to change an existing response’s value.
The ID of the environment.
OK
The response is of type object.
object
Was this page helpful?