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
- 200
- 400
- 404
- 422
Successful Response
Config field cannot be removed or its definition cannot be changed
Project, workflow, or node not found
Validation Error