1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 08:19:40 +02:00

docs(swagger): update EndpointCreate operation

This commit is contained in:
Anthony Lapenna 2018-11-01 07:32:41 +13:00
parent 78bf374548
commit e94d6ad6b2

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