Skip to content

Commit

Permalink
CIRC-2163 Upgrade to RMB v35.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MagzhanArtykov committed Oct 23, 2024
1 parent b84102f commit 806b194
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ramls/circulation.raml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ resourceTypes:
post:
description: Creates a loan by checking out an item to a loanee
is: [
language,
validate
]
body:
Expand All @@ -57,7 +56,6 @@ resourceTypes:
post:
description: Updates the due date of an existing loan
is: [
language,
validate
]
body:
Expand Down Expand Up @@ -85,7 +83,6 @@ resourceTypes:
post:
description: Updates the due date of an existing loan
is: [
language,
validate
]
body:
Expand Down Expand Up @@ -113,7 +110,6 @@ resourceTypes:
post:
description: Updates the status of an existing loan
is: [
language,
validate
]
body:
Expand Down Expand Up @@ -295,7 +291,6 @@ resourceTypes:
post:
description: Creates a request for any item from the given instance ID
is: [
language,
validate
]
body:
Expand Down

0 comments on commit 806b194

Please sign in to comment.