Method: PlatformAPI::TeamPreferences#update
- Defined in:
- lib/platform-api/client.rb
#update(team_preferences_identity, body = {}) ⇒ Object
Update Team Preferences
3456 3457 3458 |
# File 'lib/platform-api/client.rb', line 3456 def update(team_preferences_identity, body = {}) @client.team_preferences.update(team_preferences_identity, body) end |