Merge Entry
POST /api/creative/lore/entries/{entry_id}/merge
POST
/api/creative/lore/entries/{entry_id}/merge
Merge a duplicate lore entry into a target entry.
entry_id is the source that will be soft-deleted; the target
absorbs its aliases, tags, content, and relationships. Use this to
consolidate duplicates surfaced by bulk imports.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” entry_id
required
Entry Id
string
Request Body required
Section titled “Request Body required ” LoreEntryMergeRequest
Request to merge a source lore entry into a target.
The source entry’s content, tags, and aliases are folded into the target. Page relationships pointing at the source are rewired to the target. The source is then soft-deleted (status=‘trashed’) so it can be restored if the merge was a mistake.
object
targetEntryId
required
Targetentryid
Entry that absorbs the source’s content
string
keepAsAlias
Keepasalias
If true, the source title is added as an alias on the target.
boolean
Responses
Section titled “ Responses ”Successful Response
LoreEntryMergeResponse
Result of merging two lore entries.
object
status
Status
string
sourceEntryId
required
Sourceentryid
string
targetEntryId
required
Targetentryid
string
targetTitle
required
Targettitle
string
aliasesAdded
Aliasesadded
integer
tagsAdded
Tagsadded
integer
relationshipsRewired
Relationshipsrewired
integer
contentAppended
Contentappended
boolean
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