API v1 Documentation
Client API - Contacts
Client API - Display
Client API - Environment
Client API - Response
Client API - User
Management API - Action Class
Management API - Attribute Class
Management API - Contact Attribute Keys
Management API - Contact Attributes
Management API - Contacts
Management API - Me
Management API - People
Management API - Response
Management API - Storage
Management API - Survey
Management API - Webhook
Health
Client API - Response
Update Response
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.
PUT
/
api
/
v1
/
client
/
{environmentId}
/
responses
/
{responseId}
Copy
Ask AI
curl --request PUT \
--url http:///%7B{baseurl}%7D/api/v1/client/{environmentId}/responses/{responseId} \
--header 'Content-Type: application/json' \
--data '{
"data": {
"hs8yd14l9h8u353tjmv6rzawqqq": "clicked",
"tcgls0063n8ri7dtrbnepcmz": "Who? Who? Who?"
},
"finished": true
}'
Copy
Ask AI
{
"data": {}
}
Path Parameters
Body
application/json · object
Response
200
application/json
OK
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request PUT \
--url http:///%7B{baseurl}%7D/api/v1/client/{environmentId}/responses/{responseId} \
--header 'Content-Type: application/json' \
--data '{
"data": {
"hs8yd14l9h8u353tjmv6rzawqqq": "clicked",
"tcgls0063n8ri7dtrbnepcmz": "Who? Who? Who?"
},
"finished": true
}'
Copy
Ask AI
{
"data": {}
}
Assistant
Responses are generated using AI and may contain mistakes.