tags/{tagId}/values/{id}

Manage Tag's Values (Custom Attributes Values)

Update description of values

Path Parameters

  • tenantIdstringrequired

    Describes the clientId or partnerId of the tenant

  • idstringrequired

  • tagIdstringrequired

    Tag uuid

Request Body

application/json

  • descriptionstring

  • metricLabelboolean

    Indicates if the value is a metric label. Accepts 'true' or 'false'.

  • logLabelboolean

    Indicates if the value is a log label. Accepts 'true' or 'false'.

Loading Examples...

Responses

  • valuestring

    Tag Value

  • uniqueIdstring

    Tag value uuid

  • descriptionstring

    A brief description of the value.

  • metricLabelboolean

    Indicates if the value is a metric label. Accepts 'true' or 'false'.

  • logLabelboolean

    Indicates if the value is a log label. Accepts 'true' or 'false'.

Loading Examples...

Delete tag values with id

Path Parameters

  • tenantIdstringrequired

    Describes the clientId or partnerId of the tenant

  • idstringrequired

  • tagIdstringrequired

    Tag uuid

Responses

200OK

Loading Examples...