docs(swagger): update EndpointCreate operation

pull/2421/head
Anthony Lapenna 2018-11-01 07:32:41 +13:00
parent 78bf374548
commit e94d6ad6b2
1 changed files with 5 additions and 1 deletions

View File

@ -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."