diff options
author | provokateurin <kate@provokateurin.de> | 2024-01-09 18:09:02 +0100 |
---|---|---|
committer | backportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com> | 2024-01-10 06:21:40 +0000 |
commit | 94ebed06814a792491fcbce591521f15f79a50b3 (patch) | |
tree | c982d168a538152f89a373212e94c0e5ecd19ae9 /apps/user_ldap | |
parent | d2da55c0c5aa3a8847255e17ad6cdbb0d1694fda (diff) | |
download | nextcloud-server-94ebed06814a792491fcbce591521f15f79a50b3.tar.gz nextcloud-server-94ebed06814a792491fcbce591521f15f79a50b3.zip |
chore(deps): Update openapi-extractor
Signed-off-by: provokateurin <kate@provokateurin.de>
Diffstat (limited to 'apps/user_ldap')
-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 + ] } }, { |