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 19, 2024
1 parent b3ac37a commit 2887d2e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 14 deletions.
26 changes: 17 additions & 9 deletions _data/config-api-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -9464,14 +9464,6 @@
"name": "mgr-tenants",
"path": "/tenants/{tenantId}/tenant-attributes/{id}"
},
{
"apiDescription": "src/main/resources/swagger.api/title-level-requests.yaml",
"apiType": "oas",
"interface": "title-level-requests 1.0",
"methods": "get:operation/get",
"name": "mod-tlr",
"path": "/title-level-requests/{requestId}"
},
{
"apiDescription": "ramls/tlr-feature-toggle-job.raml",
"apiType": "raml",
Expand All @@ -9496,6 +9488,22 @@
"name": "mod-circulation-storage",
"path": "/tlr-feature-toggle-job/start"
},
{
"apiDescription": "src/main/resources/swagger.api/ecs-tlr.yaml",
"apiType": "oas",
"interface": "ecs-tlr 1.0",
"methods": "post:operation/postEcsTlr",
"name": "mod-tlr",
"path": "/tlr/ecs-tlr"
},
{
"apiDescription": "src/main/resources/swagger.api/ecs-tlr.yaml",
"apiType": "oas",
"interface": "ecs-tlr 1.0",
"methods": "get:operation/getEcsTlrById",
"name": "mod-tlr",
"path": "/tlr/ecs-tlr/{requestId}"
},
{
"apiDescription": "src/main/resources/openapi/token-1.0.yaml",
"apiType": "oas",
Expand Down Expand Up @@ -9901,7 +9909,7 @@
"apiDescription": "ramls/users.raml",
"apiType": "raml",
"interface": "users 16.0",
"methods": "get:users_profile_picture__profileid__get",
"methods": "get:users_profile_picture__profileid__get put:users_profile_picture__profileid__put",
"name": "mod-users",
"path": "/users/profile-picture/{profileId}"
},
Expand Down
10 changes: 5 additions & 5 deletions _data/config-apidocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"apiTypes": [
"OAS"
],
"generator": "api_doc.py 1.5.3"
"generator": "api_doc.py 1.5"
},
"name": "edge-courses",
"org": "folio-org"
Expand Down Expand Up @@ -752,7 +752,7 @@
"apiTypes": [
"OAS"
],
"generator": "api_doc.py 1.5.4"
"generator": "api_doc.py 1.5"
},
"name": "mod-entities-links",
"org": "folio-org"
Expand Down Expand Up @@ -1832,7 +1832,7 @@
{
"config": {
"oas": [
"src/main/resources/swagger.api/title-level-requests.yaml"
"src/main/resources/swagger.api/ecs-tlr.yaml"
],
"raml": [],
"upload": []
Expand All @@ -1841,7 +1841,7 @@
"apiTypes": [
"OAS"
],
"generator": "api_doc.py 1.5.4"
"generator": "api_doc.py 1.5"
},
"name": "mod-tlr",
"org": "folio-org"
Expand Down Expand Up @@ -1881,7 +1881,7 @@
"apiTypes": [
"RAML"
],
"generator": "api_doc.py 1.5.4"
"generator": "api_doc.py 1.5"
},
"name": "mod-users",
"org": "folio-org"
Expand Down

0 comments on commit 2887d2e

Please sign in to comment.