From dedc02cc8dc5c67aba7f3862c5a78263e315c56d Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Mon, 14 Jan 2019 16:50:53 +1300 Subject: [PATCH] docs(api): fix invalid example value for AutoCreateUsers property (#2618) --- api/swagger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/swagger.yaml b/api/swagger.yaml index d8a3ad48a..bd9965230 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -3146,7 +3146,7 @@ definitions: $ref: "#/definitions/LDAPGroupSearchSettings" AutoCreateUsers: type: "boolean" - example: "true" + example: true description: "Automatically provision users and assign them to matching LDAP group names" Settings: