SettingsDepotsSyncScheduleSpec
The SyncSchedule.Spec structure defines the information regarding the sync schedule.
Properties
array of
string
email_addresses
Required
Email addresses to which the notification will be sent. If empty, no notification is sent.
boolean
enabled
Required
Flag indicating whether automatic sync is enabled or not
schedule
Optional
The schedule to check for new updates. If unset the schedule must be disabled.
JSON Example
{
"email_addresses": [
"string"
],
"enabled": false
}