lib/totter/client/users.rb in totter-0.2.2 vs lib/totter/client/users.rb in totter-0.2.3
- old
+ new
@@ -22,12 +22,11 @@
# Seesaw.user('soffes')
def user(user)
get "users/#{user}"
end
- # Updates a given user
+ # Updates the authenticating user
#
- # @param user_id [Numeric] A Seesaw user ID.
# @param options [Hash] Properties to be updated
# @option options [String] :given_name The given name of the user
# @option options [String] :family_name The Family name of the user
# @option options [String] :email The email address of the user
# @option options [String] :username The username of the user