Plugin
Create a plugin graph node
post/v1/plugins/{pluginId}/graph/nodes
Request body
Example request
{
"kind": "TimeEntry",
"parent_id": "9bsv0s46s6s002p9ltq0",
"relation": {
"kind": "LOGGED_ON"
}
}Response
Created
Example response
{
"id": "9bsv0s46s6s002p9ltq0",
"plugin_id": "com.elemo.timetracking",
"kind": "TimeEntry"
}Changes
Changed in 1 of the 26 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○