v1

latestOpenAPI 3.0.02026-07-17233433.0 KB
nodes

Create a new attribute for a node (suite, family or task)

post/suites/{nodeName}/attributes

Path parameters

nodeNamestring required

The name of node where attribute is added

Request body

type'autoarchive' | 'autocancel' | 'autorestore' | 'complete' | 'cron' | 'day' | 'date' | 'event' | 'generic' | 'inlimit' | 'label' | 'late' | 'limit' | 'meter' | 'queue' | 'repeat' | 'time' | 'today' | 'trigger' | 'variable' required
namestring
valuestring
old_valuestring
minstring
maxstring

Example request

{
  "type": "variable"
}

Response

Expected response to a valid request

messagestring required
pathstring