From e25b405d2b548efbf1ab706bba5435d09f43ee87 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Mon, 12 Feb 2024 13:44:26 -0100 Subject: [PATCH] Bug 34920: Make av description nullable in API spec --- api/v1/swagger/definitions/authorised_value.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api/v1/swagger/definitions/authorised_value.yaml b/api/v1/swagger/definitions/authorised_value.yaml index 0f11eb36b94..0189e49515d 100644 --- a/api/v1/swagger/definitions/authorised_value.yaml +++ b/api/v1/swagger/definitions/authorised_value.yaml @@ -13,7 +13,9 @@ properties: type: string description: description: The staff interface description for this authorised value - type: string + type: + - string + - "null" opac_description: description: The public interface description of this authorised value, if set" type: -- 2.30.2