Bug 17927: (followup) Fix /cities cityid type
authorJosef Moravec <josef.moravec@gmail.com>
Fri, 4 Nov 2016 00:34:38 +0000 (00:34 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Tue, 7 Feb 2017 17:55:43 +0000 (17:55 +0000)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
api/v1/swagger/x-primitives.json

index ded911f..ae4e739 100644 (file)
@@ -12,7 +12,7 @@
     "description": "library assigned user identifier"
   },
   "cityid": {
     "description": "library assigned user identifier"
   },
   "cityid": {
-    "type": "string",
+    "type": "integer",
     "description": "internally assigned city identifier",
     "readOnly": true
   },
     "description": "internally assigned city identifier",
     "readOnly": true
   },