• Add / update an alarm notes via code / API

    Hello,

    I need to add notes or update an existing one for alarm.

    I know I get can notes via API / code but I did not find any way to overwrite the data from code or API.

     For example this code will get alarms notes:

    alarmId = args['alarmId']
    alarmService…