Skip to main content
PUT
/
query-rewrite
/
{type}
Error
A valid request URL is required to generate request examples
{
  "app": "<string>",
  "type": "<string>",
  "enabled": false,
  "numDeployed": 123,
  "collection": "<string>",
  "job": "<string>",
  "lastDeployedOn": "2023-11-07T05:31:56Z",
  "lastJobStatus": {
    "resource": {
      "type": "APPKIT_APP",
      "id": "<string>",
      "canonicalName": "<string>",
      "uri": "<string>"
    },
    "runId": "<string>",
    "startTime": "2023-11-07T05:31:56Z",
    "endTime": "2023-11-07T05:31:56Z",
    "status": "<string>",
    "error": {
      "message": "<string>",
      "detail": "<string>"
    },
    "extra": {},
    "startedBy": "<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.

Path Parameters

type
string
required

The type of query rewrite

Query Parameters

context
string

The current Fusion application Id

Body

application/json

The new status to be updated

lastJobStatus
object

Response

200 - application/json

successful operation

app
string
read-only
type
string
read-only
enabled
boolean
default:false
read-only
numDeployed
integer<int64>
read-only
collection
string
read-only
job
string
read-only
lastDeployedOn
string<date-time>
read-only
lastJobStatus
object