From 1d24a827de48854202913efc931196c606eeb888 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Wed, 25 Apr 2018 21:52:06 +0200 Subject: [PATCH] docs(api): update endpoint creation documentation (#1843) --- api/swagger.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/api/swagger.yaml b/api/swagger.yaml index 80b845ae7..c029e46d2 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -224,7 +224,7 @@ paths: **Access policy**: administrator operationId: "EndpointCreate" consumes: - - "application/json" + - "multipart/form-data" produces: - "application/json" parameters: @@ -2455,6 +2455,15 @@ definitions: type: "boolean" example: false description: "Skip client verification when using TLS" + TLSCACertFile: + type: "file" + description: "TLS CA certificate file" + TLSCertFile: + type: "file" + description: "TLS client certificate file" + TLSKeyFile: + type: "file" + description: "TLS client key file" EndpointCreateResponse: type: "object" properties: