diff options
Diffstat (limited to 'apps/user_ldap/openapi.json')
-rw-r--r-- | apps/user_ldap/openapi.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/user_ldap/openapi.json b/apps/user_ldap/openapi.json index f775726c8dc..fcad9c62fd8 100644 --- a/apps/user_ldap/openapi.json +++ b/apps/user_ldap/openapi.json @@ -140,7 +140,11 @@ "description": "Whether to show the password", "schema": { "type": "integer", - "default": 0 + "default": 0, + "enum": [ + 0, + 1 + ] } }, { |