Data Flow

Update a single resource - ExportSchedule

Replaces the ExportSchedule resource.

put/plannings/exports/{id}

Path parameters

idstring required

Resource identifier

Request body

exportstring[]
namestring
descriptionstring nullable
cronExpressionstring

This should be a cron expression based on Quartz cron format

timezonestring

This should be a valid timezone

statusstring

Example request

{
  "cronExpression": "0 4 8-14 * *",
  "timezone": "UTC"
}

Response

ExportSchedule resource updated

exportobject
namestring
descriptionstring nullable
cronExpressionstring
timezonestring
statusstring
dateCreatedstring date-time
dateModifiedstring date-time
idstring

Changes

No recorded changes to this endpoint across all 1 revision of this API.