postV1AutomatedTestsId
Update an automated test
- activeType: booleanrequired
Whether the automated test is active. Inactive tests are not scheduled.
- accountType: integerFormat: int32
_id If provided, re-associates the automated test with this account. Must belong to the current project.
- btobType: boolean
If true, the test targets a business (B2B) audience — Google Workspace and Office 365.
- btocType: boolean
If true, the test targets a consumer (B2C) audience — Gmail, Outlook.com, Hotmail, Yahoo.
- hourType: integerFormat: int32min:0max:23
Local hour of the day (0–23) at which the test should run, in the provided
time_zone. - repeatType: stringenum
_period Unit of the recurrence interval. One of
WEEKorDAY.values- W
E E K - D
A Y
- repeatType: integerFormat: int32
_period _delay How many
repeat_periodunits to wait between two runs. For example,repeat_period: "WEEK"+repeat_period_delay: 2runs every two weeks. - seedlistType: integerFormat: int32enum
Seedlist identifier used for the test. One of
0,1,2,3or4.values- 0
- 1
- 2
- 3
- 4
- timeType: string
_zone IANA time zone name used to interpret
hour. Defaults to the project timezone when omitted.