update_quota_group
Update a quota group by replacing its entire definition. Retrieve the current definition with get_quota_group before sending the complete new payload.
Instructions
Replace a quota group with a complete raw Qualtrics definition. Use get_quota_group first, modify the returned definition, and send the complete payload because PUT may replace omitted fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| surveyId | Yes | The Qualtrics survey ID | |
| quotaGroup | Yes | Complete replacement Qualtrics quota-group definition | |
| quotaGroupId | Yes | The quota group ID to update |