Bug 17927: (QA followup) Fix timestamp nullable in hold.json
[koha.git] / api / v1 / swagger / definitions / hold.json
index f1110f2..5f41318 100644 (file)
@@ -43,7 +43,7 @@
       "description": "a one letter code defining what the status of the hold is after it has been confirmed"
     },
     "timestamp": {
-      "type": "string",
+      "type": ["string", "null"],
       "description": "date and time the hold was last updated"
     },
     "itemnumber": {