save_captcha_config
Save CAPTCHA configuration for Google reCAPTCHA or hCaptcha.
Args: provider: CAPTCHA provider - "recaptcha" for Google reCAPTCHA or "hcaptcha" for hCaptcha site_key: Public site key from CAPTCHA provider console secret_key: Private secret key from CAPTCHA provider console project_key: Project key (tenant ID). Uses global tenant_id if not provided is_enable: Whether to enable the configuration immediately (default: False)
Returns: JSON string with CAPTCHA configuration save result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | Yes | ||
| site_key | Yes | ||
| is_enable | No | ||
| secret_key | Yes | ||
| project_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |