Skip to content

Commit

Permalink
Merge pull request #1738 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 Sep 19, 2024
2 parents ddf4693 + 71baf29 commit 7585e94
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions _data/config-api-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -10433,103 +10433,103 @@
"path": "/source-storage/stream/source-records"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiDescription": "api/mod-record-specifications.yaml",
"apiType": "oas",
"interface": "specification-storage 1.0",
"methods": "get:operation/getFieldIndicators post:operation/createFieldLocalIndicator",
"name": "mod-record-specifications",
"path": "/specification-storage/fields/{fieldId}/indicators"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiDescription": "api/mod-record-specifications.yaml",
"apiType": "oas",
"interface": "specification-storage 1.0",
"methods": "get:operation/getFieldSubfields post:operation/createFieldLocalSubfield",
"name": "mod-record-specifications",
"path": "/specification-storage/fields/{fieldId}/subfields"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiDescription": "api/mod-record-specifications.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",
"apiDescription": "api/mod-record-specifications.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",
"apiDescription": "api/mod-record-specifications.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",
"apiDescription": "api/mod-record-specifications.yaml",
"apiType": "oas",
"interface": "specification-storage 1.0",
"methods": "get:operation/getIndicatorCodes post:operation/createIndicatorLocalCode",
"name": "mod-record-specifications",
"path": "/specification-storage/indicators/{indicatorId}/indicator-codes"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiDescription": "api/mod-record-specifications.yaml",
"apiType": "oas",
"interface": "specification-storage 1.0",
"methods": "get:operation/getSpecifications",
"name": "mod-record-specifications",
"path": "/specification-storage/specifications"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiDescription": "api/mod-record-specifications.yaml",
"apiType": "oas",
"interface": "specification-storage 1.0",
"methods": "get:operation/getSpecification",
"name": "mod-record-specifications",
"path": "/specification-storage/specifications/{specificationId}"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiDescription": "api/mod-record-specifications.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",
"apiDescription": "api/mod-record-specifications.yaml",
"apiType": "oas",
"interface": "specification-storage 1.0",
"methods": "get:operation/getSpecificationRules",
"name": "mod-record-specifications",
"path": "/specification-storage/specifications/{specificationId}/rules"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiDescription": "api/mod-record-specifications.yaml",
"apiType": "oas",
"interface": "specification-storage 1.0",
"methods": "patch:operation/toggleSpecificationRule",
"name": "mod-record-specifications",
"path": "/specification-storage/specifications/{specificationId}/rules/{id}"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiDescription": "api/mod-record-specifications.yaml",
"apiType": "oas",
"interface": "specification-storage 1.0",
"methods": "post:operation/syncSpecification",
"name": "mod-record-specifications",
"path": "/specification-storage/specifications/{specificationId}/sync"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiDescription": "api/mod-record-specifications.yaml",
"apiType": "oas",
"interface": "specification-storage 1.0",
"methods": "delete:operation/deleteSubfield put:operation/updateSubfield",
Expand Down
2 changes: 1 addition & 1 deletion _data/config-apidocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1717,7 +1717,7 @@
{
"config": {
"oas": [
"target/api/openapi/openapi.yaml"
"api/mod-record-specifications.yaml"
],
"raml": [],
"upload": []
Expand Down

0 comments on commit 7585e94

Please sign in to comment.