Method: PlatformAPI::IdentityProvider#update_by_team
- Defined in:
- lib/platform-api/client.rb
#update_by_team(team_name, identity_provider_id, body = {}) ⇒ Object
Update a team's Identity Provider
1978 1979 1980 |
# File 'lib/platform-api/client.rb', line 1978 def update_by_team(team_name, identity_provider_id, body = {}) @client.identity_provider.update_by_team(team_name, identity_provider_id, body) end |