apps
Install App
Install an app on an endpoint
post/apps/install
Query parameters
endpointIdinteger
Endpoint ID to install app on,if not set, install on the local endpoint
Endpoint ID to install app on,if not set, install on the local endpoint
Request body
Example request
{
"app_name": "wordpress",
"edition": {
"dist": "community",
"version": "1.0.0"
},
"app_id": "wordpress",
"proxy_enabled": true,
"domain_names": [
"wordpress.example1.com",
"wordpress.example2.com"
],
"settings": {
"W9_HTTP_PORT_SET": "9001"
}
}Response
Success
{"stackTrail":"paths:/apps/install:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}