Skip to content

Commit

Permalink
CIRC-2050 update raml
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-barannyk committed Apr 1, 2024
1 parent 92d758e commit 43819e4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ramls/circulation.raml
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,10 @@ resourceTypes:
description: "Instance ID"
pattern: "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[1-5][a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$"
required: false
useStubItem:
description: "Allows to apply circulation rules based on patron group only"
enum: [true, false]
required: false
responses:
200:
description: "List of allowed service points was retrieved successfully"
Expand All @@ -364,4 +368,4 @@ resourceTypes:
description: "Internal server error"
body:
text/plain:
example: "Internal server error"
example: "Internal server error"

0 comments on commit 43819e4

Please sign in to comment.