From 0a5542428d235637c4723634b63f0543db5fceaa 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 --- 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