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.
1552 1553 1554 |
# File 'lib/platform-api/client.rb', line 1552 def transfer_to_account(app_name, body) @client.organization_app.transfer_to_account(app_name, body) end |