elaboration

This commit is contained in:
Michael Quigley
2022-08-03 14:25:27 -04:00
parent aceb649fa7
commit 2d94591812
17 changed files with 250 additions and 26 deletions

View File

@@ -43,6 +43,11 @@ paths:
security:
- key: []
operationId: enable
parameters:
- name: body
in: body
schema:
$ref: "#/definitions/enableRequest"
responses:
201:
description: environment enabled
@@ -165,6 +170,13 @@ definitions:
token:
type: string
enableRequest:
type: object
properties:
description:
type: string
host:
type: string
enableResponse:
type: object
properties:
@@ -221,7 +233,7 @@ definitions:
tunnelRequest:
type: object
properties:
identity:
zitiIdentityId:
type: string
endpoint:
type: string