@@ -, +, @@ --- api/v1/swagger/definitions/item_type.yaml | 3 +++ 1 file changed, 3 insertions(+) --- a/api/v1/swagger/definitions/item_type.yaml +++ a/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: --