Skip to main content

Modify values for give tagId

Select

SaaS
Customer Managed

Modify values for give tagId

Path Parameters
  • tagId int32 required

    Id of the tag name whose value is requested

Request Body
  • oldValue string
  • newValue string
Responses

OK


Schema
  • errorMessage string
  • errorCode int32
PUT /v4/tags/:tagid/values    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
tagId — path required
Body
{
"oldValue": "string",
"newValue": "string"
}
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/Tags/:tagId/Values' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"oldValue": "string",
"newValue": "string"
}'