1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 12:25:22 +02:00

docs(api): fix invalid example value for AutoCreateUsers property (#2618)

This commit is contained in:
Anthony Lapenna 2019-01-14 16:50:53 +13:00 committed by GitHub
parent 463b379876
commit dedc02cc8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: