class
Build::FormationApi
- Build::FormationApi
- Reference
- Object
Defined in:
build-client/api/formation_api.crConstructors
Instance Method Summary
- #api_client : ApiClient
- #api_client=(api_client : ApiClient)
-
#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)]
-
#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
Constructor Detail
Instance Method Detail
batch update formation Batch update process formation (Heroku-compatible) @param app_id_or_name [String] App ID or name @return [Hash(String, Object)]
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