From 2b899727aa38a95a22bdec201a871203cfc59375 Mon Sep 17 00:00:00 2001 From: Richard Willis Date: Tue, 4 Aug 2020 11:27:20 +0100 Subject: [PATCH] Fix s3 config examples and add password format to password strings --- api/mailinabox.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/api/mailinabox.yml b/api/mailinabox.yml index ebbc2b3b..a591ff8b 100644 --- a/api/mailinabox.yml +++ b/api/mailinabox.yml @@ -339,29 +339,29 @@ paths: summary: S3 backup value: target: s3://s3.eu-central-1.amazonaws.com/box-example-com - targetUser: ACCESS_KEY - targetPassword: SECRET_ACCESS_KEY + target_user: ACCESS_KEY + target_pass: SECRET_ACCESS_KEY minAge: 3 local: summary: Local backup value: target: local - targetUser: '' - targetPassword: '' + target_user: '' + target_pass: '' minAge: 3 rsync: summary: Rsync backup value: target: rsync://username@box.example.com//backups/box.example.com - targetUser: '' - targetPassword: '' + target_user: '' + target_pass: '' minAge: 3 off: summary: Disable backups value: target: 'off' - targetUser: '' - targetPassword: '' + target_user: '' + target_pass: '' minAge: 0 responses: 200: @@ -1589,6 +1589,7 @@ components: $ref: '#/components/schemas/Email' password: type: string + format: password description: Mail user set password request. MailUserAddRequest: type: object @@ -1601,6 +1602,7 @@ components: $ref: '#/components/schemas/Email' password: type: string + format: password privileges: $ref: '#/components/schemas/MailUserPrivilege' description: Mail user add request. @@ -1879,6 +1881,7 @@ components: target_pass: type: string example: password + format: password min_age: type: integer format: int32