Skip to content

Commit

Permalink
Merge pull request #1645 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 Apr 12, 2024
2 parents bc1a0fe + 699c2d7 commit ed7f3e1
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions _data/config-api-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -4398,15 +4398,15 @@
{
"apiDescription": "ramls/fund.raml",
"apiType": "raml",
"interface": "finance-storage.funds 4.0",
"interface": "finance-storage.funds 5.0",
"methods": "get:finance_storage_funds_get post:finance_storage_funds_post",
"name": "mod-finance-storage",
"path": "/finance-storage/funds"
},
{
"apiDescription": "ramls/fund.raml",
"apiType": "raml",
"interface": "finance-storage.funds 4.0",
"interface": "finance-storage.funds 5.0",
"methods": "delete:finance_storage_funds__id__delete get:finance_storage_funds__id__get put:finance_storage_funds__id__put",
"name": "mod-finance-storage",
"path": "/finance-storage/funds/{id}"
Expand Down Expand Up @@ -4750,31 +4750,31 @@
{
"apiDescription": "ramls/funds.raml",
"apiType": "raml",
"interface": "finance.funds 2.0",
"interface": "finance.funds 3.0",
"methods": "get:finance_funds_get post:finance_funds_post",
"name": "mod-finance",
"path": "/finance/funds"
},
{
"apiDescription": "ramls/funds.raml",
"apiType": "raml",
"interface": "finance.funds 2.0",
"interface": "finance.funds 3.0",
"methods": "delete:finance_funds__id__delete get:finance_funds__id__get put:finance_funds__id__put",
"name": "mod-finance",
"path": "/finance/funds/{id}"
},
{
"apiDescription": "ramls/funds.raml",
"apiType": "raml",
"interface": "finance.funds 2.0",
"interface": "finance.funds 3.0",
"methods": "get:finance_funds__id__budget_get",
"name": "mod-finance",
"path": "/finance/funds/{id}/budget"
},
{
"apiDescription": "ramls/funds.raml",
"apiType": "raml",
"interface": "finance.funds 2.0",
"interface": "finance.funds 3.0",
"methods": "get:finance_funds__id__expense_classes_get",
"name": "mod-finance",
"path": "/finance/funds/{id}/expense-classes"
Expand Down Expand Up @@ -10444,6 +10444,14 @@
"name": "mod-users-keycloak",
"path": "/users-keycloak/users/{id}"
},
{
"apiDescription": "src/main/resources/swagger.api/users-keycloak.yaml",
"apiType": "oas",
"interface": "users-keycloak 1.0",
"methods": "get:operation/findPermissions",
"name": "mod-users-keycloak",
"path": "/users-keycloak/users/{id}/permissions"
},
{
"apiDescription": "src/main/resources/swagger.api/mod-roles-keycloak.yaml",
"apiType": "oas",
Expand Down

0 comments on commit ed7f3e1

Please sign in to comment.