@@ -, +, @@ hold spec $ kshell k$ prove t/db_dependent/api/v1/holds.t --- api/v1/swagger/definitions/hold.yaml | 6 ++++++ 1 file changed, 6 insertions(+) --- a/api/v1/swagger/definitions/hold.yaml +++ a/api/v1/swagger/definitions/hold.yaml @@ -74,6 +74,12 @@ properties: - "null" format: date description: The date the hold expires + patron_expiration_date: + type: + - string + - "null" + format: date + description: The date the patron requested the hold expires lowest_priority: type: boolean description: Controls if the hold is given the lowest priority on the queue --