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

Parameters:

  • team_name:

    unique name of team

  • identity_provider_id:

    unique identifier of this identity provider

  • body:

    the object to pass as the request payload



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