Configs
Update Config
Update an installed config for a linked account.
PUT
Update an installed config — field values, enabled workflows, labels, and other installation settings. The config is identified by
config_id (defaults to the linked account ID).
Authentication
Configs are scoped to a linked account via thelinked_account_id header.
Your Refold API key.
The linked account whose config to update.
Body Parameters
The app slug. Example:
hubspotThe config to update. Defaults to the linked account ID.
Field values to set.
Workflows to enable/disable.
Key/value labels for the config.
Response
- 200 OK
- 404 Not Found
Returns the updated config (
{slug, config_id, fields, workflows, field_errors}).