Notification API patch request is successful but doesn't update anything

Notification API patch request is successful but doesn't update anything

Hi,

I'm using the Notification API to be notified when an opportunity (which is called ether a Potential or a Deal in your API it seems) is created or edited.

The creation worked fine but since a notification channel expires after a maximum of one day (channel_expiry), I need to constantly update that field to keep the notification alive every day.

However, it doesn't seem to update anything when making the request described here: https://www.zoho.com/crm/developer/docs/api/v2/notifications/update-info.html.

I'm only sending the channel_id and an updated channel_expiry. Here is the response I get :
  1. {"watch":[{"code":"SUCCESS","details":{"events":[]},"message":"Successfully updated the subscribe details","status":"success"}]}
The request is successful but I get an empty array for the events in the response contrary to the sample response in the documentation and the notification has not changed when I make a GET request to check.

What am I doing wrong ?

Thank's in advance.