Update Test Definition
update_testEnable or disable a test definition globally, or update its schedule/timeout. Requires admin scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Test plugin slug (e.g. "http-protocol-check") | |
| enabled | No | Enable or disable the test globally | |
| timeout | No | Timeout in milliseconds | |
| defaultSchedule | No | Cron schedule (e.g. "0 */6 * * *") |