v1

latestOpenAPI 3.0.32026-07-24198357534.7 KB
Data Flow

Update a single resource - ImportSchedule

Replaces the ImportSchedule resource.

put/plannings/imports/{id}

Path parameters

idstring required

Resource identifier

Request body

importstring[]
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

ImportSchedule resource updated

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