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 - Display
Update Display
Update an Display for a user. A use case can be when a user submits a response & you want to link it to an existing display.
PUT
/
api
/
v1
/
client
/
{environmentId}
/
displays
/
{displayId}
Copy
Ask AI
curl --request PUT \
--url http:///%7B{baseurl}%7D/api/v1/client/{environmentId}/displays/{displayId} \
--header 'Content-Type: application/json' \
--data '{
"responseId": "{{responseId}} (optional)",
"userId": "{{userId}} (optional)"
}'
Copy
Ask AI
{
"data": {}
}
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}/displays/{displayId} \
--header 'Content-Type: application/json' \
--data '{
"responseId": "{{responseId}} (optional)",
"userId": "{{userId}} (optional)"
}'
Copy
Ask AI
{
"data": {}
}
Assistant
Responses are generated using AI and may contain mistakes.