Skip to content

Commit

Permalink
CIRC-2050 update field description in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-barannyk committed Apr 2, 2024
1 parent d22d472 commit 533b373
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ramls/circulation.raml
Original file line number Diff line number Diff line change
Expand Up @@ -344,10 +344,8 @@ resourceTypes:
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"
description: "When true, allows to apply circulation rules based on patron group only"
type: boolean
enum: [true, false]
default: false
required: false
responses:
200:
Expand Down

0 comments on commit 533b373

Please sign in to comment.