Skip to main content
PUT
Requires scope: api:org-config Pass confidence_scoring=None to clear and inherit the org default. Helpers get/set_view_scorer_params and set_view_confidence_weights patch one scorer or overall weights without rewriting the full bag.

Parameters

str
required
Active view template summary_type slug.
dict[str, Any] | None
required
View-level scorers[] + weights config, or None to clear the override.

Returns

ConfidenceScoringResult
str
Always “view”.
str | None
View slug.
dict[str, Any] | None
Stored view override after the write.

Raises