From 3675281e28b5b9771bf8fddd1501b284ff128a83 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 26 Feb 2024 19:28:03 +0000 Subject: [PATCH] Bug 35906: (QA follow-up) Fix item-type schema Signed-off-by: Esther --- api/v1/swagger/definitions/item_type.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/v1/swagger/definitions/item_type.yaml b/api/v1/swagger/definitions/item_type.yaml index f451c2892ba..274c393b83d 100644 --- a/api/v1/swagger/definitions/item_type.yaml +++ b/api/v1/swagger/definitions/item_type.yaml @@ -13,6 +13,9 @@ properties: description: description: A plain text explanation of the item type type: string + bookable: + description: Boolean denoting whether this item type is normally bookable + type: boolean rentalcharge: description: The amount charged when this item is checked out/issued type: -- 2.45.2