PUT /api/pipelines/:pipeline_uuid/backfills/:backfill_id
All default attributes for a backfill may be updated in addittion to the following:
A datetime formatted string representing the start time of the backfill, e.g.
"2023-09-05 23:56:05"
.end_datetime
A datetime formatted string representing the end time of the backfill, e.g.
"2023-09-05 23:56:05"
.The interval type for the backfill. One of:
minute
, hour
, day
, week
, month
, or year
.The number of interval units for the backfill.
A new name for the backfill.
The backfill status. One of
initial
, running
, completed
, failed
, cancelled
.An object containing Global Pipeline Variables to be overriden by the backfill. Any Global Variable may be overridden.
