Quick Create Entry
POST /api/creative/lore/entries/quick
POST
/api/creative/lore/entries/quick
Create a minimal lore entry from the entity system (“Add to Legendry”).
Checks for an existing entry with the same title first (C1 duplicate prevention). If one exists, returns it instead of creating a duplicate.
Request Body required
Section titled “Request Body required ” LoreEntryQuickCreate
Minimal request to create a lore entry from the entity system.
Used by the “Add to Legendry” action — creates a stub entry with just a title and type. The author fills in details later.
Responses
Section titled “ Responses ”Successful Response
LoreEntryQuickCreateResponse
Response for a quick-add lore entry.
object
entryId
required
Entryid
string
title
required
Title
string
entryType
required
Entrytype
string
alreadyExisted
Alreadyexisted
True if linked to existing entry
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