From 72ee617dd9bcf621e74efad32940a333df4d9f8f Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 27 Oct 2017 12:07:50 -0300 Subject: [PATCH] Bug 16497: (followup) New column marcorgcode added Signed-off-by: Tomas Cohen Arazi --- api/v1/swagger/definitions/library.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/v1/swagger/definitions/library.json b/api/v1/swagger/definitions/library.json index 112dfdd..b7f8aa1 100644 --- a/api/v1/swagger/definitions/library.json +++ b/api/v1/swagger/definitions/library.json @@ -83,6 +83,10 @@ "geolocation": { "type": ["string", "null"], "description": "geolocation of your library" + }, + "marcorgcode": { + "type": [ "string", "null" ], + "description": "MARC Organization Code, see http://www.loc.gov/marc/organizations/orgshome.html, when empty defaults to syspref MARCOrgCode" } }, "additionalProperties": false, -- 2.7.4