Patch Integration
Apply a shallow update to an existing integration row.
Only fields present in the body are touched. Slug is sticky on
rename so existing references stay valid. Inner integration
is replaced wholesale when provided.
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/integrations/{id}.
The row-level enabled is the single source of truth at assembly;
the inner IntegrationConfig.enabled field is ignored and
overwritten at assembly time (Phase 4+).
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.