Skip to main content
PUT
/
api
/
v1
/
management
/
responses
/
{responseId}
Update Response
curl --request PUT \
  --url https://{baseurl}/api/v1/management/responses/{responseId} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --data '
{
  "data": {
    "hs8yd14l9h8u353tjmv6rzawqqq": "clicked",
    "language": "en",
    "tcgls0063n8ri7dtrbnepcmz": "Who? Who? Who?",
    "ttc": {
      "hs8yd14l9h8u353tjmv6rzawqqq": 120,
      "tcgls0063n8ri7dtrbnepcmz": 190
    }
  },
  "finished": true
}
'
{}

Headers

x-api-key
string
required

Path Parameters

responseId
string
required

Body

application/json

The body is of type object.

Response

OK

The response is of type object.