module OpenprojectApi::Client::UserPreferences
Public Instance Methods
my_preferences(*args)
click to toggle source
# File lib/openproject_api/client/user_preferences.rb, line 4 def my_preferences(*args) get('/api/v3/my_preferences', *args) end
update_my_preferences(body, *args)
click to toggle source
# File lib/openproject_api/client/user_preferences.rb, line 8 def update_my_preferences(body, *args) patch('/api/v3/my_preferences', body, *args) end