aboutsummaryrefslogtreecommitdiff
path: root/swagger.json
diff options
context:
space:
mode:
Diffstat (limited to 'swagger.json')
-rw-r--r--swagger.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/swagger.json b/swagger.json
index 9882c92d7..77100dd32 100644
--- a/swagger.json
+++ b/swagger.json
@@ -2,7 +2,7 @@
"openapi": "3.0.1",
"info": {
"title": "Traccar",
- "version": "4.15",
+ "version": "5.0",
"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",
@@ -2891,6 +2891,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"