roughed in environment details (#107)

This commit is contained in:
Michael Quigley
2022-12-22 14:56:19 -05:00
parent a0fd3a9c63
commit 3856d6eb61
17 changed files with 182 additions and 174 deletions

View File

@ -252,7 +252,7 @@ paths:
#
# metadata
#
/detail/environment:
/detail/environment/{envZId}:
get:
tags:
- metadata
@ -260,12 +260,10 @@ paths:
- key: []
operationId: getEnvironmentDetail
parameters:
- name: body
in: body
schema:
properties:
envZId:
type: string
- name: envZId
in: path
type: string
required: true
responses:
200:
description: ok