Skip to content

Commit abc7d96

Browse files
dcrossleyaugithub-actions[bot]
authored andcommitted
Apply automatic changes
1 parent 15563b6 commit abc7d96

2 files changed

Lines changed: 18 additions & 27 deletions

File tree

_data/config-api-endpoints.json

Lines changed: 15 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1663,6 +1663,14 @@
16631663
"name": "mod-entities-links",
16641664
"path": "/authorities/config/groups/{groupId}/settings/{key}"
16651665
},
1666+
{
1667+
"apiDescription": "target/api/openapi/mod-entities-links.yaml",
1668+
"apiType": "oas",
1669+
"interface": "authority-identifier-types 1.0",
1670+
"methods": "get:operation/retrieveAuthorityIdentifierTypes",
1671+
"name": "mod-entities-links",
1672+
"path": "/authority-identifier-types"
1673+
},
16661674
{
16671675
"apiDescription": "target/api/openapi/mod-entities-links.yaml",
16681676
"apiType": "oas",
@@ -2463,14 +2471,6 @@
24632471
"name": "mod-source-record-manager",
24642472
"path": "/change-manager/jobExecutions/{id}/status"
24652473
},
2466-
{
2467-
"apiDescription": "ramls/change-manager.raml",
2468-
"apiType": "raml",
2469-
"interface": "source-manager-parsed-records 4.0",
2470-
"methods": "put:change_manager_parsedrecords__id__put",
2471-
"name": "mod-source-record-manager",
2472-
"path": "/change-manager/parsedRecords/{id}"
2473-
},
24742474
{
24752475
"apiDescription": "ramls/check-in-storage.raml",
24762476
"apiType": "raml",
@@ -11330,40 +11330,32 @@
1133011330
{
1133111331
"apiDescription": "src/main/resources/swagger.api/records-editor.yaml",
1133211332
"apiType": "oas",
11333-
"interface": "marc-records-editor 6.0",
11334-
"methods": "post:null",
11333+
"interface": "marc-records-editor 7.0",
11334+
"methods": "post:operation/suggestLinks",
1133511335
"name": "mod-quick-marc",
1133611336
"path": "/records-editor/links/suggestion"
1133711337
},
1133811338
{
1133911339
"apiDescription": "src/main/resources/swagger.api/records-editor.yaml",
1134011340
"apiType": "oas",
11341-
"interface": "marc-records-editor 6.0",
11341+
"interface": "marc-records-editor 7.0",
1134211342
"methods": "get:operation/getRecordByExternalId post:operation/createNewRecord",
1134311343
"name": "mod-quick-marc",
1134411344
"path": "/records-editor/records"
1134511345
},
1134611346
{
1134711347
"apiDescription": "src/main/resources/swagger.api/records-editor.yaml",
1134811348
"apiType": "oas",
11349-
"interface": "marc-records-editor 6.0",
11350-
"methods": "get:operation/getRecordCreationStatus",
11351-
"name": "mod-quick-marc",
11352-
"path": "/records-editor/records/status"
11353-
},
11354-
{
11355-
"apiDescription": "src/main/resources/swagger.api/records-editor-async.yaml",
11356-
"apiType": "oas",
11357-
"interface": "marc-records-editor 6.0",
11358-
"methods": "put:operation/putRecord",
11349+
"interface": "marc-records-editor 7.0",
11350+
"methods": "put:operation/updateRecord",
1135911351
"name": "mod-quick-marc",
1136011352
"path": "/records-editor/records/{id}"
1136111353
},
1136211354
{
1136311355
"apiDescription": "src/main/resources/swagger.api/records-editor.yaml",
1136411356
"apiType": "oas",
11365-
"interface": "marc-records-editor 6.0",
11366-
"methods": "post:null",
11357+
"interface": "marc-records-editor 7.0",
11358+
"methods": "post:operation/validateRecord",
1136711359
"name": "mod-quick-marc",
1136811360
"path": "/records-editor/validate"
1136911361
},

_data/config-apidocs.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@
926926
"apiTypes": [
927927
"OAS"
928928
],
929-
"generator": "api_doc.py 1.4.2"
929+
"generator": "api_doc.py 1.9"
930930
},
931931
"name": "mod-eusage-reports",
932932
"org": "folio-org"
@@ -1800,7 +1800,6 @@
18001800
"config": {
18011801
"oas": [
18021802
"src/main/resources/swagger.api/marc-specifications.yaml",
1803-
"src/main/resources/swagger.api/records-editor-async.yaml",
18041803
"src/main/resources/swagger.api/records-editor.yaml"
18051804
],
18061805
"raml": [],
@@ -2059,7 +2058,7 @@
20592058
"apiTypes": [
20602059
"RAML"
20612060
],
2062-
"generator": "api_doc.py 1.8"
2061+
"generator": "api_doc.py 1.9"
20632062
},
20642063
"name": "mod-source-record-manager",
20652064
"org": "folio-org"
@@ -2082,7 +2081,7 @@
20822081
"apiTypes": [
20832082
"RAML"
20842083
],
2085-
"generator": "api_doc.py 1.8"
2084+
"generator": "api_doc.py 1.9"
20862085
},
20872086
"name": "mod-source-record-storage",
20882087
"org": "folio-org"

0 commit comments

Comments
 (0)