Bug 17927: (followup) Fix /cities cityid type

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
Josef Moravec 2016-11-04 00:34:38 +00:00 committed by Kyle M Hall
parent 9d805b5b5f
commit d628cd828d

View file

@ -12,7 +12,7 @@
"description": "library assigned user identifier"
},
"cityid": {
"type": "string",
"type": "integer",
"description": "internally assigned city identifier",
"readOnly": true
},