Set group properties
limesurvey_set_group_propertiesUpdate question-group properties in LimeSurvey by specifying the group ID and a map of property names to new values.
Instructions
Update question-group properties.
Calls LimeSurvey RemoteControl method set_group_properties. Authentication uses the configured service account; do not provide a session key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Group property names mapped to new values. | |
| group_id | Yes | Numeric question-group 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 |