Create Tag Labels
Create new tag labels
Parameters
Type
Description
labelName(Mandatory)
String(36)
Asset tag/label Name
URL Parameters:
clientUUID
Post new tag labels
POST
https://<baseurl> /v1/organization/logicaltags/add/@clientUUID
Path Parameters
Name
Type
Description
clientUUID
string
Client UUID
Headers
Name
Type
Description
Authentication
string
Authentication token
#########################################################################
## success
#########################################################################
{
"message": "success",
"status": 200
}
#########################################################################
## Error:Unable to save data
#########################################################################
{
"message": "error",
"status": 400,
"description": "Unable to save data"
}
#########################################################################
## Error:Category Name exists
#########################################################################
{
"message": "error",
"status": 401,
"description": "Tag label name already exists
}
#########################################################################
## Error:Invalid Data
#########################################################################
{
"message": "error",
"status": 402,
"description": "Invalid data"
}
Last updated
Was this helpful?