Notifications being posted even with silent: true set for Podio::Item.update from the Rubygem
This call to the Podio API results in notifications, even with silent: true.
Podio::Item.update @org_id, {fields: { Settings.organizations_fields.aging_field_id => value }}, silent: true
Any ideas on what's wrong? I've also tried it like this.
Podio::Item.update @org_id, fields: { Settings.organizations_fields.aging_field_id => value }, silent: true
I appreciate any help!
Please sign in to leave a comment.
Comments
2 comments