mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 13:25:26 +02:00
docs(api): fix invalid example value for AutoCreateUsers property (#2618)
This commit is contained in:
parent
463b379876
commit
dedc02cc8d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue