Skip to content

Commit

Permalink
Merge pull request #1789 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 Nov 12, 2024
2 parents 1bfc7f3 + 08fec03 commit 2f60566
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
20 changes: 18 additions & 2 deletions _data/config-api-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -2413,6 +2413,14 @@
"name": "mod-circulation-storage",
"path": "/check-out-lock-storage/{lockId}"
},
{
"apiDescription": "src/main/resources/swagger.api/circulation-bff.yaml",
"apiType": "oas",
"interface": "circulation-bff-users 1.0",
"methods": "get:operation/getExternalUsers",
"name": "mod-circulation-bff",
"path": "/circulation-bff/external-users/{externalUserId}/tenant/{tenantId}"
},
{
"apiDescription": "src/main/resources/swagger.api/circulation-bff.yaml",
"apiType": "oas",
Expand Down Expand Up @@ -6377,6 +6385,14 @@
"name": "mod-inventory",
"path": "/inventory/tenant-items"
},
{
"apiDescription": "ramls/audit-outbox.raml",
"apiType": "raml",
"interface": "_timer 1.0",
"methods": "post:invoice_storage_audit_outbox_process_post",
"name": "mod-invoice-storage",
"path": "/invoice-storage/audit-outbox/process"
},
{
"apiDescription": "ramls/invoice-line-number.raml",
"apiType": "raml",
Expand Down Expand Up @@ -11347,15 +11363,15 @@
{
"apiDescription": "ramls/usagedataproviders.raml",
"apiType": "raml",
"interface": "usage-data-providers 3.1",
"interface": "usage-data-providers 3.0",
"methods": "get:usage_data_providers_get post:usage_data_providers_post",
"name": "mod-erm-usage",
"path": "/usage-data-providers"
},
{
"apiDescription": "ramls/usagedataproviders.raml",
"apiType": "raml",
"interface": "usage-data-providers 3.1",
"interface": "usage-data-providers 3.0",
"methods": "delete:usage_data_providers__id__delete get:usage_data_providers__id__get put:usage_data_providers__id__put",
"name": "mod-erm-usage",
"path": "/usage-data-providers/{id}"
Expand Down
3 changes: 3 additions & 0 deletions _data/config-apidocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -476,10 +476,12 @@
"oas": [
"src/main/resources/swagger.api/circulation-bff.yaml",
"src/main/resources/swagger.api/paths/allowedServicePoints/allowedServicePoints.yaml",
"src/main/resources/swagger.api/paths/externalUser/externalUser.yaml",
"src/main/resources/swagger.api/paths/mediatedRequests/confirmMediatedRequests.yaml",
"src/main/resources/swagger.api/paths/requests/requests.yaml",
"src/main/resources/swagger.api/paths/searchInstances/searchInstances.yaml",
"src/main/resources/swagger.api/responses/badRequestResponse.yaml",
"src/main/resources/swagger.api/responses/externalUsersResponse.yaml",
"src/main/resources/swagger.api/responses/internalServerErrorResponse.yaml",
"src/main/resources/swagger.api/responses/notFoundResponse.yaml",
"src/main/resources/swagger.api/responses/unprocessableEntityResponse.yaml"
Expand Down Expand Up @@ -1260,6 +1262,7 @@
"config": {
"oas": [],
"raml": [
"ramls/audit-outbox.raml",
"ramls/batch-group.raml",
"ramls/batch-voucher-export-configuration.raml",
"ramls/batch-voucher-exports.raml",
Expand Down

0 comments on commit 2f60566

Please sign in to comment.