Update a node template
PUT/api/update_node_template/:project_guid/:node_type/:slug
Updates a node template's type, name, description, and config on the project's hub. Renaming the template moves it to a new slug-based directory, then commits and propagates the change to every clone.
Request
Responses
- 200
- 400
- 404
- 409
- 422
Successful Response
Invalid node_type, or node name is required
Project or template not found
A template with that name already exists
Validation Error