Skip to main content
PUT
/
client
/
{environmentId}
/
responses
/
{responseId}
Update Response
curl --request PUT \
  --url https://app.formbricks.com/api/v2/client/{environmentId}/responses/{responseId} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "data": {
    "tcgls0063n8ri7dtrbnepcmz": "Who? Who? Who?"
  },
  "finished": true
}
'
{
  "data": {}
}

Authorizations

x-api-key
string
header
required

Use your Formbricks x-api-key to authenticate.

Path Parameters

environmentId
string
required

The ID of the environment.

responseId
string
required

Body

application/json

The body is of type object.

Response

OK

The response is of type object.