Skip to content

Commit

Permalink
Merge pull request #1821 from folio-org/ongoing-config-apidocs
Browse files Browse the repository at this point in the history
Auto: Update data for config apidocs
  • Loading branch information
dcrossleyau authored Jan 8, 2025
2 parents 7333deb + 3713d3e commit 8fbaea7
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions _data/config-api-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -10394,63 +10394,71 @@
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiType": "oas",
"interface": "indices 1.0",
"interface": "indices 1.1",
"methods": "post:operation/createIndices",
"name": "mod-search",
"path": "/search/index/indices"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiType": "oas",
"interface": "indices 1.0",
"interface": "indices 1.1",
"methods": "post:operation/reindexInstanceRecords",
"name": "mod-search",
"path": "/search/index/instance-records/reindex/full"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiType": "oas",
"interface": "indices 1.0",
"interface": "indices 1.1",
"methods": "post:operation/reindexFailedMergeRanges",
"name": "mod-search",
"path": "/search/index/instance-records/reindex/merge/failed"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiType": "oas",
"interface": "indices 1.1",
"methods": "get:operation/getReindexStatus",
"name": "mod-search",
"path": "/search/index/instance-records/reindex/status"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiType": "oas",
"interface": "indices 1.0",
"interface": "indices 1.1",
"methods": "post:operation/reindexUploadInstanceRecords",
"name": "mod-search",
"path": "/search/index/instance-records/reindex/upload"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiType": "oas",
"interface": "indices 1.0",
"interface": "indices 1.1",
"methods": "post:operation/reindexInventoryRecords",
"name": "mod-search",
"path": "/search/index/inventory/reindex"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiType": "oas",
"interface": "indices 1.0",
"interface": "indices 1.1",
"methods": "post:operation/updateMappings",
"name": "mod-search",
"path": "/search/index/mappings"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiType": "oas",
"interface": "indices 1.0",
"interface": "indices 1.1",
"methods": "post:operation/indexRecords",
"name": "mod-search",
"path": "/search/index/records"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiType": "oas",
"interface": "indices 1.0",
"interface": "indices 1.1",
"methods": "put:operation/updateIndexDynamicSettings",
"name": "mod-search",
"path": "/search/index/settings"
Expand Down

0 comments on commit 8fbaea7

Please sign in to comment.