Set quota properties
limesurvey_set_quota_propertiesUpdate an existing LimeSurvey quota's properties by supplying the quota ID and the data fields to change.
Instructions
Update quota properties.
Calls LimeSurvey RemoteControl method set_quota_properties. Authentication uses the configured service account; do not provide a session key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Quota properties to update. | |
| quota_id | Yes | Numeric quota 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 |