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

@ -74,7 +74,7 @@ func init() {
}
}
},
"/detail/environment": {
"/detail/environment/{envZId}": {
"get": {
"security": [
{
@ -87,15 +87,10 @@ func init() {
"operationId": "getEnvironmentDetail",
"parameters": [
{
"name": "body",
"in": "body",
"schema": {
"properties": {
"envZId": {
"type": "string"
}
}
}
"type": "string",
"name": "envZId",
"in": "path",
"required": true
}
],
"responses": {
@ -1209,7 +1204,7 @@ func init() {
}
}
},
"/detail/environment": {
"/detail/environment/{envZId}": {
"get": {
"security": [
{
@ -1222,15 +1217,10 @@ func init() {
"operationId": "getEnvironmentDetail",
"parameters": [
{
"name": "body",
"in": "body",
"schema": {
"properties": {
"envZId": {
"type": "string"
}
}
}
"type": "string",
"name": "envZId",
"in": "path",
"required": true
}
],
"responses": {