fmea-api-mcp-server 1.1.43 → 1.1.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -264,6 +264,36 @@
|
|
|
264
264
|
}
|
|
265
265
|
}
|
|
266
266
|
}
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"path": "/api/v2/tree-search/{domain}/rebuild",
|
|
270
|
+
"method": "POST",
|
|
271
|
+
"operationId": "rebuild",
|
|
272
|
+
"summary": "Rebuild tree search index",
|
|
273
|
+
"description": "Triggers an asynchronous full rebuild of the Lucene tree search index for the specified domain. Requires ADMIN privileges. Returns 202 if rebuild started, 409 if already in progress.",
|
|
274
|
+
"tags": [
|
|
275
|
+
"Tree Search"
|
|
276
|
+
],
|
|
277
|
+
"parameters": [
|
|
278
|
+
{
|
|
279
|
+
"name": "domain",
|
|
280
|
+
"in": "path",
|
|
281
|
+
"description": "Tree search domain. Allowed values: fmm, block-diagram",
|
|
282
|
+
"required": true,
|
|
283
|
+
"schema": {
|
|
284
|
+
"type": "string"
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
],
|
|
288
|
+
"requestBody": null,
|
|
289
|
+
"responses": {
|
|
290
|
+
"default": {
|
|
291
|
+
"description": "default response",
|
|
292
|
+
"content": {
|
|
293
|
+
"application/json": {}
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
}
|
|
267
297
|
}
|
|
268
298
|
]
|
|
269
299
|
}
|