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
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 |