curl --request PUT \
--url https://{FUSION HOST}/api/webapps/{id}/war \
--header 'Content-Type: */*' \
--data '{}'
Upload a war file for an app.
curl --request PUT \
--url https://{FUSION HOST}/api/webapps/{id}/war \
--header 'Content-Type: */*' \
--data '{}'
Application ID.
War file.
The body is of type object
.
Was this page helpful?