PUT
/
responses
/
{responseId}
curl --request PUT \
  --url https://app.formbricks.com/api/v2/client/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

responseId
string
required

Body

application/json · object

The body is of type object.

Response

200
application/json
OK

The response is of type object.

Was this page helpful?