mirror of https://github.com/portainer/portainer
docs(api): fix invalid example value for AutoCreateUsers property (#2618)
parent
463b379876
commit
dedc02cc8d
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue