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
- application/json
Request Body
- oldValue string
- newValue string
Responses
- 200
- 404
- 503
OK
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Service Unavailable
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
PUT /v4/tags/:tagid/values
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
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"
}'
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"
}'
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"
}'
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"
}'
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"
}'
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"
}'
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"
}'