diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-06-07 00:07:33 -0700 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2017-06-07 00:07:33 -0700 |
commit | 6aafe32539d7892cd25cf4c1d1a16597838a516f (patch) | |
tree | 41e349f6fec757c24003bec9fb80116ed6c0d863 | |
parent | 05ad09e2aa9c16fff17476a61d24cd953db82197 (diff) | |
download | trackermap-server-6aafe32539d7892cd25cf4c1d1a16597838a516f.tar.gz trackermap-server-6aafe32539d7892cd25cf4c1d1a16597838a516f.tar.bz2 trackermap-server-6aafe32539d7892cd25cf4c1d1a16597838a516f.zip |
Fix a typo in swagger file
-rw-r--r-- | swagger.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swagger.json b/swagger.json index 0857138e2..32391d4fa 100644 --- a/swagger.json +++ b/swagger.json @@ -1766,7 +1766,7 @@ "deviceId": { "name": "deviceId", "in": "query", - "description": "Standard users can use this only with _userId_s, they have access to", + "description": "Standard users can use this only with _deviceId_s, they have access to", "type": "integer" }, "Device": { |