PUT
/
{environmentId}
/
displays
/
{displayId}
curl --request PUT \
  --url https://app.formbricks.com/api/v2/client/{environmentId}/displays/{displayId} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "responseId": "response123"
}'
{
  "displayId": "display123"
}

Authorizations

x-api-key
string
header
required

Use your Formbricks x-api-key to authenticate.

Path Parameters

displayId
string
required

Body

application/json · object

Response

200 - application/json
OK

The response is of type object.

Was this page helpful?