mirror of https://github.com/portainer/portainer
docs(swagger): update EndpointCreate operation
parent
78bf374548
commit
e94d6ad6b2
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue