PUT
/
client
/
{environmentId}
/
responses
/
{responseId}
curl --request PUT \
  --url https://app.formbricks.com/api/v2/client/{environmentId}/responses/{responseId} \
  --header 'Content-Type: application/json' \
  --data '{
  "data": {
    "tcgls0063n8ri7dtrbnepcmz": "Who? Who? Who?"
  },
  "finished": true
}'
{
  "data": {}
}

Path Parameters

environmentId
string
required

The ID of the environment.

responseId
string
required

Body

application/json · object

Response

200
application/json

OK

The response is of type object.