Update Plotline
PUT /api/creative/plot/plotlines/{plotline_id}
PUT
/api/creative/plot/plotlines/{plotline_id}
Update a plotline (syncs Legendry entry).
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” plotline_id
required
Plotline Id
string
Request Body required
Section titled “Request Body required ” PlotlineUpdateRequest
Update an existing plotline.
object
Responses
Section titled “ Responses ”Successful Response
PlotlineResponse
Single plotline response wrapper.
object
status
required
Status
Operation status
string
data
required
Plotline
The plotline
object
id
required
Id
Plotline UUID
string
projectId
required
Projectid
Owning project
string
title
required
Title
Plotline title
string
summary
Summary
Brief summary
string
subplotType
Subplottype
Subplot classification
string
scale
Scale
Narrative scope (saga/arc/plotline/subplot)
string
color
Color
Display color hex
string
sortOrder
Sortorder
Sort position among siblings
integer
status
Status
Lifecycle status
string
importance
Importance
Importance tier
string
stakes
Stakes
What’s at risk if this plotline fails
string
themes
Themes
Recurring themes, symbols, or motifs
string
notes
Notes
Private author notes
string
createdAt
required
Createdat
Created timestamp (ms)
integer
modifiedAt
required
Modifiedat
Modified timestamp (ms)
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