Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 512 Bytes

File metadata and controls

12 lines (9 loc) · 512 Bytes

Hypernode-API Perform Preinstall

The following endpoints are available:

POST: https://api.hypernode.com/v1/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: ("magento1", "magento2", "akeneo3.2", "akeneo4.0") - Indicates what to install on the node.
  • sample_data: boolean - Indicates whether or not to install sample data with the installation.