Method: PlatformAPI::TeamPreferences#update

Defined in:
lib/platform-api/client.rb

#update(team_preferences_identity, body = {}) ⇒ Object

Update Team Preferences

Parameters:

  • team_preferences_identity:
  • body:

    the object to pass as the request payload



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