Update Character Draft Entry
PATCH /api/creative/character-council/drafts/{draft_id}
PATCH
/api/creative/character-council/drafts/{draft_id}
Update a draft entry’s status (accept/reject/modify).
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” draft_id
required
Draft Id
string
Request Body required
Section titled “Request Body required ”Responses
Section titled “ Responses ”Successful Response
DraftCharacterEntry
A character entry proposed by the council, awaiting user accept/reject.
object
id
required
Id
Unique draft ID
string
sessionId
required
Sessionid
Character council session ID
string
title
required
Title
Character or relationship name
string
content
required
Content
Proposed content (markdown)
string
entryType
required
Entrytype
Lore entry type (default: character)
string
tags
Tags
Array<string>
rationale
required
Rationale
Why the council proposed this
string
updateExisting
Updateexisting
True if this updates an existing character entry
boolean
status
DraftEntryStatus
Status of a draft lore entry proposed by the council.
string
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context