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