Browse Source

Bug 17041: Fix missing properties in patron.json

Swagger definition for patron was missing two properties.

Signed-off-by: Benjamin Rokseth <benjamin.rokseth@kul.oslo.kommune.no>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
16.11.x
Lari Taskula 8 years ago
committed by Brendan Gallagher
parent
commit
92b36fb717
  1. 8
      api/v1/definitions/patron.json

8
api/v1/definitions/patron.json

@ -268,6 +268,14 @@
"privacy_guarantor_checkouts": {
"type": "string",
"description": "controls if relatives can see this patron's checkouts"
},
"checkprevcheckout": {
"type": "string",
"description": "produce a warning for this patron if this item has previously been checked out to this patron if 'yes', not if 'no', defer to category setting if 'inherit'"
},
"updated_on": {
"type": "string",
"description": "time of last change could be useful for synchronization with external systems (among others)"
}
}
}

Loading…
Cancel
Save