Create Plotline
POST /api/creative/timelines/{timeline_id}/plotlines
POST
/api/creative/timelines/{timeline_id}/plotlines
Create a new plotline/lane in a timeline.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” timeline_id
required
Timeline Id
string
Request Body required
Section titled “Request Body required ”Responses
Section titled “ Responses ”Successful Response
PlotlineResponse
Single plotline response.
object
status
required
Status
Operation status
string
data
required
TimelinePlotline
Plotline data
object
timelineId
required
Timelineid
Parent timeline ID
string
name
required
Name
Lane name
string
description
Description
Lane description
string
color
Color
Lane color hex
string
sortOrder
Sortorder
Display order
integer
collapsed
Collapsed
Whether lane is collapsed
boolean
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