From c6fc3cf1178b2b37940e3500956d65fea32d5b4b Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 3 Feb 2017 15:57:42 -0300 Subject: [PATCH] Bug 17927: (QA followup) Fix timestamp nullable in hold.json Signed-off-by: Tomas Cohen Arazi --- api/v1/swagger/definitions/hold.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1/swagger/definitions/hold.json b/api/v1/swagger/definitions/hold.json index f1110f21c3..5f4131860d 100644 --- a/api/v1/swagger/definitions/hold.json +++ b/api/v1/swagger/definitions/hold.json @@ -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": { -- 2.11.1