Patch Agent
Update metadata fields on the singleton agent.
Empty body short-circuits with no DB write and no reload. Any non-empty mutation flows through the 3-round reload pipeline.
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.
Body
Body for PATCH /admin/api/v1/agent.
All fields are optional in the wire payload. Sending null on a
required underlying column (name) is rejected at validation
time, since clearing those is meaningless for the singleton.
Response
Successful Response
GET response and the data payload of PATCH 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.