You need to sign in to do that
Don't have an account?
moorecats1
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
client.update! 'PushTopic', {
ApiVersion: '27.0',
Name: 'ChatterFeed',
Description: 'All Chatter Feeds',
NotifyForOperations: 'All',
NotifyForFields: 'All',
Query: " select ...."
}