Update Settings
PUT /api/divinity/authored-library/settings
Persist updated settings. Flips the service’s kill switch in-process.
Request Body required
Section titled “Request Body required ”Persisted Authored Library configuration.
Lives nested under the divinity_engine section of
:class:backend.core.config.config.IshvanaConfig. Every field has a
documented default so a fresh install works without user setup.
object
Master kill switch. When False, every consumer receives raw handler messages (pre-M6 behaviour). Flip to False only for debugging or if a bundled pack ships with a fatal defect.
Which algorithm picks a variant from the filtered pool. Hash-deterministic is the reproducible default; round-robin cycles per session; weighted-random + seed is reproducible variety; user-preference hard-filters by tag allowlist.
Soft bias toward variants carrying this tone tag. ‘balanced’ applies no bias.
Hard filter — when non-empty, only variants whose tag set intersects the allowlist survive. Empty = accept every tag.
Absolute paths of enabled community packs. Managed by the import/export routes; users can toggle per-pack from the UI.
Responses
Section titled “ Responses ”Successful Response
Persisted Authored Library configuration.
Lives nested under the divinity_engine section of
:class:backend.core.config.config.IshvanaConfig. Every field has a
documented default so a fresh install works without user setup.
object
Master kill switch. When False, every consumer receives raw handler messages (pre-M6 behaviour). Flip to False only for debugging or if a bundled pack ships with a fatal defect.
Which algorithm picks a variant from the filtered pool. Hash-deterministic is the reproducible default; round-robin cycles per session; weighted-random + seed is reproducible variety; user-preference hard-filters by tag allowlist.
Soft bias toward variants carrying this tone tag. ‘balanced’ applies no bias.
Hard filter — when non-empty, only variants whose tag set intersects the allowlist survive. Empty = accept every tag.
Absolute paths of enabled community packs. Managed by the import/export routes; users can toggle per-pack from the UI.
Validation Error