mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-13 09:56:01 +00:00
[Web] Add authsource property to mailbox API Documentation
This commit is contained in:
@@ -1112,6 +1112,7 @@ paths:
|
|||||||
domain: domain.tld
|
domain: domain.tld
|
||||||
local_part: info
|
local_part: info
|
||||||
name: Full name
|
name: Full name
|
||||||
|
authsource: mailcow
|
||||||
password: atedismonsin
|
password: atedismonsin
|
||||||
password2: atedismonsin
|
password2: atedismonsin
|
||||||
quota: "3072"
|
quota: "3072"
|
||||||
@@ -1132,11 +1133,16 @@ paths:
|
|||||||
name:
|
name:
|
||||||
description: Full name of the mailbox user
|
description: Full name of the mailbox user
|
||||||
type: string
|
type: string
|
||||||
|
authsource:
|
||||||
|
description: Specifies the authentication source for the mailbox.
|
||||||
|
type: string
|
||||||
|
enum: [mailcow, ldap, keycloak, generic-oidc]
|
||||||
|
default: mailcow
|
||||||
password2:
|
password2:
|
||||||
description: mailbox password for confirmation
|
description: mailbox password for confirmation
|
||||||
type: string
|
type: string
|
||||||
password:
|
password:
|
||||||
description: mailbox password
|
description: mailbox password when using `mailcow` as the authentication source.
|
||||||
type: string
|
type: string
|
||||||
quota:
|
quota:
|
||||||
description: mailbox quota
|
description: mailbox quota
|
||||||
@@ -3374,6 +3380,7 @@ paths:
|
|||||||
active: "1"
|
active: "1"
|
||||||
force_pw_update: "0"
|
force_pw_update: "0"
|
||||||
name: Full name
|
name: Full name
|
||||||
|
authsource: mailcow
|
||||||
password: ""
|
password: ""
|
||||||
password2: ""
|
password2: ""
|
||||||
quota: "3072"
|
quota: "3072"
|
||||||
@@ -3398,11 +3405,15 @@ paths:
|
|||||||
name:
|
name:
|
||||||
description: Full name of the mailbox user
|
description: Full name of the mailbox user
|
||||||
type: string
|
type: string
|
||||||
|
authsource:
|
||||||
|
description: Specifies the authentication source for the mailbox.
|
||||||
|
type: string
|
||||||
|
enum: [mailcow, ldap, keycloak, generic-oidc]
|
||||||
password2:
|
password2:
|
||||||
description: new mailbox password for confirmation
|
description: new mailbox password for confirmation
|
||||||
type: string
|
type: string
|
||||||
password:
|
password:
|
||||||
description: new mailbox password
|
description: new mailbox password when using `mailcow` as the authentication source.
|
||||||
type: string
|
type: string
|
||||||
quota:
|
quota:
|
||||||
description: mailbox quota
|
description: mailbox quota
|
||||||
|
|||||||
Reference in New Issue
Block a user