Skip to content

Commit

Permalink
Merge pull request #1815 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 authored Dec 20, 2024
2 parents 3952b71 + 9266855 commit a69ed5a
Showing 1 changed file with 34 additions and 11 deletions.
45 changes: 34 additions & 11 deletions _data/config-api-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -8788,7 +8788,7 @@
{
"apiDescription": "ramls/patron.raml",
"apiType": "raml",
"interface": "patron 6.2",
"interface": "patron 6.3",
"methods": "post:patron_post",
"name": "mod-patron",
"path": "/patron"
Expand Down Expand Up @@ -8955,7 +8955,7 @@
{
"apiDescription": "ramls/patron.raml",
"apiType": "raml",
"interface": "patron 6.2",
"interface": "patron 6.3",
"methods": "get:patron_account__id__get",
"name": "mod-patron",
"path": "/patron/account/{id}"
Expand All @@ -8970,7 +8970,7 @@
{
"apiDescription": "ramls/patron.raml",
"apiType": "raml",
"interface": "patron 6.2",
"interface": "patron 6.3",
"methods": "post:patron_account__id__hold__holdid__cancel_post",
"name": "mod-patron",
"path": "/patron/account/{id}/hold/{holdId}/cancel"
Expand All @@ -8985,7 +8985,7 @@
{
"apiDescription": "ramls/patron.raml",
"apiType": "raml",
"interface": "patron 6.2",
"interface": "patron 6.3",
"methods": "get:patron_account__id__instance__instanceid__allowed_service_points_get",
"name": "mod-patron",
"path": "/patron/account/{id}/instance/{instanceId}/allowed-service-points"
Expand All @@ -9000,7 +9000,7 @@
{
"apiDescription": "ramls/patron.raml",
"apiType": "raml",
"interface": "patron 6.2",
"interface": "patron 6.3",
"methods": "post:patron_account__id__instance__instanceid__hold_post",
"name": "mod-patron",
"path": "/patron/account/{id}/instance/{instanceId}/hold"
Expand All @@ -9015,7 +9015,7 @@
{
"apiDescription": "ramls/patron.raml",
"apiType": "raml",
"interface": "patron 6.2",
"interface": "patron 6.3",
"methods": "get:patron_account__id__item__itemid__allowed_service_points_get",
"name": "mod-patron",
"path": "/patron/account/{id}/item/{itemId}/allowed-service-points"
Expand All @@ -9030,7 +9030,7 @@
{
"apiDescription": "ramls/patron.raml",
"apiType": "raml",
"interface": "patron 6.2",
"interface": "patron 6.3",
"methods": "post:patron_account__id__item__itemid__hold_post",
"name": "mod-patron",
"path": "/patron/account/{id}/item/{itemId}/hold"
Expand All @@ -9045,7 +9045,7 @@
{
"apiDescription": "ramls/patron.raml",
"apiType": "raml",
"interface": "patron 6.2",
"interface": "patron 6.3",
"methods": "post:patron_account__id__item__itemid__renew_post",
"name": "mod-patron",
"path": "/patron/account/{id}/item/{itemId}/renew"
Expand All @@ -9060,11 +9060,26 @@
{
"apiDescription": "ramls/patron.raml",
"apiType": "raml",
"interface": "patron 6.2",
"interface": "patron 6.3",
"methods": "get:patron_registration_status__emailid__get",
"name": "mod-patron",
"path": "/patron/registration-status/{emailId}"
},
{
"apiDescription": "ramls/edge-patron.raml",
"apiType": "raml",
"methods": "put:patron__externalsystemid__put",
"name": "edge-patron",
"path": "/patron/{externalSystemId}"
},
{
"apiDescription": "ramls/patron.raml",
"apiType": "raml",
"interface": "patron 6.3",
"methods": "put:patron__externalsystemid__put",
"name": "mod-patron",
"path": "/patron/{externalSystemId}"
},
{
"apiDescription": "ramls/payments.raml",
"apiType": "raml",
Expand Down Expand Up @@ -11015,15 +11030,23 @@
{
"apiDescription": "ramls/staging_users.raml",
"apiType": "raml",
"interface": "staging-users 1.0",
"interface": "staging-users 1.1",
"methods": "get:staging_users_get post:staging_users_post",
"name": "mod-users",
"path": "/staging-users"
},
{
"apiDescription": "ramls/staging_users.raml",
"apiType": "raml",
"interface": "staging-users 1.0",
"interface": "staging-users 1.1",
"methods": "put:staging_users__externalsystemid__put",
"name": "mod-users",
"path": "/staging-users/{externalSystemId}"
},
{
"apiDescription": "ramls/staging_users.raml",
"apiType": "raml",
"interface": "staging-users 1.1",
"methods": "put:staging_users__id__mergeorcreateuser_put",
"name": "mod-users",
"path": "/staging-users/{id}/mergeOrCreateUser"
Expand Down

0 comments on commit a69ed5a

Please sign in to comment.