https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20936 --- Comment #40 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Comment on attachment 101726 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=101726 Bug 20936: Add patron's hold history menu in OPAC Review of attachment 101726: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=20936&attachment=101726) ----------------------------------------------------------------- ::: api/v1/swagger/paths/public_patrons.json @@ +301,5 @@
+ { + "name": "timestamp", + "in": "query", + "description": "Time of latest update", + "type": "string"
This feels wrong.. surely this needs a `format: date-time` entry @@ +313,5 @@
+ { + "name": "waiting_date", + "in": "query", + "description": "Date the item was marked as waiting for the patron", + "type": "string"
This feels wrong.. surely this needs a `format: date-time` entry @@ +319,5 @@
+ { + "name": "expiration_date", + "in": "query", + "description": "Date the hold expires", + "type": "string"
This feels wrong.. surely this needs a `format: date-time` entry @@ +337,5 @@
+ { + "name": "suspended_until", + "in": "query", + "description": "Suspended until", + "type": "string"
This feels wrong.. surely this needs a `format: date-time` entry -- You are receiving this mail because: You are watching all bug changes.