PUT
/
api
/
v1
/
client
/
responses
/
{responseId}
curl --request PUT \
  --url http:///%7B{baseurl}%7D/api/v1/client/responses/{responseId} \
  --header 'Content-Type: application/json' \
  --data '{
  "data": {
    "hs8yd14l9h8u353tjmv6rzawqqq": "clicked",
    "tcgls0063n8ri7dtrbnepcmz": "Who? Who? Who?"
  },
  "finished": true
}'
{
  "data": {}
}

Path Parameters

responseId
string
required

Body

application/json · object

Response

200
application/json
OK

The response is of type object.

Was this page helpful?