Skip to main content
POST
Create dialogue node

Path Parameters

graph_id
string
required

Body

application/json

Body for POST /v1/projects/{pid}/game-narrative/dialogues/{id}/nodes.

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

Response

Successful Response

The response is of type Response Create Node V1 Projects Project Id Game Narrative Dialogues Graph Id Nodes Post · object.