class Build::FormationApi

Defined in:

build-client/api/formation_api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(api_client : Build::ApiClient = ApiClient.default) #

[View source]

Instance Method Detail

def api_client : ApiClient #

[View source]
def api_client=(api_client : ApiClient) #

[View source]
def 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)]


[View source]
def 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


[View source]