I've been unable to update a subscription's output params by calling client.push.update. I receive a response with status code 200 but the output_params of the subscription remain unchanged.
I'm passing the following dict to push.update (sensible values edited away)
I've been unable to update a subscription's output params by calling
client.push.update
. I receive a response with status code 200 but the output_params of the subscription remain unchanged.I'm passing the following dict to
push.update
(sensible values edited away)A prior call to
push.validate
with this same dict returns Validation Successful.