Skip to content

Commit

Permalink
Merge pull request traccar#2621 from sunhoww/update_swagger
Browse files Browse the repository at this point in the history
Update swagger documentation
  • Loading branch information
tananaev authored Dec 1, 2016
2 parents 09a1cbf + 95c6403 commit 82968b4
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1555,9 +1555,6 @@
"map": {
"type": "string"
},
"language": {
"type": "string"
},
"distanceUnit": {
"type": "string"
},
Expand All @@ -1579,6 +1576,21 @@
"twelveHourFormat": {
"type": "boolean"
},
"coordinateFormat": {
"type": "string"
},
"disabled": {
"type": "boolean"
},
"expirationTime": {
"type": "string"
},
"deviceLimit": {
"type": "integer"
},
"token": {
"type": "string"
},
"attributes": {}
}
},
Expand Down Expand Up @@ -1620,6 +1632,15 @@
"twelveHourFormat": {
"type": "boolean"
},
"version": {
"type": "string"
},
"forceSettings": {
"type": "boolean"
},
"coordinateFormat": {
"type": "string"
},
"attributes": {}
}
},
Expand Down Expand Up @@ -1915,4 +1936,4 @@
}
}
}
}
}

0 comments on commit 82968b4

Please sign in to comment.