We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bebb667 commit 1c9af03Copy full SHA for 1c9af03
2 files changed
frontend/src/api/generated/types.gen.ts
@@ -177,7 +177,7 @@ export type GetHealthStatusError = GetHealthStatusErrors[keyof GetHealthStatusEr
177
178
export type GetHealthStatusResponses = {
179
/**
180
- * returns health status when the configured environment token is valid
+ * returns health status after production-style env scrubbing
181
*/
182
200: {
183
data: {
public/openapi.yaml
@@ -331,8 +331,7 @@ paths:
331
- success
332
- data
333
type: object
334
- description: returns health status when the configured environment token
335
- is valid
+ description: returns health status after production-style env scrubbing
336
'401':
337
content:
338
application/json:
0 commit comments