Bug 20600: (follow-up) Fix API spec
authorAndrew Isherwood <andrew.isherwood@ptfs-europe.com>
Fri, 9 Nov 2018 14:36:13 +0000 (14:36 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Tue, 19 Feb 2019 16:36:43 +0000 (16:36 +0000)
We now return placed_formatted and updated_formatted, the API spec
should reflect this

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

api/v1/swagger/paths/illrequests.json

index 3087caf..ac63bc4 100644 (file)
                 "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",