Create Outline Node
POST /api/writing/outline/nodes
Create a new outline node.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Request Body required
Section titled “Request Body required ”Create a new outline node.
object
Knowledge state for a scene, keyed by participant lore_entries.id.
Participants absent from the map are treated as having empty known / unknown sets — the map is only required to carry non-empty state.
object
object
Per-participant fact set — what a character knows (and does not know) at the start of a scene.
M3 stores facts as free-text strings. M4 will upgrade them to
{id, text} references when the contradiction engine formalizes a
fact registry; the shape evolves forward-compatibly via data
migration, not a schema rewrite.
object
Responses
Section titled “ Responses ”Successful Response
Single outline node in the book hierarchy.
object
Knowledge state for a scene, keyed by participant lore_entries.id.
Participants absent from the map are treated as having empty known / unknown sets — the map is only required to carry non-empty state.
object
object
Per-participant fact set — what a character knows (and does not know) at the start of a scene.
M3 stores facts as free-text strings. M4 will upgrade them to
{id, text} references when the contradiction engine formalizes a
fact registry; the shape evolves forward-compatibly via data
migration, not a schema rewrite.
object
Validation Error