aboutsummaryrefslogtreecommitdiff
path: root/swagger.json
diff options
context:
space:
mode:
Diffstat (limited to 'swagger.json')
-rw-r--r--swagger.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/swagger.json b/swagger.json
index 50231913e..d8827a8f1 100644
--- a/swagger.json
+++ b/swagger.json
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
- "version": "4.5",
+ "version": "4.6",
"title": "traccar"
},
"host": "demo.traccar.org",
@@ -1503,7 +1503,8 @@
"type": "number"
},
"network": {
- "type": "string"
+ "type": "object",
+ "additionalProperties": true
},
"attributes": {
"type": "object",
@@ -1746,7 +1747,7 @@
"type": "integer"
},
"calendarId": {
- "description": "Geofence Id, can be second parameter only and only in combination with userId",
+ "description": "Calendar Id, can be second parameter only and only in combination with userId",
"type": "integer"
},
"attributeId": {