Skip to main content
PUT
/
api
/
v1
/
client
/
{environmentId}
/
responses
/
{responseId}
Update Response
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
}
'
{}

Path Parameters

responseId
string
required

Body

application/json

The body is of type object.

Response

OK

The response is of type object.