From c8a1d3581b4b3d2436103b096ae1f4bea79782c9 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 21 Aug 2025 20:53:46 +0000 Subject: [PATCH] Bug 20644: Update swagger definitions for checkprevcheck Signed-off-by: David Nind --- api/v1/swagger/definitions/item_type.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/api/v1/swagger/definitions/item_type.yaml b/api/v1/swagger/definitions/item_type.yaml index ec9f1781c6c..354aa68db7c 100644 --- a/api/v1/swagger/definitions/item_type.yaml +++ b/api/v1/swagger/definitions/item_type.yaml @@ -93,6 +93,13 @@ properties: type: array items: $ref: "item_type_translated_description.yaml" + checkprevcheckout: + type: string + enum: + - yes + - no + - inherit + description: Produce a warning for this item type if this item has previously been checked out to this patron if ''yes'', not if ''no'', defer to syspref setting if ''inherit''.' additionalProperties: false required: -- 2.39.5