Method: OpenprojectApi::Client::UserPreferences#update_my_preferences

Defined in:
lib/openproject_api/client/user_preferences.rb

#update_my_preferences(body, *args) ⇒ Object



8
9
10
# File 'lib/openproject_api/client/user_preferences.rb', line 8

def update_my_preferences(body, *args)
	patch('/api/v3/my_preferences', body, *args)
end