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 3ca5c52
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ramls/circulation.raml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#%RAML 1.0
#%RAML 1.1
title: Circulation
version: v14.2
protocols: [ HTTP, HTTPS ]
Expand Down 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 3ca5c52

Please sign in to comment.