Set the UTC time of day the signal scan cron runs for this user.
user_profiles.preferred_scan_time to the supplied HH:MM UTC value. The signal-scan cron dispatches per-user scan tasks in 15-minute buckets, so valid minutes are 00, 15, 30, or 45 only. Any other value (e.g. 06:17) returns a 400.
time (string, required) — UTC HH:MM 24-hour time on a 15-minute boundary.GET (read the current value — getScanTime). Default when unset: 06:00.
Invalid time. Must be HH:MM in 15-minute intervals (e.g. 06:00, 14:30). — assert on this if you need to surface validation errors to the user.Idempotent. Writing the same value twice is a no-op (last write wins).Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Preferred daily scan time in UTC HH:MM 24-hour format. Must fall on a 15-minute boundary (00, 15, 30, 45).
^\d{2}:\d{2}$Scan time updated.
Preferred daily scan time in UTC HH:MM 24-hour format. Must fall on a 15-minute boundary (00, 15, 30, 45).
^\d{2}:\d{2}$