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 Dec 27, 2024
1 parent 3bf0540 commit 593278e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions _data/config-api-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -8778,6 +8778,14 @@
"name": "mod-inn-reach",
"path": "/paging-slips/{servicePointId}"
},
{
"apiDescription": "src/main/resources/swagger.api/password-validator.yaml",
"apiType": "oas",
"interface": "password-validator 1.0",
"methods": "post:operation/checkPassword",
"name": "mod-password-validator",
"path": "/password/check"
},
{
"apiDescription": "src/main/resources/swagger.api/password-validator.yaml",
"apiType": "oas",
Expand Down Expand Up @@ -9069,9 +9077,9 @@
"apiDescription": "ramls/patron.raml",
"apiType": "raml",
"interface": "patron 6.3",
"methods": "get:patron_registration_status__emailid__get",
"methods": "get:patron_registration_status__identifier__get",
"name": "mod-patron",
"path": "/patron/registration-status/{emailId}"
"path": "/patron/registration-status/{identifier}"
},
{
"apiDescription": "ramls/edge-patron.raml",
Expand Down
2 changes: 1 addition & 1 deletion _data/config-apidocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,7 @@
"apiTypes": [
"OAS"
],
"generator": "api_doc.py 1.5.2"
"generator": "api_doc.py 1.5"
},
"name": "mod-password-validator",
"org": "folio-org"
Expand Down

0 comments on commit 593278e

Please sign in to comment.