JOC API

Version 2.6.4

Download RAML
JOC API
/inventory/workflow/tags/store/folder
POST

Sets tags for all workflows of a folder


Parameters in the POST body schema

Name Type Description Example Default
folders optional, array[object] Limits the result to a collection of folders [{
"folder": "/sos",
"recursive": true
}]
addTags optional, array[string] Tag names to be added
deleteTags optional, array[string] Tag names to be deleted
auditLog optional, object Object that contains comment, timeSpent and ticketLink.
{
  "comment": "Operational requirement!",
  "timeSpent": 2
}
comment optional, string Field in auditLog to comment this action, e.g. the reason.
timeSpent optional, integer Field in auditLog to enter the time spent in minutes.
ticketLink optional, string Field in auditLog to enter a link to a corresponding ticket.