class

Build::FormationApi

Inherits Reference < Object

Constructors

new(api_client : ::Build::ApiClient = ApiClient.default)
Source

Instance methods

api_client
Source
api_client=(api_client : ApiClient)
Source
update_formation(app_id_or_name : String, formation_batch_update_request : FormationBatchUpdateRequest | Nil = nil)

batch update formation Batch update process formation (Heroku-compatible) @param app_id_or_name [String] App ID or name @return [Hash(String, Object)]

Source
update_formation_with_http_info(app_id_or_name : String, formation_batch_update_request : FormationBatchUpdateRequest | Nil = nil)

batch update formation Batch update process formation (Heroku-compatible) @param app_id_or_name [String] App ID or name @return [Array<(Hash(String, Object), Integer, Hash)>] Hash(String, Object) data, response status code and response headers

Source