Skip to main content
PUT
/
webapps
/
{id}
Error
A valid request URL is required to generate request examples
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "contextPath": "<string>",
  "enabled": false,
  "war": "<string>",
  "warMd5": "<string>",
  "warSize": 123,
  "type": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

If-Match
string
default:"-1"

An entity tag to match

Path Parameters

id
string
required

The entity ID

Body

application/json

JSON-formatted configuration values

The body is of type object.

Response

200 - application/json

successful operation

id
string
read-only
name
string
read-only
description
string
read-only
contextPath
string
read-only
enabled
boolean
default:false
read-only
war
string
read-only
warMd5
string
read-only
warSize
integer<int64>
read-only
type
string
read-only