cURL
curl --request PUT \ --url https://{baseurl}/api/v1/client/{environmentId}/displays/{displayId} \ --header 'Content-Type: application/json' \ --data ' { "responseId": "{{responseId}} (optional)", "userId": "{{userId}} (optional)" } '
{}
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.
The body is of type object.
object
OK
The response is of type object.
Was this page helpful?