Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 516 Bytes

File metadata and controls

12 lines (9 loc) · 516 Bytes

Hypernode-API Perform Preinstall

The following endpoints are available:

POST: https://api.hypernode.com/v2/app/<your_app_name>/perform_preinstall/

POST

POST can be used for performing a preinstall for your Hypernode. You have to specify the following data in the post request:

  • preinstall_type: ("magento_1", "magento_2", "akeneo_3_2", "akeneo_4_0") - Indicates what to install on the node.
  • sample_data: boolean - Indicates whether or not to install sample data with the installation.