Update the specified alert tag

Internal

Used to update an existing alert tag identified by the name parameter for a specific tenant.

Note: When making API requests, ensure the following headers are included:

  • Authorization: Bearer UserToken (replace UserToken with your actual access token).
  • Content-Type: application/json
  • Accept: application/json

For more details, refer to the following:

Path Parameters

  • clientIdstringrequired

    Describes clientId of the tenant

  • namestringrequired

    Alert tag name that you want to update

Request Body

application/json

  • statusstring

    User can update the status value, for example, setting it to "active" or "inactive."

Loading Examples...

Responses

200OK

Loading Examples...