set_quota_properties
Configure quota properties in LimeSurvey by specifying the quota ID and desired properties to manage survey response limits effectively.
Instructions
Set LimeSurvey quota properties.
Args:
id: The quota ID.
properties: The properties to set.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | ||
properties | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "integer"
},
"properties": {
"additionalProperties": true,
"title": "Properties",
"type": "object"
}
},
"required": [
"id",
"properties"
],
"title": "set_quota_propertiesArguments",
"type": "object"
}