Skip to main content
PATCH
Update dialogue node

Path Parameters

node_id
string
required

Body

application/json

Body for PATCH /v1/projects/{pid}/game-narrative/dialogue-nodes/{id}.

kind
enum<string> | null
Available options:
line,
choice,
branch,
end
text
string | null
speaker_id
string | null
speaker_label
string | null
branches
Branches · object[] | null
conditions
Conditions · object[] | null
on_enter_effects
On Enter Effects · object[] | null
canvas_x
number | null
canvas_y
number | null

Response

Successful Response

The response is of type Response Patch Node V1 Projects Project Id Game Narrative Dialogue Nodes Node Id Patch · object.