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:
parent
9d805b5b5f
commit
d628cd828d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
"description": "library assigned user identifier"
|
||||
},
|
||||
"cityid": {
|
||||
"type": "string",
|
||||
"type": "integer",
|
||||
"description": "internally assigned city identifier",
|
||||
"readOnly": true
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue