Skip to content

Apply Sync

POST
/api/creative/plot/points/{point_id}/sync/{node_id}

Apply sync between a plot point and a linked outline node.

point_id
required
Point Id
string
node_id
required
Node Id
string
ApplySyncRequest

Request to apply sync between a point and a node.

object
direction
required
Direction

Which side is the source

string
Allowed values: from_node from_point

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