updateDataTransformSchedule

PUT {{baseUrl}}/ssot/data-transforms/data-transforms/:dataTransformNameOrId/schedule

Update a data transform's schedule.

Available Version: 60.0

Request Body

{"frequency"=>"<string>", "time"=>{"hour"=>"<integer>", "minute"=>"<integer>", "timeZone"=>"<string>"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{&quot;frequency&quot;:&quot;\u003cstring\u003e&quot;,&quot;nextScheduledDate&quot;:&quot;\u003cstring\u003e&quot;,&quot;time&quot;:{&quot;hour&quot;:&quot;\u003cinteger\u003e&quot;,&quot;minute&quot;:&quot;\u003cinteger\u003e&quot;,&quot;timezone&quot;:{&quot;gmtOffset&quot;:&quot;\u003cdouble\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;zoneId&quot;:&quot;\u003cstring\u003e&quot;}}}