From cf73000eb40218b7909f4c65ac0b91b6d232387e Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 2 Apr 2025 12:58:07 +0000 Subject: [PATCH] Bug 37054: API support --- api/v1/swagger/definitions/library.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/v1/swagger/definitions/library.yaml b/api/v1/swagger/definitions/library.yaml index 9039fbb8475..e535073f4f5 100644 --- a/api/v1/swagger/definitions/library.yaml +++ b/api/v1/swagger/definitions/library.yaml @@ -97,6 +97,11 @@ properties: - "null" description: geolocation of your library maxLength: 255 + library_color: + type: + - string + - "null" + description: the primary color used by the library marc_org_code: type: - string -- 2.39.5