We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4edc33e commit c309863Copy full SHA for c309863
1 file changed
_data/config-api-endpoints.json
@@ -8620,9 +8620,17 @@
8620
"apiDescription": "src/main/resources/swagger.api/mod-linked-data.yaml",
8621
"apiType": "oas",
8622
"interface": "linked-data 2.0",
8623
- "methods": "put:operation/reindex",
+ "methods": "post:operation/fullReindex",
8624
"name": "mod-linked-data",
8625
- "path": "/linked-data/reindex"
+ "path": "/linked-data/reindex/full"
8626
+ },
8627
+ {
8628
+ "apiDescription": "src/main/resources/swagger.api/mod-linked-data.yaml",
8629
+ "apiType": "oas",
8630
+ "interface": "linked-data 2.0",
8631
+ "methods": "post:operation/incrementalReindex",
8632
+ "name": "mod-linked-data",
8633
+ "path": "/linked-data/reindex/incremental"
8634
},
8635
{
8636
0 commit comments