Skip to main content

Update a node's config fields

PUT 

/api/update_node_config/:project_guid/:workflow_guid/:node_guid

Replaces a node's config field list, validating that any template-locked fields are still present and unchanged. Depending on auto_commit, either commits the change immediately in the acting user's dev clone and schedules a runtime reload, or leaves it as an uncommitted edit.

Serves two permissions: editing values needs Edit config values, redefining the parameters themselves needs Edit config fields. Which one a request needs is decided by what it actually changed.

Request

Responses

Successful Response