Update survey response
limesurvey_update_responseUpdate a survey response by providing its response ID and new field values. Specify the survey ID and the response data to modify existing entries.
Instructions
Update a response; include its response ID in the data.
Calls LimeSurvey RemoteControl method update_response. Authentication uses the configured service account; do not provide a session key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response | Yes | Response fields, including the response ID, mapped to new values. | |
| survey_id | Yes | Numeric LimeSurvey survey ID. | |
| response_format | No | Output format. JSON preserves the complete structured result; Markdown is optimized for reading. | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| result | Yes | ||
| truncated | No | ||
| truncation_message | No |