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'.

  • alertTagboolean

    Indicates if the value is an alert tag. Accepts 'true' or 'false'.

  • authzTagboolean

    Indicates if the value is an authz tag. Accepts 'true' or 'false'.

Request Body Samples

{
  "description": "Tag value is description is being updated"
}

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'.

  • alertTagboolean

    Indicates if the value is an alert tag.

  • authzTagboolean

    Indicates if the value is an authz tag.

Loading Examples...

Delete tag values with id

Path Parameters

  • tenantIdstringrequired

    Describes the clientId or partnerId of the tenant

  • idstringrequired

  • tagIdstringrequired

    Tag uuid

Responses

200OK

Response Samples

{
  "code": "0006",
  "message": "No Tags found with id :e87d6f57-31f1-4ab2-b63d-d3098f6692fe for organization with id: 33570fb1-ac05-2ff0-86e8-a5b77575f8ed"
}