Method: Podio::User.update_profile_field
- Defined in:
- lib/podio/models/user.rb
.update_profile_field(key, attributes) ⇒ Object
64 65 66 |
# File 'lib/podio/models/user.rb', line 64 def update_profile_field(key, attributes) Podio.connection.put("/user/profile/#{key}", attributes).status end |