diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2019-07-02 23:11:48 -0700 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2019-07-02 23:11:48 -0700 |
commit | c5f05196d5d872c2e79845122037182d9e71b36c (patch) | |
tree | 8e5c4d0165daf74e43cf37a1ea8b673c84ca607e | |
parent | 612a78517f08362c7be94b62d6b4d5e108cfd665 (diff) | |
download | trackermap-server-c5f05196d5d872c2e79845122037182d9e71b36c.tar.gz trackermap-server-c5f05196d5d872c2e79845122037182d9e71b36c.tar.bz2 trackermap-server-c5f05196d5d872c2e79845122037182d9e71b36c.zip |
Fix API documentation
-rw-r--r-- | swagger.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swagger.json b/swagger.json index 50231913e..41e54df17 100644 --- a/swagger.json +++ b/swagger.json @@ -1746,7 +1746,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": { |