Allow to manage passwords for a collective

This commit is contained in:
eikek
2021-09-30 10:35:38 +02:00
parent 3c93b63c8a
commit f74624485f
11 changed files with 190 additions and 9 deletions

View File

@ -5635,6 +5635,7 @@ components:
- integrationEnabled
- classifier
- emptyTrash
- passwords
properties:
language:
type: string
@ -5648,6 +5649,11 @@ components:
$ref: "#/components/schemas/ClassifierSetting"
emptyTrash:
$ref: "#/components/schemas/EmptyTrashSetting"
passwords:
type: array
items:
type: string
format: password
EmptyTrashSetting:
description: |