Plugin
Move a plugin graph node to a new parent
post/v1/plugins/{pluginId}/graph/nodes/{id}/move
Request body
Example request
{
"parent_id": "9bsv0s46s6s002p9ltq0"
}Response
OK
Example response
{
"id": "9bsv0s46s6s002p9ltq0",
"plugin_id": "com.elemo.timetracking",
"kind": "TimeEntry"
}