【发布时间】:2017-07-21 20:12:43
【问题描述】:
我正在为 Podio API 使用 0.7.9 版的 Java 客户端库。当为 silent 参数发送 true 值时,项目更新仍会显示在项目的活动流中。
updateItemValues(item.getId(), valuesUpdates, bSilent, bHook)
根据API documentation 不应该是这种情况。
If set to true, the object will not be bumped up in the stream
and notifications will not be generated.
Default value: false
问题:有没有办法通过 Podio API 更新项目,使更改不会显示在项目的活动流中?
【问题讨论】:
标签: podio