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

@ -2,12 +2,6 @@
// Auto-generated, edits will be overwritten
import * as gateway from './gateway'
/**
*/
export function listEnvironments() {
return gateway.request(listEnvironmentsOperation)
}
/**
*/
export function overview() {
@ -20,16 +14,6 @@ export function version() {
return gateway.request(versionOperation)
}
const listEnvironmentsOperation = {
path: '/listEnvironments',
method: 'get',
security: [
{
id: 'key'
}
]
}
const overviewOperation = {
path: '/overview',
method: 'get',