Create or replace flow nodes
PUT {{baseUrl}}/projects/:id/nodes?userId=<string>
Create nodes or replace existing nodes belonging to a project with new nodes. When executing this request, all existing nodes of the project will be removed. All the nodes included in the request will be added to the project.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
userId | string | (Required) The id of the user. Usually this is the user's email address. If this parameter does not exist the API tries to extract it from the impersonated token. |
Request Body
{"0"=>{"id"=>"<string>", "type"=>"<string>", "eu4d3"=>"<string>"}, "1"=>{"id"=>"<string>", "type"=>"<string>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
""