Method: PlatformAPI::OrganizationApp#transfer_to_account

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

#transfer_to_account(app_id_or_app_name, body) ⇒ Object

Transfer an existing organization app to another Heroku account.

Parameters:

  • app_id_or_app_name:

    unique identifier of app or unique name of app

  • body:

    the object to pass as the request payload



1068
1069
1070
# File 'lib/platform-api/client.rb', line 1068

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