Skip to content

Commit

Permalink
Merge pull request #1340 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 committed Mar 28, 2023
2 parents b86094c + 5d67904 commit 9440034
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion _data/config-api-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -8324,10 +8324,17 @@
{
"apiDescription": "src/main/resources/swagger.api/tenants.yaml",
"apiType": "oas",
"methods": "get:operation/getTenants post:operation/saveTenant put:operation/updateTenant",
"methods": "get:operation/getTenants post:operation/saveTenant",
"name": "mod-consortia",
"path": "/tenants"
},
{
"apiDescription": "src/main/resources/swagger.api/tenants.yaml",
"apiType": "oas",
"methods": "put:operation/updateTenant",
"name": "mod-consortia",
"path": "/tenants/{tenantId}"
},
{
"apiDescription": "ramls/tlr-feature-toggle-job.raml",
"apiType": "raml",
Expand Down

0 comments on commit 9440034

Please sign in to comment.