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.
1068 1069 1070 |
# File 'lib/platform-api/client.rb', line 1068 def transfer_to_account(app_id_or_app_name, body) @client.organization_app.transfer_to_account(app_id_or_app_name, body) end |