remove /listEnvironments endpoint

This commit is contained in:
Michael Quigley
2022-08-09 11:42:16 -04:00
parent 36b08f1e00
commit 2c36a461eb
13 changed files with 0 additions and 710 deletions

View File

@ -114,33 +114,6 @@ func init() {
}
}
},
"/listEnvironments": {
"get": {
"security": [
{
"key": []
}
],
"tags": [
"metadata"
],
"operationId": "listEnvironments",
"responses": {
"200": {
"description": "success",
"schema": {
"$ref": "#/definitions/environments"
}
},
"500": {
"description": "internal server error",
"schema": {
"$ref": "#/definitions/errorMessage"
}
}
}
}
},
"/login": {
"post": {
"tags": [
@ -581,33 +554,6 @@ func init() {
}
}
},
"/listEnvironments": {
"get": {
"security": [
{
"key": []
}
],
"tags": [
"metadata"
],
"operationId": "listEnvironments",
"responses": {
"200": {
"description": "success",
"schema": {
"$ref": "#/definitions/environments"
}
},
"500": {
"description": "internal server error",
"schema": {
"$ref": "#/definitions/errorMessage"
}
}
}
}
},
"/login": {
"post": {
"tags": [