Update Divinity Orchestration Settings
PUT /api/settings/divinity-orchestration
Update Divinity Engine orchestration tunables.
Mutates the live config singleton, persists to user_settings.json, then signals the running executor to rebuild its post-handler layer so the change takes effect for the next dispatch.
Request Body required
Section titled “Request Body required ”Partial update payload — only non-None sub-blocks are applied.
object
Partial update for utility-scorer weights + severity floor.
object
Partial update for Hawken’s post-scan BT thresholds.
Partial update for Lorekeeper’s post-scan BT thresholds.
Responses
Section titled “ Responses ”Successful Response
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
Validation Error