Path Parameters
The type of query rewrite
Query Parameters
The current Fusion application Id
Body
application/json
The new status to be updated
{
"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>"
}
}
{
"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>"
}
}
The type of query rewrite
The current Fusion application Id
The new status to be updated
Show child attributes
Was this page helpful?