Patch Guardrail
Apply a shallow update to an existing guardrail row.
Only fields present in the body are touched. Slug is sticky on
rename so existing references stay valid. Inner guardrail is
replaced wholesale when provided. Reordering happens via
sort_order.
Documentation Index
Fetch the complete documentation index at: https://docs.idun-group.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Body
Body for PATCH /admin/api/v1/guardrails/{id}.
All fields are optional; absence means no change. Sending null on
name is rejected (clearing the row name is meaningless).
input, output x >= 0- SimpleBanListConfig
- SimplePIIConfig
- SimpleNSFWTextConfig
- SimpleToxicLanguageConfig
- SimpleGibberishTextConfig
- SimpleBiasCheckConfig
- SimpleCompetitionCheckConfig
- SimpleCorrectLanguageConfig
- SimpleRestrictToTopicConfig
Response
Successful Response
GET response and the data payload of POST/PATCH/DELETE responses.
Reload outcome attached to every admin mutation response.
reloaded means DB committed and runtime now uses the new config.
restart_required means DB committed and process restart is needed.
reload_failed means DB rolled back and runtime is unchanged.