Skip to main content
PUT
/
api
/
v1
/
client
/
{environmentId}
/
displays
/
{displayId}
Update Display
curl --request PUT \
  --url https://{baseurl}/api/v1/client/{environmentId}/displays/{displayId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "responseId": "{{responseId}} (optional)",
  "userId": "{{userId}} (optional)"
}
'
{}

Path Parameters

environmentId
string
required
displayId
string
required

Body

application/json

The body is of type object.

Response

OK

The response is of type object.