Update a node's name, type, and description
PUT/api/update_node_details/:project_guid/:workflow_guid/:node_guid
Updates a node's type, name, description, and debug logging flag directly
on the project hub, and, for source nodes, adds or removes the 'Interval'
config field to match the requested interval flag. Commits the change
and propagates it to clones.
Request
Responses
- 200
- 400
- 404
- 422
Successful Response
Node name is required
Project, workflow, or node not found
Validation Error