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