Method: PlatformAPI::Formation#batch_update

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

#batch_update(app_id_or_app_name, body = {}) ⇒ Object

Batch update process types

Parameters:

  • app_id_or_app_name:

    unique identifier of app or unique name of app

  • body:

    the object to pass as the request payload



1249
1250
1251
# File 'lib/platform-api/client.rb', line 1249

def batch_update(app_id_or_app_name, body = {})
  @client.formation.batch_update(app_id_or_app_name, body)
end