[Api docs] Add sogo_visible property to alias endpoints (#3956)
parent
0d1ea05ae2
commit
1bc0f0fa6b
|
@ -126,6 +126,9 @@ paths:
|
||||||
goto_spam:
|
goto_spam:
|
||||||
description: learn as spam
|
description: learn as spam
|
||||||
type: boolean
|
type: boolean
|
||||||
|
sogo_visible:
|
||||||
|
description: toggle visibility as selectable sender in SOGo
|
||||||
|
type: boolean
|
||||||
type: object
|
type: object
|
||||||
summary: Create alias
|
summary: Create alias
|
||||||
/api/v1/add/app-passwd:
|
/api/v1/add/app-passwd:
|
||||||
|
@ -2752,6 +2755,9 @@ paths:
|
||||||
type: string
|
type: string
|
||||||
public_comment:
|
public_comment:
|
||||||
type: string
|
type: string
|
||||||
|
sogo_visible:
|
||||||
|
description: toggle visibility as selectable sender in SOGo
|
||||||
|
type: boolean
|
||||||
type: object
|
type: object
|
||||||
items:
|
items:
|
||||||
description: contains list of aliases you want update
|
description: contains list of aliases you want update
|
||||||
|
|
Loading…
Reference in New Issue