update_captcha_status
Enable or disable a CAPTCHA configuration.
Args: item_id: The ID of the CAPTCHA configuration to update is_enable: True to enable, False to disable the configuration project_key: Project key (tenant ID). Uses global tenant_id if not provided
Returns: JSON string with status update result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | ||
| is_enable | Yes | ||
| project_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |