aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2019-10-13 10:56:13 +0900
committerGitHub <noreply@github.com>2019-10-13 10:56:13 +0900
commit812e65bc6a96fdb6d9d384a9e7679795f528146c (patch)
treecdb80072afb48aafc48a7fbed4d77279c66f2235
parentc3aeb5442d41688c9509c286c066cf3efebb52d4 (diff)
parent0bcdac4b2be51447262426249b35bebb4c5adc64 (diff)
downloadtraccar-server-812e65bc6a96fdb6d9d384a9e7679795f528146c.tar.gz
traccar-server-812e65bc6a96fdb6d9d384a9e7679795f528146c.tar.bz2
traccar-server-812e65bc6a96fdb6d9d384a9e7679795f528146c.zip
Merge pull request #4413 from mujeerhashmi/swaggerFixes
Fix type's to avoid deserialize issues
-rw-r--r--swagger.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/swagger.json b/swagger.json
index 917892e65..d8827a8f1 100644
--- a/swagger.json
+++ b/swagger.json
@@ -1503,7 +1503,8 @@
"type": "number"
},
"network": {
- "type": "string"
+ "type": "object",
+ "additionalProperties": true
},
"attributes": {
"type": "object",