Skip to content

Commit

Permalink
CIRC-2050 fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-barannyk committed Apr 1, 2024
1 parent d1c70ad commit 213908f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ramls/circulation.raml
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,11 @@ 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"
type: string
enum: [true, false]
required: false
responses:
200:
description: "List of allowed service points was retrieved successfully"
Expand Down

0 comments on commit 213908f

Please sign in to comment.