From 7e1c35a1c2bd05d12f5b5ff2fd87b8c7bb9b3a89 Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Fri, 9 Nov 2018 14:36:13 +0000 Subject: [PATCH] Bug 20600: (follow-up) Fix API spec We now return placed_formatted and updated_formatted, the API spec should reflect this --- api/v1/swagger/paths/illrequests.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/api/v1/swagger/paths/illrequests.json b/api/v1/swagger/paths/illrequests.json index 3087caf3bf..ac63bc4f55 100644 --- a/api/v1/swagger/paths/illrequests.json +++ b/api/v1/swagger/paths/illrequests.json @@ -81,12 +81,24 @@ "required": false, "type": "string" }, { + "name": "updated_formatted", + "in": "query", + "description": "The last updated date of the request formatted", + "required": false, + "type": "string" + }, { "name": "placed", "in": "query", "description": "The date the request was placed", "required": false, "type": "string" }, { + "name": "placed_formatted", + "in": "query", + "description": "The date the request was placed formatted", + "required": false, + "type": "string" + }, { "name": "branchcode", "in": "query", "description": "Library ID", -- 2.11.0