Skip to content

Commit

Permalink
Merge pull request #1844 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 30, 2025
2 parents e5db451 + 9f0fe5b commit b98188a
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions _data/config-api-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -1971,7 +1971,7 @@
{
"apiDescription": "src/main/resources/swagger.api/bulk-operations.yaml",
"apiType": "oas",
"interface": "bulk-operations 1.5",
"interface": "bulk-operations 1.6",
"methods": "get:operation/getBulkOperationCollection",
"name": "mod-bulk-operations",
"path": "/bulk-operations"
Expand All @@ -1987,103 +1987,103 @@
{
"apiDescription": "src/main/resources/swagger.api/bulk-operations.yaml",
"apiType": "oas",
"interface": "bulk-operations 1.5",
"interface": "bulk-operations 1.6",
"methods": "get:operation/getListUsers",
"name": "mod-bulk-operations",
"path": "/bulk-operations/list-users"
},
{
"apiDescription": "src/main/resources/swagger.api/bulk-operations.yaml",
"apiType": "oas",
"interface": "bulk-operations 1.5",
"interface": "bulk-operations 1.6",
"methods": "post:operation/triggerBulkEditByQuery",
"name": "mod-bulk-operations",
"path": "/bulk-operations/query"
},
{
"apiDescription": "src/main/resources/swagger.api/bulk-operations.yaml",
"apiType": "oas",
"interface": "bulk-operations 1.5",
"interface": "bulk-operations 1.6",
"methods": "post:operation/uploadCsvFile",
"name": "mod-bulk-operations",
"path": "/bulk-operations/upload"
},
{
"apiDescription": "src/main/resources/swagger.api/bulk-operations.yaml",
"apiType": "oas",
"interface": "bulk-operations 1.5",
"interface": "bulk-operations 1.6",
"methods": "get:operation/getListUsedTenants",
"name": "mod-bulk-operations",
"path": "/bulk-operations/used-tenants/{operationId}"
},
{
"apiDescription": "src/main/resources/swagger.api/bulk-operations.yaml",
"apiType": "oas",
"interface": "bulk-operations 1.5",
"interface": "bulk-operations 1.6",
"methods": "get:operation/getBulkOperationById",
"name": "mod-bulk-operations",
"path": "/bulk-operations/{operationId}"
},
{
"apiDescription": "src/main/resources/swagger.api/bulk-operations.yaml",
"apiType": "oas",
"interface": "bulk-operations 1.5",
"interface": "bulk-operations 1.6",
"methods": "post:operation/cancelOperationById",
"name": "mod-bulk-operations",
"path": "/bulk-operations/{operationId}/cancel"
},
{
"apiDescription": "src/main/resources/swagger.api/bulk-operations.yaml",
"apiType": "oas",
"interface": "bulk-operations 1.5",
"interface": "bulk-operations 1.6",
"methods": "post:operation/postContentUpdates",
"name": "mod-bulk-operations",
"path": "/bulk-operations/{operationId}/content-update"
},
{
"apiDescription": "src/main/resources/swagger.api/bulk-operations.yaml",
"apiType": "oas",
"interface": "bulk-operations 1.5",
"interface": "bulk-operations 1.6",
"methods": "get:operation/downloadFileByOperationId",
"name": "mod-bulk-operations",
"path": "/bulk-operations/{operationId}/download"
},
{
"apiDescription": "src/main/resources/swagger.api/bulk-operations.yaml",
"apiType": "oas",
"interface": "bulk-operations 1.5",
"interface": "bulk-operations 1.6",
"methods": "get:operation/getErrorsPreviewByOperationId",
"name": "mod-bulk-operations",
"path": "/bulk-operations/{operationId}/errors"
},
{
"apiDescription": "src/main/resources/swagger.api/bulk-operations.yaml",
"apiType": "oas",
"interface": "bulk-operations 1.5",
"interface": "bulk-operations 1.6",
"methods": "delete:operation/deleteFileByNameAndOperationId",
"name": "mod-bulk-operations",
"path": "/bulk-operations/{operationId}/files/{fileName}"
},
{
"apiDescription": "src/main/resources/swagger.api/bulk-operations.yaml",
"apiType": "oas",
"interface": "bulk-operations 1.5",
"interface": "bulk-operations 1.6",
"methods": "post:operation/postMarcContentUpdates",
"name": "mod-bulk-operations",
"path": "/bulk-operations/{operationId}/marc-content-update"
},
{
"apiDescription": "src/main/resources/swagger.api/bulk-operations.yaml",
"apiType": "oas",
"interface": "bulk-operations 1.5",
"interface": "bulk-operations 1.6",
"methods": "get:operation/getPreviewByOperationId",
"name": "mod-bulk-operations",
"path": "/bulk-operations/{operationId}/preview"
},
{
"apiDescription": "src/main/resources/swagger.api/bulk-operations.yaml",
"apiType": "oas",
"interface": "bulk-operations 1.5",
"interface": "bulk-operations 1.6",
"methods": "post:operation/startBulkOperation",
"name": "mod-bulk-operations",
"path": "/bulk-operations/{operationId}/start"
Expand Down

0 comments on commit b98188a

Please sign in to comment.