Re: Put to update a processor (REST API)

2015-10-13 Thread Devin Pinkston
Joe- Will do, working with a few front-ends (Aurelia/ReactJS) & node microservices. We are just starting so I will post everything we find out here! On Tue, Oct 13, 2015 at 10:02 AM, Joe Witt wrote: > Devin - it is awesome that you're doing programmatic calls against the > API. Let us know a

Re: Put to update a processor (REST API)

2015-10-13 Thread Joe Witt
Devin - it is awesome that you're doing programmatic calls against the API. Let us know as you go and please fire early and often on questions/ideas. Thanks Joe On Tue, Oct 13, 2015 at 10:01 AM, Devin Pinkston wrote: > Matt thank you very much that did the trick! > > On Mon, Oct 12, 2015 at 10:

Re: Put to update a processor (REST API)

2015-10-13 Thread Devin Pinkston
Matt thank you very much that did the trick! On Mon, Oct 12, 2015 at 10:33 PM, Matt Gilman wrote: > Devin, > > Within the config you need specify "properties". > > { > "revision": { > "version": 0, > "lastModifier": "value" > }, > "processor": { > "config": {

Re: Put to update a processor (REST API)

2015-10-12 Thread Matt Gilman
Devin, Within the config you need specify "properties". { "revision": { "version": 0, "lastModifier": "value" }, "processor": { "config": { "properties": { "Consumer Secret": "xxx", "Access Token Secret": "xxx"

Put to update a processor (REST API)

2015-10-12 Thread Devin Pinkston
I'm trying to do a put to update a GetTwitter Processor, I want to set the Consumer & Access Token Secret. Doing the follow put with application/json always gives me a 400 error. This is the put body: { "revision": { "version": 0, "lastModifier": "value" }, "processor": {