Update the specified alert tag
InternalUsed 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
- clientId
Describes clientId of the tenant
- name
Alert tag name that you want to update
Request Body
application/json
- status
User can update the status value, for example, setting it to "active" or "inactive."
Loading Examples...
Responses
200OK
Loading Examples...