Skip to content

Commit

Permalink
Merge pull request #1775 from folio-org/ongoing-config-apidocs
Browse files Browse the repository at this point in the history
Fix broken auto-pr gather-config-apidocs
  • Loading branch information
dcrossleyau authored Oct 26, 2024
2 parents 7915494 + a45b06b commit 90d54a8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 33 deletions.
46 changes: 15 additions & 31 deletions _data/config-api-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -1947,7 +1947,7 @@
{
"apiDescription": "src/main/resources/swagger.api/bulk-operations.yaml",
"apiType": "oas",
"interface": "bulk-operations 1.4",
"interface": "bulk-operations 1.5",
"methods": "get:operation/getBulkOperationCollection",
"name": "mod-bulk-operations",
"path": "/bulk-operations"
Expand All @@ -1963,111 +1963,111 @@
{
"apiDescription": "src/main/resources/swagger.api/bulk-operations.yaml",
"apiType": "oas",
"interface": "bulk-operations 1.4",
"interface": "bulk-operations 1.5",
"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.4",
"interface": "bulk-operations 1.5",
"methods": "get:operation/getUsersPermissions",
"name": "mod-bulk-operations",
"path": "/bulk-operations/permissions-self-check"
},
{
"apiDescription": "src/main/resources/swagger.api/bulk-operations.yaml",
"apiType": "oas",
"interface": "bulk-operations 1.4",
"interface": "bulk-operations 1.5",
"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.4",
"interface": "bulk-operations 1.5",
"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.4",
"interface": "bulk-operations 1.5",
"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.4",
"interface": "bulk-operations 1.5",
"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.4",
"interface": "bulk-operations 1.5",
"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.4",
"interface": "bulk-operations 1.5",
"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.4",
"interface": "bulk-operations 1.5",
"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.4",
"interface": "bulk-operations 1.5",
"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.4",
"interface": "bulk-operations 1.5",
"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.4",
"interface": "bulk-operations 1.5",
"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.4",
"interface": "bulk-operations 1.5",
"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.4",
"interface": "bulk-operations 1.5",
"methods": "post:operation/startBulkOperation",
"name": "mod-bulk-operations",
"path": "/bulk-operations/{operationId}/start"
Expand Down Expand Up @@ -10450,22 +10450,6 @@
"name": "mod-inventory-update",
"path": "/shared-inventory-upsert-matchkey/fetch/{id}"
},
{
"apiDescription": "ramls/shelf-location.raml",
"apiType": "raml",
"interface": "shelf-locations 1.1",
"methods": "delete:shelf_locations_delete get:shelf_locations_get post:shelf_locations_post",
"name": "mod-inventory-storage",
"path": "/shelf-locations"
},
{
"apiDescription": "ramls/shelf-location.raml",
"apiType": "raml",
"interface": "shelf-locations 1.1",
"methods": "delete:shelf_locations__id__delete get:shelf_locations__id__get put:shelf_locations__id__put",
"name": "mod-inventory-storage",
"path": "/shelf-locations/{id}"
},
{
"apiDescription": "ramls/smtp-configuration.raml",
"apiType": "raml",
Expand Down
3 changes: 1 addition & 2 deletions _data/config-apidocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,6 @@
"ramls/record-bulk.raml",
"ramls/service-point.raml",
"ramls/service-points-user.raml",
"ramls/shelf-location.raml",
"ramls/statistical-code-type.raml",
"ramls/statistical-code.raml",
"ramls/subject-source.raml",
Expand Down Expand Up @@ -2091,7 +2090,7 @@
"apiTypes": [
"RAML"
],
"generator": "api_doc.py 1.5.3"
"generator": "api_doc.py 1.5"
},
"name": "mod-users-bl",
"org": "folio-org"
Expand Down

0 comments on commit 90d54a8

Please sign in to comment.