From e75a55dcdc65b3b20ec86364520c75562e1114d2 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 0fc79673580..1e10c30ef43 100644 --- a/api/v1/swagger/definitions/library.yaml +++ b/api/v1/swagger/definitions/library.yaml @@ -94,6 +94,11 @@ properties: - string - "null" description: geolocation of your library + library_color: + type: + - string + - "null" + description: the primary color used by the library marc_org_code: type: - string -- 2.39.5