manageTag

With this function, you can create/manage Tags.

Parameters

Parameter name Type Description Possible values Example
_id String Required on action modify The ID of the tag.   _id=5cc3b7fc9dc6d60c9d04f0f2
action String Required The action you want to perform.
  • create
  • modify
 
name String Required on action create tag name.   name=JBTag
type Integer Type of Tag. Defaults to 1.
  • 1 - Generic
  • 2 - Optimizer
type=Optimizer
color Hexadecimal Required on action create The color of the Tag.   color=#3f00d6

Returns

This API call returns tag object.
To view the parameters that returned click on Tag Object.

Example

jetapi backupmc -F manageTag -D 'action=create&name=JBTag&color=#3f00d6'
https://1.1.1.1:3031/API/manageTag/?action=create&name=JBTag&color=#3f00d6