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

@ -62,23 +62,6 @@ paths:
schema:
$ref: "#/definitions/errorMessage"
/listEnvironments:
get:
tags:
- metadata
security:
- key: []
operationId: listEnvironments
responses:
200:
description: success
schema:
$ref: "#/definitions/environments"
500:
description: internal server error
schema:
$ref: "#/definitions/errorMessage"
/login:
post:
tags: