PUT
/
webapps
/
{id}
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "contextPath": "<string>",
  "enabled": false,
  "war": "<string>",
  "warMd5": "<string>",
  "warSize": 123,
  "type": "<string>"
}

Headers

If-Match
string
default:"-1"

An entity tag to match

Path Parameters

id
string
required

The entity ID

Body

application/json · object

JSON-formatted configuration values

The body is of type object.

Response

200 - application/json

successful operation

id
string
name
string
description
string
contextPath
string
enabled
boolean
default:false
war
string
warMd5
string
warSize
integer
type
string