Skip to content

Link Point To Node

POST
/api/creative/plot/points/{point_id}/nodes

Link a plot point to an outline node.

point_id
required
Point Id
string
PointNodeLinkRequest

Request to link a plot point to an outline node.

object
nodeId
required
Nodeid

Outline node ID

string

Successful Response

StatusResponse

Simple status-only response.

object
status
required
Status

Operation status

string
message
Message

Human-readable message

string
""

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object