Bugzilla – Attachment 50919 Details for
Bug 15126
REST API: Use newer version of Swagger2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15126: Update patron definition
0004-Bug-15126-Update-patron-definition.patch (text/plain), 1.71 KB, created by
Kyle M Hall (khall)
on 2016-04-28 13:28:45 UTC
(
hide
)
Description:
Bug 15126: Update patron definition
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-04-28 13:28:45 UTC
Size:
1.71 KB
patch
obsolete
>From 7becbf0c7c67efa91e2c2175c671d159f352b32f Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Tue, 12 Apr 2016 11:36:26 +0200 >Subject: [PATCH 4/4] Bug 15126: Update patron definition > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > api/v1/definitions/patron.json | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) > >diff --git a/api/v1/definitions/patron.json b/api/v1/definitions/patron.json >index 30384e2..fbee169 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" > } > } > } >-- >2.1.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15126
:
44372
|
44373
|
44374
|
44386
|
47785
|
47828
|
47829
|
47843
|
47844
|
48226
|
49781
|
49782
|
49783
|
49845
|
49846
|
49847
|
50142
|
50916
|
50917
|
50918
| 50919