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:
parent
463b379876
commit
dedc02cc8d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue