Plugin

Move a plugin graph node to a new parent

post/v1/plugins/{pluginId}/graph/nodes/{id}/move

Request body

parent_idstring required
parent_type'Assignment' | 'Attachment' | 'Comment' | 'Document' | 'Issue' | 'IssueRelation' | 'Label' | 'Namespace' | 'Notification' | 'Organization' | 'Permission' | 'Project' | 'ResourceType' | 'Role' | 'Team' | 'Todo' | 'User' | 'UserToken' | 'Folder' | 'Installation' | 'CustomFieldDefinition' | 'Extension' required

Example request

{
  "parent_id": "9bsv0s46s6s002p9ltq0"
}

Response

OK

idstring required
plugin_idstring required
kindstring required
propertiesobject required
parent_idstring nullable

Direct IN_SCOPE_OF parent id.

parent_type'Assignment' | 'Attachment' | 'Comment' | 'Document' | 'Issue' | 'IssueRelation' | 'Label' | 'Namespace' | 'Notification' | 'Organization' | 'Permission' | 'Project' | 'ResourceType' | 'Role' | 'Team' | 'Todo' | 'User' | 'UserToken' | 'Folder' | 'Installation' | 'CustomFieldDefinition' | 'Extension'
created_atstring date-time nullable
updated_atstring date-time nullable

Example response

{
  "id": "9bsv0s46s6s002p9ltq0",
  "plugin_id": "com.elemo.timetracking",
  "kind": "TimeEntry"
}

Changes