Method: PlatformAPI::AllowedAddonService#create_by_team

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

#create_by_team(team_name_or_team_id, body = {}) ⇒ Object

Allow an Add-on Service

Parameters:

  • team_name_or_team_id:

    unique name of team or unique identifier of team

  • body:

    the object to pass as the request payload



1201
1202
1203
# File 'lib/platform-api/client.rb', line 1201

def create_by_team(team_name_or_team_id, body = {})
  @client.allowed_addon_service.create_by_team(team_name_or_team_id, body)
end