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"
|
$ref: "#/definitions/LDAPGroupSearchSettings"
|
||||||
AutoCreateUsers:
|
AutoCreateUsers:
|
||||||
type: "boolean"
|
type: "boolean"
|
||||||
example: "true"
|
example: true
|
||||||
description: "Automatically provision users and assign them to matching LDAP group names"
|
description: "Automatically provision users and assign them to matching LDAP group names"
|
||||||
|
|
||||||
Settings:
|
Settings:
|
||||||
|
|
Loading…
Reference in New Issue