Update Lorekeeper Settings
PUT /api/data/settings/lorekeeper
PUT
/api/data/settings/lorekeeper
Update Lorekeeper agent settings.
Applies any non-null field from the request to the live config, persists
the result to user_settings.json under the lorekeeper key, and
reloads the running Lorekeeper agent so the new values take effect
immediately without a restart. On persistence failure, the in-memory
config is rolled back to its prior state.
Request Body required
Section titled “Request Body required ” LorekeeperSettingsUpdate
Partial update payload for Lorekeeper settings. Only non-null fields are applied.
object
Responses
Section titled “ Responses ”Successful Response
SettingsUpdateResponse
Shared response envelope for every settings update endpoint.
status is "success" when at least one field changed, "noop"
when the request carried no updatable fields. updated_fields lists the
snake_case keys that were actually persisted so the caller can display
exactly what changed.
object
status
required
Status
string
message
required
Message
string
updatedFields
required
Updatedfields
Array<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