You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2019. It is now read-only.
I receive a 400 bad request error when changing the subscriber name, misc_notes, etc. As a result, I'm manage users.
Rails 4.2.0.beta4, Ruby 2.1.4
irb(main):012:0> subscriber = aweber.account.lists[3573275].subscribers[916074166]
=> #<AWeber::Resources::Subscriber id="916074166" />
irb(main):013:0> subscriber.name = "Subscriber Name"
=> "Subscriber Name"
irb(main):014:0> subscriber.save
=> #<Net::HTTPBadRequest 400 Bad Request readbody=true>
I am able to change the user's list once and only once.