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
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 |