|
|
@ -224,7 +224,7 @@ paths:
|
|
|
|
**Access policy**: administrator
|
|
|
|
**Access policy**: administrator
|
|
|
|
operationId: "EndpointCreate"
|
|
|
|
operationId: "EndpointCreate"
|
|
|
|
consumes:
|
|
|
|
consumes:
|
|
|
|
- "application/json"
|
|
|
|
- "multipart/form-data"
|
|
|
|
produces:
|
|
|
|
produces:
|
|
|
|
- "application/json"
|
|
|
|
- "application/json"
|
|
|
|
parameters:
|
|
|
|
parameters:
|
|
|
@ -2455,6 +2455,15 @@ definitions:
|
|
|
|
type: "boolean"
|
|
|
|
type: "boolean"
|
|
|
|
example: false
|
|
|
|
example: false
|
|
|
|
description: "Skip client verification when using TLS"
|
|
|
|
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:
|
|
|
|
EndpointCreateResponse:
|
|
|
|
type: "object"
|
|
|
|
type: "object"
|
|
|
|
properties:
|
|
|
|
properties:
|
|
|
|