Skip to content

Commit

Permalink
Merge pull request #1698 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 Jul 16, 2024
2 parents 6d7623d + 7f9c605 commit 90468c0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _data/config-api-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -8436,6 +8436,14 @@
"name": "mod-inventory-storage",
"path": "/preceding-succeeding-titles/{precedingSucceedingTitleId}"
},
{
"apiDescription": "ramls/print-events-storage.raml",
"apiType": "raml",
"interface": "print-events-storage 1.0",
"methods": "post:print_events_storage_print_events_entry_post",
"name": "mod-circulation-storage",
"path": "/print-events-storage/print-events-entry"
},
{
"apiDescription": "src/main/resources/openapi/batchPrint.yaml",
"apiType": "oas",
Expand Down Expand Up @@ -9930,6 +9938,22 @@
"name": "mod-record-specifications",
"path": "/specification-storage/fields/{id}"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiType": "oas",
"interface": "specification-storage 1.0",
"methods": "delete:operation/deleteIndicatorCode put:operation/updateIndicatorCode",
"name": "mod-record-specifications",
"path": "/specification-storage/indicator-codes/{indicatorCodeId}"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiType": "oas",
"interface": "specification-storage 1.0",
"methods": "put:operation/updateIndicator",
"name": "mod-record-specifications",
"path": "/specification-storage/indicators/{indicatorId}"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiType": "oas",
Expand Down
1 change: 1 addition & 0 deletions _data/config-apidocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@
"ramls/loan-storage.raml",
"ramls/patron-action-session.raml",
"ramls/patron-notice-policy.raml",
"ramls/print-events-storage.raml",
"ramls/request-policy-storage.raml",
"ramls/request-preference-storage.raml",
"ramls/request-storage-batch.raml",
Expand Down

0 comments on commit 90468c0

Please sign in to comment.