function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
moorecats1moorecats1 

Using a ruby gem - restforce - anyone know how I can update a pushtopic ?

I am using this ruby gem - https://github.com/ejholmes/restforce and can't seem to figure out how to update a push topic. I can create it but cannot update it. Any help would be appreciated. 

 

Thanks

Bruce Yue -- SF ArchitectBruce Yue -- SF Architect

client.update! 'PushTopic', {
ApiVersion: '27.0',
Name: 'ChatterFeed',
Description: 'All Chatter Feeds',
NotifyForOperations: 'All',
NotifyForFields: 'All',
Query: " select ...."
}