Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Reduced restrictions on character limits on device usernames
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinTervala authored and JustinTervala committed Jun 21, 2017
1 parent 428beb0 commit ce569a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/api/apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@
description: Username for the device
type: string
required: false
minLength: 4
maxLength: 25
maxLength: 50
- in: formData
name: pw
description: Password for the device
Expand Down

0 comments on commit ce569a3

Please sign in to comment.