From 257592b3fd94ceec621b3612444bc6034a5c8954 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Tue, 31 Oct 2023 12:02:24 +0000 Subject: [PATCH] Bug 35044: Add repetable to REST API spec Signed-off-by: Martin Renvoize Signed-off-by: Julian Maurice https://bugs.koha-community.org/show_bug.cgi?id=25044 --- api/v1/swagger/definitions/extended_attribute_type.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/v1/swagger/definitions/extended_attribute_type.yaml b/api/v1/swagger/definitions/extended_attribute_type.yaml index eb7145065f..3f0f9c2cf3 100644 --- a/api/v1/swagger/definitions/extended_attribute_type.yaml +++ b/api/v1/swagger/definitions/extended_attribute_type.yaml @@ -28,6 +28,9 @@ properties: searchable: description: is the extended attribute type searchable type: boolean + repeatable: + description: is the extended attribute type repetable + type: boolean additionalProperties: false required: -- 2.39.2