# File lib/twitter/rest/users.rb, line 112 def update_profile_colors(options = {}) perform_post_with_object('/1.1/account/update_profile_colors.json', options, Twitter::User) end