We are currently customizing our Active Collab 5.6.4 Self Hosted installation. I'm trying to add subscribers for a discussion through the api - I'm using the following api method
PUT /subscribers/task/1
(see https://developers.activecollab.com/api-documentation/v1/utilities/notifications/subscribers.html)
But the examples in there are only for adding subscribers to tasks - how do I add subscribers to discussions? I tried using
PUT /subscribers/discussions/1
That does not do anything, also this does not yield any error so I think there must be a method somehow already. Does anybody know which method should be used to add subscribers to discussions?