tags/{tagId}/values/{id}
Manage Tag's Values (Custom Attributes Values)
Update description of values
Path Parameters
- tenantId
Describes the clientId or partnerId of the tenant
- id
- tagId
Tag uuid
Request Body
application/json
- description
- metricLabel
Indicates if the value is a metric label. Accepts 'true' or 'false'.
- logLabel
Indicates if the value is a log label. Accepts 'true' or 'false'.
Loading Examples...
Responses
- value
Tag Value
- uniqueId
Tag value uuid
- description
A brief description of the value.
- metricLabel
Indicates if the value is a metric label. Accepts 'true' or 'false'.
- logLabel
Indicates if the value is a log label. Accepts 'true' or 'false'.
Loading Examples...
Delete tag values with id
Path Parameters
- tenantId
Describes the clientId or partnerId of the tenant
- id
- tagId
Tag uuid
Responses
200OK
Loading Examples...