From 95c6403aefa394d1814430cdac02b9420e63a514 Mon Sep 17 00:00:00 2001 From: Sun Howwrongbum Date: Thu, 1 Dec 2016 00:52:25 +0530 Subject: Update User definition in api specs --- swagger.json | 29 +++++++++++++++++++++++++---- 1 file 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 +} -- cgit v1.2.3