Skip to content

Commit c309863

Browse files
dcrossleyaugithub-actions[bot]
authored andcommitted
Apply automatic changes
1 parent 4edc33e commit c309863

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

_data/config-api-endpoints.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8620,9 +8620,17 @@
86208620
"apiDescription": "src/main/resources/swagger.api/mod-linked-data.yaml",
86218621
"apiType": "oas",
86228622
"interface": "linked-data 2.0",
8623-
"methods": "put:operation/reindex",
8623+
"methods": "post:operation/fullReindex",
86248624
"name": "mod-linked-data",
8625-
"path": "/linked-data/reindex"
8625+
"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"
86268634
},
86278635
{
86288636
"apiDescription": "src/main/resources/swagger.api/mod-linked-data.yaml",

0 commit comments

Comments
 (0)