PUT
/
webapps
/
{id}
/
war
Upload a .war file
curl --request PUT \
  --url https://{FUSION HOST}/api/webapps/{id}/war \
  --header 'Content-Type: */*' \
  --data '{}'

Path Parameters

id
string
required

Application ID.

Body

*/* · object

War file.

The body is of type object.