aboutsummaryrefslogtreecommitdiff
path: root/swagger.json
diff options
context:
space:
mode:
Diffstat (limited to 'swagger.json')
-rw-r--r--swagger.json13
1 files changed, 9 insertions, 4 deletions
diff --git a/swagger.json b/swagger.json
index 5a77e4bf9..3eab9b522 100644
--- a/swagger.json
+++ b/swagger.json
@@ -2,7 +2,7 @@
"openapi": "3.0.1",
"info": {
"title": "Traccar",
- "version": "4.14",
+ "version": "5.5",
"description": "Traccar GPS tracking server API documentation. To use the API you need to have a server instance. For testing purposes you can use one of free [demo servers](https://www.traccar.org/demo-server/). For production use you can install your own server or get a [subscription service](https://www.traccar.org/product/tracking-server/).",
"contact": {
"name": "Traccar Support",
@@ -28,6 +28,10 @@
"description": "Demo Server 3"
},
{
+ "url": "https://demo4.traccar.org/api",
+ "description": "Demo Server 4"
+ },
+ {
"url": "https://server.traccar.org/api",
"description": "Subscription Server"
},
@@ -2714,9 +2718,6 @@
"poiLayer": {
"type": "string"
},
- "token": {
- "type": "string"
- },
"attributes": {
"type": "object",
"properties": {}
@@ -2891,6 +2892,10 @@
"type": "integer",
"description": "Geofence Id, can be second parameter only"
},
+ "notificationId": {
+ "type": "integer",
+ "description": "Notification Id, can be second parameter only"
+ },
"calendarId": {
"type": "integer",
"description": "Calendar Id, can be second parameter only and only in combination with userId"