Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
Fix type in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronRP committed Jun 16, 2021
1 parent 9270a6e commit 187a1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/V1/Device.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function (app: Application, baseUrl: string) {
* @apiParam {String} devicename Unique device name.
* @apiParam {String} password Password for the device.
* @apiParam {String} group Group to assign the device to.
* @apiParam {String} [saltId] Salt ID of device. Will be set as device id if not given.
* @apiParam {Integer} [saltId] Salt ID of device. Will be set as device id if not given.
*
* @apiUse V1ResponseSuccess
* @apiSuccess {String} token JWT for authentication. Contains the device ID and type.
Expand Down

0 comments on commit 187a1bd

Please sign in to comment.