Skip to content

Commit

Permalink
Merge pull request #1681 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 Jun 12, 2024
2 parents 564142f + 1e8fe26 commit 8cb22aa
Showing 1 changed file with 18 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 @@ -9811,6 +9811,14 @@
"name": "mod-source-record-storage",
"path": "/source-storage/stream/source-records"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiType": "oas",
"interface": "specification-storage 1.0",
"methods": "delete:operation/deleteField put:operation/updateField",
"name": "mod-record-specifications",
"path": "/specification-storage/fields/{id}"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiType": "oas",
Expand All @@ -9819,21 +9827,29 @@
"name": "mod-record-specifications",
"path": "/specification-storage/specifications"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiType": "oas",
"interface": "specification-storage 1.0",
"methods": "get:operation/getSpecificationFields post:operation/createSpecificationLocalField",
"name": "mod-record-specifications",
"path": "/specification-storage/specifications/{specificationId}/fields"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiType": "oas",
"interface": "specification-storage 1.0",
"methods": "get:operation/getSpecificationRules",
"name": "mod-record-specifications",
"path": "/specification-storage/specifications/{id}/rules"
"path": "/specification-storage/specifications/{specificationId}/rules"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiType": "oas",
"interface": "specification-storage 1.0",
"methods": "patch:operation/toggleSpecificationRule",
"name": "mod-record-specifications",
"path": "/specification-storage/specifications/{id}/rules/{ruleId}"
"path": "/specification-storage/specifications/{specificationId}/rules/{id}"
},
{
"apiDescription": "ramls/staff-slips.raml",
Expand Down

0 comments on commit 8cb22aa

Please sign in to comment.