mirror of
https://github.com/unraid/api.git
synced 2026-04-26 01:08:53 -05:00
add description for user/password
Signed-off-by: Alexis Tyler <xo@wvvw.me>
This commit is contained in:
@@ -4,5 +4,6 @@ type User {
|
||||
"""A unique name for the user"""
|
||||
name: String
|
||||
description: String
|
||||
"""If the account has a password set"""
|
||||
password: Boolean
|
||||
}
|
||||
Reference in New Issue
Block a user