diff options
-rw-r--r-- | swagger.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/swagger.json b/swagger.json index 9882c92d7..ac0d73d5b 100644 --- a/swagger.json +++ b/swagger.json @@ -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" |