Update tag label

Update tag label name

Parameters

Type

Description

labelName(Mandatory)

String(36)

Asset tag/label Name

  • URL Parameters:

    clientUUID

    labelUUID

Post update tag label name

POST https://<baseurl>/v1/organization/logicaltags/edit/@clientUUID/@labelUUID

Path Parameters

Name
Type
Description

clientUUID

string

Client UUID

labelUUID

string

Label 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