Iam trying to Update the Alert state of a Azure Alert ( Eg: From New to Acknowledged ) via rest API and I am avbe to successfully Do a post and chnage the AlertState , But i have been trying for means to also be able to add Description Field while making the State change , but I seem to not be able to find the correct way to do that , please suggest if someone knows a way to append that description field through Rest while changing the alert state .
I have tried to add the description Text ( Parameter Name Comment ) as a body while trying to invoke rest but it dosent seems to help .