cURL
curl --request PUT \ --url https://{baseurl}/api/v1/client/{environmentId}/responses/{responseId} \ --header 'Content-Type: application/json' \ --data ' { "data": { "hs8yd14l9h8u353tjmv6rzawqqq": "clicked", "tcgls0063n8ri7dtrbnepcmz": "Who? Who? Who?" }, "finished": true } '
{}
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 body is of type object.
object
OK
The response is of type object.
Was this page helpful?