Sync To Timeline
POST /api/creative/plot/plotlines/{plotline_id}/sync-timeline
POST
/api/creative/plot/plotlines/{plotline_id}/sync-timeline
Force sync plotline title/color/arc points to all linked timeline lanes.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” plotline_id
required
Plotline Id
string
Responses
Section titled “ Responses ”Successful Response
TimelineSyncResponse
Response wrapper for timeline sync.
object
status
Status
string
data
required
TimelineSyncResult
Sync results
object
syncedTitle
required
Syncedtitle
Whether title was synced
boolean
syncedColor
required
Syncedcolor
Whether color was synced
boolean
arcPointsSynced
required
Arcpointssynced
Number of arc points synced
integer
lanesSynced
required
Lanessynced
Number of timeline lanes synced
integer
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context