@unleash/proxy
Version:
The Unleash Proxy (Open-Source)
14 lines (12 loc) • 438 B
text/typescript
import type { OpenAPIV3 } from 'openapi-types';
export const apiRequestResponse: OpenAPIV3.ResponseObject = {
description:
"The proxy's current feature toggle configuration. A list of feature toggles that is parseable by other server-side clients.",
content: {
'application/json': {
schema: {
$ref: '#/components/schemas/apiRequestSchema',
},
},
},
} as const;