@@ -, +, @@ --- api/v1/swagger/definitions/library.json | 4 ++++ 1 file changed, 4 insertions(+) --- a/api/v1/swagger/definitions/library.json +++ a/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, --