Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrossleyau authored and github-actions[bot] committed Jan 31, 2025
1 parent 9f0fe5b commit 3d6dd48
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions _data/config-api-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -8143,7 +8143,7 @@
"apiDescription": "ramls/pieces-batch.raml",
"apiType": "raml",
"interface": "orders-storage.pieces 5.0",
"methods": "put:orders_storage_pieces_batch_put",
"methods": "post:orders_storage_pieces_batch_post put:orders_storage_pieces_batch_put",
"name": "mod-orders-storage",
"path": "/orders-storage/pieces-batch"
},
Expand Down Expand Up @@ -11113,103 +11113,103 @@
"path": "/source-storage/stream/source-records"
},
{
"apiDescription": "target/api/openapi/openapi.yaml",
"apiDescription": "target/api/openapi/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": "target/api/openapi/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": "target/api/openapi/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": "target/api/openapi/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": "target/api/openapi/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": "target/api/openapi/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": "target/api/openapi/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": "target/api/openapi/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": "target/api/openapi/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": "target/api/openapi/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": "target/api/openapi/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": "target/api/openapi/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": "target/api/openapi/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 @@ -1785,7 +1785,7 @@
"apiTypes": [
"OAS"
],
"generator": "api_doc.py 1.5"
"generator": "api_doc.py 1.6"
},
"name": "mod-record-specifications",
"org": "folio-org"
Expand Down

0 comments on commit 3d6dd48

Please sign in to comment.