From 74dfeed7df7256b2e2da9f04bcd6d2ba6864a857 Mon Sep 17 00:00:00 2001 From: Wenkai Yin Date: Mon, 4 Sep 2017 15:12:54 +0800 Subject: [PATCH] update swagger --- docs/swagger.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 9bf728160c..7415625bcf 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -2727,6 +2727,9 @@ definitions: email_ssl: type: boolean description: When it's set to true the system will access Email server via TLS by default. If it's set to false, it still will handle "STARTTLS" from server side. + email_insecure: + type: boolean + description: Whether or not the certificate will be verified when Harbor tries to access the email server. ldap_url: type: string description: The URL of LDAP server.