Method: PlatformAPI::OrganizationApp#transfer_to_account

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

#transfer_to_account(app_name, body) ⇒ Object

Transfer an existing organization app to another Heroku account.

Parameters:

  • app_name:

    unique name of app

  • body:

    the object to pass as the request payload



1552
1553
1554
# File 'lib/platform-api/client.rb', line 1552

def (app_name, body)
  @client.organization_app.(app_name, body)
end