From: Julian Maurice Date: Tue, 12 Apr 2016 09:36:26 +0000 (+0200) Subject: Bug 15126: Update patron definition X-Git-Tag: v16.05.00-beta~69 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=7b6a9f3be177da6606a425b749201da951628528;p=koha_ffzg Bug 15126: Update patron definition Signed-off-by: Kyle M Hall --- diff --git a/api/v1/definitions/patron.json b/api/v1/definitions/patron.json index 30384e2882..fbee169493 100644 --- a/api/v1/definitions/patron.json +++ b/api/v1/definitions/patron.json @@ -185,14 +185,6 @@ "type": ["string", "null"], "description": "used for children to include the relationship to their guarantor" }, - "ethnicity": { - "type": ["string", "null"], - "description": "unused" - }, - "ethnotes": { - "type": ["string", "null"], - "description": "unused" - }, "sex": { "type": ["string", "null"], "description": "patron's gender" @@ -265,9 +257,17 @@ "type": ["string", "null"], "description": "the mobile phone number where the patron would like to receive notices (if SMS turned on)" }, + "sms_provider_id": { + "type": ["string", "null"], + "description": "the provider of the mobile phone number defined in smsalertnumber" + }, "privacy": { "type": "string", "description": "patron's privacy settings related to their reading history" + }, + "privacy_guarantor_checkouts": { + "type": "string", + "description": "controls if relatives can see this patron's checkouts" } } }