Create Plant
POST /api/creative/plot/plants
POST
/api/creative/plot/plants
Create a narrative plant.
Request Body required
Section titled “Request Body required ” PlantCreateRequest
Create a narrative plant.
object
title
required
Title
Plant title
string
description
Description
What is being planted
string
plantType
Planttype
Plant classification
string
plantStatus
Plantstatus
Lifecycle status
string
visibility
Visibility
How obvious
string
notes
Notes
Author notes
string
Responses
Section titled “ Responses ”Successful Response
PlantResponse
Single plant response.
object
status
required
Status
Operation status
string
data
required
PlotPlant
The plant
object
id
required
Id
Plant UUID
string
projectId
required
Projectid
Owning project
string
title
required
Title
Plant title
string
description
Description
What is being planted
string
plantType
Planttype
Plant classification
string
plantStatus
Plantstatus
Lifecycle status
string
visibility
Visibility
How obvious the plant is
string
notes
Notes
Author notes
string
plantedAtNodeTitle
Plantedatnodetitle
Plant node title (denormalized)
string
payoffAtNodeTitle
Payoffatnodetitle
Payoff node title (denormalized)
string
lastTappedAtNodeTitle
Lasttappedatnodetitle
Last tap node title (denormalized)
string
plotlineTitle
Plotlinetitle
Plotline title (denormalized)
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