From e94d6ad6b2cc9791e9e3fe815ec57ef82479ce1d Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Thu, 1 Nov 2018 07:32:41 +1300 Subject: [PATCH] docs(swagger): update EndpointCreate operation --- api/swagger.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/api/swagger.yaml b/api/swagger.yaml index 51d8a9f68..ee24b528d 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -274,6 +274,10 @@ paths: in: "formData" type: "string" description: "Skip server verification when using TLS (example: false)" + - name: "TLSSkipClientVerify" + in: "formData" + type: "string" + description: "Skip client verification when using TLS (example: false)" - name: "TLSCACertFile" in: "formData" type: "file" @@ -541,7 +545,7 @@ paths: in: "query" description: "Optional. Hostname of a node when targeting a Portainer agent cluster." required: true - type: "string" + type: "string" - in: "body" name: "body" description: "Job details. Required when method equals string."