diff options
Diffstat (limited to 'swagger.json')
-rw-r--r-- | swagger.json | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/swagger.json b/swagger.json index bdf23c96a..cdf710c30 100644 --- a/swagger.json +++ b/swagger.json @@ -1555,9 +1555,6 @@ "map": { "type": "string" }, - "language": { - "type": "string" - }, "distanceUnit": { "type": "string" }, @@ -1579,6 +1576,21 @@ "twelveHourFormat": { "type": "boolean" }, + "coordinateFormat": { + "type": "string" + }, + "disabled": { + "type": "boolean" + }, + "expirationTime": { + "type": "string" + }, + "deviceLimit": { + "type": "integer" + }, + "token": { + "type": "string" + }, "attributes": {} } }, @@ -1620,6 +1632,15 @@ "twelveHourFormat": { "type": "boolean" }, + "version": { + "type": "string" + }, + "forceSettings": { + "type": "boolean" + }, + "coordinateFormat": { + "type": "string" + }, "attributes": {} } }, @@ -1915,4 +1936,4 @@ } } } -}
\ No newline at end of file +} |